SendMessage.toolResponse constructor
const
SendMessage.toolResponse({})
Implementation
const factory SendMessage.toolResponse({
required String content,
required String toolCallId,
String? customSessionId,
String? toolName,
String? toolType,
}) = ToolResponseMessage;