Skip to content

Commit

Permalink
core[patch]: JSDoc nit unsupporting to unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 17, 2024
1 parent a64203b commit 2ece811
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 2ece811

Please sign in to comment.