Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::SubagentOutputs Struct Reference

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
 

Detailed Description

outputs of a SubagentFinished conversation stream event.

Member Data Documentation

◆ goal

std::string longbridge::agent::SubagentOutputs::goal

The goal that was assigned to the subagent; empty when absent.

◆ result

std::string longbridge::agent::SubagentOutputs::result

The subagent's result; empty when absent.

◆ subagent_tools_json

std::string longbridge::agent::SubagentOutputs::subagent_tools_json

Timeline of tool calls the subagent made, as a JSON array string; empty when absent


The documentation for this struct was generated from the following file: