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