Skip to content

Commit 6482e5f

Browse files
committed
fix: agent output type fixed for workflow on sign up
1 parent bc5188a commit 6482e5f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sim/stores/index.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,10 @@ function createFirstWorkflowWithAgentBlock(): void {
386386
},
387387
outputs: {
388388
response: {
389-
type: {
390-
content: 'string',
391-
model: 'string',
392-
tokens: 'any',
393-
toolCalls: 'any',
394-
},
389+
content: 'string',
390+
model: 'string',
391+
tokens: 'any',
392+
toolCalls: 'any',
395393
},
396394
},
397395
enabled: true,

0 commit comments

Comments
 (0)