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