Interface IChatEventReceiver
Namespace: Glitch9.AIDevKit.Components
Assembly: .dll
Syntax
public interface IChatEventReceiver
Methods
OnReceiveResponse(ChatCompletion)
Declaration
void OnReceiveResponse(ChatCompletion response)
Parameters
Type | Name | Description |
---|---|---|
ChatCompletion | response |
OnSendMessage(ChatMessage)
Declaration
void OnSendMessage(ChatMessage requestMessage)
Parameters
Type | Name | Description |
---|---|---|
ChatMessage | requestMessage |