We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf3d0d commit 2156fedCopy full SHA for 2156fed
flag_engine/context/mappers.py
@@ -16,6 +16,7 @@ def map_environment_identity_to_context(
16
17
:param environment: The environment model object.
18
:param identity: The identity model object.
19
+ :param override_traits: A list of TraitModel objects, to be used in place of `identity.identity_traits` if provided.
20
:return: An EvaluationContext containing the environment and identity.
21
"""
22
return {
0 commit comments