ExecuteToolResponse constructor

ExecuteToolResponse({
  1. Citations? citations,
  2. GoogleSearchSuggestions? googleSearchSuggestions,
  3. Map<String, Object?>? response,
  4. String? tool,
  5. ToolsetTool? toolsetTool,
  6. Map<String, Object?>? variables,
})

Implementation

ExecuteToolResponse({
  this.citations,
  this.googleSearchSuggestions,
  this.response,
  this.tool,
  this.toolsetTool,
  this.variables,
});