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 db32cbf commit ed0ddabCopy full SHA for ed0ddab
asknews_sdk/dto/stories.py
@@ -133,7 +133,7 @@ class StoryResponse(BaseSchema):
133
n_articles: Annotated[List[int], Field(title="N Articles")]
134
n_updates: Annotated[int, Field(title="N Updates")]
135
people: Annotated[List[str], Field(title="People")]
136
- reddit_sentiment: Annotated[List[int], Field(title="Reddit Sentiment")]
+ reddit_sentiment: Annotated[List[int | float], Field(title="Reddit Sentiment")]
137
reddit_sentiment_timestamps: Annotated[
138
List[int], Field(title="Reddit Sentiment Timestamps")
139
]
0 commit comments