WidgetTool constructor
WidgetTool({
- WidgetToolDataMapping? dataMapping,
- String? description,
- String? name,
- Schema? parameters,
- WidgetToolTextResponseConfig? textResponseConfig,
- Map<
String, Object?> ? uiConfig, - String? widgetType,
Implementation
WidgetTool({
this.dataMapping,
this.description,
this.name,
this.parameters,
this.textResponseConfig,
this.uiConfig,
this.widgetType,
});