Default implementation of batch, which calls invoke N times. Subclasses should override this method if they can batch more efficiently.
batch(
inputs: any[],
options: Partial<RunnableConfig<Record<string, any>>> | Partial<RunnableConfig<Record<string, any>>>[],
batchOptions: RunnableBatchOptions __type
): Promise<StringPromptValueInterface[]>