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
Traceback (most recent call last):
File "/home/ubuntu/workspace/multi-agent-collaborator-test/04.bedrock_inline_agent.py", line 52, in
bedrock_inline_agent = BedrockInlineAgent(BedrockInlineAgentOptions(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/workspace/llm_model_hub/miniconda3/envs/py312/lib/python3.12/site-packages/multi_agent_orchestrator/agents/bedrock_inline_agent.py", line 66, in init
if options.region:
^^^^^^^^^^^^^^
AttributeError: 'BedrockInlineAgentOptions' object has no attribute 'region'
Code snippet
bedrock_inline_agent=BedrockInlineAgent(BedrockInlineAgentOptions(
name="Inline Agent Creator for Agents for Amazon Bedrock",
description="Specalized in creating Agent to solve customer request dynamically. You are provided with a list of Action groups and Knowledge bases which can help you in answering customer request",
# action_groups_list=action_groups_list,knowledge_bases=knowledge_bases,
))
Possible Solution
No response
Steps to Reproduce
just inint a BedrockInlineAgent
The text was updated successfully, but these errors were encountered:
Expected Behaviour
no error
Current Behaviour
Traceback (most recent call last):
File "/home/ubuntu/workspace/multi-agent-collaborator-test/04.bedrock_inline_agent.py", line 52, in
bedrock_inline_agent = BedrockInlineAgent(BedrockInlineAgentOptions(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/workspace/llm_model_hub/miniconda3/envs/py312/lib/python3.12/site-packages/multi_agent_orchestrator/agents/bedrock_inline_agent.py", line 66, in init
if options.region:
^^^^^^^^^^^^^^
AttributeError: 'BedrockInlineAgentOptions' object has no attribute 'region'
Code snippet
Possible Solution
No response
Steps to Reproduce
just inint a BedrockInlineAgent
The text was updated successfully, but these errors were encountered: