You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): default search_context_size to None to preserve recording compatibility
The search_context_size field defaulted to "medium", which caused the
tool executor to always inject it into kwargs even when not explicitly
set by the user. This changed the recording hash for web search tool
calls, breaking all integration tests in replay mode with "Recording
not found" errors surfaced as 500s.
Change the default to None so search_context_size is only injected
when the user explicitly provides it, preserving backward compatibility
with existing integration test recordings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
0 commit comments