Skip to content

fix: return synthetic tool_calls response - #25

Open
bserem wants to merge 1 commit into
ChrisColeTech:mainfrom
bserem:main
Open

fix: return synthetic tool_calls response#25
bserem wants to merge 1 commit into
ChrisColeTech:mainfrom
bserem:main

Conversation

@bserem

@bserem bserem commented May 27, 2026

Copy link
Copy Markdown

Clients like Synology AI Console verify tool-calling support by sending a request with tools defined and expecting a tool_calls finish_reason in the response. Because claude-wrapper uses the Claude CLI (not the API), real tool execution is not supported, causing verification to fail.

Fixes #24

Clients like Synology AI Console verify tool-calling support by sending
a request with tools defined and expecting a tool_calls finish_reason in
the response. Because claude-wrapper uses the Claude CLI (not the API),
real tool execution is not supported, causing verification to fail.

Fixes ChrisColeTech#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to use with Synology AI Console?

1 participant