MultimodalContent

data class MultimodalContent(val text: String, val images: List<AgentImage> = emptyList())

Represents multimodal content for Agent API operations. This is a higher-level abstraction over the Chat API's ContentPart system designed specifically for use in Agent actions and prompt runners.

Constructors

Link copied to clipboard
constructor(text: String, images: List<AgentImage> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard