Skip to content

Commit a79bc2e

Browse files
feat(api): api update (#98)
1 parent 728f1e8 commit a79bc2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-3eaacda3fb565ce71322159fec6971c415965d76421c997b95b2ff9e4ef10881.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-25d01530668d8650b601a2f2d00c3859cb907a58fb4bb0f2324ba92802da6979.yml

src/asktable/types/ai_message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Dict, List, Union, Optional
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import Literal
66

@@ -23,7 +23,7 @@ class Content(BaseModel):
2323

2424

2525
class ToolCallFunction(BaseModel):
26-
arguments: Dict[str, Union[str, float, bool, None]]
26+
arguments: str
2727

2828
name: str
2929

0 commit comments

Comments
 (0)