chatwoot/chatwoot

View on GitHub
enterprise/app/views/super_admin/response_sources/chat.html.erb

Summary

Maintainability
Test Coverage
<% 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)
}) %>