Type Alias: LLMTools
LLMTools =
object
Defined in: ../../template-types-lib/src/types/template-config-types.ts:163
Properties
llm()
llm: (
input) =>Promise<string>
Defined in: ../../template-types-lib/src/types/template-config-types.ts:164
Parameters
input
string
Returns
Promise<string>