UNPKG

@ai-sdk/provider-utils

Version:
5 lines (4 loc) 111 B
/** * A context object that is passed into tool execution. */ export type Context = Record<string, unknown>;