-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
In the create-your-own-agent notebook, I see this particular function
agents = AgentsForAmazonBedrock()
rag_agent = agents.create_agent(
agent_name,
agent_description,
agent_instruction,
agent_foundation_model,
code_interpretation=False,
verbose=False
)
However, I do not see where the function AgentsForAmazonBedrock()
is coming from. Can you please help with this
Thanks
Metadata
Metadata
Assignees
Labels
No labels