Skip to content

Commit

Permalink
fix: share credentials in context tools (#785)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Aug 12, 2024
1 parent 06169d8 commit 9696f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ func (t Tool) GetCredentialTools(prg Program, agentGroup []ToolReference) ([]Too
result.AddAll(referencedTool.GetToolRefsFromNames(referencedTool.ExportCredentials))
}

contextToolRefs, err := t.getDirectContextToolRefs(prg)
contextToolRefs, err := t.GetContextTools(prg)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 9696f8d

Please sign in to comment.