🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opencode-ai/schema

Package Overview
Dependencies
Maintainers
2
Versions
542
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/schema - npm Package Compare versions

Comparing version
0.0.0-next-16052
to
0.0.0-next-16058
+4
-4
dist/model.d.ts

@@ -156,3 +156,3 @@ export * as Model from "./model.js";

}> & {
empty: (providerID: Provider.ID, id: ID) => {
default: (providerID: Provider.ID, id: ID) => {
id: string & import("effect/Brand").Brand<"Model.ID">;

@@ -163,5 +163,5 @@ modelID: string & import("effect/Brand").Brand<"Model.ID">;

capabilities: {
tools: false;
input: never[];
output: never[];
tools: true;
input: string[];
output: string[];
};

@@ -168,0 +168,0 @@ variants: never[];

@@ -86,3 +86,3 @@ export * as Model from "./model.js";

.pipe(statics(() => ({
empty: (providerID, id) => ({
default: (providerID, id) => ({
id,

@@ -92,3 +92,3 @@ modelID: id,

name: id,
capabilities: { tools: false, input: [], output: [] },
capabilities: { tools: true, input: ["text", "image"], output: ["text"] },
variants: [],

@@ -95,0 +95,0 @@ time: { released: 0 },

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/schema",
"version": "0.0.0-next-16052",
"version": "0.0.0-next-16058",
"type": "module",

@@ -6,0 +6,0 @@ "license": "MIT",