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
Currently, the assistant_id is logged in plain text in the Response API. This poses a potential security and privacy risk.
Introduce masking of the assistant_id field in logs using a utility like mask_string().