AiWorkflow class abstract
Contract for named reusable AI workflows.
Constructors
Properties
- description → String
-
Human-readable description of the workflow.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Stable workflow name used for registration and lookup.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
describe(
) → Map< String, dynamic> - Returns a serializable description of the workflow.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
AiWorkflowContext context) → Future< Map< String, dynamic> > - Executes the workflow and returns a structured result.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited