Alberto Garcia Illera
301f5cec71
fix: correct session.chat() return type to match server response
...
The OpenCode server's POST /session/{id}/message endpoint returns a
wrapper object with 'info' (the assistant message) and 'parts' (the
message parts):
{"info": AssistantMessage, "parts": Part[]}
The SDK was casting this response to bare AssistantMessage, which
caused Pydantic to silently produce a hollow object where all fields
(id, role, tokens, etc.) were None.
This commit:
- Adds SessionChatResponse type with 'info: Message' and 'parts: List[Part]'
fields matching the actual server response shape
- Updates both sync and async chat() to return SessionChatResponse
- Exports the new type from types/__init__.py
- Updates api.md documentation
2026-02-21 12:37:30 -08:00
stainless-app[bot]
817f1a0816
release: 0.1.0-alpha.36
2025-08-27 02:38:36 +00:00
stainless-app[bot]
6eae86427a
fix: avoid newer type syntax
2025-08-27 02:38:36 +00:00
stainless-app[bot]
34ccc7f7d7
feat(client): support file upload requests
2025-08-27 02:38:36 +00:00
stainless-app[bot]
a4212485db
release: 0.1.0-alpha.35
2025-07-29 02:59:34 +00:00
stainless-app[bot]
1c6a3700f1
feat(api): api update
2025-07-29 02:59:34 +00:00
stainless-app[bot]
17f9c65321
release: 0.1.0-alpha.34
2025-07-28 17:08:39 +00:00
stainless-app[bot]
206f54ea71
feat(api): api update
2025-07-28 17:08:39 +00:00
stainless-app[bot]
1de4987d50
feat(api): api update
2025-07-28 17:08:39 +00:00
stainless-app[bot]
4e7027e1d9
release: 0.1.0-alpha.33
2025-07-25 02:26:21 +00:00
stainless-app[bot]
145229a92b
feat(api): api update
2025-07-25 02:26:21 +00:00
stainless-app[bot]
45b4e60154
release: 0.1.0-alpha.32
2025-07-24 04:08:59 +00:00
stainless-app[bot]
c75867efe7
feat(api): api update
2025-07-24 04:08:59 +00:00
stainless-app[bot]
10a8dac1d7
release: 0.1.0-alpha.31
2025-07-24 01:49:43 +00:00
stainless-app[bot]
4c0117a6c5
feat(api): api update
2025-07-24 01:49:43 +00:00
stainless-app[bot]
8b4a7b17fc
release: 0.1.0-alpha.30
2025-07-23 03:06:36 +00:00
stainless-app[bot]
0a269c0379
fix(parsing): parse extra field types
2025-07-23 03:06:36 +00:00
stainless-app[bot]
646b99cd24
release: 0.1.0-alpha.29
2025-07-22 21:55:44 +00:00
stainless-app[bot]
5f9e3cd004
feat(api): api update
2025-07-22 21:55:44 +00:00
stainless-app[bot]
f2d28d2990
release: 0.1.0-alpha.28
2025-07-22 16:09:30 +00:00
stainless-app[bot]
6e577d0bde
feat(api): api update
2025-07-22 16:09:30 +00:00
stainless-app[bot]
60df30faf5
release: 0.1.0-alpha.27
2025-07-22 02:03:53 +00:00
stainless-app[bot]
d0c8c5bb87
fix(parsing): ignore empty metadata
2025-07-22 02:03:53 +00:00
stainless-app[bot]
ff6b72a6da
feat(api): api update
2025-07-22 02:03:53 +00:00
stainless-app[bot]
c75c9633c9
release: 0.1.0-alpha.26
2025-07-21 23:24:56 +00:00
stainless-app[bot]
be1f9d88f0
feat(api): api update
2025-07-21 23:24:56 +00:00
stainless-app[bot]
8ea99fb27b
release: 0.1.0-alpha.25
2025-07-21 23:01:10 +00:00
stainless-app[bot]
98315648f7
feat(api): api update
2025-07-21 23:01:10 +00:00
stainless-app[bot]
05859cbd01
release: 0.1.0-alpha.24
2025-07-21 22:40:17 +00:00
stainless-app[bot]
e2e1f1d384
feat(api): api update
2025-07-21 22:40:17 +00:00
stainless-app[bot]
06577e9685
release: 0.1.0-alpha.23
2025-07-18 17:47:39 +00:00
stainless-app[bot]
5f542aa68e
feat(api): api update
2025-07-18 17:47:39 +00:00
stainless-app[bot]
002bf2d57f
release: 0.1.0-alpha.22
2025-07-17 19:40:32 +00:00
stainless-app[bot]
d19014d391
feat(api): api update
2025-07-17 19:40:32 +00:00
stainless-app[bot]
5ae45651bd
release: 0.1.0-alpha.21
2025-07-17 19:29:58 +00:00
stainless-app[bot]
5e3dae765d
feat(api): api update
2025-07-17 19:29:58 +00:00
stainless-app[bot]
23ee4bb279
release: 0.1.0-alpha.20
2025-07-17 19:22:15 +00:00
stainless-app[bot]
e9bdc09f73
feat(api): api update
2025-07-17 19:22:15 +00:00
stainless-app[bot]
6fc2509c19
release: 0.1.0-alpha.19
2025-07-17 03:06:30 +00:00
stainless-app[bot]
731f553f04
feat(api): api update
2025-07-17 03:06:30 +00:00
stainless-app[bot]
3214ae78d3
release: 0.1.0-alpha.18
2025-07-16 15:08:05 +00:00
stainless-app[bot]
d899ee8369
feat(api): api update
2025-07-16 15:08:05 +00:00
stainless-app[bot]
fad149a84b
release: 0.1.0-alpha.17
2025-07-16 14:54:11 +00:00
stainless-app[bot]
f1d9d8f9ec
feat(api): api update
2025-07-16 14:54:11 +00:00
stainless-app[bot]
94575f6882
release: 0.1.0-alpha.16
2025-07-15 15:01:24 +00:00
stainless-app[bot]
6e129bc0a3
release: 0.1.0-alpha.15
2025-07-15 14:55:58 +00:00
stainless-app[bot]
6927a1bfda
release: 0.1.0-alpha.14
2025-07-15 14:51:48 +00:00
stainless-app[bot]
eaaed9e5e1
feat(api): api update
2025-07-15 14:51:48 +00:00
stainless-app[bot]
b63951b009
release: 0.1.0-alpha.13
2025-07-15 13:16:37 +00:00
stainless-app[bot]
d63c6f6f73
feat(api): api update
2025-07-15 13:16:37 +00:00