RemoteTaskRunner class abstract
Constructors
-
RemoteTaskRunner.new({required String name, required String description, required RoomClient client, Map<
String, dynamic> ? inputSchema, Map<String, dynamic> ? outputSchema, bool supportsTools = false, List<Requirement> required = const []})
Properties
- client → RoomClient
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputSchema
→ Map<
String, dynamic> ? -
final
- name → String
-
final
-
outputSchema
→ Map<
String, dynamic> ? -
final
-
required
→ List<
Requirement> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportsTools → bool
-
final
Methods
-
ask(
AgentCallContext context, Map< String, dynamic> arguments) → Future<Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited