We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e078bf commit f9507a3Copy full SHA for f9507a3
src/agents/agent_output.py
@@ -38,7 +38,7 @@ def json_schema(self) -> dict[str, Any]:
38
@abc.abstractmethod
39
def is_strict_json_schema(self) -> bool:
40
"""Whether the JSON schema is in strict mode. Strict mode constrains the JSON schema
41
- features, but guarantees valis JSON. See here for details:
+ features, but guarantees valid JSON. See here for details:
42
https://platform.openai.com/docs/guides/structured-outputs#supported-schemas
43
"""
44
pass
0 commit comments