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

sb component add fails with unexpected behavior #143

Open
lukmanr opened this issue Nov 7, 2023 · 1 comment
Open

sb component add fails with unexpected behavior #143

lukmanr opened this issue Nov 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lukmanr
Copy link
Collaborator

lukmanr commented Nov 7, 2023

$ sb component add llm_service
Solutions Builder (version 1.17.18)

This will add component 'llm_service' to '.'. Continue? [Y/n]:
Component llm_service does not exist in modules folder.

@lukmanr lukmanr added the bug Something isn't working label Nov 7, 2023
@jonchenn
Copy link
Collaborator

jonchenn commented Nov 8, 2023

There will be 2 parts to fix this:

  • This PR update blank service with gke and cloudrun files #144 updates the blank_service from the component library. You can run sb components add blank_service to add new service. It will prompt a question to specify your service name.
  • The second part will be fixed later: To allow add a component with a custom name like you did, and to ask question which component template to start with in a list selection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants