MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / createTextOnlyOutputParser

Function createTextOnlyOutputParser

packages/components/src/utils.ts:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317 * https://github.com/FlowiseAI/Flowise/pull/5893#issuecomment-4045466531
318 */
319export const createTextOnlyOutputParser = () => {
320 return new TextOnlyOutputParser()
321}
322
323class TextOnlyOutputParser extends Runnable<AIMessageChunk, string> {
324 static lc_name() {

Callers 6

createAgentFunction · 0.90
prepareChainFunction · 0.90
createRetrieverChainFunction · 0.90
createChainFunction · 0.90
createAgentFunction · 0.90
getStandaloneQuestionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected