Skip to content

Commit 270b7d5

Browse files
committed
fix: Add logo_url to report
1 parent 697ccbf commit 270b7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asknews_sdk/dto/alert.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ class ReportRequest(BaseModel):
100100
model: Optional[ReportModel] = Field(
101101
None, description="The model to use for the report", example="gpt-4o"
102102
)
103+
logo_url: Optional[HttpUrlString] = Field(
104+
None, description="The logo URL to use for the report"
105+
)
103106

104107

105108
class CreateAlertRequest(BaseSchema):

0 commit comments

Comments
 (0)