Hi,
Can someone please guide how to use crewai framework with bedrock by passing the application inference profile in crewai tools config for crewai version 0.140.0 preferably or any other version with an example.
I tried creating a config object with embedding_model/embedder dict but struck on how to pass aws_profile_name(similar to LLM) to pick the profile I need as crewai 0.140.0 only accepts the api_key argument in PDFSearchtool and is picking the default profile and none of the ways I tried worked.
Thanks in advance.