Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RunObject.expires_at nullable #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidmigloz
Copy link
Contributor

RunObject.expires_at can be null (e.g. when the run is completed).

Example:

{
  "id": "run_soD0ciq9WNNZ2FL6zDlcur7b",
  "object": "thread.run",
  "created_at": 1703355405,
  "assistant_id": "asst_uzsXn9NW5FURQq4qU8Byqr0T",
  "thread_id": "thread_rhvsVlbAf00zQ9DgMTfZE7BS",
  "status": "completed",
  "started_at": 1703355405,
  "expires_at": null,
  "cancelled_at": null,
  "failed_at": null,
  "completed_at": 1703355420,
  "last_error": null,
  "model": "gpt-4",
  "instructions": "Please address the user as Jane Doe. The user has a premium account.",
  "tools": [
    {
      "type": "code_interpreter"
    }
  ],
  "file_ids": [],
  "metadata": {}
}

This PR makes RunObject.expires_at nullable.

cc @schnerd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant