chore: update stainless defs

This commit is contained in:
adamdotdevin 2025-07-15 10:03:11 -05:00
parent 2487b18f62
commit 6b98acb7be
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 101 additions and 121 deletions

View file

@ -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"),