This commit is contained in:
Conrad Irwin 2025-07-15 19:42:40 +00:00 committed by GitHub
parent ec52e9281a
commit 14123fe427
282 changed files with 3429 additions and 16553 deletions

View file

@ -719,7 +719,6 @@ impl EditAgent {
tools,
stop: Vec::new(),
temperature: None,
thinking_allowed: true,
};
Ok(self.model.stream_completion_text(request, cx).await?.stream)