build_runnable_config(
self,
request: Request,
) -> RunnableConfig| Name | Type | Description |
|---|---|---|
request* | Request |
Build a RunnableConfig for the invocation.
Sets configurable.thread_id from a user-scoped internal form of
request.state.session_id so checkpointed conversations cannot
collide across users that choose the same public session ID.
The Starlette request.