Skip to main content

aip_sdk.MessagePart

aip_sdk.MessagePart

One typed part of a message (text, tool call, reasoning, blob, ...).

aip_sdk.MessagePart.content​

aip_sdk.MessagePart.content: Any | None = None

No docstring is defined in the source.

aip_sdk.MessagePart.model_config​

aip_sdk.MessagePart.model_config = ConfigDict(extra='allow')

No docstring is defined in the source.

aip_sdk.MessagePart.tool_call​

aip_sdk.MessagePart.tool_call: ToolCall | None = None

No docstring is defined in the source.

aip_sdk.MessagePart.type​

aip_sdk.MessagePart.type: str

No docstring is defined in the source.