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