A return value may change depending on the limit argument of messages

As far as I am aware, a ‘file_ids’ value in the return value of messages disappears.
It seems that the ‘file_ids’ becomes empty when ‘limit’ argument is 9 or more.

num=9  
client.beta.threads.messages.list(
            thread_id=self.thread_id,.
            limit=num
            )
 ```
1 Like