assistant2: Remove "Tools" switch (#26485)

This PR removes the "Tools" switch from Assistant 2, as we can manage
tools from the tool selector now.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-11 17:46:51 -04:00 committed by GitHub
parent 2b94a35aaa
commit d43bcc04db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 34 deletions

View file

@ -447,7 +447,7 @@ impl ActiveThread {
};
self.thread.update(cx, |thread, cx| {
thread.send_to_model(model, RequestKind::Chat, false, cx)
thread.send_to_model(model, RequestKind::Chat, cx)
});
cx.notify();
}