Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-agents-python
/ _SchemaSummary
Class
_SchemaSummary
src/agents/agent_tool_input.py:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
147
@dataclass(frozen=True)
148
class
_SchemaSummary:
149
description: str | None
150
fields: list[_SchemaSummaryField]
151
152
153
def
_build_schema_summary(parameters: dict[str, Any]) -> str | None:
Callers
1
_summarize_json_schema
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected