add abort signals

This commit is contained in:
Dax Raad
2025-06-10 17:56:05 -04:00
parent 37cf5c07a6
commit 5a192393b8
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@ import type { StandardSchemaV1 } from "@standard-schema/spec"
export namespace Tool {
export type Context = {
sessionID: string
abort: AbortSignal
}
export interface Info<
Parameters extends StandardSchemaV1 = StandardSchemaV1,