fix(api-nodes): add support for "thought_image" in Nano Banana 2 and corrected price badges (#13038)

This commit is contained in:
Alexander Piskun
2026-03-18 19:21:58 +02:00
committed by GitHub
parent b941913f1d
commit 06957022d4
2 changed files with 15 additions and 3 deletions
+1
View File
@@ -67,6 +67,7 @@ class GeminiPart(BaseModel):
inlineData: GeminiInlineData | None = Field(None)
fileData: GeminiFileData | None = Field(None)
text: str | None = Field(None)
thought: bool | None = Field(None)
class GeminiTextPart(BaseModel):