Fix typo in assistant_tool.rs (#32207)

Release Notes:

- N/A
This commit is contained in:
Lucas 2025-06-06 13:23:25 +08:00 committed by GitHub
parent e37c78bde7
commit 96609151c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -214,7 +214,7 @@ pub trait Tool: 'static + Send + Sync {
ToolSource::Native
}
/// Returns true iff the tool needs the users's confirmation
/// Returns true if the tool needs the users's confirmation
/// before having permission to run.
fn needs_confirmation(&self, input: &serde_json::Value, cx: &App) -> bool;