mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
test(agents): capture codex payload mutations
This commit is contained in:
@@ -416,7 +416,9 @@ function createTestOpenAIProviderWrapper(
|
||||
if (withDefaultTransport) {
|
||||
streamFn = createOpenAIDefaultTransportWrapper(streamFn);
|
||||
}
|
||||
streamFn = createOpenAIAttributionHeadersWrapper(streamFn);
|
||||
streamFn = createOpenAIAttributionHeadersWrapper(streamFn, {
|
||||
codexNativeTransportStreamFn: params.context.streamFn,
|
||||
});
|
||||
|
||||
if (resolveOpenAIFastMode(params.context.extraParams)) {
|
||||
streamFn = createOpenAIFastModeWrapper(streamFn);
|
||||
|
||||
Reference in New Issue
Block a user