Skip to content

Commit f9507a3

Browse files
committed
Fix typo in docstring for is_strict_json_schema method
1 parent 6e078bf commit f9507a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/agent_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def json_schema(self) -> dict[str, Any]:
3838
@abc.abstractmethod
3939
def is_strict_json_schema(self) -> bool:
4040
"""Whether the JSON schema is in strict mode. Strict mode constrains the JSON schema
41-
features, but guarantees valis JSON. See here for details:
41+
features, but guarantees valid JSON. See here for details:
4242
https://platform.openai.com/docs/guides/structured-outputs#supported-schemas
4343
"""
4444
pass

0 commit comments

Comments
 (0)