getBiggestPrompt
getBiggestPrompt(
prompts
):PromptTemplate
Defined in: .build/typescript/packages/core/src/indices/prompt-helper.ts:26
Get biggest empty prompt size from a list of prompts. Used to calculate the maximum size of inputs to the LLM.
Parameters
Section titled “Parameters”prompts
Section titled “prompts”PromptTemplate
<string
[], string
[], string
>[]