Skip to content

Commit bce2bf3

Browse files
Disable malformed skill
Disable remove_duplicate_resumes due to missing tool type in tool_definition to prevent broken tool usage. X-Lovable-Edit-ID: edt-e4dc4003-ae1b-4df2-b401-19ed594161b8 Co-authored-by: magnusfroste <38864257+magnusfroste@users.noreply.github.com>
2 parents 24a84f1 + 5d066fb commit bce2bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE public.agent_skills SET enabled = false WHERE name = 'remove_duplicate_resumes' AND (tool_definition IS NULL OR tool_definition = '{}'::jsonb OR (tool_definition->>'type') IS NULL);

0 commit comments

Comments
 (0)