assistant2: Factor out tool use into its own module (#25819)

This PR factors out the concerns related to tool use out of `Thread` and
into their own module.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-28 12:04:20 -05:00 committed by GitHub
parent b445e4ce24
commit fc52b43159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 258 additions and 197 deletions

View file

@ -16,6 +16,7 @@ mod terminal_inline_assistant;
mod thread;
mod thread_history;
mod thread_store;
mod tool_use;
mod ui;
use std::sync::Arc;