@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
11 lines (10 loc) • 366 B
TypeScript
import type { Registered } from '../utils/$Register';
import type { TODO_any } from '../utils/organization/TODO_any';
import type { LlmExecutionTools } from './LlmExecutionTools';
/**
* @@@
*/
export type LlmExecutionToolsConstructor = Registered & ((options: TODO_any) => LlmExecutionTools);
/**
* TODO: [🎶] Naming "constructor" vs "creator" vs "factory"
*/