- This PR adds a UI to validate the response source quality quickly. It also helps to test with sample questions and update responses in the database when missing. Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
<% content_for :title, "Robin AI playground: #{@response_source.name}" %>
|
|
<%= render_vue_component('PlaygroundIndex', {
|
|
responseSourceName: @response_source.name,
|
|
responseSourcePath: super_admin_response_source_path(@response_source)
|
|
}) %>
|