Agents 1.4.0
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::Parameter Struct Reference

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< JsonObjectdefault_value = std::nullopt
 The default value of the parameter.

Detailed Description

Parameter type for tools and LLM calls.

Note
This is a parameter type for tools and LLM calls. It contains the name, description, type, required, and default value.