DeltaMessage#
- class nemo_microservices.types.shared.DeltaMessage(*args: Any, **kwargs: Any)
Bases:
BaseModel
- content: str | List[ChatCompletionContentPartTextParam | ChatCompletionContentPartImageParam] | None = None
- function_call: ChoiceDeltaFunctionCall | None = None
- role: str | None = None
- tool_calls: List[ChoiceDeltaToolCall] | None = None