We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e893ca1 commit daeedf0Copy full SHA for daeedf0
pkg/waveai/waveai.go
@@ -31,7 +31,7 @@ func MakeWaveAIPacket() *wshrpc.WaveAIPacketType {
31
return &wshrpc.WaveAIPacketType{Type: OpenAIPacketStr}
32
}
33
34
-type OpenAICmdInfoChatMessage struct {
+type WaveAICmdInfoChatMessage struct {
35
MessageID int `json:"messageid"`
36
IsAssistantResponse bool `json:"isassistantresponse,omitempty"`
37
AssistantResponse *WaveAICmdInfoPacketOutputType `json:"assistantresponse,omitempty"`
0 commit comments