Merge pull request #1132 from nearai/staging-promote/e805ec61-23059634819

chore: promote staging to main (2026-03-13 16:09 UTC)
This commit is contained in:
Henry Park
2026-03-16 09:22:58 -07:00
committed by GitHub
98 changed files with 6700 additions and 1118 deletions
+1
View File
@@ -176,6 +176,7 @@ async fn llm_complete_with_tools(
model: req.model,
max_tokens: req.max_tokens,
temperature: req.temperature,
stop_sequences: req.stop_sequences,
tool_choice: req.tool_choice,
metadata: std::collections::HashMap::new(),
};