**feat(antigravity): enhance handling of "thinking" content and refine Claude model response processing**

This commit is contained in:
Luis Pater
2025-12-07 13:19:12 +08:00
parent f383840cf9
commit 76af454034
3 changed files with 36 additions and 16 deletions

View File

@@ -56,6 +56,8 @@ type Content struct {
// Part represents a distinct piece of content within a message.
// A part can be text, inline data (like an image), a function call, or a function response.
type Part struct {
Thought bool `json:"thought,omitempty"`
// Text contains plain text content.
Text string `json:"text,omitempty"`