Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbrenno committed Feb 8, 2025
1 parent d928701 commit 94a086e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/intellibricks/agents/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ async def _run_logic_async(
stop_sequences=self.generation_config.stop_sequences,
cache_config=self.generation_config.cache_config,
trace_params=trace_params or self.generation_config.trace_params,
grounding=self.generation_config.grounding,
use_grounding=self.generation_config.grounding,
language=self.generation_config.language,
timeout=self.generation_config.timeout,
)
Expand All @@ -603,7 +603,7 @@ async def _run_logic_async(
stop_sequences=self.generation_config.stop_sequences,
cache_config=self.generation_config.cache_config,
trace_params=trace_params or self.generation_config.trace_params,
grounding=self.generation_config.grounding,
use_grounding=self.generation_config.grounding,
language=self.generation_config.language,
timeout=self.generation_config.timeout,
)
Expand Down

0 comments on commit 94a086e

Please sign in to comment.