• Check if the provided user was provided by LangGraph Studio.

    By default, if you add custom authorization on your resources, this will also apply to interactions made from the Studio. If you want, you can handle logged-in Studio users in a special way.

    Parameters

    • user: BaseUser

      The user to check

    Returns boolean

    True if the user is a studio user, false otherwise