You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this should be added, similar to the structured message type #5131. Though I would consider instead of going for mime type we can stay in Python land for now.
When we type hint a function tool, the return type can be a BaseModel. Thus it is possible to capture the result as part of the structured tool result message, with type information embedded in the message itself.
@jackgerrits some ideas on this? This will enable many scenarios.
Currently, in Core/AgentChat the result of tool execution is mostly cast to a string ...
It would be good to standardize on some type e.g,
Several benefits
How
The text was updated successfully, but these errors were encountered: