MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / onLLMEnd

Method onLLMEnd

packages/components/src/handler.ts:287–295  ·  view source on GitHub ↗
(run: Run)

Source from the content-addressed store, hash-verified

285 }
286
287 onLLMEnd(run: Run) {
288 const crumbs = this.getBreadcrumbs(run)
289 this.logger.verbose(
290 `[${this.orgId}]: [llm/end] [${crumbs}] [${elapsed(run)}] Exiting LLM run with output: ${tryJsonStringify(
291 run.outputs,
292 '[response]'
293 )}`
294 )
295 }
296
297 onLLMError(run: Run) {
298 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 3

getBreadcrumbsMethod · 0.95
tryJsonStringifyFunction · 0.85
elapsedFunction · 0.70

Tested by

no test coverage detected