Agents 0.0.2
Edge AI Agents SDK
|
Parameter type for tools and LLM calls. More...
#include <types.h>
Public Attributes | |
String | name |
The name of the parameter. | |
String | description |
The description of the parameter. | |
String | type |
The type of the parameter. | |
bool | required |
Whether the parameter is required. | |
std::optional< JsonObject > | default_value |
The default value of the parameter. | |
Parameter type for tools and LLM calls.