Metadata Precedence
In Julep, several objects can have metadata
added to them:
Agent
User
Session
Doc
Task
Execution
When multiple objects with the same metadata
field are present in a scope, the value takes the following precedence (from highest to lowest):
In a session:
Session
User
Agent
During a task execution:
Execution
Task
Agent
This precedence order ensures that more specific contexts (like a particular session or execution) can override more general settings, while still allowing for default values to be set at higher levels.
Last updated