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