Enum ToolOutputEventType
Defines the type of tool output event.
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public enum ToolOutputEventType
Fields
| Name | Description |
|---|---|
| Error | Tool output resulted in an error. |
| Result | Tool output result is available. |
| Submitting | Tool output is being submitted. |
| Unknown | Unknown event type. |