mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix: fix interruption handling for Gemini Live
1. Fixes #236 2. Fix run_inference for variable extraction for Gemini Live
This commit is contained in:
parent
14e6f29f2f
commit
e31b38122e
12 changed files with 48 additions and 15 deletions
|
|
@ -63,7 +63,7 @@ class ContextSummarizationManager:
|
|||
orphaned tool calls from previous nodes) with a concise summary.
|
||||
"""
|
||||
context = self._engine.context
|
||||
llm = self._engine.llm
|
||||
llm = self._engine.inference_llm
|
||||
current_node = self._engine._current_node
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue