You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, fmt.Errorf("failed to find ID for tool %s", credToolName)
835
838
}
836
839
837
-
subCtx, err:=callCtx.SubCall(callCtx.Ctx, credToolRefs[0].ToolID, "", engine.CredentialToolCategory) // leaving callID as "" will cause it to be set by the engine
840
+
subCtx, err:=callCtx.SubCall(callCtx.Ctx, "", credToolRefs[0].ToolID, "", engine.CredentialToolCategory) // leaving callID as "" will cause it to be set by the engine
838
841
iferr!=nil {
839
842
returnnil, fmt.Errorf("failed to create subcall context for tool %s: %w", credToolName, err)
0 commit comments