Jeff Bryner
Jeff Bryner
Finally got a chance to test and commit a change to fix this. Do you mind testing as well?
Oh great! Glad to hear it helped. Feel free to send a PR, I'd be happy to merge it especially if you have a sample walk through session that worked...

If it helps as a reference here's the json standard we settled on in MozDef: http://mozdef.readthedocs.org/en/latest/usage.html#json-format very similar to this discussion (cept I hate underscores, but I'm getting over it)....
FWIW: I was able to get this to work by overriding the function to alter this line https://github.com/run-llama/llama_index/blob/bfd25142f2098bc8da9a0b091874090a94834ff5/llama-index-integrations/llms/llama-index-llms-vertex/llama_index/llms/vertex/base.py#L498 ```response_dict = MessageToDict(tool_call._pb)``` to ```response_dict = tool_call.to_dict()``` My class: ``` class MyVertex(Vertex):...
Still interested?
It has been hard to duplicate. I was able to capture a sample message series before it went to gemini with an errant role type by adding this to here...
Sure! Should I use [this mongo storage](https://github.com/agno-agi/agno/blob/main/cookbook/agent_concepts/storage/mongodb_storage.py) as an example?
OK, I've added cookbook/examples for both PRs @manthanguptaa On Mon, Feb 3, 2025, 10:08 PM Manthan Gupta ***@***.***> wrote: > Sure! Please go ahead > > — > Reply to...