Ask a question to get started
Enter to sendā¢Shift+Enter new line
_callWithConfig< T extends BaseLanguageModelInput >( func: (input: T) => Promise
func
(input: T) => Promise<string> | (input: T, config?: Partial<CallOptions>, runManager?: CallbackManagerForChainRun) => Promise<string>
input
T
options
Partial<CallOptions> & __type