Skip to content

Commit e23acaf

Browse files
chore(pii): register guardrails_validate in the dev minimal tool registry
1 parent 1c20fa3 commit e23acaf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/tools/registry.minimal.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {
2525
gmailUntrashThreadV2Tool,
2626
gmailUpdateLabelV2Tool,
2727
} from '@/tools/gmail'
28+
import { guardrailsValidateTool } from '@/tools/guardrails'
2829
import { httpRequestTool } from '@/tools/http'
2930
import {
3031
slackAddReactionTool,
@@ -85,6 +86,7 @@ import type { ToolConfig } from '@/tools/types'
8586
export const tools: Record<string, ToolConfig> = {
8687
http_request: httpRequestTool,
8788
function_execute: functionExecuteTool,
89+
guardrails_validate: guardrailsValidateTool,
8890
gmail_send_v2: gmailSendV2Tool,
8991
gmail_read_v2: gmailReadV2Tool,
9092
gmail_search_v2: gmailSearchV2Tool,

0 commit comments

Comments
 (0)