Run the LLM on the given prompts and input.
_generate(
prompts: string[],
options: Omit<BaseLLMCallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId">,
_: CallbackManagerForLLMRun
): Promise<LLMResult>| Name | Type | Description |
|---|---|---|
prompts* | string[] | |
options* | Omit<BaseLLMCallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId"> | |
_ | CallbackManagerForLLMRun |