Skip to content

Commit

Permalink
fix(ollama): Drop tool_choice from docstrings (#6905)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Sep 30, 2024
1 parent 9fca1eb commit 7d23c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-ollama/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export interface ChatOllamaInput
* const llmWithTools = llm.bindTools(
* [...],
* {
* tool_choice: "auto",
* stop: ["\n"],
* }
* );
* ```
Expand Down

0 comments on commit 7d23c54

Please sign in to comment.