LlmRunnerWorkflowConfig constructor
const
LlmRunnerWorkflowConfig({})
Creates an LLM runner config view.
Implementation
const LlmRunnerWorkflowConfig({
required this.planningProvider,
required this.codingProvider,
required this.timeout,
required this.maxResponseBytes,
});