Commit Graph

7 Commits

Author SHA1 Message Date
Sean Goedecke 866ae2b5d7 Ensure MCP loops output the right response format
In a tool loop, you can't set response_format because the model needs to
be able to think in plain English. But you still need the final response
to be in the desired format, so we add response_format only on the last
iteration.
2025-08-05 22:06:49 +00:00
Sean Goedecke 4b5bb5c538 Use OpenAI SDK to avoid setting apiVersion manually 2025-08-05 02:09:17 +00:00
Marais Rossouw 7e2aa19f3b chore: use github's shared prettier-config 2025-07-24 19:11:15 +10:00
Marais Rossouw 4ba8e6bc1e feat: moves project to using vitest 2025-07-24 18:08:26 +10:00
Sean Goedecke 1780121e3b Support .prompt.yml files 2025-07-21 00:11:26 +00:00
Sean Goedecke 4fd6464105 Add read-only MCP support 2025-07-16 02:19:49 +00:00
Sean Goedecke 86c0691fbf Add tests 2025-07-16 00:12:41 +00:00