Skip to main content

execute

Function execute 

Source
pub async fn execute(
    llm: &Arc<dyn LlmProvider>,
    config: &Config,
    input: ThreadPlanInput,
) -> Result<ThreadPlanOutput, WorkflowError>
Expand description

Execute the thread plan step.