You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/custom-tool-modal/custom-tool-modal.tsx
return`Schema parameters (reference these directly by name in the generated code):\n${lines.join('\n')}`
222
+
},[schemaParameters])
223
+
194
224
constcodeGeneration=useWand({
195
225
wandConfig: {
196
226
enabled: true,
@@ -201,6 +231,8 @@ The code should be executable within an 'async function(params, environmentVaria
201
231
- 'params' (object): Contains input parameters derived from the JSON schema. Reference these directly by name (e.g., 'userId', 'cityName'). Do NOT use 'params.paramName'.
202
232
- 'environmentVariables' (object): Contains environment variables. Reference these using the double curly brace syntax: '{{ENV_VAR_NAME}}'. Do NOT use 'environmentVariables.VAR_NAME' or env.
0 commit comments