Skip to content

ToolContext

type ToolContext = Pick<RunContext,
| "session"
| "runState"
| "tool"
| "now"
| "uuid"
| "emit"
| "fs"
| "abortSignal">;