Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-agents-python
/ _SchemaSummaryField
Class
_SchemaSummaryField
src/agents/agent_tool_input.py:134–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
@dataclass(frozen=True)
134
class
_SchemaSummaryField:
135
name: str
136
type: str
137
required: bool
138
description: str | None = None
139
140
141
@dataclass(frozen=True)
Callers
1
_summarize_json_schema
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected