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
- Add "strict": True to json_schema response_format in _invoke_v2 and
_ainvoke_v2, matching the OpenAI provider pattern
- Set supports_structured_output = False since not all LiteLLM-supported
providers handle structured output
- Add @rate_limit_handler_decorator to invoke_with_tools and
@async_rate_limit_handler_decorator to ainvoke_with_tools for
consistent rate limit handling across all methods
- Add LiteLLM provider documentation to user guide and API reference
- Remove "Generated by Claude Code" comments from test files
0 commit comments