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