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
Hello! I am creating and agent on AWS BedRock using LangChain and would like to enable User Input [figure] on the code. I checked the documentation and I couldn't find any information about how to enable user interaction for this scenario. It seems like this functionality may not currently be supported and could require development.
This is the code:
from langchain_aws.agents import BedrockAgentsRunnable
agent = BedrockAgentsRunnable.create_agent(
agent_name="risk_agent",
agent_resource_role_arn=agent_resource_role_arn,
foundation_model=foundational_model,
instruction=SYSTEM_INSTRUCTIONS,
tools=list_tools,
guardrail_configuration=None,
)
The text was updated successfully, but these errors were encountered:
Based on my current experience with Bedrock Agent, to enable userInput just like the screenshot you included above for agent itself is not currently supported yet.
Hello! I am creating and agent on AWS BedRock using LangChain and would like to enable User Input [figure] on the code. I checked the documentation and I couldn't find any information about how to enable user interaction for this scenario. It seems like this functionality may not currently be supported and could require development.
The text was updated successfully, but these errors were encountered: