fix(tooling): surface non-executable tool-use warnings

This commit is contained in:
William Valentin
2026-02-17 16:34:54 -08:00
parent 061b96fd68
commit 5451f8a1de
6 changed files with 126 additions and 4 deletions
+4
View File
@@ -158,6 +158,10 @@ models:
oauth_enabled: true
```
### Current Limitation
- In Flynn, OpenAI OAuth (Codex backend) currently does not send tool definitions to the provider.
- Tool execution is unavailable in this mode; any textual `tool_use` content is non-executable model output.
---
## Testing Strategy