We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615f4f4 commit b302351Copy full SHA for b302351
libs/langchain-community/src/chat_models/bedrock/index.ts
@@ -31,7 +31,7 @@ export interface BedrockChatFields
31
* ## [Runtime args](/interfaces/langchain_community_chat_models_bedrock_web.BedrockChatCallOptions.html)
32
*
33
* 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:
+* They can also be passed via `.bind`, or the second arg in `.bindTools`, like shown in the examples below:
35
36
* ```typescript
37
* // When calling `.bind`, call options should be passed via the first argument
0 commit comments