mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-29 11:14:23 +00:00
chore: update stainless defs
This commit is contained in:
parent
2487b18f62
commit
6b98acb7be
8 changed files with 101 additions and 121 deletions
|
|
@ -88,7 +88,10 @@ export namespace MessageV2 {
|
|||
export const SnapshotPart = PartBase.extend({
|
||||
type: z.literal("snapshot"),
|
||||
snapshot: z.string(),
|
||||
}).openapi({
|
||||
ref: "SnapshotPart",
|
||||
})
|
||||
export type SnapshotPart = z.infer<typeof SnapshotPart>
|
||||
|
||||
export const TextPart = PartBase.extend({
|
||||
type: z.literal("text"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue