improving tool calling tracking
Some checks failed
CI/CD Pipeline / build (push) Failing after 5s

This commit is contained in:
2026-03-23 12:34:22 -06:00
parent 6fc4a686f8
commit e0ca44df23
12 changed files with 417 additions and 115 deletions

View File

@@ -111,6 +111,12 @@ defmodule ElixirAiWeb.HomeLive do
{:error, :already_exists} ->
{:noreply, assign(socket, error: "A conversation with that name already exists")}
{:error, :failed_to_load} ->
{:noreply,
assign(socket,
error: "Conversation was saved but failed to load"
)}
_ ->
{:noreply, assign(socket, error: "Failed to create conversation")}
end