AssistantMessageWithToolCalls

constructor(content: String = "", toolCalls: List<ToolCall>, name: String? = null, timestamp: Instant = Instant.now(), metadata: Map<String, Any> = emptyMap())

Parameters

metadata

optional provider-specific metadata associated with the assistant message, such as thoughtSignatures=List<ByteArray> for Google GenAI continuation state.