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
109 stars 17 forks source link

fix: update summarizer_exchange model to use default model from input exchange #139

Closed zakiali closed 5 days ago

zakiali commented 1 week ago

This PR fixes a bug with the Summarizer moderator in exchange where the Summarizer would default to using a None model when not passed in. This is updated to use the exchange's model if one is not passed as a parameter to the moderator.