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

Update ai chat assistant commands to Assistants API v2 #294

Open
robch opened this issue May 13, 2024 · 1 comment
Open

Update ai chat assistant commands to Assistants API v2 #294

robch opened this issue May 13, 2024 · 1 comment

Comments

@robch
Copy link
Contributor

robch commented May 13, 2024

Update ai chat assistant commands for the following:

  • ai chat assistant create --name ... --deployment ... --instructions ...
  • ai chat assistant create ... --code-interpreter ...
  • ai chat assistant create ... --file-search ...
  • ai chat assistant create ... --file-id(s) ...
  • ai chat assistant file upload ... --file ...

Create ai chat assistant vector-store commands for the following:

  • ai chat assistant vector-store create --name ...
  • ai chat assistant vector-store list
  • ai chat assistant vector-store get --id ...
  • ai chat assistant vector-store update --id ... --name ...
  • ai chat assistant vector-store delete --id ...

Create ai chat assistant update command for the following:

  • ai chat assistant update --name ... --deployment ... --instructions ...
  • ai chat assistant update ... --code-interpreter ...
  • ai chat assistant update ... --file-search ...
  • ai chat assistant update ... --file-id(s) ...

Double check these still work appropriately:

  • ai chat assistant delete ...
  • ai chat assistant list ...
  • ai chat assistant get ...
  • ai chat assistant file create ...
  • ai chat assistant file delete ...
  • ai chat assistant file list ...
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

No branches or pull requests

2 participants
@robch and others