We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fdad5 commit 4547351Copy full SHA for 4547351
asknews_sdk/dto/chat.py
@@ -375,3 +375,6 @@ class ChartResponse(BaseSchema):
375
iterations_used: Optional[int] = None
376
last_reasoning: Optional[str] = None
377
last_parameters: Optional[ChartParameters] = None
378
+ png_data: Optional[str] = Field(None, description="Base64-encoded PNG image data of the chart")
379
+ png_url: Optional[str] = Field(None, description="URL to the PNG image of the chart")
380
+ chart_url: Optional[str] = Field(None, description="URL to the chart JSON object in S3")
0 commit comments