@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 372 B
TypeScript
import type { TODO_any } from '../../utils/organization/TODO_any';
import type { MemoryToolRuntimeContext } from './MemoryToolRuntimeAdapter';
/**
* Resolves runtime context from hidden tool arguments.
*
* @private function of MemoryCommitmentDefinition
*/
export declare function resolveMemoryRuntimeContext(args: Record<string, TODO_any>): MemoryToolRuntimeContext;