openai-client-base 0.8.1

Auto-generated Rust client for the OpenAI API
# RunStatus

## Enum Variants

| Name | Value |
|---- | -----|
| Queued | queued |
| InProgress | in_progress |
| RequiresAction | requires_action |
| Cancelling | cancelling |
| Cancelled | cancelled |
| Failed | failed |
| Completed | completed |
| Incomplete | incomplete |
| Expired | expired |


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)