Suraj Sharma

Results 25 comments of Suraj Sharma

@lifeodyssey `user_content` is initialized as an empty string on line 280 of evaluation_generator.py but `Invocation.user_content` expects a `Content` type, causing a Pydantic validation error when no user events exist for...

@valentinozegna The Python backend correctly sends thought and text as separate Part objects with the `thought=True` flag. The issue is in the adk-web frontend which merges these parts into a...

@valentinozegna Thank you for this information.The fact that thoughts used to render as separate expandable cards and this is a **regression** (not a missing feature) significantly narrows down our investigation....