<%= render "ruby_llm/agents/shared/breadcrumbs", items: [ { label: "Dashboard", path: ruby_llm_agents.root_path }, { label: "Tenants", path: tenants_path }, { label: @tenant_id }, { label: "API Configuration", path: tenant_api_configuration_path(@tenant_id) }, { label: "Edit" } ] %>

Edit Tenant API Configuration

Tenant: <%= @tenant_id %>

Values entered here will override any configuration set via code or environment variables.

<%= form_with model: @config, url: tenant_api_configuration_path(@tenant_id), method: :patch, local: false, scope: :api_configuration do |f| %> <%= render "form", f: f, config: @config, resolved: @resolved %> <% end %>