MCPcopy
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)
148class _SchemaSummary:
149 description: str | None
150 fields: list[_SchemaSummaryField]
151
152
153def _build_schema_summary(parameters: dict[str, Any]) -> str | None:

Callers 1

_summarize_json_schemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected