Selaa lähdekoodia

fix(pipeline): add handling for RAG pipeline variables in workflow state

tags/2.0.0-beta.1
twwu 2 kuukautta sitten
vanhempi
commit
1ad46d0962
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      web/app/components/rag-pipeline/hooks/use-pipeline-run.ts

+ 1
- 0
web/app/components/rag-pipeline/hooks/use-pipeline-run.ts Näytä tiedosto

@@ -303,6 +303,7 @@ export const usePipelineRun = () => {
})

workflowStore.getState().setEnvironmentVariables(publishedWorkflow.environment_variables || [])
workflowStore.getState().setRagPipelineVariables?.(publishedWorkflow.rag_pipeline_variables || [])
}, [handleUpdateWorkflowCanvas, workflowStore])

return {

Loading…
Peruuta
Tallenna