Skip to content

Commit

Permalink
fix: add knowledge sets for workflows
Browse files Browse the repository at this point in the history
This will ensure that the knowledge retrieval tools get set when running
workflows with knowledge.

Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 13, 2024
1 parent a29817d commit 6356fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/render/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ func Workflow(ctx context.Context, c kclient.Client, wf *v1.Workflow, opts Workf
CredentialContextID: wf.Name,
},
Status: v1.AgentStatus{
WorkspaceName: wf.Status.WorkspaceName,
WorkspaceName: wf.Status.WorkspaceName,
KnowledgeSetNames: wf.Status.KnowledgeSetNames,
},
}

Expand Down

0 comments on commit 6356fad

Please sign in to comment.