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 697ccbf commit 270b7d5Copy full SHA for 270b7d5
asknews_sdk/dto/alert.py
@@ -100,6 +100,9 @@ class ReportRequest(BaseModel):
100
model: Optional[ReportModel] = Field(
101
None, description="The model to use for the report", example="gpt-4o"
102
)
103
+ logo_url: Optional[HttpUrlString] = Field(
104
+ None, description="The logo URL to use for the report"
105
+ )
106
107
108
class CreateAlertRequest(BaseSchema):
0 commit comments