chatbot/errors
This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.
chatbot/errors
Section titled “chatbot/errors”- Package:
@leipzigtreechat/chatbot - Source file:
packages/chatbot/src/errors.ts
Summary
Section titled “Summary”Indicates that a user message failed chatbot-specific validation.
Classes
Section titled “Classes”InvalidInputError
Section titled “InvalidInputError”class InvalidInputError extends Data.TaggedError("InvalidInputError")<{ /** * Human-readable explanation of the validation failure. */ reason: string;}>Indicates that a user message failed chatbot-specific validation.
Extends: `Data.TaggedError(“InvalidInputError”)<{ /**
- Human-readable explanation of the validation failure. */ reason: string; }>` Defined at: line 6
MissingMessageError
Section titled “MissingMessageError”class MissingMessageError extends Data.TaggedError("MissingMessageError")<{}>Indicates that the expected message was missing from the current agent state.
Extends: Data.TaggedError("MissingMessageError")<{}>
Defined at: line 16
In chatbot
Section titled “In chatbot”chatbot/__benchmarks__/fixtureschatbot/__benchmarks__/indexchatbot/__benchmarks__/reportchatbot/__benchmarks__/runnerchatbot/__benchmarks__/scoringchatbot/__benchmarks__/typeschatbot/constantschatbot/errorschatbot/graphchatbot/indexchatbot/langgraph-runtimechatbot/llm-servicechatbot/metadatachatbot/nodeschatbot/state/clarification_conversationchatbot/state/indexchatbot/state/qanary-typeschatbot/triplestore-servicechatbot/unit