Class NonStreamingChatEventHandler
Event handler for basic chat (non-streaming) responses.
Inherited Members
Namespace: Glitch9.AIDevKit.Components
Assembly: .dll
Syntax
public class NonStreamingChatEventHandler : ChatEventHandler
Fields
onMessageReceived
Invoked when a response message is received from the AI.
Declaration
public UnityEvent<AssistantMessage> onMessageReceived
Field Value
Type | Description |
---|---|
UnityEvent<AssistantMessage> |
onToolMessageReceived
Invoked when a tool message is received from the AI.
Declaration
public UnityEvent<ToolMessage> onToolMessageReceived
Field Value
Type | Description |
---|---|
UnityEvent<ToolMessage> |