style: gofmt + fix copylocks lint warning
This commit is contained in:
12
e2e_test.go
12
e2e_test.go
@@ -169,13 +169,13 @@ func TestChatPipeline_LLMTimeout(t *testing.T) {
|
||||
func TestChatPipeline_TypedDecoding(t *testing.T) {
|
||||
// Verify typed struct decoding from proto (same path as OnTypedMessage).
|
||||
original := &messages.ChatRequest{
|
||||
RequestId: "req-e2e-001",
|
||||
UserId: "user-1",
|
||||
Message: "hello",
|
||||
Premium: true,
|
||||
EnableRag: false,
|
||||
RequestId: "req-e2e-001",
|
||||
UserId: "user-1",
|
||||
Message: "hello",
|
||||
Premium: true,
|
||||
EnableRag: false,
|
||||
EnableStreaming: false,
|
||||
SystemPrompt: "Be brief.",
|
||||
SystemPrompt: "Be brief.",
|
||||
}
|
||||
data, _ := proto.Marshal(original)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user