add abort signals

This commit is contained in:
Dax Raad
2025-06-10 17:56:05 -04:00
parent 84e4afc0bd
commit 14dcf43246
4 changed files with 6 additions and 3 deletions

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,