MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / GeminiContent

Class GeminiContent

src/models.py:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135class GeminiContent(BaseModel):
136 role: str
137 parts: List[GeminiPart]
138
139
140class GeminiSystemInstruction(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected