Skip to content

Commit daeedf0

Browse files
committed
one more
1 parent e893ca1 commit daeedf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/waveai/waveai.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func MakeWaveAIPacket() *wshrpc.WaveAIPacketType {
3131
return &wshrpc.WaveAIPacketType{Type: OpenAIPacketStr}
3232
}
3333

34-
type OpenAICmdInfoChatMessage struct {
34+
type WaveAICmdInfoChatMessage struct {
3535
MessageID int `json:"messageid"`
3636
IsAssistantResponse bool `json:"isassistantresponse,omitempty"`
3737
AssistantResponse *WaveAICmdInfoPacketOutputType `json:"assistantresponse,omitempty"`

0 commit comments

Comments
 (0)