WidgetTool constructor

WidgetTool({
  1. WidgetToolDataMapping? dataMapping,
  2. String? description,
  3. String? name,
  4. Schema? parameters,
  5. WidgetToolTextResponseConfig? textResponseConfig,
  6. Map<String, Object?>? uiConfig,
  7. String? widgetType,
})

Implementation

WidgetTool({
  this.dataMapping,
  this.description,
  this.name,
  this.parameters,
  this.textResponseConfig,
  this.uiConfig,
  this.widgetType,
});