@prismatic-io/spectral 10.9.0 → 10.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -99,6 +99,8 @@ export interface Flow<TTriggerPayload extends TriggerPayload = TriggerPayload> {
|
|
|
99
99
|
preprocessFlowConfig?: PreprocessFlowConfig;
|
|
100
100
|
/** Value that specifies whether this flow is synchronous. @default `false` */
|
|
101
101
|
isSynchronous?: boolean;
|
|
102
|
+
/** Value that specifies whether this flow is an AI agent flow on the integrations MCP server. @default `false` */
|
|
103
|
+
isAgentFlow?: boolean;
|
|
102
104
|
/** Retry Configuration for this flow. */
|
|
103
105
|
retryConfig?: RetryConfig;
|
|
104
106
|
/** Queue Configuration for this flow. */
|
package/package.json
CHANGED