OPENAI_DELETE_THREAD
Delete a thread using its id. Provide the thread object or id via inputs.
At a glance
- Category LLM
- Version: 1.0.9
- Applications: all
- Scope: all
- Default Service: OPENAI_COMPLETION
Inputs
| Type | Description | Default | Required | Resolved |
|---|---|---|---|---|
thread | Thread object or id to delete | None | true | false |
Examples
Delete a thread
- step: OPENAI_DELETE_THREAD
thread: "{{threadObject}}"
See Also
General Resources: