diff options
Diffstat (limited to 'internal/hexaiaction/prompts_more_test.go')
| -rw-r--r-- | internal/hexaiaction/prompts_more_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexaiaction/prompts_more_test.go b/internal/hexaiaction/prompts_more_test.go index 67672fb..1d7fa67 100644 --- a/internal/hexaiaction/prompts_more_test.go +++ b/internal/hexaiaction/prompts_more_test.go @@ -22,7 +22,7 @@ func ptrFloat(v float64) *float64 { } func TestRunOnce_StripsFences(t *testing.T) { - got, err := runOnce(context.Background(), simpleDoer{"```\nok\n```"}, "SYS", "USER") + got, err := runOnce(context.Background(), simpleDoer{"```\nok\n```"}, "SYS", "USER", requestArgs{}) if err != nil { t.Fatalf("runOnce: %v", err) } |
