MCPcopy Index your code
hub / github.com/simstudioai/sim / isStreamingExecution

Function isStreamingExecution

apps/sim/providers/index.ts:54–56  ·  view source on GitHub ↗
(response: any)

Source from the content-addressed store, hash-verified

52}
53
54function isStreamingExecution(response: any): response is StreamingExecution {
55 return response && typeof response === 'object' && 'stream' in response && 'execution' in response
56}
57
58function isReadableStream(response: any): response is ReadableStream {
59 return response instanceof ReadableStream

Callers 1

executeProviderRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected