Skip to content

Commit b302351

Browse files
authored
Update libs/langchain-community/src/chat_models/bedrock/index.ts
1 parent 615f4f4 commit b302351

File tree

1 file changed

+1
-1
lines changed
  • libs/langchain-community/src/chat_models/bedrock

1 file changed

+1
-1
lines changed

libs/langchain-community/src/chat_models/bedrock/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface BedrockChatFields
3131
* ## [Runtime args](/interfaces/langchain_community_chat_models_bedrock_web.BedrockChatCallOptions.html)
3232
*
3333
* Runtime args can be passed as the second argument to any of the base runnable methods `.invoke`. `.stream`, `.batch`, etc.
34-
* They can also be passed via the `.bind`, or the second arg in the `.bindTools` method, like shown in the example below:
34+
* They can also be passed via `.bind`, or the second arg in `.bindTools`, like shown in the examples below:
3535
*
3636
* ```typescript
3737
* // When calling `.bind`, call options should be passed via the first argument

0 commit comments

Comments
 (0)