File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
packages/ai/anthropic/src Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @effect/ai-anthropic " : patch
3+ ---
4+
5+ Remove duplicate ` ToolApprovalResponsePartOptions ` from Anthropic package
Original file line number Diff line number Diff line change @@ -229,15 +229,6 @@ declare module "effect/unstable/ai/Prompt" {
229229 readonly cacheControl ?: typeof Generated . CacheControlEphemeral . Encoded | null
230230 } | null
231231 }
232-
233- export interface ToolApprovalResponsePartOptions extends ProviderOptions {
234- readonly anthropic ?: {
235- /**
236- * A breakpoint which marks the end of reusable content eligible for caching.
237- */
238- readonly cacheControl ?: typeof Generated . CacheControlEphemeral . Encoded | null
239- } | null
240- }
241232}
242233
243234declare module "effect/unstable/ai/Response" {
You can’t perform that action at this time.
0 commit comments