feat(api): api update

This commit is contained in:
stainless-app[bot] 2025-07-21 22:39:56 +00:00
parent 06577e9685
commit e2e1f1d384
18 changed files with 205 additions and 18 deletions

View file

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