Skip to content

Commit 6d30087

Browse files
feat(api): api update (#134)
1 parent f167bd7 commit 6d30087

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 91
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-f081d80ec1b3a4951cccc2a085d46405da9aea9da7295cc264e834ada84127eb.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-7fbce4007f4b51d805e8dcb72ad7f1805ffe21a044c7d2d7584ca269a4bd0e70.yml

src/asktable/types/ai_message.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class AIMessage(BaseModel):
4444
created_at: Optional[datetime] = None
4545
"""创建时间"""
4646

47+
dataframe_ids: Optional[List[str]] = None
48+
4749
end_turn: Optional[bool] = None
4850

4951
metadata: Optional[object] = None

0 commit comments

Comments
 (0)