feat(api): api update

This commit is contained in:
stainless-app[bot] 2025-07-28 17:05:21 +00:00
parent 4e7027e1d9
commit 1de4987d50
13 changed files with 139 additions and 104 deletions

View file

@ -203,6 +203,7 @@ class TestSession:
provider_id="providerID",
message_id="msg",
mode="mode",
system="system",
tools={"foo": True},
)
assert_matches_type(AssistantMessage, session, path=["response"])
@ -776,6 +777,7 @@ class TestAsyncSession:
provider_id="providerID",
message_id="msg",
mode="mode",
system="system",
tools={"foo": True},
)
assert_matches_type(AssistantMessage, session, path=["response"])