add: more commands
This commit is contained in:
@@ -25,7 +25,7 @@ func (t *Tool) Desc() api.Tool {
|
||||
toolPropertiesMap := api.NewToolPropertiesMap()
|
||||
toolPropertiesMap.Set("weather", api.ToolProperty{
|
||||
Type: api.PropertyType{"string"},
|
||||
Description: "What to set the weather too",
|
||||
Description: "What to set the weather too. NOTE: case with the value provided is important. Keep it lower case.",
|
||||
Enum: []any{"clear", "rain", "thunder"},
|
||||
})
|
||||
return api.Tool{
|
||||
|
||||
Reference in New Issue
Block a user