Packages
agentsea_web
0.1.0
AgentSea web: a Phoenix LiveView fleet dashboard and an OpenAI-compatible chat completions endpoint.
Current section
Files
Jump to
Current section
Files
lib/agent_sea/web/error_html.ex
defmodule AgentSea.Web.ErrorHTML do
@moduledoc false
# Render the plain status message for any error template (e.g. "404.html").
def render(template, _assigns) do
Phoenix.Controller.status_message_from_template(template)
end
end