Interface ToolCallContent

interface ToolCallContent {
    content: ToolCallContentResult[];
}

Properties

Properties