MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / GeminiFileData

Class GeminiFileData

src/core/models.py:271–275  ·  view source on GitHub ↗

Gemini file reference.

Source from the content-addressed store, hash-verified

269
270
271class GeminiFileData(BaseModel):
272 """Gemini file reference."""
273
274 fileUri: str
275 mimeType: Optional[str] = None
276
277
278class GeminiPart(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected