You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently prompt Messages is being referenced as a library import, and cannot be customized once an image is built. It has to be configured properly before the image build.
Describe the solution you'd like
Should allow road-core image consumers to provide their own customized prompt when running the image container, i.e. create an API to change the system prompt
Describe alternatives you've considered
via config to provide customized prompt file path when start the road-core service
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
@TamiTakamiya Thanks for the response. changes in #227 looks good, but there is only one concern whcih it's under dev config,for local debug/development mode. for this issue, we are thinking about more when having road-core as backend service for devtools. our developer users may want to customize the prompt based on their needs when the actual service is up and running.
Is your feature request related to a problem? Please describe.
Currently prompt Messages is being referenced as a library import, and cannot be customized once an image is built. It has to be configured properly before the image build.
Describe the solution you'd like
Should allow road-core image consumers to provide their own customized prompt when running the image container, i.e. create an API to change the system prompt
Describe alternatives you've considered
via config to provide customized prompt file path when start the road-core service
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: