chore(core): fix comment typo (#15558)

This commit is contained in:
Maple!
2025-12-26 12:31:43 +08:00
committed by GitHub
parent 546baf9934
commit 56b050422d
+1 -1
View File
@@ -417,7 +417,7 @@ export abstract class DeclarativeTool<
* A convenience method that builds and executes the tool in one step. * A convenience method that builds and executes the tool in one step.
* Never throws. * Never throws.
* @param params The raw, untrusted parameters from the model. * @param params The raw, untrusted parameters from the model.
* @params abortSignal a signal to abort. * @param abortSignal a signal to abort.
* @returns The result of the tool execution. * @returns The result of the tool execution.
*/ */
async validateBuildAndExecute( async validateBuildAndExecute(