DisplayEventType
Defined in the Display Types module.Rust AI Agent SDK Display event types
Fields
| Name | Type | Description |
|---|---|---|
Agent | variant | - |
interaction | variant | - |
Interaction | variant | Agent interaction |
Self | variant | - |
reflection | variant | - |
SelfReflection | variant | Self reflection |
Tool | variant | - |
call | variant | - |
ToolCall | variant | Tool call |
Error | variant | - |
Error | variant | Error |
Generating | variant | - |
response | variant | - |
Generating | variant | Generating response |
Reasoning | variant | - |
steps | variant | - |
ReasoningSteps | variant | Reasoning steps |
Working | variant | - |
status | variant | - |
WorkingStatus | variant | Working status |
Instruction | variant | - |
Instruction | variant | Instruction |
Custom | variant | - |
event | variant | - |
Custom | variant | Custom event |
Source
View on GitHub
praisonai/src/parity/display_types.rs at line 0
