add: more commands

This commit is contained in:
2026-02-17 09:01:41 -08:00
parent 424abfbb9e
commit ade140bb87
7 changed files with 332 additions and 44 deletions

View File

@@ -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{