pub async fn execute(
llm: &Arc<dyn LlmProvider>,
config: &Config,
input: ThreadPlanInput,
) -> Result<ThreadPlanOutput, WorkflowError>Expand description
Execute the thread plan step.
pub async fn execute(
llm: &Arc<dyn LlmProvider>,
config: &Config,
input: ThreadPlanInput,
) -> Result<ThreadPlanOutput, WorkflowError>Execute the thread plan step.