mirror of
https://github.com/usestrix/strix.git
synced 2026-09-23 00:41:50 +00:00
test(execution): fix a typo in the ModelRefusalError fixture docstring
LiteLTM -> LiteLLM
This commit is contained in:
parent
4d0f08930e
commit
c2a5ce669c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ _NO_STREAM_EVENTS: list[Any] = []
|
|||
class _SdkRefusalStream:
|
||||
"""A stream where the SDK itself raises ModelRefusalError, not a content item.
|
||||
|
||||
Some providers (observed with Gemini through LiteLTM) surface a content-
|
||||
Some providers (observed with Gemini through LiteLLM) surface a content-
|
||||
filter refusal this way instead of the structured `refusal` content item
|
||||
that OpenAI-compatible providers use.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue