fix: agent output type fixed for workflow on sign up

This commit is contained in:
Emir Karabeg
2025-04-11 00:43:37 -07:00
parent bc5188a120
commit 6482e5fba6

View File

@@ -386,12 +386,10 @@ function createFirstWorkflowWithAgentBlock(): void {
},
outputs: {
response: {
type: {
content: 'string',
model: 'string',
tokens: 'any',
toolCalls: 'any',
},
content: 'string',
model: 'string',
tokens: 'any',
toolCalls: 'any',
},
},
enabled: true,