ExecuteToolResponse constructor
ExecuteToolResponse({
- Citations? citations,
- GoogleSearchSuggestions? googleSearchSuggestions,
- Map<
String, Object?> ? response, - String? tool,
- ToolsetTool? toolsetTool,
- Map<
String, Object?> ? variables,
Implementation
ExecuteToolResponse({
this.citations,
this.googleSearchSuggestions,
this.response,
this.tool,
this.toolsetTool,
this.variables,
});