@datalayer/core
Version:
**Datalayer Core**
9 lines (8 loc) • 301 B
TypeScript
import type { IAIAgent } from '../models';
/**
* Get the document AI Agent if any.
*
* It handles checking the AI Agent is alive so it should only be use once per document.
*/
export declare function useNotebookAIAgent(notebookId: string): IAIAgent | undefined;
export default useNotebookAIAgent;