@promptbook/langtail
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
16 lines (15 loc) • 396 B
TypeScript
/**
* @@@
*
* Note: Keep it public to allow people to make their own execution tools
*/
export type CommonToolsOptions = {
/**
* If true, the internal executions will be logged
*/
readonly isVerbose?: boolean;
};
/**
* TODO: [🈁] Maybe add here `isDeterministic`
* TODO: [🧠][💙] Distinct between options passed into ExecutionTools and to ExecutionTools.execute
*/