mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(anthropic-responses): type structured output strictness
This commit is contained in:
parent
690656e2b3
commit
482e712da1
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ AnthropicInputSchema = TypedDict(
|
|||
class AnthropicOutputSchema(TypedDict, total=False):
|
||||
type: Required[Literal["json_schema"]]
|
||||
schema: Required[dict]
|
||||
strict: ReadOnly[bool]
|
||||
|
||||
|
||||
class AnthropicOutputConfig(TypedDict, total=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue