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

@@ -10,7 +10,7 @@ import (
"github.com/sashabaranov/go-openai/jsonschema"
)
const testActionResult = "It's going to be windy"
const testActionResult = "In Boston it's 30C today, it's sunny, and humidity is at 98%"
var _ Action = &TestAction{}