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