|
|
|
|
|
by olmo23
72 days ago
|
|
I agree the functions in a file should probably be reasonably-sized. It's also interesting to note that due to the way round-tripping tool-calls work, splitting code up into multiple files is counter-productive. You're better off with a single large file. |
|
Can you expand on that?