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