@fased/fased 0.1.57 → 0.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/anthropic-payload-policy.js +188 -0
- package/dist/agents/anthropic-transport-stream.js +736 -0
- package/dist/agents/copilot-dynamic-headers.js +1 -1
- package/dist/agents/current-model-catalog.js +5 -2
- package/dist/agents/custom-api-registry.js +21 -0
- package/dist/agents/google-transport-stream.js +543 -0
- package/dist/agents/model-catalog-status.js +6 -1
- package/dist/agents/models-config.js +2 -1
- package/dist/agents/openai-completions-compat.js +49 -0
- package/dist/agents/openai-responses-payload-policy.js +100 -0
- package/dist/agents/openai-tool-schema.js +130 -0
- package/dist/agents/openai-transport-stream.js +1040 -0
- package/dist/agents/pi-embedded-runner/compact.js +9 -0
- package/dist/agents/pi-embedded-runner/run/attempt.js +9 -0
- package/dist/agents/pi-embedded-runner/session-manager-init.js +5 -20
- package/dist/agents/provider-extension-catalog-manifest.js +2 -2
- package/dist/agents/provider-request-config.js +1 -1
- package/dist/agents/provider-stream.js +29 -0
- package/dist/agents/provider-transport-fetch.js +89 -0
- package/dist/agents/provider-transport-stream.js +72 -0
- package/dist/agents/system-prompt-cache-boundary.js +1 -1
- package/dist/agents/system-prompt.js +1 -1
- package/dist/agents/transport-message-transform.js +143 -0
- package/dist/agents/transport-stream-shared.js +81 -0
- package/dist/brand.js +1 -1
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/channels/delivery.js +78 -0
- package/dist/channels/plugins/catalog.js +10 -5
- package/dist/cli/components-cli.js +16 -13
- package/dist/cli/program/register.subclis.js +9 -0
- package/dist/cli/providers-cli.js +79 -6
- package/dist/cli/services-cli.js +28 -0
- package/dist/commands/auth-choice.js +1 -1
- package/dist/commands/models/list.auth-overview.js +12 -0
- package/dist/commands/onboard-channels.js +5 -0
- package/dist/commands/onboard-helpers.js +1 -1
- package/dist/commands/vllm-setup.js +12 -3
- package/dist/control-ui/assets/{app-DltSyY4Y.js → app-S_jg-ADS.js} +1706 -1675
- package/dist/control-ui/assets/{index-D5JlBp7f.js → index-C22rDOFm.js} +3 -3
- package/dist/control-ui/assets/{providers-Cc89iMdx.js → providers-QMn4w2_f.js} +3 -3
- package/dist/control-ui/index.html +1 -1
- package/dist/control-ui/version.json +1 -1
- package/dist/gateway/control-reply-text.js +10 -1
- package/dist/gateway/method-scopes.js +2 -0
- package/dist/gateway/protocol/schema/agents-models-skills.js +1 -0
- package/dist/gateway/server-chat.js +3 -3
- package/dist/gateway/server-methods/channels.js +10 -2
- package/dist/gateway/server-methods/chat.js +19 -12
- package/dist/gateway/server-methods/models.js +4 -0
- package/dist/gateway/server-methods/services.js +47 -2
- package/dist/gateway/server-methods-list.js +2 -0
- package/dist/gateway/session-event-payloads.js +20 -9
- package/dist/infra/google-api-base-url.js +29 -0
- package/dist/plugin-sdk/{accounts-CmMwe9Dt.js → accounts-DxblobYM.js} +1 -1
- package/dist/plugin-sdk/{actions-DYViFQiX.js → actions-D4UNimWa.js} +2 -2
- package/dist/plugin-sdk/{active-listener-DVbpcisf.js → active-listener-CFuy106s.js} +1 -1
- package/dist/plugin-sdk/{audio-preflight-D-Mfay8i.js → audio-preflight-CxZixyhW.js} +25 -25
- package/dist/plugin-sdk/{audit-JImYFOzJ.js → audit-Cs0K7LBp.js} +1 -1
- package/dist/plugin-sdk/{channel-access-cxCK2mci.js → channel-access-D5aHoTY8.js} +1 -1
- package/dist/plugin-sdk/{channel-access-configure-B_qYjml8.js → channel-access-configure-Dvch9mMQ.js} +1 -1
- package/dist/plugin-sdk/channel-plugin-common.d.ts +2 -2
- package/dist/plugin-sdk/channel-plugin-common.js +4 -4
- package/dist/plugin-sdk/{chunk-CF8nvZNj.js → chunk-B0FUGc5A.js} +1 -1
- package/dist/plugin-sdk/{chunk-items-yLFoO571.js → chunk-items-Cy9a3X7x.js} +1 -1
- package/dist/plugin-sdk/command-status.js +25 -25
- package/dist/plugin-sdk/{commands-registry-CK4KmMG0.js → commands-registry-DmDRhRAU.js} +2 -2
- package/dist/plugin-sdk/{common-Cky4hpqr.js → common-CfUOowOp.js} +1 -1
- package/dist/plugin-sdk/{config-Dbxj_jUP.js → config-mxULv0fQ.js} +4 -1
- package/dist/plugin-sdk/{config-schema-aKPMn6ML.js → config-schema-D8E0LX8X.js} +4422 -486
- package/dist/plugin-sdk/device-pair.d.ts +1 -1
- package/dist/plugin-sdk/discord.d.ts +4 -4
- package/dist/plugin-sdk/discord.js +19 -19
- package/dist/plugin-sdk/{handle-action-BSNDD2Vc.js → handle-action-DbVCF9HZ.js} +13 -13
- package/dist/plugin-sdk/{helpers-CDo2XBSr.js → helpers-BXbdgs5H.js} +1 -1
- package/dist/plugin-sdk/{image-ops-DbeBxbn4.js → image-ops-D7jPxaph.js} +1 -1
- package/dist/plugin-sdk/index.d.ts +15 -15
- package/dist/plugin-sdk/index.js +27 -27
- package/dist/plugin-sdk/{login-CWXvFTd8.js → login-BRxww6nv.js} +3 -3
- package/dist/plugin-sdk/{login-qr-CJB2zjmM.js → login-qr-DJXsk9XH.js} +3 -3
- package/dist/plugin-sdk/{manager-CbiFFLKS.js → manager-Y2S_5IlI.js} +2 -2
- package/dist/plugin-sdk/{markdown-tables-Bskt9r8i.js → markdown-tables-DHLFQqaF.js} +1 -1
- package/dist/plugin-sdk/{media-B3aAg5rh.js → media-Czo4carg.js} +2 -2
- package/dist/plugin-sdk/{monitor-BYGbTI5V.js → monitor-CFHFAUOj.js} +32 -32
- package/dist/plugin-sdk/{monitor-BJs6z7AT.js → monitor-xS9A8Upr.js} +29 -29
- package/dist/plugin-sdk/ollama-runtime.js +970 -0
- package/dist/plugin-sdk/{openresponses-http-BGCl2dS2.js → openresponses-http-BcUbeVV6.js} +25 -25
- package/dist/plugin-sdk/{optional-runtime-dependency-BlTVkcAg.js → optional-runtime-dependency-DdMbxS24.js} +1 -1
- package/dist/plugin-sdk/{outbound-CIemga5_.js → outbound-Db8mRN6P.js} +6 -6
- package/dist/plugin-sdk/{outbound-attachment-2RckWqrk.js → outbound-attachment-BqFjcypb.js} +2 -2
- package/dist/plugin-sdk/{pairing-message-r-VQfhFB.js → pairing-message-B3GC_7CD.js} +1 -1
- package/dist/plugin-sdk/{pairing-message-C403mq4K.d.ts → pairing-message-CxonJmwM.d.ts} +1 -1
- package/dist/plugin-sdk/{pairing-store-uPnLfGgB.js → pairing-store-CQikgIbw.js} +2 -2
- package/dist/plugin-sdk/{pi-model-discovery-BpEilAym.js → pi-model-discovery-CY3m5zJP.js} +1 -1
- package/dist/plugin-sdk/{pi-model-discovery-runtime-DwNdFaz-.js → pi-model-discovery-runtime-DSh1T2pn.js} +2 -2
- package/dist/plugin-sdk/provider-web-search-config-contract.d.ts +1 -1
- package/dist/plugin-sdk/{pw-ai-H7UgunQQ.js → pw-ai-AFUqn-tQ.js} +3 -3
- package/dist/plugin-sdk/{replies-CKMwkH4G.js → replies-Fzh9PhXl.js} +2 -2
- package/dist/plugin-sdk/{resolve-outbound-target-B68fSoGi.js → resolve-outbound-target-KpF3co6T.js} +1 -1
- package/dist/plugin-sdk/{resolve-route-B8fOfihG.js → resolve-route-CDl74O19.js} +1 -1
- package/dist/plugin-sdk/{retry-policy-B6GQldxB.js → retry-policy-D4uiqUOG.js} +1 -1
- package/dist/plugin-sdk/{runtime-nVJl3PlS.js → runtime-Bb6KRnCC.js} +6 -4
- package/dist/plugin-sdk/{runtime-dependency-DlqVSsSs.js → runtime-dependency-DLDmB94f.js} +11 -11
- package/dist/plugin-sdk/sat-runtime.d.ts +2 -2
- package/dist/plugin-sdk/sat-runtime.js +25 -25
- package/dist/plugin-sdk/{send-CPK_HlYW.js → send-5nFktR1n.js} +5 -5
- package/dist/plugin-sdk/{send-hSu1HWms.js → send-Bfzf11VY.js} +7 -7
- package/dist/plugin-sdk/{send-D3DQOg2a.js → send-C4k4JuJN.js} +6 -6
- package/dist/plugin-sdk/{send-BHokB4TR.js → send-D-uDKGIq.js} +6 -6
- package/dist/plugin-sdk/{send-BCJ4hi3t.js → send-Du8ykP1k.js} +8 -8
- package/dist/plugin-sdk/{session-DQ4Dr-mf.js → session-CS-Td9EM.js} +2 -2
- package/dist/plugin-sdk/{skill-commands-CmdoKLh_.js → skill-commands-CFAlXWHk.js} +2 -2
- package/dist/plugin-sdk/{slack-B70NHpMF.js → slack-DXYGbizH.js} +37 -37
- package/dist/plugin-sdk/{slack-actions-fSmP981b.js → slack-actions-BcMkNv1Z.js} +11 -11
- package/dist/plugin-sdk/slack.d.ts +4 -4
- package/dist/plugin-sdk/slack.js +9 -9
- package/dist/plugin-sdk/{sticker-cache-B4dG2sKU.js → sticker-cache-Dr3rYfU1.js} +3 -3
- package/dist/plugin-sdk/{tables-EX4Hy-a-.js → tables-bFXyRpkx.js} +1 -1
- package/dist/plugin-sdk/{targets-BeGUCGWK.js → targets-DH7a9lKB.js} +1 -1
- package/dist/plugin-sdk/{telegram-actions-CM8SJgc9.js → telegram-actions-Besbw_Hg.js} +28 -28
- package/dist/plugin-sdk/telegram.d.ts +4 -4
- package/dist/plugin-sdk/telegram.js +8 -8
- package/dist/plugin-sdk/{thread-bindings.lifecycle-tHK_1mvp.js → thread-bindings.lifecycle-CgOvvdw8.js} +3 -3
- package/dist/plugin-sdk/{thread-bindings.state-D7xG1GHu.js → thread-bindings.state-CQpk44Hq.js} +2 -2
- package/dist/plugin-sdk/{tmp-fased-dir-Ouj58axY.d.ts → tmp-fased-dir-DQ00xQ5D.d.ts} +1 -1
- package/dist/plugin-sdk/{types-B4hj6HgR.d.ts → types-B6zx-Dl2.d.ts} +1 -1
- package/dist/plugin-sdk/{types-dWZFX1fk.d.ts → types-eUM7hcDz.d.ts} +1 -1
- package/dist/plugin-sdk/{web-BFolfZ3i.js → web-Q1-G--JH.js} +30 -30
- package/dist/plugin-sdk/{whatsapp-actions-CYmleHCz.js → whatsapp-actions-BtSc2CBv.js} +13 -13
- package/dist/plugin-sdk/{whatsapp-heartbeat-BEwm4GK3.js → whatsapp-heartbeat-Bg9TuYzl.js} +2 -2
- package/dist/plugin-sdk/whatsapp.d.ts +9 -9
- package/dist/plugin-sdk/whatsapp.js +12 -12
- package/dist/plugin-sdk/{wsl-BtMDzMv5.js → wsl-C4DGFkOd.js} +3 -3
- package/dist/plugin-sdk/{zod-schema.providers-core-FaYR6KdD.d.ts → zod-schema.providers-core-CIzCjXH9.d.ts} +61 -61
- package/dist/plugins/provider-runtime.js +79 -0
- package/dist/providers/refresh.js +14 -0
- package/extensions/acpx/package.json +1 -1
- package/extensions/bluebubbles/package.json +1 -1
- package/extensions/copilot-proxy/package.json +1 -1
- package/extensions/diagnostics-otel/package.json +1 -1
- package/extensions/fased-federation/package.json +1 -1
- package/extensions/google-gemini-cli-auth/package.json +1 -1
- package/extensions/imessage/package.json +1 -1
- package/extensions/irc/package.json +1 -1
- package/extensions/line/package.json +1 -1
- package/extensions/llm-task/package.json +1 -1
- package/extensions/lobster/package.json +1 -1
- package/extensions/matrix/CHANGELOG.md +12 -0
- package/extensions/matrix/package.json +1 -1
- package/extensions/mattermost/package.json +1 -1
- package/extensions/memory-core/package.json +2 -2
- package/extensions/memory-lancedb/package.json +1 -1
- package/extensions/minimax-portal-auth/package.json +1 -1
- package/extensions/msteams/CHANGELOG.md +12 -0
- package/extensions/msteams/package.json +1 -1
- package/extensions/nextcloud-talk/package.json +1 -1
- package/extensions/nostr/CHANGELOG.md +12 -0
- package/extensions/nostr/package.json +1 -1
- package/extensions/open-prose/package.json +1 -1
- package/extensions/sat-mining/package.json +1 -1
- package/extensions/signal/package.json +1 -1
- package/extensions/synology-chat/package.json +1 -1
- package/extensions/tlon/package.json +1 -1
- package/extensions/twitch/CHANGELOG.md +12 -0
- package/extensions/twitch/package.json +1 -1
- package/extensions/voice-call/CHANGELOG.md +12 -0
- package/extensions/voice-call/package.json +1 -1
- package/extensions/zalo/CHANGELOG.md +12 -0
- package/extensions/zalo/package.json +1 -1
- package/extensions/zalouser/CHANGELOG.md +12 -0
- package/extensions/zalouser/package.json +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
import { resolveProviderRequestCapabilities } from "./provider-attribution.js";
|
|
2
|
+
import { splitSystemPromptCacheBoundary, stripSystemPromptCacheBoundary } from "./system-prompt-cache-boundary.js";
|
|
3
|
+
|
|
4
|
+
//#region src/agents/anthropic-payload-policy.ts
|
|
5
|
+
function resolveBaseUrlHostname(baseUrl) {
|
|
6
|
+
try {
|
|
7
|
+
return new URL(baseUrl).hostname;
|
|
8
|
+
} catch {
|
|
9
|
+
return undefined;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
function isLongTtlEligibleEndpoint(baseUrl) {
|
|
13
|
+
if (typeof baseUrl !== "string") {
|
|
14
|
+
return false;
|
|
15
|
+
}
|
|
16
|
+
const hostname = resolveBaseUrlHostname(baseUrl);
|
|
17
|
+
if (!hostname) {
|
|
18
|
+
return false;
|
|
19
|
+
}
|
|
20
|
+
return hostname === "api.anthropic.com" || hostname === "aiplatform.googleapis.com" || hostname.endsWith("-aiplatform.googleapis.com");
|
|
21
|
+
}
|
|
22
|
+
function resolveAnthropicEphemeralCacheControl(baseUrl, cacheRetention) {
|
|
23
|
+
const retention = cacheRetention ?? (process.env.PI_CACHE_RETENTION === "long" ? "long" : "short");
|
|
24
|
+
if (retention === "none") {
|
|
25
|
+
return undefined;
|
|
26
|
+
}
|
|
27
|
+
const ttl = retention === "long" && isLongTtlEligibleEndpoint(baseUrl) ? "1h" : undefined;
|
|
28
|
+
return {
|
|
29
|
+
type: "ephemeral",
|
|
30
|
+
...ttl ? { ttl } : {}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
function applyAnthropicCacheControlToSystem(system, cacheControl) {
|
|
34
|
+
if (!Array.isArray(system)) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
const normalizedBlocks = [];
|
|
38
|
+
for (const block of system) {
|
|
39
|
+
if (!block || typeof block !== "object") {
|
|
40
|
+
normalizedBlocks.push(block);
|
|
41
|
+
continue;
|
|
42
|
+
}
|
|
43
|
+
const record = block;
|
|
44
|
+
if (record.type !== "text" || typeof record.text !== "string") {
|
|
45
|
+
normalizedBlocks.push(block);
|
|
46
|
+
continue;
|
|
47
|
+
}
|
|
48
|
+
const split = splitSystemPromptCacheBoundary(record.text);
|
|
49
|
+
if (!split) {
|
|
50
|
+
if (record.cache_control === undefined) {
|
|
51
|
+
record.cache_control = cacheControl;
|
|
52
|
+
}
|
|
53
|
+
normalizedBlocks.push(record);
|
|
54
|
+
continue;
|
|
55
|
+
}
|
|
56
|
+
const { cache_control: existingCacheControl, ...rest } = record;
|
|
57
|
+
if (split.stablePrefix) {
|
|
58
|
+
normalizedBlocks.push({
|
|
59
|
+
...rest,
|
|
60
|
+
text: split.stablePrefix,
|
|
61
|
+
cache_control: existingCacheControl ?? cacheControl
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
if (split.dynamicSuffix) {
|
|
65
|
+
normalizedBlocks.push({
|
|
66
|
+
...rest,
|
|
67
|
+
text: split.dynamicSuffix
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
system.splice(0, system.length, ...normalizedBlocks);
|
|
72
|
+
}
|
|
73
|
+
function stripAnthropicSystemPromptBoundary(system) {
|
|
74
|
+
if (!Array.isArray(system)) {
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
for (const block of system) {
|
|
78
|
+
if (!block || typeof block !== "object") {
|
|
79
|
+
continue;
|
|
80
|
+
}
|
|
81
|
+
const record = block;
|
|
82
|
+
if (record.type === "text" && typeof record.text === "string") {
|
|
83
|
+
record.text = stripSystemPromptCacheBoundary(record.text);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
function applyAnthropicCacheControlToMessages(messages, cacheControl) {
|
|
88
|
+
if (!Array.isArray(messages) || messages.length === 0) {
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
const lastMessage = messages[messages.length - 1];
|
|
92
|
+
if (!lastMessage || typeof lastMessage !== "object") {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
const record = lastMessage;
|
|
96
|
+
if (record.role !== "user") {
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
const content = record.content;
|
|
100
|
+
if (Array.isArray(content)) {
|
|
101
|
+
const lastBlock = content[content.length - 1];
|
|
102
|
+
if (!lastBlock || typeof lastBlock !== "object") {
|
|
103
|
+
return;
|
|
104
|
+
}
|
|
105
|
+
const lastBlockRecord = lastBlock;
|
|
106
|
+
if (lastBlockRecord.type === "text" || lastBlockRecord.type === "image" || lastBlockRecord.type === "tool_result") {
|
|
107
|
+
lastBlockRecord.cache_control = cacheControl;
|
|
108
|
+
}
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
if (typeof content === "string") {
|
|
112
|
+
record.content = [{
|
|
113
|
+
type: "text",
|
|
114
|
+
text: content,
|
|
115
|
+
cache_control: cacheControl
|
|
116
|
+
}];
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
function resolveAnthropicPayloadPolicy(input) {
|
|
120
|
+
const capabilities = resolveProviderRequestCapabilities({
|
|
121
|
+
provider: input.provider,
|
|
122
|
+
api: input.api,
|
|
123
|
+
baseUrl: input.baseUrl,
|
|
124
|
+
capability: "llm",
|
|
125
|
+
transport: "stream"
|
|
126
|
+
});
|
|
127
|
+
return {
|
|
128
|
+
allowsServiceTier: capabilities.allowsAnthropicServiceTier,
|
|
129
|
+
cacheControl: input.enableCacheControl === true ? resolveAnthropicEphemeralCacheControl(input.baseUrl, input.cacheRetention) : undefined,
|
|
130
|
+
serviceTier: input.serviceTier
|
|
131
|
+
};
|
|
132
|
+
}
|
|
133
|
+
function applyAnthropicPayloadPolicyToParams(payloadObj, policy) {
|
|
134
|
+
if (policy.allowsServiceTier && policy.serviceTier !== undefined && payloadObj.service_tier === undefined) {
|
|
135
|
+
payloadObj.service_tier = policy.serviceTier;
|
|
136
|
+
}
|
|
137
|
+
if (policy.cacheControl) {
|
|
138
|
+
applyAnthropicCacheControlToSystem(payloadObj.system, policy.cacheControl);
|
|
139
|
+
} else {
|
|
140
|
+
stripAnthropicSystemPromptBoundary(payloadObj.system);
|
|
141
|
+
}
|
|
142
|
+
if (!policy.cacheControl) {
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
applyAnthropicCacheControlToMessages(payloadObj.messages, policy.cacheControl);
|
|
146
|
+
}
|
|
147
|
+
function applyAnthropicEphemeralCacheControlMarkers(payloadObj) {
|
|
148
|
+
const messages = payloadObj.messages;
|
|
149
|
+
if (!Array.isArray(messages)) {
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
for (const message of messages) {
|
|
153
|
+
if (message.role === "system" || message.role === "developer") {
|
|
154
|
+
if (typeof message.content === "string") {
|
|
155
|
+
message.content = [{
|
|
156
|
+
type: "text",
|
|
157
|
+
text: message.content,
|
|
158
|
+
cache_control: { type: "ephemeral" }
|
|
159
|
+
}];
|
|
160
|
+
continue;
|
|
161
|
+
}
|
|
162
|
+
if (Array.isArray(message.content) && message.content.length > 0) {
|
|
163
|
+
const last = message.content[message.content.length - 1];
|
|
164
|
+
if (last && typeof last === "object") {
|
|
165
|
+
const record = last;
|
|
166
|
+
if (record.type !== "thinking" && record.type !== "redacted_thinking") {
|
|
167
|
+
record.cache_control = { type: "ephemeral" };
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
continue;
|
|
172
|
+
}
|
|
173
|
+
if (message.role === "assistant" && Array.isArray(message.content)) {
|
|
174
|
+
for (const block of message.content) {
|
|
175
|
+
if (!block || typeof block !== "object") {
|
|
176
|
+
continue;
|
|
177
|
+
}
|
|
178
|
+
const record = block;
|
|
179
|
+
if (record.type === "thinking" || record.type === "redacted_thinking") {
|
|
180
|
+
delete record.cache_control;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
//#endregion
|
|
188
|
+
export { applyAnthropicPayloadPolicyToParams, resolveAnthropicPayloadPolicy };
|