mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix: agent output type fixed for workflow on sign up
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user