_callWithConfig<
T extends InputValues
>(
func: (input: T) => Promise<ChatPromptValueInterface> | (input: T,
config: Partial<RunnableConfig<Record<string, any>>>,
runManager: CallbackManagerForChainRun) => Promise<ChatPromptValueInterface>, input: T, options: Partial<RunnableConfig<Record<string, any>>> __type
): Promise<ChatPromptValueInterface>