Skip to content

Commit 34a1422

Browse files
ochafikchenxi-null
authored andcommitted
removed checkResourceReference (sdk's ResourceReference is deprecated / aliased to ResourceTemplateReference)
1 parent 5ace822 commit 34a1422

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/spec.types.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,6 @@ function checkPromptReference(
258258
sdk = spec;
259259
spec = sdk;
260260
}
261-
function checkResourceReference(
262-
sdk: RemovePassthrough<SDKTypes.ResourceReference>,
263-
spec: SpecTypes.ResourceTemplateReference
264-
) {
265-
sdk = spec;
266-
spec = sdk;
267-
}
268261
function checkToolAnnotations(
269262
sdk: RemovePassthrough<SDKTypes.ToolAnnotations>,
270263
spec: SpecTypes.ToolAnnotations

0 commit comments

Comments
 (0)