- Inheritance
-
- Object
- BaseTool
- ContentTool
- WidgetContentTool
- Implemented types
-
Constructors
-
WidgetContentTool({required String name, String? description, String? title, required Map<String, dynamic> inputSchema, ToolContentSpec? inputSpec, ToolContentSpec? outputSpec, Map<String, dynamic>? outputSchema, Map<String, dynamic>? defs, required WidgetToolRender render})
-
Methods
-
execute(ToolContext context, ToolInput input)
→ Future<ToolCallOutput>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited