working on voice control
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-24 15:06:53 -06:00
parent f514012396
commit 86ff82a015
16 changed files with 704 additions and 173 deletions

View File

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