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
So this isn't quite a bug, but we do have two different implementations, not of the parsing, but of the fetching. One of them has a few more [DEV] logs, but they are other wise identical.
Here is one:
make-agent/src/commands/dev.ts
Line 44 in 3f38010
Here is the second:
make-agent/src/utils/openapi.ts
Lines 8 to 11 in 3f38010
To resolve this, we will write unit tests for both, determine which is preferred and delete the other.
The text was updated successfully, but these errors were encountered: