block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
220 stars 37 forks source link

feat: Cleanup serialization of content #282

Closed baxen closed 2 days ago

baxen commented 2 days ago

This better aligns with client expectations

{"result":[{"Text":{"text":"example"}}],"toolCallId":"call_HZM0sraJtEL0znZd4xaSbckj"}

becomes

{"result":[{"text":"example","type":"text"}],"toolCallId":"call_AFJtX3C1mJdzRov6qt72iVZB"}