build_runnable_config(
self,
request: CreateResponse,
context: ResponseContext
) -> RunnableConfig| Name | Type | Description |
|---|---|---|
request* | CreateResponse | The parsed create-response request. |
context* | ResponseContext | The response context for the request. |
Build a LangGraph RunnableConfig for the request.
The logical thread is namespaced by the platform-provided user key.
For previous_response_id chains, the root response is resolved
through the Responses provider when possible. Checkpointed graphs
additionally restore the exact (thread_id, checkpoint_id) saved
for this user and conversation chain. The full :class:ResponseContext
is exposed under configurable.response_context for transient
execution facts such as recovery state.