Agents 0.0.2
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

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< JsonObjectdefault_value
 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.