Interface IThreadEventReceiver
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public interface IThreadEventReceiver
Methods
OnThreadCreated(Thread)
Declaration
void OnThreadCreated(Thread thread)
Parameters
Type | Name | Description |
---|---|---|
Thread | thread |
OnThreadRetrieved(Thread)
Declaration
void OnThreadRetrieved(Thread thread)
Parameters
Type | Name | Description |
---|---|---|
Thread | thread |
OnThreadUpdated(Thread)
Declaration
void OnThreadUpdated(Thread thread)
Parameters
Type | Name | Description |
---|---|---|
Thread | thread |