modes concept

This commit is contained in:
Dax Raad
2025-07-09 15:44:59 -04:00
parent fd4a5d5a63
commit a826936702
6 changed files with 140 additions and 5 deletions

View File

@@ -76,6 +76,7 @@ export namespace MessageV2 {
.object({
type: z.literal("text"),
text: z.string(),
synthetic: z.boolean().optional(),
})
.openapi({
ref: "TextPart",