Skip to content

Commit e6bcf45

Browse files
feat(api): api update
1 parent 21f7dc0 commit e6bcf45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 65
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-e66d0877850bb5d2cf4c57163dc5ea0450141dcef34823472e80cb08371fa737.yml
3-
openapi_spec_hash: cf36192f4e7ecb828467c03855a6508d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-bf1549a7ebd8fe46a86c3f3df712706bd78779bf2dd627d48ec241dbd56b2f54.yml
3+
openapi_spec_hash: c53416a1298a8b49f6ebd02c1decf3a8
44
config_hash: f7773022cf6c63ceefb06a65bbdbd360

src/resources/sessions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export class Sessions extends APIResource {
6060
* The background tasks to run. x_custom_api_key (Optional[str]): The custom API
6161
* key.
6262
*
63-
* Returns: ChatResponse: The chat response.
63+
* Returns: ChatResponse or StreamingResponse: The chat response or streaming
64+
* response.
6465
*/
6566
chat(
6667
sessionId: string,

0 commit comments

Comments
 (0)