@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
11 lines (10 loc) • 451 B
TypeScript
import type { ReadonlyDeep } from 'type-fest';
import type { TaskJson } from '../../pipeline/PipelineJson/TaskJson';
import type { string_markdown } from '../../types/typeAliases';
import type { string_parameter_value } from '../../types/typeAliases';
/**
* @@@
*
* @private internal utility of `createPipelineExecutor`
*/
export declare function getContextForTask(task: ReadonlyDeep<TaskJson>): Promise<string_parameter_value & string_markdown>;