test(agent): avoid Han-script literal in loop regression test
This commit is contained in:
parent
7ff33ad7e6
commit
fac3d6ac6f
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ func TestRunLLMIteration_MessageOnlyToolCallsStopAfterOneRound(t *testing.T) {
|
|||
agent,
|
||||
[]providers.Message{
|
||||
{Role: "system", Content: "test system prompt"},
|
||||
{Role: "user", Content: "压缩上下文"},
|
||||
{Role: "user", Content: "compress context"},
|
||||
},
|
||||
processOptions{
|
||||
SessionKey: "test-session",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue