|
Longbridge OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
| std::string | tool_use_id |
| Matches the tool_use_id of the started event. More... | |
| std::string | status |
| succeeded / failed More... | |
| std::string | error |
| Error description on failure. More... | |
| double | elapsed_time |
| Call duration in seconds. More... | |
| int64_t | started_at |
| Start time, Unix timestamp in seconds. More... | |
| std::string | tool_name |
| Localized display name. More... | |
| std::string | tool_func_name |
| Locale-stable tool identifier. More... | |
| std::string | tool_args |
| Call arguments as a JSON string. More... | |
| std::string | tool_type |
| Tool category. More... | |
| std::string | tips |
| Progress text. More... | |
| std::vector< std::string > | tip_chips |
| Short tags; may be empty. More... | |
| int32_t | iteration |
| Round number. More... | |
| bool | is_thinking |
| true if the call happened during the thinking phase More... | |
| NodeToolUseOutputs | outputs |
| Filtered call results, for display. More... | |
Payload of a NodeToolUseFinished conversation stream event — the tool call has ended.
| double longbridge::agent::NodeToolUseFinishedPayload::elapsed_time |
Call duration in seconds.
| std::string longbridge::agent::NodeToolUseFinishedPayload::error |
Error description on failure.
| bool longbridge::agent::NodeToolUseFinishedPayload::is_thinking |
true if the call happened during the thinking phase
| int32_t longbridge::agent::NodeToolUseFinishedPayload::iteration |
Round number.
| NodeToolUseOutputs longbridge::agent::NodeToolUseFinishedPayload::outputs |
Filtered call results, for display.
| int64_t longbridge::agent::NodeToolUseFinishedPayload::started_at |
Start time, Unix timestamp in seconds.
| std::string longbridge::agent::NodeToolUseFinishedPayload::status |
succeeded / failed
| std::vector<std::string> longbridge::agent::NodeToolUseFinishedPayload::tip_chips |
Short tags; may be empty.
| std::string longbridge::agent::NodeToolUseFinishedPayload::tips |
Progress text.
| std::string longbridge::agent::NodeToolUseFinishedPayload::tool_args |
Call arguments as a JSON string.
| std::string longbridge::agent::NodeToolUseFinishedPayload::tool_func_name |
Locale-stable tool identifier.
| std::string longbridge::agent::NodeToolUseFinishedPayload::tool_name |
Localized display name.
| std::string longbridge::agent::NodeToolUseFinishedPayload::tool_type |
Tool category.
| std::string longbridge::agent::NodeToolUseFinishedPayload::tool_use_id |
Matches the tool_use_id of the started event.