You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you request multiple records be inserted as rows into a worksheet there is the possibility each call will get the same row id if data is slow to be written and the tool is called in parallel.
If you request multiple records be inserted as rows into a worksheet there is the possibility each call will get the same row id if data is slow to be written and the tool is called in parallel.
https://github.com/obot-platform/tools/blob/main/excel/pkg/graph/worksheet.go#L212
The way the row number is determined multiple tool calls in parallel will get the same row id before anything is written.
I am having trouble coming up with a set of test data, will keep an eye out.
The text was updated successfully, but these errors were encountered: