_request(
prompt: string,
options: Omit<BaseLLMCallOptions, "callbacks" | "tags" | "metadata" | "configurable" | "recursionLimit" | "runName" | "runId">,
stream: boolean
): Promise<Response>| Name | Type | Description |
|---|---|---|
prompt* | string | |
options* | Omit<BaseLLMCallOptions, "callbacks" | "tags" | "metadata" | "configurable" | "recursionLimit" | "runName" | "runId"> | |
stream | boolean |