Default implementation of batch, which calls invoke N times. Subclasses should override this method if they can batch more efficiently.
batch(
inputs: BaseLanguageModelInput[],
options: Partial<BaseChatModelCallOptions> | Partial<BaseChatModelCallOptions>[],
batchOptions: RunnableBatchOptions __type
): Promise<AIMessageChunk<MessageStructure<MessageToolSet>>[]>