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