ExecuteToolResponse constructor

ExecuteToolResponse({
  1. Map<String, Map<String, Object?>>? metadata,
  2. Map<String, Object?>? result,
})

Implementation

ExecuteToolResponse({this.metadata, this.result});