mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
The API returns a different JSON structure with output as a Value. Added extract_text_from_output() to handle various output formats: - String: return directly - Array with text/content fields: extract and join - Object with text/content/message fields: extract Both complete() and complete_with_tools() now handle this format. Co-Authored-By: Claude Opus 4.5 <[email protected]>