@override Map<String, dynamic> toJson() => { 'type': 'local_shell_call_output', 'call_id': callId, 'output': output, if (status != null) 'status': status!.toJson(), };