Skip to content

Commit

Permalink
Merge branch 'main' into brace/throw-unsupported-tool-choice
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 17, 2024
2 parents c5427f3 + 227447f commit 18ba701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-core/src/language_models/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export type BaseChatModelCallOptions = BaseLanguageModelCallOptions & {
* - An object: A custom schema specifying tool choice parameters. Specific to the provider.
*
* Note: Not all providers support tool_choice. An error will be thrown
* if used with an unsupporting model.
* if used with an unsupported model.
*/
tool_choice?: ToolChoice;
};
Expand Down

0 comments on commit 18ba701

Please sign in to comment.