You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands, HTTP headers can only be supplied when the client is initialised. It would be beneficial to implement a way to specify headers for each call to the server, for example when an agent is performing requests on behalf of different users and their own credentials need to be passed.
This could be achieved by reading headers from a RunnableConfig at runtime, supplied for example within LangGraph example
dev-drova, netzmb, jeweis, starchou6, amrmelsayed and 3 more