CallToolResult constructor
const
CallToolResult({})
Implementation
const CallToolResult({
required this.content,
this.structuredContent,
@Deprecated('See CallToolResult.isStreaming — removed in 3.0.')
this.isStreaming = false,
this.isError,
});