@opencode-ai/sdk 1.0.34 → 1.0.36
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/gen/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -605,7 +605,6 @@ export type AssistantMessage = {
|
|
|
605
605
|
completed?: number;
|
|
606
606
|
};
|
|
607
607
|
error?: ProviderAuthError | UnknownError | MessageOutputLengthError | MessageAbortedError | ApiError;
|
|
608
|
-
system: Array<string>;
|
|
609
608
|
parentID: string;
|
|
610
609
|
modelID: string;
|
|
611
610
|
providerID: string;
|
|
@@ -1718,6 +1717,7 @@ export type SessionMessagesData = {
|
|
|
1718
1717
|
};
|
|
1719
1718
|
query?: {
|
|
1720
1719
|
directory?: string;
|
|
1720
|
+
limit?: number;
|
|
1721
1721
|
};
|
|
1722
1722
|
url: "/session/{id}/message";
|
|
1723
1723
|
};
|