Anthony Bernabeu

Results 54 comments of Anthony Bernabeu

Thanks, I'll try to test it today.

Hi @guisartori88 , can you please tell us the version of boto3 you have locally vs the one in lambda? It might be a boto3 parameter validation issue.

This is still strange because boto3 doesn't make any mention of enableTrace: https://boto3.amazonaws.com/v1/documentation/api/1.35.0/reference/services/bedrock-agent-runtime/client/invoke_flow.html while the API does: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeFlow.html I'll keep investigate. Thanks

Hi @sauravesr Thanks for your interest in the multi-agent orchestrator! We have updated our doc since we haven't mentioned the whole cdk bootstrap command. You should run: `cdk bootstrap aws://123456789012/us-east-1`...

thanks @sauravesr I can reproduce, we will fix that.

@sauravesr , this should be fixed now. Please pull the repo again, delete your current stack and deploy again. Let us know how it goes.

oh, you also need to run cdk bootstrap in us-east-1 as the lambda@edge function is deployed there. Forgot about that. I'll make an update to the doc. thanks for your...

Hello @FrancoisChastel , Thanks for your interest in the MAO. We have updated the doc with example of tool for weather api in python: https://awslabs.github.io/multi-agent-orchestrator/cookbook/tools/weather-api/ Please let us know if...

Hi @quangchuamz , Thanks for reporting this. We have already added support for models that don't actually support toolChoice (not only Amazon Nova models). This is already [fixed in the...