PromptListUserInputToolTemplate class Widgets

{@image } A tool template that gives the user a prompt, where they add their own items and then select them.

Inheritance

Constructors

PromptListUserInputToolTemplate({required dynamic templatePrompt, required dynamic badgeIcon})

Properties

badgeIcon IconData
The badge associated with a tool input card
finalinherited
hashCode int
The hash code for this object.
no setterinherited
promptItems List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templatePrompt String
The string describing what to input into a tool
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNextCard() → void
inherited
onPreviousCard() → void
inherited
returnActiveToolCard() Widget
override
returnTemplateSummary() Widget
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited