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: omit system parameter when None in AnthropicLlm
When system_instruction is None (e.g. during event compaction via
LlmEventSummarizer), the Anthropic API rejects system=None with a
400 Bad Request. Use NOT_GIVEN instead so the parameter is omitted
from the API call entirely.
Fixes#5318
0 commit comments