pub fn execute_response_request_with_cache<S, C>(
cx: &mut Cx,
store: &mut S,
cache: &mut OpenAiPlanCache,
ids: &mut ResponseIdGenerators,
clock: &mut C,
request: &GatewayRequest,
) -> ResponseExecutionExpand description
Executes a /v1/responses request reusing the given plan cache, with no
runner or federation targets.