UNPKG

@gptp/core

Version:

Library to supercharge your use of large language models

7 lines (6 loc) 154 B
export interface CommonExecutionToolsOptions { /** * If true, the internal executions will be logged */ readonly isVerbose?: boolean; }