UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 377 B
import type { TODO_any } from '../../utils/organization/TODO_any'; import type { TimeoutToolRuntimeContext } from './TimeoutToolRuntimeAdapter'; /** * Resolves timeout runtime context from hidden tool arguments. * * @private internal utility of USE TIMEOUT */ export declare function resolveTimeoutRuntimeContext(args: Record<string, TODO_any>): TimeoutToolRuntimeContext;