Open palladius opened 1 month ago
Note I've added a new effective_role = 'array'
type (maybe better "model_array" because when the model puts an array it should probably be in robotic style (gray, monofonted) and dfifferent to when its speaking Englihs back to you (black, bold, ..).
My working code is here: https://github.com/palladius/ecommerce-ai-assistant-demo-gemini/
I've noticed that Gemini uses slightly different roles, so I brought this complexity to server-side rather than client-side, since its a couple of nested ifs.
Original
Views/index.rb:
My proposal
Add a
style
to backend hashviews/index.rb: View:
Controller: