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

Class OpenAIDelta

src/models.py:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102class OpenAIDelta(BaseModel):
103 role: Optional[str] = None
104 content: Optional[str] = None
105 reasoning_content: Optional[str] = None
106
107
108class OpenAIChatCompletionStreamChoice(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected