- streamFlow<O = any, S = any>(
__namedParameters: {
headers?: Record<string, string>;
input?: any;
url: string;
},
): { output(): Promise<O>; stream(): AsyncIterable<S> } Parameters
- __namedParameters: { headers?: Record<string, string>; input?: any; url: string }
Returns { output(): Promise<O>; stream(): AsyncIterable<S> }
Invoke and stream response from a deployed flow.
For example: