Structs§
- RunCreate
Stateless - RunCreateStateless : Payload for creating a run.
Enums§
- Durability
- Durability level for the run. Must be one of ‘sync’, ‘async’, or ‘exit’.
- OnCompletion
- Whether to delete or keep the thread created for a stateless run. Must be one of ‘delete’ or ‘keep’.
- OnDisconnect
- The disconnect mode to use. Must be one of ‘cancel’ or ‘continue’.