AccessDelegation()| Name | Type |
|---|---|
| mode | AccessDelegationMode |
| permissions | list[str] |
Grant letting code inside a sandbox call the LangSmith API as the creator.
mode is "INHERIT" for everything the creator can do, or
"EXPLICIT" for the subset named in permissions. Permissions are a
ceiling re-checked on every request rather than a snapshot, so access the
creator loses is lost here too.