SendMessage.toolError constructor
const
SendMessage.toolError({})
Implementation
const factory SendMessage.toolError({
required String error,
required String toolCallId,
String? code,
String? content,
String? customSessionId,
String? level,
String? toolType,
}) = ToolErrorMessage;