style: normalize provider formatting

This commit is contained in:
Peter Steinberger
2026-04-04 23:25:20 +09:00
parent 1ca1ce85ee
commit a4fc1200de
5 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
import type { StreamFn } from "@mariozechner/pi-agent-core";
import { streamSimple } from "@mariozechner/pi-ai";
import type { ProviderWrapStreamFnContext } from "openclaw/plugin-sdk/plugin-entry";
import {
applyAnthropicEphemeralCacheControlMarkers,
buildCopilotDynamicHeaders,
hasCopilotVisionInput,
streamWithPayloadPatch,
} from "openclaw/plugin-sdk/provider-stream";
import type { ProviderWrapStreamFnContext } from "openclaw/plugin-sdk/plugin-entry";
type StreamContext = Parameters<StreamFn>[1];