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

Assistant generator creates a basic UI #112

Merged
merged 22 commits into from
Nov 22, 2024
Merged

Conversation

andreibondarev
Copy link
Collaborator

@andreibondarev andreibondarev commented Sep 28, 2024

TODOs:

  • Add tool_choice to the New Assistant form
  • Add tests
  • README.md entry
  • Add command to undo/destroy generated files. Might be able to run rails destroy ... already; needs to be tested.
  • Implement streaming (separate PR)
  • Add tools to the New Assistant form (depends on Fix how Tools are stored. #111)
  • Create empty app/tools/.keep folder

@andreibondarev andreibondarev self-assigned this Sep 28, 2024
@andreibondarev andreibondarev marked this pull request as ready for review October 17, 2024 20:15
@sergiobayona
Copy link
Contributor

TODOs:

  • Add tool_choice to the New Assistant form
  • Add tests (added a few extra tests for the generated views)
  • README.md entry (add to existing description)
  • Add command to undo/destroy generated files. Might be able to run rails destroy ... already; needs to be tested. (this works already, added to readme)
  • Implement streaming (separate PR)
  • Add tools to the New Assistant form (depends on Fix how Tools are stored. #111)
  • Create empty app/tools/.keep folder (separate PR?)

sergiobayona and others added 2 commits November 21, 2024 20:45
* remove os files and ignore globally

* ignore ruby-version

* add destroy instructions

* test that the views get generated

* readme update
@andreibondarev andreibondarev merged commit 1655d09 into main Nov 22, 2024
5 checks passed
@andreibondarev andreibondarev deleted the assistant-generator-ui branch November 22, 2024 02:02
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.

2 participants