We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c20fa3 commit e23acafCopy full SHA for e23acaf
1 file changed
apps/sim/tools/registry.minimal.ts
@@ -25,6 +25,7 @@ import {
25
gmailUntrashThreadV2Tool,
26
gmailUpdateLabelV2Tool,
27
} from '@/tools/gmail'
28
+import { guardrailsValidateTool } from '@/tools/guardrails'
29
import { httpRequestTool } from '@/tools/http'
30
import {
31
slackAddReactionTool,
@@ -85,6 +86,7 @@ import type { ToolConfig } from '@/tools/types'
85
86
export const tools: Record<string, ToolConfig> = {
87
http_request: httpRequestTool,
88
function_execute: functionExecuteTool,
89
+ guardrails_validate: guardrailsValidateTool,
90
gmail_send_v2: gmailSendV2Tool,
91
gmail_read_v2: gmailReadV2Tool,
92
gmail_search_v2: gmailSearchV2Tool,
0 commit comments