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

Class ResponseTextFormat

app/models/models.py:301–304  ·  view source on GitHub ↗

Text format configuration for Responses API.

Source from the content-addressed store, hash-verified

299
300
301class ResponseTextFormat(BaseModel):
302 """Text format configuration for Responses API."""
303
304 type: Literal["text", "json_schema"] = Field(default="text")
305
306
307class ResponseTextConfig(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected