_callWithConfig<
T extends BaseLanguageModelInput
>(
func: (input: T) => Promise<| Name | Type | Description |
|---|---|---|
func* | (input: T) => Promise<string> | (input: T, config?: Partial<BaseLanguageModelCallOptions>, runManager?: CallbackManagerForChainRun) => Promise<string> | |
input* | T | |
options | Partial<BaseLanguageModelCallOptions> & __type |