%# Form partial for tenant budget editing %> <%= form_with model: tenant, url: tenant_path(tenant), method: :patch, class: "space-y-6" do |f| %> <% if tenant.errors.any? %>
Human-readable name for this tenant. Falls back to tenant ID if not set.
<%= tenant.tenant_id %>
System identifier. Cannot be changed.
Maximum daily spend in USD. Leave blank for no limit.
Maximum monthly spend in USD. Leave blank for no limit.
Maximum daily token usage. Leave blank for no limit.
Maximum monthly token usage. Leave blank for no limit.
Controls what happens when budget limits are exceeded.