MCPcopy Create free account
hub / github.com/Nativu5/Gemini-FastAPI / StructuredOutputRequirement

Class StructuredOutputRequirement

app/server/chat.py:190–196  ·  view source on GitHub ↗

Represents a structured response request from the client.

Source from the content-addressed store, hash-verified

188
189@dataclass
190class StructuredOutputRequirement:
191 """Represents a structured response request from the client."""
192
193 schema_name: str
194 schema: dict[str, Any]
195 instruction: str
196 raw_format: dict[str, Any]
197
198
199# --- Helper Functions ---

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected