For some given input string and options, return a string output.
Despite the fact that invoke is overridden below, we still need this
in order to handle public APi calls to generate().
_call(
prompt: string,
options: Omit<BaseLanguageModelCallOptions, "metadata" | "configurable" | "recursionLimit" | "runName" | "tags" | "callbacks" | "runId">
): Promise<string>| Name | Type | Description |
|---|---|---|
prompt* | string | |
options* | Omit<BaseLanguageModelCallOptions, "metadata" | "configurable" | "recursionLimit" | "runName" | "tags" | "callbacks" | "runId"> |