mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-14 00:15:09 -05:00
fix(triggers): add copilot as a trigger type (#3191)
* fix(triggers): add copilot as a trigger type * update color
This commit is contained in:
@@ -13,7 +13,7 @@ export interface ExecuteWorkflowOptions {
|
||||
enabled: boolean
|
||||
selectedOutputs?: string[]
|
||||
isSecureMode?: boolean
|
||||
workflowTriggerType?: 'api' | 'chat'
|
||||
workflowTriggerType?: 'api' | 'chat' | 'copilot'
|
||||
onStream?: (streamingExec: StreamingExecution) => Promise<void>
|
||||
onBlockComplete?: (blockId: string, output: unknown) => Promise<void>
|
||||
skipLoggingComplete?: boolean
|
||||
|
||||
Reference in New Issue
Block a user