#include <error.hpp>
◆ Kind
| Enumerator |
|---|
| provider_error | |
| max_iterations | |
| structured_parse | |
◆ AgentRunError()
| forgeant::AgentRunError::AgentRunError |
( |
Kind |
kind, |
|
|
const std::string & |
message, |
|
|
Conversation |
conversation, |
|
|
Usage |
usage, |
|
|
int |
iterations, |
|
|
std::string |
finish_reason |
|
) |
| |
◆ conversation()
| const Conversation & forgeant::AgentRunError::conversation |
( |
| ) |
const |
|
inlinenoexcept |
◆ finish_reason()
| const std::string & forgeant::AgentRunError::finish_reason |
( |
| ) |
const |
|
inlinenoexcept |
◆ iterations()
| int forgeant::AgentRunError::iterations |
( |
| ) |
const |
|
inlinenoexcept |
◆ kind()
| Kind forgeant::AgentRunError::kind |
( |
| ) |
const |
|
inlinenoexcept |
◆ usage()
| const Usage & forgeant::AgentRunError::usage |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: