general solution to voice control
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-25 09:22:48 -06:00
parent 86ff82a015
commit d857e91241
14 changed files with 309 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ defmodule ElixirAi.ChatRunner.ConversationCalls do
ElixirAi.ChatUtils.request_ai_response(
self(),
messages_with_system_prompt(new_state.messages, state.system_prompt),
state.server_tools ++ state.liveview_tools,
state.server_tools ++ state.liveview_tools ++ state.page_tools,
state.provider,
effective_tool_choice
)