This commit is contained in:
mudler
2024-03-31 23:06:28 +02:00
parent aa62d9ef9e
commit 3b1a54083d
6 changed files with 161 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ func (a *IntentAction) Definition() ActionDefinition {
Properties: map[string]jsonschema.Definition{
"reasoning": {
Type: jsonschema.String,
Description: "The city and state, e.g. San Francisco, CA",
Description: "A detailed reasoning on why you want to call this tool.",
},
"tool": {
Type: jsonschema.String,