|
Longbridge OpenAPI C++ SDK
|
Payload of a SubagentFinished conversation stream event. More...
#include <types.hpp>
Public Attributes | |
| std::string | node_id |
| ID of the node that spawned the subagent. More... | |
| std::string | tool_use_id |
| Matches the tool_use_id of SubagentStarted. More... | |
| std::string | status |
| succeeded / failed More... | |
| int64_t | started_at |
| Start time, Unix timestamp in seconds. More... | |
| double | elapsed_time |
| Total subagent duration in seconds. More... | |
| std::string | error |
| Error description on failure. More... | |
| SubagentOutputs | outputs |
| Subagent result: goal, result, and the timeline of tool calls it made. More... | |
Payload of a SubagentFinished conversation stream event.
| double longbridge::agent::SubagentFinishedPayload::elapsed_time |
Total subagent duration in seconds.
| std::string longbridge::agent::SubagentFinishedPayload::error |
Error description on failure.
| std::string longbridge::agent::SubagentFinishedPayload::node_id |
ID of the node that spawned the subagent.
| SubagentOutputs longbridge::agent::SubagentFinishedPayload::outputs |
Subagent result: goal, result, and the timeline of tool calls it made.
| int64_t longbridge::agent::SubagentFinishedPayload::started_at |
Start time, Unix timestamp in seconds.
| std::string longbridge::agent::SubagentFinishedPayload::status |
succeeded / failed
| std::string longbridge::agent::SubagentFinishedPayload::tool_use_id |
Matches the tool_use_id of SubagentStarted.