Dirk Brand
Dirk Brand
I also want to do this! I.e. pass a `version`=`2020-01-01` header and have the application route to a different endpoint, even if that has to be on a different URL...
This was merged!
@koverholt Have you tried our latest memory implementation? I.e. `Memory` instead of `AgentMemory`? That should resolve it for you.
Fix incoming!
Thanks for confirming!
@yusufk are you on the latest version of agno? I am unable to replicate the issue
The bedrock and openai implementations are completely separate.
I would also recommend not setting `id=os.getenv("AZURE_DEPLOYMENT")` because `id` refers to the model ID, so it could be that inside the OpenAI library it is building up a URL. I...
Hi @rjpereira [From their docs](https://ai.google.dev/gemini-api/docs/structured-output?lang=python) it looks like what we are doing is their support for JSON schema, or rather a Pydantic model. What native JSON schema do you refer...
@ezyang Working on a fix!