|
Longbridge OpenAPI C++ SDK
|
A single interaction requested while an Agent workflow is paused. More...
#include <types.hpp>
Public Attributes | |
| std::string | tool_call_id |
| Tool call that requested the interaction. More... | |
| std::string | interrupt_id |
| Stable key expected by the answers map when continuing. More... | |
| std::string | interaction_type |
Interaction type such as ask_human or trade_password More... | |
| std::string | tool_name |
| Human-readable tool name. More... | |
| std::vector< Question > | questions |
| Questions and answer options presented to the user. More... | |
| std::string | tool_args_json |
| Original tool arguments as a JSON string; empty when absent. More... | |
A single interaction requested while an Agent workflow is paused.
| std::string longbridge::agent::HumanInteraction::interaction_type |
Interaction type such as ask_human or trade_password
| std::string longbridge::agent::HumanInteraction::interrupt_id |
Stable key expected by the answers map when continuing.
| std::vector<Question> longbridge::agent::HumanInteraction::questions |
Questions and answer options presented to the user.
| std::string longbridge::agent::HumanInteraction::tool_args_json |
Original tool arguments as a JSON string; empty when absent.
| std::string longbridge::agent::HumanInteraction::tool_call_id |
Tool call that requested the interaction.
| std::string longbridge::agent::HumanInteraction::tool_name |
Human-readable tool name.