|
Longbridge OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
| std::string | node_id |
| ID of the node that triggered the interrupt. More... | |
| std::string | tool_call_id |
| Tool call ID of this inquiry; used as the answer key when continuing. More... | |
| std::vector< Question > | questions |
| Questions you need to answer. More... | |
| int64_t | message_id |
| ID of the paused message. More... | |
| int64_t | chat_id |
| ID of the owning conversation. More... | |
Present when a conversation run is interrupted, waiting for AgentContext::continue_conversation.
| int64_t longbridge::agent::Interrupt::chat_id |
ID of the owning conversation.
| int64_t longbridge::agent::Interrupt::message_id |
ID of the paused message.
| std::string longbridge::agent::Interrupt::node_id |
ID of the node that triggered the interrupt.
| std::vector<Question> longbridge::agent::Interrupt::questions |
Questions you need to answer.
| std::string longbridge::agent::Interrupt::tool_call_id |
Tool call ID of this inquiry; used as the answer key when continuing.