Run the LLM on the given prompt and input.
_call(
prompt: string,
options: Omit<CallOptions, "callbacks" | "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "runId">,
runManager: CallbackManagerForLLMRun
): Promise<string>| Name | Type | Description |
|---|---|---|
prompt* | string | |
options* | Omit<CallOptions, "callbacks" | "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "runId"> | |
runManager | CallbackManagerForLLMRun |