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

GenAI: add support for assistants #1195

Open
lmolkova opened this issue Jun 28, 2024 · 2 comments
Open

GenAI: add support for assistants #1195

lmolkova opened this issue Jun 28, 2024 · 2 comments
Assignees
Labels
area:gen-ai enhancement New feature or request

Comments

@lmolkova
Copy link
Contributor

Assistants API has a slightly different model:

  • messages are published individually
  • the history is not re-published
  • they have a bunch of identifiers: assistant_id, thread_id, run_id
@lmolkova
Copy link
Contributor Author

Probably should be in gen_ai.openai namespace (at least until others adopt the same API)

@lmolkova lmolkova added the enhancement New feature or request label Jul 8, 2024
@lmolkova
Copy link
Contributor Author

lmolkova commented Jul 8, 2024

Discussed at LLM semconv call on 7/3

  • Assistant API is still in beta
  • We don't know step duration (requires polling)
  • Maybe we should wait for API to get stable before defining conventions

@lmolkova lmolkova self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:gen-ai enhancement New feature or request
Development

No branches or pull requests

2 participants