|
Longbridge OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
| std::vector< Reference > | references |
| Sources referenced by the tool result. More... | |
| std::vector< std::string > | reference_domains |
| Domains of the referenced sources. More... | |
| std::string | query |
| The query the tool executed; empty when absent. More... | |
| std::string | text |
| Raw response text of the tool; empty when absent. More... | |
| std::string | tool_args_json |
| Parsed request arguments, as a JSON string; empty when absent. More... | |
| std::string | data_json |
outputs of a NodeToolUseFinished conversation stream event — only carries fields meant for display.
| std::string longbridge::agent::NodeToolUseOutputs::data_json |
Structured result, as a JSON string; present only for selected tools, empty when absent
| std::string longbridge::agent::NodeToolUseOutputs::query |
The query the tool executed; empty when absent.
| std::vector<std::string> longbridge::agent::NodeToolUseOutputs::reference_domains |
Domains of the referenced sources.
| std::vector<Reference> longbridge::agent::NodeToolUseOutputs::references |
Sources referenced by the tool result.
| std::string longbridge::agent::NodeToolUseOutputs::text |
Raw response text of the tool; empty when absent.
| std::string longbridge::agent::NodeToolUseOutputs::tool_args_json |
Parsed request arguments, as a JSON string; empty when absent.