Class MultiChatEventReceiver
Event handler for basic chat (non-streaming) responses.
Implements
Namespace: Glitch9.AIDevKit.Components
Assembly: .dll
Syntax
public class MultiChatEventReceiver : ChatEventReceiver, IChatEventReceiver
Methods
OnReceiveResponse(ChatCompletion)
Declaration
public override void OnReceiveResponse(ChatCompletion response)
Parameters
Type | Name | Description |
---|---|---|
ChatCompletion | response |
Overrides
OnSendMessage(ChatMessage)
Declaration
public override void OnSendMessage(ChatMessage chatMessage)
Parameters
Type | Name | Description |
---|---|---|
ChatMessage | chatMessage |