You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ChatBedrockConverse from langchain-aws to the playground, with support for doing tool calling.
Motivation
Currently the playground doesn't allow the use of the new ChatBedrockConverse class of langchain-aws. This is particularly important for us because we are using boto3 converse api for doing tool calling, and we would like to experiment with tool calling in the playground too.
The text was updated successfully, but these errors were encountered:
Feature request
Add
ChatBedrockConverse
fromlangchain-aws
to the playground, with support for doing tool calling.Motivation
Currently the playground doesn't allow the use of the new
ChatBedrockConverse
class oflangchain-aws
. This is particularly important for us because we are using boto3converse
api for doing tool calling, and we would like to experiment with tool calling in the playground too.The text was updated successfully, but these errors were encountered: