config
) or specific request headers. This enables adjustments based on user identity or other reques
For privacy, control which headers are passed to the runtime configuration via the http.configurable-headers
section in your langgraph.json
file.
Here’s how to customize the included and excluded headers:
include
and exclude
lists accept exact header names or patterns using *
to match any number of characters. For your security, no other regex patterns are supported.
Using within your graph
You can access the included headers in your graph using theconfig
argument of any node.
Opt-out of configurable headers
If you’d like to opt-out of configurable headers, you can simply set a wildcard pattern in theexclude
list: