toolCalls and toolCallList properties
The tool-calls request contain a json object with both "toolCalls" and "toolCallList" properties. They have identical values. However, only "toolCallList" is mentioned in the API docs; "toolCalls" is not. Are they supposed to be identical? When should each be used?