|
Longbridge OpenAPI C++ SDK
|
outputs of a SubagentFinished conversation stream event. More...
#include <types.hpp>
Public Attributes | |
| std::string | goal |
| The goal that was assigned to the subagent; empty when absent. More... | |
| std::string | result |
| The subagent's result; empty when absent. More... | |
| std::string | subagent_tools_json |
outputs of a SubagentFinished conversation stream event.
| std::string longbridge::agent::SubagentOutputs::goal |
The goal that was assigned to the subagent; empty when absent.
| std::string longbridge::agent::SubagentOutputs::result |
The subagent's result; empty when absent.
| std::string longbridge::agent::SubagentOutputs::subagent_tools_json |
Timeline of tool calls the subagent made, as a JSON array string; empty when absent