ChatCompletionContentPartTextParam#

class nemo_microservices.types.shared_params.ChatCompletionContentPartTextParam

Bases: TypedDict

text: Required[str]

The text content.

type: Required[Literal['text']]

The type of the content part.