[Feature Request] Support Enum
type in function calling
#360
Labels
enhancement
New feature or request
Enum
type in function calling
#360
Required prerequisites
Motivation
The current function calling implementation does not support
Enum
. For example, theget_weather_data
tool may not work as expected since the input arguments liketime_units
should be enum types: #334. The agent may hallucinate an invalid input if enum types are not supported.Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: