LlmRunnerWorkflowConfig class

LLM runner overrides set under agent.llm.

Constructors

LlmRunnerWorkflowConfig({required String? planningProvider, required String? codingProvider, required Duration timeout, required int maxResponseBytes})
Creates an LLM runner config view.
const
LlmRunnerWorkflowConfig.fromMap(Map<String, dynamic> map)
Builds an LLM runner config from a map.
factory

Properties

codingProvider String?
Optional coding provider override.
final
hashCode int
The hash code for this object.
no setterinherited
maxResponseBytes int
Maximum response size before the runner aborts the turn.
final
planningProvider String?
Optional planning provider override.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
Per-turn timeout for LLM calls.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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