mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-14 19:08:35 +00:00
- Changed the SetToolCalls method to use a pointer receiver for the Message struct, allowing for modifications to the original instance. - This change improves the method's efficiency and aligns with Go best practices for mutating struct methods.