MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / isStreamRequested

Method isStreamRequested

packages/core/src/pipes/pipes.ts:168–170  ·  view source on GitHub ↗
(options: RunOptions | RunOptionsStream)

Source from the content-addressed store, hash-verified

166 }
167
168 private isStreamRequested(options: RunOptions | RunOptionsStream): boolean {
169 return 'stream' in options && options.stream === true;
170 }
171
172 private warnIfToolsWithStream(requestedStream: boolean): void {
173 if (this.hasTools && requestedStream) {

Callers 2

handleStreamResponseMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected