Allow AI to update code steps (#17761)

https://github.com/user-attachments/assets/35ac5c23-4d5c-4c86-8233-7b58fbeb5a27

- add tool
- move resolver code into a service

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
Thomas Trompette
2026-02-09 16:40:44 +01:00
committed by GitHub
parent 4ae375308f
commit 2a76e1791e
11 changed files with 398 additions and 187 deletions
@@ -54,6 +54,10 @@ For CRON triggers, settings.type must be one of these exact values:
- Requires: pattern: string (cron expression)
- Example: { type: "CUSTOM", pattern: "0 * * * *", outputSchema: {} }
## CODE Steps
CODE steps run custom TypeScript code. Load the \`update_logic_function_source\` tool to modify the source code.
## Critical Notes
Always rely on tool schema definitions: