customaiagent

This commit is contained in:
Ruben Fiszel
2025-10-08 20:17:38 +00:00
parent 28affd0e71
commit 013d3d5c31
@@ -168,8 +168,9 @@
['While loop', 'whileloop'],
['Branch to one', 'branchone'],
['Branch to all', 'branchall'],
['AI Agent', 'aiagent']
...(customUi?.aiAgent != false ? ([['AI Agent', 'aiagent']] as [string, string][]) : [])
]
let topLevelNodes: [string, string][] = $state([])
function computeToplevelNodeChoices(funcDesc: string, preFilter: 'all' | 'workspace' | 'hub') {
if (funcDesc.length > 0 && preFilter == 'all' && kind == 'script') {