|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
Output of an executed tool. More...
#include <tools.hpp>
Public Member Functions | |
| InputItemType | GetItemType () const override |
| Identifies this item as a tool execution result. | |
| std::string | ToString () const override |
| Human-readable summary of the tool output. | |
| void | ToJson (json &j) const override |
| Serialize this tool result to JSON. | |
Public Attributes | |
| std::string | call_id |
| Matching call identifier from the request. | |
| std::string | name |
| Name of the tool that produced this result. | |
| json | output |
| Tool return value (string or structured JSON). | |
Output of an executed tool.