llm-assistant
Getting started with LLM Assistant
How to setup llm-assistant
How to run a prompt
How to sync and push prompts
API Reference
Design and Architecture
llm-assistant
danoan.llm_assistant.common.exception module
View page source
danoan.llm_assistant.common.exception module
Shared exceptions between prompt and runner modules.
exception
danoan.llm_assistant.common.exception.
ConfigurationFileDoesNotExistError
[source]
Bases:
Exception
exception
danoan.llm_assistant.common.exception.
EnvironmentVariableNotDefinedError
[source]
Bases:
Exception