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
On the backend for perf_data overlay we inject this data into the model explorer graph object and send the object to the frontend. So the response looks something like this:
On the backend for perf_data overlay we inject this data into the model explorer graph object and send the object to the frontend. So the response looks something like this:
The proper way to do this would be to create our own response dataclasses and use for our endpoints. Have the response look something like:
The text was updated successfully, but these errors were encountered: