- introduce copy() method to the ChatOptions. - make sure that the DefaultChatClientRequestSpec takes a copy of the input chat options to prevent multation. - add a OpenAiChatClientMultipleFunctionCallsIT to reproduce the problem and verify the solution. Resolves #1064