more improvements on tool calling

This commit is contained in:
2026-03-06 09:08:16 -07:00
parent b89d4e5a28
commit 7c7e763809
7 changed files with 275 additions and 142 deletions

View File

@@ -9,6 +9,10 @@ defmodule ElixirAi.ToolTesting do
GenServer.call(__MODULE__, :get_thing)
end
def get_thing(_) do
GenServer.call(__MODULE__, :get_thing)
end
def store_thing_definition(name) do
%{
"type" => "function",