@mondaydotcomorg/atp-runtime
Version:
Runtime SDK injected into sandbox for Agent Tool Protocol
13 lines • 426 B
TypeScript
/**
*/
import type { ClientLLMCallback } from './types';
/**
* Sets a client callback handler for LLM operations
* @param callback - Client callback handler
*/
export declare function setClientLLMCallback(callback: ClientLLMCallback | undefined): void;
/**
* Gets the current client callback handler
*/
export declare function getClientLLMCallback(): ClientLLMCallback | undefined;
//# sourceMappingURL=callback.d.ts.map