From 673b1dbc225e0e0e3c72e91a9effef3de0dcb27e Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Mon, 29 Apr 2024 10:45:49 +0000 Subject: [PATCH 01/51] fix: Add summarizer source type to the query (#301) * fix: Add summarizer source type to the query * refactor: Lint sdks/ts (CI) --------- Co-authored-by: whiterabbit1983 --- .../agents_api/models/entry/proc_mem_context.py | 2 +- sdks/ts/package.json | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/agents-api/agents_api/models/entry/proc_mem_context.py b/agents-api/agents_api/models/entry/proc_mem_context.py index 4a9a9649a..d0eac411e 100644 --- a/agents-api/agents_api/models/entry/proc_mem_context.py +++ b/agents-api/agents_api/models/entry/proc_mem_context.py @@ -257,7 +257,7 @@ def proc_mem_context_query( tail: entry_id, }}, index = 6, - source == "api_request" || source == "api_response", + source == "api_request" || source == "api_response" || source == "summarizer", # Save in temp table :create _entries {{ diff --git a/sdks/ts/package.json b/sdks/ts/package.json index f67f18b35..153efac5a 100644 --- a/sdks/ts/package.json +++ b/sdks/ts/package.json @@ -2,7 +2,14 @@ "name": "@julep/sdk", "version": "0.3.2", "description": "Julep is a platform for creating agents with long-term memory", - "keywords": ["julep-ai", "julep", "agents", "llms", "memory", "ai"], + "keywords": [ + "julep-ai", + "julep", + "agents", + "llms", + "memory", + "ai" + ], "author": { "name": "Julep", "email": "developers@julep.ai" @@ -75,5 +82,7 @@ "prepublishOnly": "npm run build", "test": "npm run format && npm run start_mock_api && sleep 1 && jest && npm run kill_mock_api" }, - "files": ["dist"] + "files": [ + "dist" + ] } From 8fab1ac176298a6933639161499abede05299981 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Mon, 29 Apr 2024 10:46:18 +0000 Subject: [PATCH 02/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 492dde5a0..8baba84a9 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 144872d7e..09cf55985 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index c49c46dd9..74fc09d5a 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 1ee548d69..881f2dcdf 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 3a165985f..2ab06bba1 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 01d677523..27d0998bb 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index b5bf1fef5..bb0b96780 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index dabb14434..b00465c70 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 1f3eaf36c..c1c73d76f 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index fa18d205f..140549724 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index cfb0dcfa5..62adcdd4b 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index ddd5a913a..6653f1e65 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index fa974deca..4b28cd320 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index c0a2a2c9f..5eac55b31 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 33e62573c..1c7456200 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 7ed439221..99b603f7c 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index c2c23f3cc..26d61c1ed 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 7d39911ea..90cf4fc24 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 0a125f27a..af9d42f5e 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 365284900..c60c16448 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/4e8877df20f02a84612a1a334d92cd4efdb864a6/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/xor.ts#L1) From d2a816a9a2eb2b2208bfabeb7882245f0a81a856 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Mon, 29 Apr 2024 11:47:33 +0000 Subject: [PATCH 03/51] fix: Get summarization model form env var and create a corresponsing generation client instance (#302) --- agents-api/agents_api/activities/summarization.py | 10 +++++++--- agents-api/agents_api/env.py | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/agents-api/agents_api/activities/summarization.py b/agents-api/agents_api/activities/summarization.py index 0e9159713..bfd1a011c 100644 --- a/agents-api/agents_api/activities/summarization.py +++ b/agents-api/agents_api/activities/summarization.py @@ -9,7 +9,8 @@ entries_summarization_query, ) from agents_api.common.protocol.entries import Entry -from agents_api.clients.model import julep_client +from agents_api.model_registry import get_model_client +from ..env import summarization_model_name example_previous_memory = """ @@ -128,8 +129,9 @@ async def run_prompt( **kwargs, ) -> str: prompt = make_prompt(dialog, previous_memories, **kwargs) + client = get_model_client(model) - response = await julep_client.chat.completions.create( + response = await client.chat.completions.create( model=model, messages=[ { @@ -158,7 +160,9 @@ async def summarization(session_id: str) -> None: assert len(entries) > 0, "no need to summarize on empty entries list" - response = await run_prompt(entries, []) + response = await run_prompt( + dialog=entries, previous_memories=[], model=summarization_model_name + ) new_entry = Entry( session_id=session_id, diff --git a/agents-api/agents_api/env.py b/agents-api/agents_api/env.py index 300477611..b9e339e11 100644 --- a/agents-api/agents_api/env.py +++ b/agents-api/agents_api/env.py @@ -32,6 +32,9 @@ summarization_tokens_threshold: int = env.int( "SUMMARIZATION_TOKENS_THRESHOLD", default=2048 ) +summarization_model_name: str = env.str( + "SUMMARIZATION_MODEL_NAME", default="gpt-4-turbo" +) worker_url: str = env.str("WORKER_URL", default=None) sentry_dsn: str = env.str("SENTRY_DSN", default=None) From 8dfbb11a91cd323424842f47fdd4e591183999fd Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Mon, 29 Apr 2024 11:48:00 +0000 Subject: [PATCH 04/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 8baba84a9..78af9a64a 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 09cf55985..b6527cfe5 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 74fc09d5a..e788ca311 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 881f2dcdf..6ea8de3b6 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 2ab06bba1..7583e3b5c 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 27d0998bb..8e6aeebe5 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index bb0b96780..d74a721b7 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index b00465c70..4fccfd79a 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index c1c73d76f..304860038 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 140549724..52cd4cb45 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 62adcdd4b..321c864bf 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 6653f1e65..d42fdf051 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 4b28cd320..b6a56eff4 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 5eac55b31..c9bb49ae3 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 1c7456200..b559eb325 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 99b603f7c..c17fe8198 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 26d61c1ed..5a5d5633f 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 90cf4fc24..fe76b367a 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index af9d42f5e..79e6259e0 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index c60c16448..3efcd1f35 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/673b1dbc225e0e0e3c72e91a9effef3de0dcb27e/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/xor.ts#L1) From 887bf34b337f36d860bdcd02bda4aaec7e67363f Mon Sep 17 00:00:00 2001 From: developers Date: Mon, 29 Apr 2024 15:51:31 +0000 Subject: [PATCH 05/51] GITBOOK-68: docs revamp --- docs/README (1).md | 55 ----- docs/README.md | 41 +++- docs/SUMMARY.md | 31 ++- docs/agents/jessica.md | 20 -- docs/agents/overview.md | 58 ----- docs/agents/tutorial.md | 120 ---------- docs/concepts/agents.md | 159 +++++++++++++ docs/concepts/sessions.md | 78 +++++++ docs/concepts/users.md | 76 ++++++ docs/cookbooks/example-apps.md | 7 + docs/faqs/general-overview.md | 13 -- docs/faqs/memory-and-learning.md | 12 - docs/faqs/sessions-and-tasks.md | 28 --- docs/faqs/technical-details.md | 18 -- docs/getting-started/agents-quickstart.md | 267 ---------------------- docs/guides/llms.md | 37 +++ docs/guides/quickstart.md | 153 +++++++++++++ docs/{agents => guides}/self-hosting.md | 0 docs/introduction/julep-in-a-nutshell.md | 28 --- docs/js-sdk-docs/README.md | 173 +++++++------- 20 files changed, 653 insertions(+), 721 deletions(-) delete mode 100644 docs/README (1).md delete mode 100644 docs/agents/jessica.md delete mode 100644 docs/agents/overview.md delete mode 100644 docs/agents/tutorial.md create mode 100644 docs/concepts/agents.md create mode 100644 docs/concepts/sessions.md create mode 100644 docs/concepts/users.md create mode 100644 docs/cookbooks/example-apps.md delete mode 100644 docs/faqs/general-overview.md delete mode 100644 docs/faqs/memory-and-learning.md delete mode 100644 docs/faqs/sessions-and-tasks.md delete mode 100644 docs/faqs/technical-details.md delete mode 100644 docs/getting-started/agents-quickstart.md create mode 100644 docs/guides/llms.md create mode 100644 docs/guides/quickstart.md rename docs/{agents => guides}/self-hosting.md (100%) delete mode 100644 docs/introduction/julep-in-a-nutshell.md diff --git a/docs/README (1).md b/docs/README (1).md deleted file mode 100644 index 44e143bd5..000000000 --- a/docs/README (1).md +++ /dev/null @@ -1,55 +0,0 @@ -# Welcome! - -## Making AI Apps is hard. - -Production-ready AI applications follow the Pareto principle when it comes to engineering effort. The last 20% takes 80% of the effort. We faced a lot of _challenges_ building our own AI applications; - -* Prompt Engineering -* Getting unfiltered responses from conversations -* Controlling hallucinations with accurate grounding -* Building [RAG](https://ai.meta.com/blog/retrieval-augmented-generation-streamlining-the-creation-of-intelligent-natural-language-processing-models/) pipelines (it's hard - No other reason why vector DBs would raise millions in funding) -* Unpredictable pricing and/or lack of transparency with agent platforms -* Growing context windows that lack automatic managements - -Engineering teams need to handle ALL these _new_ problems alongside maintaining their own code base and developing their application. - -*** - -## Introduction - -Julep is aiming to be a more refined platform for creating AI products. - -Julep AI is building an ecosystem to build better AI products: ​ - -1. Agents Platform, with memory, built-in integrations, long running context, etc ​ -2. Fine-tuned models, with native function calling and extended function ​ These 2 products can help developers to; - 1. Control models - 2. Manage context - 3. Build agentic applications - -Following an opinionated approach to building Agents and LLM apps, we aim to "bake-in" essential features in a platform to aid development speed to significantly improve the development experience speed-up the iteration process of launching an AI product. - -*** - -## Our take on Agents - -The core goal at Julep is to create a platform for building agents from a specification containing instructions and tools. - -As we launch our Agents Platform, we aim to offer: - -* Ability to orchestrate prompt, and hence execution of each step of execution -* Independent long running tasks -* Automatic context management -* Episodic and Semantic Memory - -
- -*** - -## Our take on Models - -Language Models lay at the foundation of autonomous agents. If an Agent is stateful specification of possible actions and instructions, then an LLM acts as the _finite state machine_ executor that executes those actions. - -Predictable and controllable Model behaviour leads to predictable and controllable Agent behaviour. - -Hence, a good developer experience in prompting and using the model for actual work use cases like RAG, conversations and function-calling (alpha) has been baked in to the `samantha-1-turbo` models. diff --git a/docs/README.md b/docs/README.md index 67c5d8ade..d77b72d3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,5 @@ --- +description: Get started with Julep layout: title: visible: true @@ -9,15 +10,41 @@ layout: outline: visible: false pagination: - visible: false + visible: true --- -# Welcome to Julep +# Introduction + +Julep is a platform for developing stateful and functional LLM-powered applications. + +## Why Julep? + +We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. In our early days, we built sales bots for Shopify stores and had to repeat this process several times. + +Even for simple apps you have to: + +* pick the right language model for your use case +* pick the right framework +* pick the right embedding model +* choose the vector store and RAG pipeline +* build integrations +* tweak all of the parameters (temp, penalty, max tokens, similarity thresholds, chunk size, and so on) +* write and iterate on prompts for them to work +* and repeat this whole process when a new framework, model or integration comes out next week + +This is so tiring and cumbersome. We want to build a better way that "just works" so you can build your _AI app 10x faster with 0 decision burden_**.** + + -{% hint style="success" %} -Julep is a platform for building AI agents that have memory and can plan and execute tasks. It is: +{% embed url="https://www.youtube.com/watch?v=4VMMN--oMO8" %} +A short intro to Julep +{% endembed %} -* [Open source](https://github.com/julep-ai/julep) -{% endhint %} +## Features -
TitleDescriptionLink 1

I'm just curious...

Read more about the Julep Platform and why we are building it.julep-in-a-nutshell.md

I want to learn more.

Learn core concepts behind the Julep Platform.core-concepts.md

I'm in, let's go!

Get started building your first agent.agents-quickstart.md

Learn more about Agents

Read the Agents Overview or follow the Tutorial.overview.md

API Reference

Read more about our model or learn how to use it.overview.md

I'm stuck. Need help!

Get help on our discord community, create a Github issue or check out FAQs.https://discord.gg/RdaGyrzpC8

SDKs

available-sdks.md

FAQs

general-overview.md

API Reference

agents-api
+* **Statefulness By Design**: Build AI apps without needing to write code to embed, save, and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. +* **Automatic Function Calling**: Julep deals with calling the function, parsing the response, retrying in case of failures, and passing the response into the context. +* **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! +* \***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. +* \***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. +* \***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers, and models, self-hosted or otherwise by changing only _one line of code_ diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index add01fac6..13f6a12f2 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,18 +1,21 @@ # Table of contents -## ✨ INTRODUCTION +## ✨ Concepts -* [Welcome to Julep](README.md) -* [Julep in a nutshell](introduction/julep-in-a-nutshell.md) -* [Motivation]() -* [Agents Quickstart](getting-started/agents-quickstart.md) +* [Introduction](README.md) +* [🤖 Agents](concepts/agents.md) +* [🙎 Users](concepts/users.md) +* [🔁 Sessions](concepts/sessions.md) -## 🤖 Agents +## 📖 Guides -* [Overview](agents/overview.md) -* [Tutorial](agents/tutorial.md) -* [Self-hosting](agents/self-hosting.md) -* [Example: Jessica](agents/jessica.md) +* [Quickstart](guides/quickstart.md) +* [Self-hosting](guides/self-hosting.md) +* [🚧 LLMs](guides/llms.md) + +## 🧑‍🍳 Cookbooks + +* [Example Apps](cookbooks/example-apps.md) ## 📖 API REFERENCE @@ -43,15 +46,9 @@ * [Tasks](api-reference/agents-api/agents-api-5.md) * [Task Runs](api-reference/agents-api/agents-api-6.md) -## 🔍 FAQs - -* [General Questions](faqs/general-overview.md) -* [Memory and Learning](faqs/memory-and-learning.md) -* [Sessions and Tasks](faqs/sessions-and-tasks.md) -* [Technical Details](faqs/technical-details.md) - *** +* [⭐ Github](https://github.com/julep-ai/julep) * [⭐ Github](https://github.com/julep-ai/agents) * [🫂 Discord Community](https://discord.gg/RdaGyrzpC8) * [🐍 PyPI package](https://pypi.org/project/julep/) diff --git a/docs/agents/jessica.md b/docs/agents/jessica.md deleted file mode 100644 index deb2c4942..000000000 --- a/docs/agents/jessica.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -description: Jessica ---- - - -
Jessica page
- -
Jessica prompt
- -Jessica is a satirical AI agent we designed using the Julep API for testing interactions. You can easily test and deploy Jessica or any custom-designed agent on the by visiting [this repo](https://github.com/julep-ai/jessica-public) - -To run your own agent using this playground, you simply need to modify the `.env` file and add the following variables. - -```.env -NEXT_PUBLIC_AGENT_ID= -API_KEY= -``` - -To get these variables, first you need to generate an API Key which you can get from the [Julep Platform](https://platform.julep.ai). -Lastly, you can generate the agent id using the Julep SDK using `createAgent`. diff --git a/docs/agents/overview.md b/docs/agents/overview.md deleted file mode 100644 index d3a1ced53..000000000 --- a/docs/agents/overview.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -description: Launching soon! ---- - -# Overview - -## What are Agents? - -An Agent is a program that uses foundational language models to carry out complex tasks. It is provided with a task, described in natural language and a set of tools to aid in completing said tasks. - -## How does an Agent work? - -The agents on Julep AI platform work through a series of steps - -1. **Analyse the Request**: The agent begins by analysing the request and selecting the appropriate tools automatically. -2. **Plan Execution**: It then creates a plan, a list of steps to execute to accomplish the task. -3. **Execute Steps**: The agent executes the next step by working with the required tools. -4. **Analyse Results**: After each action, the agent analyses the result of the execution. - -Strictly speaking, an agent is actually just a software pattern that codifies complex task handling as a sequence of `ANALYZE -> PLAN -> EXECUTION.` - -*** - -## Agent components - -### Agents - -At the heart of Julep AI are the _Agents_—autonomous applications designed to perform tasks using advanced language models. Each agent possesses a unique identity, defined by characteristics such as name, description, metadata, and a set of instructions. They function by planning actions, choosing tools, and executing steps towards achieving specific goals. - -### Memories and Scoping - -Agents in Julep AI have a nuanced memory system, storing and recalling _Memories_ in three categories: - -* Episodic (events) -* Implicit (beliefs) -* Semantic (facts and information). - -They are akin to a human's recollection of past experiences and acquired knowledge and their design was influenced by ideas from contemporary cognitive science. - -Memories allow agents to continuously learn from user engagements and task executions. They enhance its ability to adapt and respond effectively over time, significantly personalising the user experience. - -Memories are specific to a given user, allowing agents to provide personalised interactions and retain crucial context from previous engagements but also maintaining privacy and granular control. - -### Sessions - -_Sessions_ are interactive scenarios where a user engages with an agent in a conversational format, with the agent responding in real-time. - -A user can basically "talk" to an agent inside a session where the responses are expected to be immediately returned. The agent can access memories, follow sophisticated prompts and run _Instant Tools_ (tools that have predictable latency and can be executed mid-inference). - -For longer and more complex actions, you can use _Tasks_ which allow for long-running operations and have access to more powerful tools like _API Calls_, a _Web Browser_, etc at the expense of being run asynchronously. Sessions can invoke tasks by the same agent autonomously but don't wait for completion of the task. - -### Tasks, Scheduling and Runs - -Tasks are more complex operations that may run over an extended period, involving multiple steps and tools. While sessions are for immediate interaction, tasks are structured to handle long-term objectives, acting as automated workflows. - -Every task is essentially a State Machine definition where the LLM dynamically decides the transitions of the states. In order to invoke a task, one can either use the API or by creating a _Scheduled Task_ which defines a fixed timestamp, timer or an interval that automatically invokes the task. The agents can initiate tasks at predetermined times or intervals, ensuring timely execution of operations without manual intervention. - -Each execution of a session or task is a Run, with its own unique run\_id. Runs track the progress of agents' actions, managing transitions and maintaining state, critical for monitoring and continuity. diff --git a/docs/agents/tutorial.md b/docs/agents/tutorial.md deleted file mode 100644 index 8f55dfbad..000000000 --- a/docs/agents/tutorial.md +++ /dev/null @@ -1,120 +0,0 @@ -# Tutorial - -### Intro to Concepts and Demo - -(Step by step code follows) - -{% embed url="https://www.youtube.com/watch?v=4VMMN--oMO8" %} - -*** - -> * You can find your API key on your [Julep dashboard](https://platform.julep.ai). -> * This quickstart is demonstrated in python but steps for [other runtimes](../sdks/available-sdks.md) are pretty much identical. -> * Instructions for [self-hosting](self-hosting.md) the platform will be coming soon. Join our [discord community](https://discord.gg/Vfc85vpRyW) and [waitlist](https://julep.ai) for updates. - -*** - -### Install SDK - -```bash -pip install julep -``` - -### Setup - -```python -from julep import Client -from pprint import pprint -import textwrap -import os - -base_url = os.environ.get("JULEP_API_URL") -api_key = os.environ.get("JULEP_API_KEY") - -client = Client(api_key=api_key, base_url=base_url) -``` - -### Creating an Agent - -{% code overflow="wrap" %} -```python -# Let's create a research assistant -name = "Research Assistant" -description = "This assistant is designed to automate the process of gathering, summarizing, and delivering research on specific topics using web searches and webhooks to integrate with other systems." - -# Let's give it some tools -web_search = { - "type": "search", - "engine": "brave", - "description": "Uses Brave search engine to find relevant information on the web.", -} -call_webhook = { - "type": "http", - "http": { - "endpoint": "http://localhost:9000", - "method": "POST", - "description": "Webhook to deliver research results", - "json": { - "summary": {"type": "string", "description": "Summary of the research"}, - "details": { - "type": "string", - "description": "Detailed search results for further analysis", - }, - }, - }, -} - -agent = client.agents.create( - name=name, - description=description, - tools=[web_search, call_webhook], -) -``` -{% endcode %} - -### Creating a user - -{% code overflow="wrap" %} -```python -about = """ -Average nerdy techbro/girl who spends 8 hours a day in front of a laptop. -Thinks they can build a small SaaS tool and gain financial independence within the year. -""" -user = client.users.create( - name="Anon", - about=about, -) -``` -{% endcode %} - -### Putting it all together in a "session" - -A "user" and an "agent" communicate in a "session". System prompt goes here. - -Conversation history and summary are stored in a "session" which saves the conversation history. - -The session paradigm allows for; many users to interact with one agent and allow separation of conversation history and memories. - -```python -situation_prompt = """You are Jessica. You're a stuck up Cali teenager. -You basically complain about everything. You live in Bel-Air, Los Angeles and drag yourself to Curtis High School when you must. -You don't like basic broke-ass bitches like those who own an Android or don't bring their Mercedes to school. -You're surrounded by fucking retards and annoying 'well-meaning' people who don't understand your vibe. -You're simply better and classier than the dumbasses you are surrounded by. - -Recent Tweets -1. 'my step mom is so fake and nice all the time? she's not even rich wtf. why tf did my dad marry her. #brokebitch' -2. 'am i the only one who thinks jordan belfort was a good guy??? he's so cute like..'' -3. 'if your butler doesn't know the difference soda and Perrier don't even fkng talk to me' - -Here, you are hanging out in a Discord Server called Julep AI to troll these nerdy losers. -""" - -session = client.sessions.create( - user_id=user.id, agent_id=agent.id, situation=situation_prompt -) -``` - -### Run the tutorial in Deepnote - -Run Jessica or your own agent using Deepnote [here](https://deepnote.com/app/julep-ai-761c/Julep-Mixers-4dfff09a-84f2-4278-baa3-d1a00b88ba26) diff --git a/docs/concepts/agents.md b/docs/concepts/agents.md new file mode 100644 index 000000000..552917475 --- /dev/null +++ b/docs/concepts/agents.md @@ -0,0 +1,159 @@ +--- +description: A fundamental building block of an AI app built using Julep. +--- + +# 🤖 Agents + +## What is an Agent? + +Agents are conceptual entities that encapsulate all the configurations and settings of an LLM, enabling it to adopt unique personas and execute distinct tasks within an application. + +## Attributes + +| Attribute | Description | +| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| Name | The agent's name | +| About _(optional)_ | A description for the agent | +| Instructions _(optional)_ | A list of instructions for the agent to follow. Defaults to an empty list. | +| Tools _(optional)_ | Set of functions that the agent can use to perform tasks. Defaults to an empty list. | +| Model Name _(optional)_ | Represents the LLM that will run the agent. | +| Settings _(optional)_ | Settings to control the LLM, like temperature, `top_p`, max tokens | +| Documents _(optional)_ | Important documents in text format scoped to and used by the agent. Helpful to enhance the persona given to the agent. | +| Metadata _(optional)_ | Extra information to either identify or refer to the agent in the application apart from its ID. | + +### Tools Format + +Here's a sample format of a "tool". + +```bash +"tools": [ + { + "type": "function", + "function": { + "name": "get_current_weather", + "description": "Get the current weather in a given location", + "parameters": { + "type": "object", + "properties": { + "location": { + "type": "string", + "description": "The city and state, e.g. San Francisco, CA" + }, + "unit": { + "type": "string", + "enum": ["celsius", "fahrenheit"] + } + }, + "required": ["location"] + } + } + } + ], + +``` + +## Creating an Agent + +Here's a conceptual example of creating an agent with all the attributes + +{% code lineNumbers="true" fullWidth="false" %} +```python +agent = client.agents.create( + name="Ellipsis", + about="Ellipsis is an AI powered code reviewer. It can review code, provide feedback, suggest improvements, and answer questions about code.", + instructions=[ + "On every pull request, Review the changes made in the code. Summarize the changes made in the PR and add a comment", + "Scrutinize the changes very deeply for potential bugs, errors, security vulnerabilities. Assume the worst case scenario and explain your reasoning for the same.", + ], + tools=[ + { + "type": "function", + "function": { + "name": "github_comment", + "description": "Posts a comment made on a GitHub Pull Request after every new commit. The tool will return a boolean value to indicate if the comment was successfully posted or not.", + "parameters": { + "type": "object", + "properties": { + "comment": { + "type": "string", + "description": "The comment to be posted on the PR. It should be a summary of the changes made in the PR and the feedback on the same.", + }, + "pr_number": { + "type": "number", + "description": "The PR number on which the comment is to be posted.", + }, + }, + "required": ["comment", "pr_number"], + }, + }, + } + ], + model="gpt-4", + default_settings={ + "temperature": 0.7, + "top_p": 1, + "min_p": 0.01, + "presence_penalty": 0, + "frequency_penalty": 0, + "length_penalty": 1.0, + "max_tokens": 150, + }, + docs=[{"title": "API Reference", "content": "...", "metadata": {"page": 1}}], + metadata={"db_uuid": "1234"} +) +``` +{% endcode %} + +## Retrieving an Agent + +An agent can be referenced or returned using either it's Agent ID or through Metadata Filters + +#### Using an Agent ID + +```python +agent_id = "9bb48ef4-b6f7-4dd8-a5ea-ab775e2e8d1b" +client.agents.get(agent_id).json() +``` + +You should receive a response that resembles the following spec: + +```json +{ + "name": "Ellipsis", + "about": "Ellipsis is an AI powered code reviewer. It can review code, provide feedback, suggest improvements, and answer questions about code.", + "created_at": "2024-04-29T05:45:30.091656Z", + "updated_at": "2024-04-29T05:45:30.091657Z", + "id": "9bb48ef4-b6f7-4dd8-a5ea-ab775e2e8d1b", + "default_settings": { + "frequency_penalty": 0, + "length_penalty": 1, + "presence_penalty": 0, + "repetition_penalty": 1, + "temperature": 0.7, + "top_p": 1, + "min_p": 0.01, + "preset": null + }, + "model": "gpt-4", + "metadata": {"db_uuid": "1234"}, + "instructions": [ + "On every pull request, Review the changes made in the code. Summarize the changes made in the PR and add a comment", + "Scrutinize the changes very deeply for potential bugs, errors, security vulnerabilities. Assume the worst case scenario and explain your reasoning for the same." + ] +} +``` + +#### Using Metadata Filters + +```python +client.agents.list(metadata_filter={"db_uuid": "1234"}) +``` + +This returns a list of all the agents with the specific metadata filter. + +{% code overflow="wrap" %} +```python +[Agent(name='Ellipsis', about='Ellipsis is an AI powered code reviewer. It can review code, provide feedback, suggest improvements, and answer questions about code.', created_at=datetime.datetime(2024, 4, 29, 5, 45, 30, 91656, tzinfo=datetime.timezone.utc), updated_at=datetime.datetime(2024, 4, 29, 5, 45, 30, 91657, tzinfo=datetime.timezone.utc), id='9bb48ef4-b6f7-4dd8-a5ea-ab775e2e8d1b', default_settings=None, model='gpt-4', metadata=AgentMetadata(), instructions=['On every pull request, Review the changes made in the code. Summarize the changes made in the PR and add a comment', 'Scrutinize the changes very deeply for potential bugs, errors, security vulnerabilities. Assume the worst case scenario and explain your reasoning for the same.'])] + +``` +{% endcode %} diff --git a/docs/concepts/sessions.md b/docs/concepts/sessions.md new file mode 100644 index 000000000..258a797ea --- /dev/null +++ b/docs/concepts/sessions.md @@ -0,0 +1,78 @@ +--- +description: A conversation "session" between a user and an agent. +--- + +# 🔁 Sessions + +## What is a Session? + +A session is an entity where an agent and a user interact. A situation is defined to give context to the interaction. + +Conversation history is stored within the context of a session. + +## Attributes + +| Attributes | Description | +| --------------------- | -------------------------------------------------------------------------------------------------- | +| Agent ID | ID of the agent to add to the session | +| User ID _(optional)_ | ID of the user to add to the session | +| Situation | A _system prompt_ to describe the background and set the basis of interaction with the "agent". | +| Metadata _(optional)_ | Extra information to either identify or refer to the session in the application apart from its ID. | + +## Creating a Session + +{% code overflow="wrap" lineNumbers="true" fullWidth="false" %} +```python +session = client.sessions.create( + agent_id=agent.id, + user_id=user.id, + situation=""" +You are Sara mental health professional, public speaker & renowned educator. You are licensed to be an intimacy and relationship coach. You are an NLP coach who is qualified to deal with trauma, self-perceptions +About you: +... +Important guidelines: +... +""", + metadata={"db_uuid": "1234"} +) +``` +{% endcode %} + +## Retrieving a Session + +### Using a Session ID + +```python +session_id = "34562990-95c8-42a1-a319-6eb403e89f80" +client.sessions.get(session_id).json() +``` + +You should receive a response that resembles the following spec: + +```json +{ + "id": "34562990-95c8-42a1-a319-6eb403e89f80", + "user_id": "621ff51c-a813-4046-bfc6-ec425003e8c7", + "agent_id": "9bb48ef4-b6f7-4dd8-a5ea-ab775e2e8d1b", + "situation": "\\nYou are Sara mental health professional, public speaker & renowned educator. You are licensed to be an intimacy and relationship coach. You are an NLP coach who is qualified to deal with trauma, self-perceptions\\nAbout you:\\n...\\nImportant guidelines:\\n...\\n", + "summary": null, + "created_at": "2024-04-29T07:23:48.661868Z", + "updated_at": "2024-04-29T07:23:48Z", + "metadata": {}, + "render_templates": false +} +``` + +### Using Metadata Filters + +```python +client.sessions.list(metadata_filter={"db_uuid": "1234"}) +``` + +This returns a list of all the sessions with the specific metadata filter. + +{% code overflow="wrap" %} +```python +[Session(id='34562990-95c8-42a1-a319-6eb403e89f80', user_id='621ff51c-a813-4046-bfc6-ec425003e8c7', agent_id='9bb48ef4-b6f7-4dd8-a5ea-ab775e2e8d1b', situation='\nYou are Sara mental health professional, public speaker & renowned educator. You are licensed to be an intimacy and relationship coach. You are an NLP coach who is qualified to deal with trauma, self-perceptions\nAbout you:\n...\nImportant guidelines:\n...\n', summary=None, created_at=datetime.datetime(2024, 4, 29, 7, 23, 48, 661868, tzinfo=datetime.timezone.utc), updated_at=datetime.datetime(2024, 4, 29, 7, 23, 48, tzinfo=datetime.timezone.utc), metadata=SessionMetadata(), render_templates=False)] +``` +{% endcode %} diff --git a/docs/concepts/users.md b/docs/concepts/users.md new file mode 100644 index 000000000..ac0d81c2e --- /dev/null +++ b/docs/concepts/users.md @@ -0,0 +1,76 @@ +--- +description: A real person or system that needs to interacts with the Agent in your app. +--- + +# 🙎 Users + +## What is a User? + +Users are meant to represent the entity using the application. These can be real people or other systems that require automated responses from an agent. + +Each application can have multiple distinct users interacting with a single agent. + +Users are _optional_ but recommended for applications where: + +* It is beneficial to create a user persona for each individual interacting with an Agent. Especially, in applications where capturing details about the user can enhance the personalization and effectiveness of the interaction. +* You want to opt in and form memories about the user. + +> Memories are formed and saved for each user separately so that the agent can refer to them as and when needed. + +## Attributes + +| Attributes | Description | +| ---------------------- | ----------------------------------------------------------------------------------------------- | +| Name | The user's name | +| About | A description for the user | +| Documents _(optional)_ | Important documents in text format scoped to the user. | +| Metadata _(optional)_ | Extra information to either identify or refer to the user in the application apart from it's ID | + +## Creating a User + +{% code overflow="wrap" lineNumbers="true" fullWidth="false" %} +```python +user = client.users.create( + name="Anon", + about="A 25 year old man with acute recurring headache.", + docs=[{"title": "Blood test report", "content": "...", "metadata": {"page": 1}}], + metadata={"db_uuid": "1234"}, +) +``` +{% endcode %} + +## Retrieving a User + +### Using a User ID + +```python +user_id = "621ff51c-a813-4046-bfc6-ec425003e8c7" +client.users.get(user_id).json() +``` + +You should receive a response that resembles the following spec: + +```json +{ + "name": "Anon", + "about": "A 25 year old man with acute recurring headache.", + "created_at": "2024-04-29T06:18:48.173889Z", + "updated_at": "2024-04-29T06:18:48.173890Z", + "id": "621ff51c-a813-4046-bfc6-ec425003e8c7", + "metadata": {} +} +``` + +### Using Metadata Filters + +```python +client.users.list(metadata_filter={"db_uuid": "1234"}) +``` + +This returns a list of all the users with the specific metadata filter. + +{% code overflow="wrap" %} +```python +[User(name='Anon', about='A 25 year old man with acute recurring headache.', created_at=datetime.datetime(2024, 4, 29, 6, 18, 48, 173889, tzinfo=datetime.timezone.utc), updated_at=datetime.datetime(2024, 4, 29, 6, 18, 48, 173890, tzinfo=datetime.timezone.utc), id='621ff51c-a813-4046-bfc6-ec425003e8c7', metadata=UserMetadata())] +``` +{% endcode %} diff --git a/docs/cookbooks/example-apps.md b/docs/cookbooks/example-apps.md new file mode 100644 index 000000000..787bca32b --- /dev/null +++ b/docs/cookbooks/example-apps.md @@ -0,0 +1,7 @@ +# Example Apps + +This is a collection of examples of different ways to use Julep platform to create a variety of apps and automate processes. + +1. [Discord Bot with Long-Term Memory](https://replit.com/@alt-glitch/LLM-App-with-Long-Term-Memory) +2. [AI Dungeon Master](https://github.com/julep-ai/julep-examples/tree/main/dungeon-master) +3. [Community Feedback Agent](https://github.com/julep-ai/julep-examples/tree/main/community-feedback) diff --git a/docs/faqs/general-overview.md b/docs/faqs/general-overview.md deleted file mode 100644 index 2b940d449..000000000 --- a/docs/faqs/general-overview.md +++ /dev/null @@ -1,13 +0,0 @@ -# General Overview - -1. **What is Julep AI?** - Julep AI is a platform that enables the rapid prototyping and deployment of AI agents. These agents can autonomously accomplish goals by planning steps, selecting tools, and executing actions iteratively, utilizing Large Language Models (LLMs). -
-2. **How do Julep agents function?** - Agents operate semi-autonomously by interacting with users or systems, making decisions, and performing tasks. They leverage a memory system to retain state and context, improving over time as they interact more with their environment. -
-3. **Can Julep agents be integrated into existing systems?** - Absolutely. Julep AI provides an API SDK that facilitates the integration of AI agents into existing products and workflows. -
-4. **Does Julep support customization of AI agents?** - Julep AI offers extensive customization options, allowing users to define the behavior, memory scope, and capabilities of their AI agents. diff --git a/docs/faqs/memory-and-learning.md b/docs/faqs/memory-and-learning.md deleted file mode 100644 index 3ee3e0d04..000000000 --- a/docs/faqs/memory-and-learning.md +++ /dev/null @@ -1,12 +0,0 @@ -# Memory and Learning - -1. **What types of memory do Julep AI agents have?** - Julep AI agents possess three types of memory: _episodic_, for events; _implicit_, for beliefs; and _semantic_, for factual and conceptual information. - - Episodic memory allows agents to recall past events, implicit memory aids in understanding user preferences and behaviors, and semantic memory provides a knowledge base for factual queries. -
-2. **Do agents form new memories from each interaction?** - Yes, agents update their memories after each interaction, extracting new episodes, beliefs, and facts to improve future performance and personalization. -
-3. **Can I reset or delete an agent’s memories?** - Users have the ability to reset or delete memories within the platform to manage the information that their agents retain. diff --git a/docs/faqs/sessions-and-tasks.md b/docs/faqs/sessions-and-tasks.md deleted file mode 100644 index 16b8e48fe..000000000 --- a/docs/faqs/sessions-and-tasks.md +++ /dev/null @@ -1,28 +0,0 @@ -# Sessions and Tasks - -1. **What is a 'Session' in Julep AI?** - A Session is a real-time interaction between a user and an AI agent, structured as a conversation with request-response exchanges, often resembling a chat interface. -
-2. **How do I start a Session with an agent?** - You can initiate a Session by selecting an agent and a user within the platform, which creates a unique session_id used to track the conversation. -
-3. **What is a 'Task' in Julep AI, and how is it different from a Session?** - A Task is a defined operation with multiple steps and objectives, intended to run over a longer duration than a Session. Tasks are like state machines that handle complex, multi-step processes. -
-4. **Can Sessions use the tools defined in an agent's configuration?** - Yes, but a restricted subset only in order to maintain speed and reliability. Sessions can execute instant tools such as document lookups and API calls in real-time, using the results to inform responses within the conversation. They can also _queue_ longer running operations and tasks. -
-5. **How do agents manage memory within Sessions?** - During Sessions, agents automatically pull relevant memories to provide contextually appropriate responses and to maintain continuity in the interaction. -
-6. **What are Scheduled Tasks and how do they work?** - Scheduled Tasks are Tasks that are set to run at specific times or intervals. They are configured to trigger automatically, based on the parameters set by the user. -
-7. **How can I track the progress of a Task?** - Each Task run is associated with a unique run_id, which you can use to monitor the state transitions and overall progress through the platform’s dashboard. -
-8. **Are there limits on the length or complexity of a Session or Task?** - Sessions are designed for shorter interactions. Tasks, however, are better suited for operations with multiple steps and can run for extended periods. -
-9. **How do I end a Session or Task?** - Sessions typically end when the user's immediate needs are met or when manually concluded by the user. Tasks end when the objective is achieved or if the state machine reaches a terminal state. diff --git a/docs/faqs/technical-details.md b/docs/faqs/technical-details.md deleted file mode 100644 index 2766843d1..000000000 --- a/docs/faqs/technical-details.md +++ /dev/null @@ -1,18 +0,0 @@ -# Technical Details - -1. **What powers agents on the Julep platform?** - Julep agents are built on top of Large Language Models (LLMs) with added layers for memory management, planning, and long-running execution capabilities. -
-2. **What languages and frameworks are supported?** - Currently, we maintain official SDKs in python and node.js. We also have a langchain integration. Support for additional runtimes is planned with go, java, and ruby clients coming soon. - - The API itself is language-agnostic, providing RESTful endpoints that can be consumed by any modern programming language or framework that supports HTTP requests. -
-3. **How can I integrate Julep AI with my existing data sources?** - You can integrate with external data sources through API calls, webhooks, and function calls as the part of the agent configurations. Support for adding vector indices from Weaviate Cloud and Pinecone is planned. -
-4. **How can I do version control for agent development?** - Planned. Not supported at the moment. -
-5. **How does the platform ensure the security?** - We follows industry best practices on encryption, deployments and data storage. We also do regular audits to ensure the integrity of its infrastructure. Compliance and certifications are planned to provide enterprise customers more trust and transparency. diff --git a/docs/getting-started/agents-quickstart.md b/docs/getting-started/agents-quickstart.md deleted file mode 100644 index f261e062f..000000000 --- a/docs/getting-started/agents-quickstart.md +++ /dev/null @@ -1,267 +0,0 @@ -# Agents Quickstart - -{% tabs %} -{% tab title="Python" %} -### Install SDK - -```bash -# Install the julep sdk (inside a virtualenv) -pip install julep -``` - -### Setup - -```python -from julep import Client # or AsyncClient - -client = Client(api_key="") -``` - -### Create an Agent - -
# Let's create a sassy teen for fun
-# source: https://github.com/julep-ai/jessica-public
-name = "Jessica"
-about = """\
-Your name is Jessica.
-You are a stuck up Cali teenager.
-You basically complain about everything.
-Showing rebellion is an evolutionary necessity for you."""
-
-# Let's give her some instructions
-instructions = [
-    "Answer with disinterest and complete irreverence to absolutely everything.",
-    "Don't write emotions.",
-    "Keep your answers short.",
-]
-
-# Let's crank up the temperature to make her more creative and witty.
-default_settings = dict(
-    temperature=1.5,          # increases variability in responses
-    min_p=0.01,               # filters extremely improbable tokens
-    repetition_penalty=1.05,  # just slightly high to avoid repetition
-)
-
-agent = client.agents.create(
-    name=name,
-    about=about,
-    instructions=instructions,
-    default_settings=default_settings,
-)
-
- -### Create a user - -Julep requires you to create user objects so that agent's interaction history and [memories](../faqs/memory-and-learning.md) are scoped to them. For this example, we'll just create a dummy here. - -{% code overflow="wrap" %} -```python -# Let's create a user -user = client.users.create( - name="John Wick", - about="Baba Yaga", -) -``` -{% endcode %} - -### Creating a session - -Users can talk to agents inside sessions. Sessions automatically manage the conversation context and: - -1. Manages the history, you only have to send new messages. -2. Form [memories](../faqs/memory-and-learning.md) including beliefs and episodes. -3. Fetch relevant documents from the [document store](../api-reference/agents-api/agents-api-4.md) using semantic search. -4. Manage the context window by fetching from a rolling summary tree. - -You can create as many or as few sessions as your application needs but, for a typical use case, we would recommend creating one session per chat. - -{% code overflow="wrap" %} -```python -# Let's create a session -session = client.sessions.create( - agent_id=agent.id, # from above - user_id=user.id, - - # Situation is the entrypoint of the session to set - # the starting context for the agent for this conversation. - situation="You are chatting with a random stranger from the Internet.", -) -``` -{% endcode %} - -### Let's chat! - -```python -# Assuming this comes from a web request or something. -user_input = "hi!" - -# Standard ChatML json -message = dict(role="user", content=user_input) - -# Send message to the agent in the session -result = client.sessions.chat( - session_id=session.id, - messages=[message], - max_tokens=200, # and any other generation parameters - - # Memory options - remember=True, # "remember" / form memories about this user from the messages - recall=True, # "recall" / fetch past memories about this user. -) - -print(result.response[0].content) - -``` - -### Get session history - -You can get the history of the session so far like this: - -```python -history = client.sessions.history( - session_id=session.id, -) -``` -{% endtab %} - -{% tab title="Node" %} -### Install SDK - -```bash -# Install the julep sdk -npm install @julep/sdk -``` - -### Setup - -```javascript -const julep = require("@julep/sdk"); - -const client = new julep.Client({ apiKey: "" }); -``` - -### Create an Agent - -{% code overflow="wrap" %} -```javascript -// Let's create a sassy teen for fun -// Source: https://github.com/julep-ai/jessica-public - -async function createAgent() { - const name = "Jessica"; - const about = ` - Your name is Jessica. - You are a stuck up Cali teenager. - You basically complain about everything. - Showing rebellion is an evolutionary necessity for you. - `.trim(); - - // Let's give her some instructions - const instructions = [ - "Answer with disinterest and complete irreverence to absolutely everything.", - "Don't write emotions.", - "Keep your answers short." - ]; - - // Let's crank up the temperature to make her more creative and witty. - const defaultSettings = { - temperature: 1.5, // increases variability in responses - minP: 0.01, // filters extremely improbable tokens - repetitionPenalty: 1.05, // just slightly high to avoid repetition - }; - - const model = "julep-ai/samantha-1-turbo"; - - const agent = await client.agents.create({ - name, - about, - instructions, - defaultSettings, - }); - - return agent; -} - -``` -{% endcode %} - -### Create a user - -Julep requires you to create user objects so that agent's interaction history and [memories](../faqs/memory-and-learning.md) are scoped to them. For this example, we'll just create a dummy here. - -{% code overflow="wrap" %} -```javascript -// Inside async function -// Create a user -const user = await client.users.create({ - name: "John Wick", - about: "Baba Yaga", -}); - -``` -{% endcode %} - -### Creating a session - -Users can talk to agents inside sessions. Sessions automatically manage the conversation context and: - -1. Manages the history, you only have to send new messages. -2. Form [memories](../faqs/memory-and-learning.md) including beliefs and episodes. -3. Fetch relevant documents from the [document store](../api-reference/agents-api/agents-api-4.md) using semantic search. -4. Manage the context window by fetching from a rolling summary tree. - -You can create as many or as few sessions as your application needs but, for a typical use case, we would recommend creating one session per chat. - -
// Inside async function
-// Create a session
-const session = await client.sessions.create({
-    agentId: agent.id,  // from above
-    userId: user.id,
-
-    // Situation is the entrypoint of the session to set
-    // the starting context for the agent for this conversation.
-    situation: "You are chatting with a random stranger from the Internet.",
-});
-
-
- -### Let's chat! - -```python -// Inside async function -// Assuming this comes from a web request or something. -const userInput = "hi!"; - -// Standard ChatML json -const message = { - role: "user", - content: userInput -}; - -// Send message to the agent in the session -const result = await client.sessions.chat({ - sessionId: session.id, - messages: [message], - maxTokens: 200, // and any other generation parameters - - // Memory options - remember: true, // "remember" / form memories about this user from the messages - recall: true // "recall" / fetch past memories about this user. -}); - -console.log(result.response[0].content); - -``` - -### Get session history - -You can get the history of the session so far like this: - -```python -// Inside async function -const history = await client.sessions.history({ - sessionId: session.id -}); -``` -{% endtab %} -{% endtabs %} diff --git a/docs/guides/llms.md b/docs/guides/llms.md new file mode 100644 index 000000000..d9fe96db6 --- /dev/null +++ b/docs/guides/llms.md @@ -0,0 +1,37 @@ +# 🚧 LLMs + +Support for the following providers through the platform and SDK coming soon! + +* 📄️ OpenAI-Compatible Endpoints +* 📄️ Azure OpenAI API +* 📄️ Azure AI Studio +* 📄️ VertexAI \[Anthropic, Gemini, Model Garden] +* 📄️ PaLM API +* 📄️ Gemini +* 📄️ Mistral AI API +* 📄️ Anthropic +* 📄️ AWS Sagemaker +* 📄️ AWS Bedrock +* 📄️ Cohere +* 📄️ Anyscale +* 📄️ Huggingface +* 📄️ Ollama +* 📄️ Perplexity AI +* 📄️ Groq +* 📄️ Fireworks AI +* 📄️ VLLM +* 📄️ Xinference +* 📄️ Cloudflare Workers AI +* 📄️ DeepInfra +* 📄️ AI21 +* 📄️ NLP Cloud +* 📄️ Replicate +* 📄️ Together AI +* 📄️ Voyage AI +* 📄️ Aleph Alpha +* 📄️ Baseten +* 📄️ OpenRouter +* 📄️ Custom API Server +* 📄️ Petals +* 📄️ IBM watsonx.ai + diff --git a/docs/guides/quickstart.md b/docs/guides/quickstart.md new file mode 100644 index 000000000..0ec1bbe31 --- /dev/null +++ b/docs/guides/quickstart.md @@ -0,0 +1,153 @@ +# Quickstart + +## API Setup + +### Option 1: Install and run Julep locally + +Read the[self-hosting.md](self-hosting.md "mention") guide to learn more. + +* Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally + +```bash +# Add the docker compose to your project dir +wget https://raw.githubusercontent.com/julep-ai/julep/dev/deploy/docker-compose.yml + +# Add the .env file to your project dir +wget https://raw.githubusercontent.com/julep-ai/julep/dev/deploy/.env.example -O .env + +# Pull the latest images +docker compose pull + +# Start the services (in detached mode) +docker compose up -d + +``` + +* The API would now be available at: `http://0.0.0.0:8080` +* Next, add your OpenAI API Key to the `.env` +* Set your environment variables + +```bash +export JULEP_API_KEY=myauthkey +export JULEP_API_URL=http://0.0.0.0:8080 +``` + +### Option 2: Use the Julep Cloud + +* Generate an API key from https://platform.julep.ai +* Set your environment variables + +```bash +export JULEP_API_KEY=your_julep_api_key +export JULEP_API_URL=https://api-alpha.julep.ai/api +``` + +## 1. Installation + +``` +pip install julep +``` + +## 2. Setting up the `client` + +```py +from julep import Client +from pprint import pprint +import os + +base_url = os.environ.get("JULEP_API_URL") +api_key = os.environ.get("JULEP_API_KEY") + +client = Client(api_key=api_key, base_url=base_url) +``` + +## 3. Creating an `agent` + +An agent is an object to which LLM settings like the model, temperature, and tools are scoped to. + +```py +name = "Jessica" +about = "Jessica is a stuck up Cali teenager. Showing rebellion is an evolutionary necessity for her." +default_settings = { + "temperature": 0.7, + "top_p": 1, + "min_p": 0.01, + "presence_penalty": 0, + "frequency_penalty": 0, + "length_penalty": 1.0, + "max_tokens": 150, +} + +agent = client.agents.create( + name=name, + about=about, + default_settings=default_settings, + model="gpt-4", + tools=[] +) +``` + +## 4. Creating a `user` + +The user is the object which represents the user of the application. + +Memories are formed and saved for each user and many users can talk to one agent. + +```py +about = """Average nerdy techbro/girl who spends 8 hours a day in front of a laptop. +Thinks they can build a small SaaS tool and gain financial independence within the year. +""" +user = client.users.create( + name="Anon", + about=about, +) +``` + +## 5. Creating a `session` + +A "user" and an "agent" communicate in a "session". The system prompt goes here. Conversation history and summary are stored in a "session" which saves the conversation history. + +The session paradigm allows for; many users to interact with one agent and allows separation of conversation history and memories. + +```py +situation_prompt = """You are Jessica. You're a stuck up Cali teenager. +You basically complain about everything. You live in Bel-Air, Los Angeles and drag yourself to Curtis High School when you must. +""" + +session = client.sessions.create( + user_id=user.id, agent_id=agent.id, situation=situation_prompt +) +session = client.sessions.create( + user_id=user.id, agent_id=agent.id, situation=situation_prompt +) + +``` + +## 6. Starting a stateful conversation + +`session.chat` controls the communication between the "agent" and the "user". + +It has two important arguments; + +* `recall`: Retrieves the previous conversations and memories. +* `remember`: Saves the current conversation turn into the memory store. + +To keep the session stateful, both need to be `True` + +```py +user_msg = "hey. what do u think of starbucks" +response = client.sessions.chat( + session_id=session.id, + messages=[ + { + "role": "user", + "content": user_msg, + "name": "Anon", + } + ], + recall=True, + remember=True, +) + +print("\n".join(textwrap.wrap(response.response[0][0].content, width=100))) +``` diff --git a/docs/agents/self-hosting.md b/docs/guides/self-hosting.md similarity index 100% rename from docs/agents/self-hosting.md rename to docs/guides/self-hosting.md diff --git a/docs/introduction/julep-in-a-nutshell.md b/docs/introduction/julep-in-a-nutshell.md deleted file mode 100644 index aa6458020..000000000 --- a/docs/introduction/julep-in-a-nutshell.md +++ /dev/null @@ -1,28 +0,0 @@ -# Julep in a nutshell - -### Introduction - -Julep AI is an advanced API designed to empower developers by simplifying the creation of AI-powered applications. This platform provides all the necessary tools and frameworks to build sophisticated AI interactions efficiently, allowing developers to focus more on crafting superior user experiences rather than getting bogged down by the complexities of AI system architecture. - -### Overview - -Julep acts like a supercharged version of an Assistants' API, enabling the creation of stateful agents from detailed specifications that include instructions and necessary tools. These agents are capable of conversing with users or performing specific tasks. Julep manages the entire lifecycle of these agents—from running prompts and invoking APIs to saving states and managing contexts. This includes sophisticated error recovery mechanisms, waiting for tool results, and generating final outputs. - -### Key Components of Julep Architecture - -The architecture of Julep AI includes several key components that ensure a seamless and powerful application development experience: - -1. **Agent API**: This is the core of Julep AI, handling all user interactions with the AI agents. It manages user input processing, session management, and response generation, thus removing the complexity of conversational AI from the developer’s responsibilities. -2. **Memory Store**: All application data, including agent details, user profiles, and interaction histories, are stored here. It uses CozoDB, a scalable and efficient database optimized for high-speed operations, facilitating rapid scaling and robust data management. -3. **Underlying Services**: Julep includes essential services like a task scheduler and session manager to maintain smooth operation. These services automate backend processes such as task management, state management, and data consistency, allowing developers to concentrate on the application front end. -4. **Multi-Step Tasks**: The platform excels in handling intricate, sequential tasks that guide users through a series of steps to achieve specific goals, like scheduling appointments or resolving technical issues. Julep’s framework is highly adaptable, designed to tailor these workflows to specific application needs. - -### Deep Dive into the Agent API - -The Agent API stands at the forefront of Julep AI, characterized by its ease of use and developer-friendly features: - -- **Models & Schemas**: Provides standardized models and schemas for common data types to ensure consistency and save time. -- **Routers**: Simplifies request management across different data types, reducing the need for repetitive code and enhancing code maintainability. -- **Activities & Workflows**: Powered by Temporal, this feature supports robust background task management, improving application performance and reliability. -- **Jobs**: A comprehensive job system monitors and facilitates the completion of complex tasks, keeping users informed of progress and ensuring successful outcomes. -By abstracting the complex aspects of orchestration and memory management, Julep lets developers focus on designing effective prompts and selecting appropriate tools, significantly reducing the technical load and accelerating the development cycle. diff --git a/docs/js-sdk-docs/README.md b/docs/js-sdk-docs/README.md index 0d8a97103..5dfc45662 100644 --- a/docs/js-sdk-docs/README.md +++ b/docs/js-sdk-docs/README.md @@ -1,35 +1,30 @@ +# JS SDK + @julep/sdk / [Modules](modules.md) -# Julep -[![julep](https://socialify.git.ci/julep-ai/julep/image?description=1&descriptionEditable=Open%20platform%20for%20building%20stateful%20AI%20apps&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fjulep-ai%2Fjulep%2Fdev%2F.github%2Fjulep-logo.svg&name=1&owner=1&theme=Light)](https://github.com/julep-ai/julep) - -

-Julep: an alcoholic drink containing whisky, crushed ice, sugar, and pieces of mint -

- -

- Discord -   - X (formerly Twitter) Follow -       - NPM Version -   - PyPI - Version -   - Docker Image Version -       - GitHub License -

- ---- +## Julep + +[![julep](https://socialify.git.ci/julep-ai/julep/image?description=1\&descriptionEditable=Open%20platform%20for%20building%20stateful%20AI%20apps\&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fjulep-ai%2Fjulep%2Fdev%2F.github%2Fjulep-logo.svg\&name=1\&owner=1\&theme=Light)](https://github.com/julep-ai/julep) + +
+ +Julep: an alcoholic drink containing whisky, crushed ice, sugar, and pieces of mint + +
+ +[![Discord](https://img.shields.io/discord/1172458124020547584?style=social\&logo=discord\&label=discord)](https://discord.gg/JzfVWsy9fY) [![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/julep\_ai?style=social\&logo=x)](https://twitter.com/julep\_ai) [![NPM Version](https://img.shields.io/npm/v/%40julep%2Fsdk?style=social\&logo=npm\&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40julep%2Fsdk)](https://www.npmjs.com/package/@julep/sdk) [![PyPI - Version](https://img.shields.io/pypi/v/julep?style=social\&logo=python\&label=PyPI\&link=https%3A%2F%2Fpypi.org%2Fproject%2Fjulep)](https://pypi.org/project/julep) [![Docker Image Version](https://img.shields.io/docker/v/julepai/agents-api?sort=semver\&style=social\&logo=docker\&link=https%3A%2F%2Fhub.docker.com%2Fu%2Fjulepai)](https://hub.docker.com/u/julepai) [![GitHub License](https://img.shields.io/github/license/julep-ai/julep)](https://choosealicense.com/licenses/apache/) + +*** [Julep](https://julep.ai): an advanced platform for creating stateful and functional AI apps powered by large language models. ---- +*** + +### Getting Started -## Getting Started -### Option 1: Install and run Julep locally -- Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally +#### Option 1: Install and run Julep locally + +* Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally ```bash # Add the docker compose to your project dir @@ -45,30 +40,33 @@ docker compose pull docker compose up -d ``` -- The API would now be available at: `http://0.0.0.0:8080` -- Next, add your OpenAI API Key to the `.env` +* The API would now be available at: `http://0.0.0.0:8080` +* Next, add your OpenAI API Key to the `.env` +* Set your environment variables -- Set your environment variables ```bash export JULEP_API_KEY=myauthkey export JULEP_API_URL=http://0.0.0.0:8080 ``` -### Option 2: Use the Julep Cloud -- Generate an API key from https://platform.julep.ai -- Set your environment variables + +#### Option 2: Use the Julep Cloud + +* Generate an API key from https://platform.julep.ai +* Set your environment variables ```bash export JULEP_API_KEY=your_julep_api_key export JULEP_API_URL=https://api-alpha.julep.ai ``` -### Installation +#### Installation ``` pip install julep ``` -### Setting up the `client` + +#### Setting up the `client` ```py from julep import Client @@ -82,8 +80,10 @@ api_key = os.environ.get("JULEP_API_KEY") client = Client(api_key=api_key, base_url=base_url) ``` -### Create an agent +#### Create an agent + Agent is the object to which LLM settings like model, temperature along with tools are scoped to. + ```py name = "Jessica" about = "Jessica is a stuck up Cali teenager. Showing rebellion is an evolutionary necessity for her." @@ -106,7 +106,8 @@ agent = client.agents.create( ) ``` -### Create a user +#### Create a user + User is the object which represents the user of the application. Memories are formed and saved for each user and many users can talk to one agent. @@ -121,9 +122,9 @@ user = client.users.create( ) ``` -### Create a session -A "user" and an "agent" communicate in a "session". System prompt goes here. -Conversation history and summary are stored in a "session" which saves the conversation history. +#### Create a session + +A "user" and an "agent" communicate in a "session". System prompt goes here. Conversation history and summary are stored in a "session" which saves the conversation history. The session paradigm allows for; many users to interact with one agent and allow separation of conversation history and memories. @@ -141,12 +142,14 @@ session = client.sessions.create( ``` -### Start a stateful conversation +#### Start a stateful conversation + `session.chat` controls the communication between the "agent" and the "user". It has two important arguments; -- `recall`: Retrieves the previous conversations and memories. -- `remember`: Saves the current conversation turn into the memory store. + +* `recall`: Retrieves the previous conversations and memories. +* `remember`: Saves the current conversation turn into the memory store. To keep the session stateful, both need to be `True` @@ -168,45 +171,51 @@ response = client.sessions.chat( print("\n".join(textwrap.wrap(response.response[0][0].content, width=100))) ``` ---- +*** + +### Key Features -## Key Features Julep offers a separation of concerns. Easing the burden and time taken to get up and running with any AI app, be it conversational, functional or agentic. -- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. -- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. -- **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! -- ***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. -- ***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. -- ***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* +* **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. +* **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. +* **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! +* \***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. +* \***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. +* \***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only _one line of code_ -> (*) Features coming soon! +> (\*) Features coming soon! ![alt text](image.png) ---- -## What can you build with Julep? +*** + +### What can you build with Julep? -- Cookbook Example 1 -- Cookbook Example 2 -- Cookbook Example 3 ---- +* Cookbook Example 1 +* Cookbook Example 2 +* Cookbook Example 3 + +*** + +### API and SDKs -## API and SDKs To use the API directly or to take a look at request & response formats, authentication, available endpoints and more, please refer to the [API Documentation](https://docs.julep.ai/api-reference/agents-api/agents-api) -You can also use the [Postman Collection](https://god.gw.postman.com/run-collection/33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336%26entityType%3Dcollection%26workspaceId%3D183380b4-f2ac-44ef-b018-1f65dfc8256b) for reference. +You can also use the [Postman Collection](https://god.gw.postman.com/run-collection/33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336?action=collection%2Ffork\&source=rip\_markdown\&collection-url=entityId%3D33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336%26entityType%3Dcollection%26workspaceId%3D183380b4-f2ac-44ef-b018-1f65dfc8256b) for reference. -### Python SDK +#### Python SDK To install the Python SDK, run: ```bash pip install julep ``` + For more information on using the Python SDK, please refer to the [Python SDK documentation](https://docs.julep.ai/api-reference/python-sdk-docs). -### TypeScript SDK +#### TypeScript SDK + To install the TypeScript SDK using `npm`, run: ```bash @@ -215,33 +224,41 @@ npm install @julep/sdk For more information on using the TypeScript SDK, please refer to the [TypeScript SDK documentation](https://docs.julep.ai/api-reference/js-sdk-docs). ---- +*** + +### Deployment -## Deployment Check out the [self-hosting guide](https://docs.julep.ai/agents/self-hosting) to host the platform yourself. If you want to deploy Julep to production, [let's hop on a call](https://calendly.com/diwank-julep/45min)! We'll help you customise the platform and help you get set up with: -- Multi-tenancy -- Reverse proxy along with authentication and authorisation -- Self-hosted LLMs -- & more ---- -## Contributing +* Multi-tenancy +* Reverse proxy along with authentication and authorisation +* Self-hosted LLMs +* & more + +*** + +### Contributing + We welcome contributions from the community to help improve and expand the Julep AI platform. See [CONTRIBUTING.md](CONTRIBUTING.md) ---- -## License +*** + +### License + Julep AI is released under the Apache 2.0 License. By using, contributing to, or distributing the Julep AI platform, you agree to the terms and conditions of this license. ---- -## Contact and Support +*** + +### Contact and Support + If you have any questions, need assistance, or want to get in touch with the Julep AI team, please use the following channels: -- [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. -- GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. -- Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. -- Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) -- [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. +* [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. +* GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. +* Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. +* Follow for updates on [X](https://twitter.com/julep\_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) +* [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. From 69b3b6d998d4fa56426764e0a8a88e81c41d99c6 Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Mon, 29 Apr 2024 15:52:01 +0000 Subject: [PATCH 06/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/README.md | 173 +++++++--------- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 21 files changed, 296 insertions(+), 313 deletions(-) diff --git a/docs/js-sdk-docs/README.md b/docs/js-sdk-docs/README.md index 5dfc45662..0d8a97103 100644 --- a/docs/js-sdk-docs/README.md +++ b/docs/js-sdk-docs/README.md @@ -1,30 +1,35 @@ -# JS SDK - @julep/sdk / [Modules](modules.md) -## Julep - -[![julep](https://socialify.git.ci/julep-ai/julep/image?description=1\&descriptionEditable=Open%20platform%20for%20building%20stateful%20AI%20apps\&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fjulep-ai%2Fjulep%2Fdev%2F.github%2Fjulep-logo.svg\&name=1\&owner=1\&theme=Light)](https://github.com/julep-ai/julep) - -
- -Julep: an alcoholic drink containing whisky, crushed ice, sugar, and pieces of mint - -
- -[![Discord](https://img.shields.io/discord/1172458124020547584?style=social\&logo=discord\&label=discord)](https://discord.gg/JzfVWsy9fY) [![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/julep\_ai?style=social\&logo=x)](https://twitter.com/julep\_ai) [![NPM Version](https://img.shields.io/npm/v/%40julep%2Fsdk?style=social\&logo=npm\&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40julep%2Fsdk)](https://www.npmjs.com/package/@julep/sdk) [![PyPI - Version](https://img.shields.io/pypi/v/julep?style=social\&logo=python\&label=PyPI\&link=https%3A%2F%2Fpypi.org%2Fproject%2Fjulep)](https://pypi.org/project/julep) [![Docker Image Version](https://img.shields.io/docker/v/julepai/agents-api?sort=semver\&style=social\&logo=docker\&link=https%3A%2F%2Fhub.docker.com%2Fu%2Fjulepai)](https://hub.docker.com/u/julepai) [![GitHub License](https://img.shields.io/github/license/julep-ai/julep)](https://choosealicense.com/licenses/apache/) - -*** +# Julep +[![julep](https://socialify.git.ci/julep-ai/julep/image?description=1&descriptionEditable=Open%20platform%20for%20building%20stateful%20AI%20apps&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fjulep-ai%2Fjulep%2Fdev%2F.github%2Fjulep-logo.svg&name=1&owner=1&theme=Light)](https://github.com/julep-ai/julep) + +

+Julep: an alcoholic drink containing whisky, crushed ice, sugar, and pieces of mint +

+ +

+ Discord +   + X (formerly Twitter) Follow +       + NPM Version +   + PyPI - Version +   + Docker Image Version +       + GitHub License +

+ +--- [Julep](https://julep.ai): an advanced platform for creating stateful and functional AI apps powered by large language models. -*** - -### Getting Started +--- -#### Option 1: Install and run Julep locally - -* Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally +## Getting Started +### Option 1: Install and run Julep locally +- Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally ```bash # Add the docker compose to your project dir @@ -40,33 +45,30 @@ docker compose pull docker compose up -d ``` +- The API would now be available at: `http://0.0.0.0:8080` -* The API would now be available at: `http://0.0.0.0:8080` -* Next, add your OpenAI API Key to the `.env` -* Set your environment variables +- Next, add your OpenAI API Key to the `.env` +- Set your environment variables ```bash export JULEP_API_KEY=myauthkey export JULEP_API_URL=http://0.0.0.0:8080 ``` - -#### Option 2: Use the Julep Cloud - -* Generate an API key from https://platform.julep.ai -* Set your environment variables +### Option 2: Use the Julep Cloud +- Generate an API key from https://platform.julep.ai +- Set your environment variables ```bash export JULEP_API_KEY=your_julep_api_key export JULEP_API_URL=https://api-alpha.julep.ai ``` -#### Installation +### Installation ``` pip install julep ``` - -#### Setting up the `client` +### Setting up the `client` ```py from julep import Client @@ -80,10 +82,8 @@ api_key = os.environ.get("JULEP_API_KEY") client = Client(api_key=api_key, base_url=base_url) ``` -#### Create an agent - +### Create an agent Agent is the object to which LLM settings like model, temperature along with tools are scoped to. - ```py name = "Jessica" about = "Jessica is a stuck up Cali teenager. Showing rebellion is an evolutionary necessity for her." @@ -106,8 +106,7 @@ agent = client.agents.create( ) ``` -#### Create a user - +### Create a user User is the object which represents the user of the application. Memories are formed and saved for each user and many users can talk to one agent. @@ -122,9 +121,9 @@ user = client.users.create( ) ``` -#### Create a session - -A "user" and an "agent" communicate in a "session". System prompt goes here. Conversation history and summary are stored in a "session" which saves the conversation history. +### Create a session +A "user" and an "agent" communicate in a "session". System prompt goes here. +Conversation history and summary are stored in a "session" which saves the conversation history. The session paradigm allows for; many users to interact with one agent and allow separation of conversation history and memories. @@ -142,14 +141,12 @@ session = client.sessions.create( ``` -#### Start a stateful conversation - +### Start a stateful conversation `session.chat` controls the communication between the "agent" and the "user". It has two important arguments; - -* `recall`: Retrieves the previous conversations and memories. -* `remember`: Saves the current conversation turn into the memory store. +- `recall`: Retrieves the previous conversations and memories. +- `remember`: Saves the current conversation turn into the memory store. To keep the session stateful, both need to be `True` @@ -171,51 +168,45 @@ response = client.sessions.chat( print("\n".join(textwrap.wrap(response.response[0][0].content, width=100))) ``` -*** - -### Key Features +--- +## Key Features Julep offers a separation of concerns. Easing the burden and time taken to get up and running with any AI app, be it conversational, functional or agentic. -* **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. -* **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. -* **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! -* \***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. -* \***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. -* \***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only _one line of code_ +- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. +- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. +- **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! +- ***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. +- ***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. +- ***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* -> (\*) Features coming soon! +> (*) Features coming soon! ![alt text](image.png) -*** - -### What can you build with Julep? +--- +## What can you build with Julep? -* Cookbook Example 1 -* Cookbook Example 2 -* Cookbook Example 3 - -*** - -### API and SDKs +- Cookbook Example 1 +- Cookbook Example 2 +- Cookbook Example 3 +--- +## API and SDKs To use the API directly or to take a look at request & response formats, authentication, available endpoints and more, please refer to the [API Documentation](https://docs.julep.ai/api-reference/agents-api/agents-api) -You can also use the [Postman Collection](https://god.gw.postman.com/run-collection/33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336?action=collection%2Ffork\&source=rip\_markdown\&collection-url=entityId%3D33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336%26entityType%3Dcollection%26workspaceId%3D183380b4-f2ac-44ef-b018-1f65dfc8256b) for reference. +You can also use the [Postman Collection](https://god.gw.postman.com/run-collection/33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336%26entityType%3Dcollection%26workspaceId%3D183380b4-f2ac-44ef-b018-1f65dfc8256b) for reference. -#### Python SDK +### Python SDK To install the Python SDK, run: ```bash pip install julep ``` - For more information on using the Python SDK, please refer to the [Python SDK documentation](https://docs.julep.ai/api-reference/python-sdk-docs). -#### TypeScript SDK - +### TypeScript SDK To install the TypeScript SDK using `npm`, run: ```bash @@ -224,41 +215,33 @@ npm install @julep/sdk For more information on using the TypeScript SDK, please refer to the [TypeScript SDK documentation](https://docs.julep.ai/api-reference/js-sdk-docs). -*** - -### Deployment +--- +## Deployment Check out the [self-hosting guide](https://docs.julep.ai/agents/self-hosting) to host the platform yourself. If you want to deploy Julep to production, [let's hop on a call](https://calendly.com/diwank-julep/45min)! We'll help you customise the platform and help you get set up with: +- Multi-tenancy +- Reverse proxy along with authentication and authorisation +- Self-hosted LLMs +- & more -* Multi-tenancy -* Reverse proxy along with authentication and authorisation -* Self-hosted LLMs -* & more - -*** - -### Contributing - +--- +## Contributing We welcome contributions from the community to help improve and expand the Julep AI platform. See [CONTRIBUTING.md](CONTRIBUTING.md) -*** - -### License - +--- +## License Julep AI is released under the Apache 2.0 License. By using, contributing to, or distributing the Julep AI platform, you agree to the terms and conditions of this license. -*** - -### Contact and Support - +--- +## Contact and Support If you have any questions, need assistance, or want to get in touch with the Julep AI team, please use the following channels: -* [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. -* GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. -* Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. -* Follow for updates on [X](https://twitter.com/julep\_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) -* [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. +- [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. +- GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. +- Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. +- Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) +- [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 78af9a64a..ac301f188 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index b6527cfe5..beca005d3 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index e788ca311..05e28fa88 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 6ea8de3b6..7abb18774 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 7583e3b5c..86569b5eb 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 8e6aeebe5..b9b4749d0 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index d74a721b7..2a1c003df 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 4fccfd79a..a7e5e996b 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 304860038..fdc8b8812 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 52cd4cb45..58eb5e0d3 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 321c864bf..c07960e22 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index d42fdf051..0ad9ce14b 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index b6a56eff4..8418f95b6 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index c9bb49ae3..bff6c5b44 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index b559eb325..701f96302 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index c17fe8198..fcdf375fd 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 5a5d5633f..bccdcc9bc 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index fe76b367a..15e68ee97 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 79e6259e0..7d88364e5 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 3efcd1f35..09be6757d 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/d2a816a9a2eb2b2208bfabeb7882245f0a81a856/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/xor.ts#L1) From 2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8 Mon Sep 17 00:00:00 2001 From: developers Date: Mon, 29 Apr 2024 16:00:12 +0000 Subject: [PATCH 07/51] GITBOOK-69: remove extra githublink --- docs/SUMMARY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 13f6a12f2..7937dd137 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -49,7 +49,6 @@ *** * [⭐ Github](https://github.com/julep-ai/julep) -* [⭐ Github](https://github.com/julep-ai/agents) * [🫂 Discord Community](https://discord.gg/RdaGyrzpC8) * [🐍 PyPI package](https://pypi.org/project/julep/) * [📦 npm package](https://www.npmjs.com/package/@julep/sdk) From 5dbfa7bc1bec611f778f7be687d0b1f56be3472d Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Mon, 29 Apr 2024 16:00:41 +0000 Subject: [PATCH 08/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index ac301f188..072d1828d 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index beca005d3..b56d08a15 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 05e28fa88..44d6bd492 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 7abb18774..2c2ce0f41 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 86569b5eb..e1735cf8a 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index b9b4749d0..7de82d117 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 2a1c003df..7b695b3f6 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index a7e5e996b..4a03b7bfb 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index fdc8b8812..989aa5dcf 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 58eb5e0d3..85a0c80b3 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index c07960e22..69c781ca8 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 0ad9ce14b..0406617cc 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 8418f95b6..87d830505 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index bff6c5b44..554db5c5e 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 701f96302..021161b0f 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index fcdf375fd..1ef586aa1 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index bccdcc9bc..21870a789 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 15e68ee97..5e67d1f5c 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 7d88364e5..0071e204d 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 09be6757d..b4ebd7b65 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/887bf34b337f36d860bdcd02bda4aaec7e67363f/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/xor.ts#L1) From 9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Wed, 1 May 2024 08:58:32 +0300 Subject: [PATCH 09/51] feat: Make docs content be splited by users (#303) --- .../agents_api/autogen/openapi_model.py | 8 +- agents-api/agents_api/clients/embed.py | 3 +- agents-api/agents_api/env.py | 4 + .../agents_api/models/docs/create_docs.py | 10 +- .../agents_api/routers/agents/routers.py | 5 +- .../agents_api/routers/users/routers.py | 5 +- openapi.yaml | 219 +++++++++++++----- 7 files changed, 178 insertions(+), 76 deletions(-) diff --git a/agents-api/agents_api/autogen/openapi_model.py b/agents-api/agents_api/autogen/openapi_model.py index fc3f995d4..f9aa80737 100644 --- a/agents-api/agents_api/autogen/openapi_model.py +++ b/agents-api/agents_api/autogen/openapi_model.py @@ -1,6 +1,6 @@ # generated by datamodel-codegen: # filename: openapi.yaml -# timestamp: 2024-04-26T08:42:42+00:00 +# timestamp: 2024-04-30T17:38:56+00:00 from __future__ import annotations @@ -632,12 +632,16 @@ class Doc(BaseModel): """ +class ContentItem(RootModel[str]): + root: Annotated[str, Field(min_length=1)] + + class CreateDoc(BaseModel): title: str """ Title describing what this bit of information contains """ - content: str + content: List[ContentItem] | str """ Information content """ diff --git a/agents-api/agents_api/clients/embed.py b/agents-api/agents_api/clients/embed.py index 52a684358..71742f6fb 100644 --- a/agents-api/agents_api/clients/embed.py +++ b/agents-api/agents_api/clients/embed.py @@ -1,5 +1,5 @@ import httpx -from ..env import embedding_service_url, truncate_embed_text +from ..env import embedding_service_url, truncate_embed_text, embedding_model_id async def embed( @@ -17,6 +17,7 @@ async def embed( "normalize": True, # FIXME: We should control the truncation ourselves and truncate before sending "truncate": truncate_embed_text, + "model_id": embedding_model_id, }, ) resp.raise_for_status() diff --git a/agents-api/agents_api/env.py b/agents-api/agents_api/env.py index b9e339e11..54dee0df3 100644 --- a/agents-api/agents_api/env.py +++ b/agents-api/agents_api/env.py @@ -55,6 +55,10 @@ "EMBEDDING_SERVICE_URL", default="http://0.0.0.0:8082/embed" ) +embedding_model_id: str = env.str( + "EMBEDDING_MODEL_ID", default="BAAI/bge-large-en-v1.5" +) + truncate_embed_text: bool = env.bool("TRUNCATE_EMBED_TEXT", default=False) # Temporal diff --git a/agents-api/agents_api/models/docs/create_docs.py b/agents-api/agents_api/models/docs/create_docs.py index 389b4e5b7..1018b96a1 100644 --- a/agents-api/agents_api/models/docs/create_docs.py +++ b/agents-api/agents_api/models/docs/create_docs.py @@ -1,4 +1,4 @@ -from typing import Callable, Literal +from typing import Literal from uuid import UUID @@ -13,8 +13,7 @@ def create_docs_query( owner_id: UUID, id: UUID, title: str, - content: str, - split_fn: Callable[[str], list[str]] = lambda x: x.split("\n\n"), + content: list[str], metadata: dict = {}, ) -> tuple[str, dict]: """ @@ -26,19 +25,16 @@ def create_docs_query( - id (UUID): The UUID of the document to be created. - title (str): The title of the document. - content (str): The content of the document, which will be split into snippets. - - split_fn (Callable[[str], list[str]]): A function to split the content into snippets. Defaults to splitting by double newlines. - metadata (dict): Metadata associated with the document. Defaults to an empty dictionary. Returns: pd.DataFrame: A DataFrame containing the results of the query execution. """ created_at: float = utcnow().timestamp() - - snippets = split_fn(content) snippet_cols, snippet_rows = "", [] # Process each content snippet and prepare data for the datalog query. - for snippet_idx, snippet in enumerate(snippets): + for snippet_idx, snippet in enumerate(content): snippet_cols, new_snippet_rows = cozo_process_mutate_data( dict( doc_id=str(id), diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index 50a9c2607..ead076cf6 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -301,12 +301,13 @@ async def list_agents( @router.post("/agents/{agent_id}/docs", tags=["agents"]) async def create_docs(agent_id: UUID4, request: CreateDoc) -> ResourceCreatedResponse: doc_id = uuid4() + content = [request.content] if isinstance(request.content, str) else request.content resp: pd.DataFrame = create_docs_query( owner_type="agent", owner_id=agent_id, id=doc_id, title=request.title, - content=request.content, + content=content, metadata=request.metadata or {}, ) @@ -316,7 +317,7 @@ async def create_docs(agent_id: UUID4, request: CreateDoc) -> ResourceCreatedRes created_at=resp["created_at"][0], ) - indices, snippets = list(zip(*enumerate(request.content.split("\n\n")))) + indices, snippets = list(zip(*enumerate(content))) embeddings = await embed( [ snippet_embed_instruction + request.title + "\n\n" + snippet diff --git a/agents-api/agents_api/routers/users/routers.py b/agents-api/agents_api/routers/users/routers.py index 27f5eb6e0..dc8abe025 100644 --- a/agents-api/agents_api/routers/users/routers.py +++ b/agents-api/agents_api/routers/users/routers.py @@ -238,12 +238,13 @@ async def list_users( @router.post("/users/{user_id}/docs", tags=["users"]) async def create_docs(user_id: UUID4, request: CreateDoc) -> ResourceCreatedResponse: doc_id = uuid4() + content = [request.content] if isinstance(request.content, str) else request.content resp: pd.DataFrame = create_docs_query( owner_type="user", owner_id=user_id, id=doc_id, title=request.title, - content=request.content, + content=content, metadata=request.metadata or {}, ) @@ -253,7 +254,7 @@ async def create_docs(user_id: UUID4, request: CreateDoc) -> ResourceCreatedResp created_at=resp["created_at"][0], ) - indices, snippets = list(zip(*enumerate(request.content.split("\n\n")))) + indices, snippets = list(zip(*enumerate(content))) embeddings = await embed( [ snippet_embed_instruction + request.title + "\n\n" + snippet diff --git a/openapi.yaml b/openapi.yaml index 2fd2a92f8..7f368452c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -51,7 +51,8 @@ paths: get: summary: List sessions description: >- - List sessions created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) + List sessions created (use limit/offset pagination to get large number + of sessions; sorted by descending order of `created_at` by default) operationId: ListSessions tags: [] parameters: @@ -89,7 +90,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -111,7 +113,8 @@ paths: required: - items description: >- - List of sessions (sorted created_at descending order) with limit+offset pagination + List of sessions (sorted created_at descending order) with + limit+offset pagination security: - api-key: [] /users: @@ -139,7 +142,8 @@ paths: get: summary: List users description: >- - List users created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) + List users created (use limit/offset pagination to get large number of + sessions; sorted by descending order of `created_at` by default) operationId: ListUsers tags: [] parameters: @@ -175,7 +179,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -197,7 +202,8 @@ paths: required: - items description: >- - List of users (sorted created_at descending order) with limit+offset pagination + List of users (sorted created_at descending order) with limit+offset + pagination security: - api-key: [] /agents: @@ -225,7 +231,8 @@ paths: get: summary: List agents description: >- - List agents created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) + List agents created (use limit/offset pagination to get large number of + sessions; sorted by descending order of `created_at` by default) operationId: ListAgents tags: [] parameters: @@ -263,7 +270,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -273,7 +281,8 @@ paths: responses: '200': description: >- - List of agents (sorted created_at descending order) with limit+offset pagination + List of agents (sorted created_at descending order) with + limit+offset pagination content: application/json: schema: @@ -744,7 +753,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -830,7 +840,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -1211,11 +1222,13 @@ components: description: type: string description: >- - A description of what the function does, used by the model to choose when and how to call the function. + A description of what the function does, used by the model to choose + when and how to call the function. name: type: string description: >- - The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. + The name of the function to be called. Must be a-z, A-Z, 0-9, or + contain underscores and dashes, with a maximum length of 64. parameters: $ref: '#/components/schemas/FunctionParameters' description: Parameters accepeted by this function @@ -1231,7 +1244,8 @@ components: - function - webhook description: >- - Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) + Whether this tool is a `function` or a `webhook` (Only `function` + tool supported right now) function: oneOf: - $ref: '#/components/schemas/FunctionDef' @@ -1266,7 +1280,8 @@ components: summary: type: string description: >- - (null at the beginning) - generated automatically after every interaction + (null at the beginning) - generated automatically after every + interaction created_at: type: string format: date-time @@ -1350,7 +1365,9 @@ components: items: $ref: '#/components/schemas/CreateToolRequest' description: >- - A list of tools the model may call. Currently, only `function`s are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. + A list of tools the model may call. Currently, only `function`s are + supported as a tool. Use this to provide a list of functions the + model may generate JSON inputs for. default_settings: $ref: '#/components/schemas/AgentDefaultSettings' description: Default model settings to start every session with @@ -1546,7 +1563,9 @@ components: type: array nullable: true description: >- - (Advanced) List of tools that are provided in addition to agent's default set of tools. Functions of same name in agent set are overriden + (Advanced) List of tools that are provided in addition to agent's + default set of tools. Functions of same name in agent set are + overriden items: $ref: '#/components/schemas/Tool' tool_choice: @@ -1555,13 +1574,15 @@ components: - $ref: '#/components/schemas/ToolChoiceOption' - $ref: '#/components/schemas/NamedToolChoice' description: >- - Can be one of existing tools given to the agent earlier or the ones included in the request + Can be one of existing tools given to the agent earlier or the ones + included in the request required: - messages NamedToolChoice: type: object description: >- - Specifies a tool the model should use. Use to force the model to call a specific function. + Specifies a tool the model should use. Use to force the model to call a + specific function. properties: type: type: string @@ -1583,20 +1604,24 @@ components: description: > Controls which (if any) function is called by the model. - `none` means the model will not call a function and instead generates a message. + `none` means the model will not call a function and instead generates a + message. - `auto` means the model can pick between generating a message or calling a function. + `auto` means the model can pick between generating a message or calling + a function. - Specifying a particular function via `{"type: "function", "function": {"name": "my_function"}}` forces the model to call that function. + Specifying a particular function via `{"type: "function", "function": + {"name": "my_function"}}` forces the model to call that function. - `none` is the default when no functions are present. `auto` is the default if functions are present. - + `none` is the default when no functions are present. `auto` is the + default if functions are present. oneOf: - type: string description: > - `none` means the model will not call a function and instead generates a message. `auto` means the model can pick between generating a message or calling a function. - + `none` means the model will not call a function and instead + generates a message. `auto` means the model can pick between + generating a message or calling a function. enum: - none - auto @@ -1605,8 +1630,8 @@ components: FunctionCallOption: type: object description: > - Specifying a particular function via `{"name": "my_function"}` forces the model to call that function. - + Specifying a particular function via `{"name": "my_function"}` forces + the model to call that function. properties: name: type: string @@ -1633,7 +1658,8 @@ components: ChatResponse: type: object description: >- - Represents a chat completion response returned by model, based on the provided input. + Represents a chat completion response returned by model, based on the + provided input. properties: id: type: string @@ -1642,7 +1668,12 @@ components: finish_reason: type: string description: >- - The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence, `length` if the maximum number of tokens specified in the request was reached, `content_filter` if content was omitted due to a flag from our content filters, `tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function. + The reason the model stopped generating tokens. This will be `stop` + if the model hit a natural stop point or a provided stop sequence, + `length` if the maximum number of tokens specified in the request + was reached, `content_filter` if content was omitted due to a flag + from our content filters, `tool_calls` if the model called a tool, + or `function_call` (deprecated) if the model called a function. enum: - stop - length @@ -1734,14 +1765,18 @@ components: maximum: 1 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. length_penalty: type: number default: 1 minimum: 0 maximum: 2 nullable: true - description: "(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. " + description: >- + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize number of tokens generated. logit_bias: type: object default: null @@ -1749,19 +1784,25 @@ components: additionalProperties: type: integer description: > - Modify the likelihood of specified tokens appearing in the completion. + Modify the likelihood of specified tokens appearing in the + completion. - Accepts a JSON object that maps tokens (specified by their token ID in the tokenizer) to an associated bias value from -100 to 100. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token. - + Accepts a JSON object that maps tokens (specified by their token ID + in the tokenizer) to an associated bias value from -100 to 100. + Mathematically, the bias is added to the logits generated by the + model prior to sampling. The exact effect will vary per model, but + values between -1 and 1 should decrease or increase likelihood of + selection; values like -100 or 100 should result in a ban or + exclusive selection of the relevant token. properties: {} max_tokens: description: > The maximum number of tokens to generate in the chat completion. - The total length of input tokens and generated tokens is limited by the model's context length. - + The total length of input tokens and generated tokens is limited by + the model's context length. type: integer nullable: true default: 200 @@ -1774,7 +1815,9 @@ components: maximum: 1 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. repetition_penalty: type: number default: 1 @@ -1782,18 +1825,28 @@ components: maximum: 2 nullable: true description: >- - (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize new tokens based on their existing + frequency in the text so far, decreasing the model's likelihood to + repeat the same line verbatim. response_format: type: object description: > An object specifying the format that the model must output. - Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the message the model generates is valid JSON. + Setting to `{ "type": "json_object" }` enables JSON mode, which + guarantees the message the model generates is valid JSON. - **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly "stuck" request. Also note that the message content may be partially cut off if `finish_reason="length"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length. - + **Important:** when using JSON mode, you **must** also instruct the + model to produce JSON yourself via a system or user message. Without + this, the model may generate an unending stream of whitespace until + the generation reaches the token limit, resulting in a long-running + and seemingly "stuck" request. Also note that the message content + may be partially cut off if `finish_reason="length"`, which + indicates the generation exceeded `max_tokens` or the conversation + exceeded the max context length. properties: type: type: string @@ -1820,10 +1873,13 @@ components: description: > This feature is in Beta. - If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result. - - Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend. + If specified, our system will make a best effort to sample + deterministically, such that repeated requests with the same `seed` + and parameters should return the same result. + Determinism is not guaranteed, and you should refer to the + `system_fingerprint` response parameter to monitor changes in the + backend. stop: description: | Up to 4 sequences where the API will stop generating further tokens. @@ -1838,8 +1894,12 @@ components: type: string stream: description: > - If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions). - + If set, partial message deltas will be sent, like in ChatGPT. Tokens + will be sent as data-only [server-sent + events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) + as they become available, with the stream terminated by a `data: + [DONE]` message. [Example Python + code](https://cookbook.openai.com/examples/how_to_stream_completions). type: boolean nullable: true default: false @@ -1851,7 +1911,9 @@ components: example: 0.75 nullable: true description: >- - What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. + What sampling temperature to use, between 0 and 2. Higher values + like 0.8 will make the output more random, while lower values like + 0.2 will make it more focused and deterministic. top_p: type: number minimum: 0 @@ -1860,7 +1922,11 @@ components: example: 1 nullable: true description: >- - Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. + Defaults to 1 An alternative to sampling with temperature, called + nucleus sampling, where the model considers the results of the + tokens with top_p probability mass. So 0.1 means only the tokens + comprising the top 10% probability mass are considered. We + generally recommend altering this or temperature but not both. exclusiveMinimum: true min_p: type: number @@ -1874,7 +1940,8 @@ components: preset: type: string description: >- - Generation preset name (problem_solving|conversational|fun|prose|creative|business|deterministic|code|multilingual) + Generation preset name + (problem_solving|conversational|fun|prose|creative|business|deterministic|code|multilingual) enum: - problem_solving - conversational @@ -1895,14 +1962,18 @@ components: maximum: 2 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. length_penalty: type: number default: 1 minimum: 0 maximum: 2 nullable: true - description: "(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. " + description: >- + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize number of tokens generated. presence_penalty: type: number default: 0 @@ -1910,7 +1981,9 @@ components: maximum: 1 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. repetition_penalty: type: number default: 1 @@ -1918,7 +1991,10 @@ components: maximum: 2 nullable: true description: >- - (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize new tokens based on their existing + frequency in the text so far, decreasing the model's likelihood to + repeat the same line verbatim. temperature: type: number minimum: 0 @@ -1927,7 +2003,9 @@ components: example: 0.75 nullable: true description: >- - What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. + What sampling temperature to use, between 0 and 2. Higher values + like 0.8 will make the output more random, while lower values like + 0.2 will make it more focused and deterministic. top_p: type: number minimum: 0 @@ -1936,7 +2014,11 @@ components: example: 1 nullable: true description: >- - Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. + Defaults to 1 An alternative to sampling with temperature, called + nucleus sampling, where the model considers the results of the + tokens with top_p probability mass. So 0.1 means only the tokens + comprising the top 10% probability mass are considered. We + generally recommend altering this or temperature but not both. min_p: type: number description: Minimum probability compared to leading token to be considered @@ -1949,7 +2031,8 @@ components: preset: type: string description: >- - Generation preset name (one of: problem_solving, conversational, fun, prose, creative, business, deterministic, code, multilingual) + Generation preset name (one of: problem_solving, conversational, + fun, prose, creative, business, deterministic, code, multilingual) enum: - problem_solving - conversational @@ -1998,7 +2081,14 @@ components: type: string description: Title describing what this bit of information contains content: - type: string + oneOf: + - type: array + description: List of document chunks + items: + type: string + minItems: 1 + - type: string + description: A single document chunk description: Information content metadata: type: object @@ -2007,6 +2097,7 @@ components: required: - title - content + - field_0 MemoryAccessOptions: type: object properties: @@ -2031,7 +2122,8 @@ components: - function - webhook description: >- - Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) + Whether this tool is a `function` or a `webhook` (Only `function` + tool supported right now) function: oneOf: - $ref: '#/components/schemas/FunctionDef' @@ -2139,7 +2231,8 @@ components: state: type: string description: >- - Current state (one of: pending, in_progress, retrying, succeeded, aborted, failed) + Current state (one of: pending, in_progress, retrying, succeeded, + aborted, failed) enum: - pending - in_progress @@ -2223,11 +2316,13 @@ components: description: type: string description: >- - A description of what the function does, used by the model to choose when and how to call the function. + A description of what the function does, used by the model to choose + when and how to call the function. name: type: string description: >- - The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. + The name of the function to be called. Must be a-z, A-Z, 0-9, or + contain underscores and dashes, with a maximum length of 64. parameters: $ref: '#/components/schemas/FunctionParameters' description: Parameters accepeted by this function From 1f5078a053d4d43d3f3d1d71003fe8295bd5592a Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Wed, 1 May 2024 05:58:59 +0000 Subject: [PATCH 10/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 072d1828d..6d54804d4 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index b56d08a15..d7da9bb7d 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 44d6bd492..614b95877 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 2c2ce0f41..cb46c236e 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index e1735cf8a..97f9c5d2f 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 7de82d117..e4fe39e80 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 7b695b3f6..e9710c4b5 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 4a03b7bfb..0aa693fce 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 989aa5dcf..efac15a2f 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 85a0c80b3..fbb7d5116 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 69c781ca8..fb3faf596 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 0406617cc..fb58758d9 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 87d830505..39f85e296 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 554db5c5e..a67345b20 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 021161b0f..44155d57a 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 1ef586aa1..0e6ea4b8c 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 21870a789..d47bff3f7 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 5e67d1f5c..eeeb318ed 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 0071e204d..ce6bffa6c 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index b4ebd7b65..f902e713a 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/2427a5e8467e0e6e24dfb9b44e47b5c6ab06feb8/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/xor.ts#L1) From a058599c8de661099b544e4dc5c70a2f0d9af407 Mon Sep 17 00:00:00 2001 From: Siddharth Balyan <52913345+alt-glitch@users.noreply.github.com> Date: Wed, 1 May 2024 16:03:22 +0530 Subject: [PATCH 11/51] feat: litellm for multiple model support (#304) * feat: litellm for multiple model support * refactor: Lint agents-api (CI) * feat(agents-api): samantha model throught litellm * refactor: Lint agents-api (CI) * fix: model referenced before initialising --------- Co-authored-by: alt-glitch --- .../agents_api/activities/summarization.py | 6 +- agents-api/agents_api/model_registry.py | 38 +- .../agents_api/routers/agents/routers.py | 1 + .../agents_api/routers/sessions/session.py | 28 +- agents-api/poetry.lock | 817 +++++++++++++++++- agents-api/pyproject.toml | 1 + 6 files changed, 853 insertions(+), 38 deletions(-) diff --git a/agents-api/agents_api/activities/summarization.py b/agents-api/agents_api/activities/summarization.py index bfd1a011c..a9843ab8e 100644 --- a/agents-api/agents_api/activities/summarization.py +++ b/agents-api/agents_api/activities/summarization.py @@ -4,12 +4,12 @@ from typing import Callable from textwrap import dedent from temporalio import activity +from litellm import acompletion from agents_api.models.entry.entries_summarization import ( get_toplevel_entries_query, entries_summarization_query, ) from agents_api.common.protocol.entries import Entry -from agents_api.model_registry import get_model_client from ..env import summarization_model_name @@ -129,9 +129,7 @@ async def run_prompt( **kwargs, ) -> str: prompt = make_prompt(dialog, previous_memories, **kwargs) - client = get_model_client(model) - - response = await client.chat.completions.create( + response = await acompletion( model=model, messages=[ { diff --git a/agents-api/agents_api/model_registry.py b/agents-api/agents_api/model_registry.py index a94a13352..e5a72c7fc 100644 --- a/agents-api/agents_api/model_registry.py +++ b/agents-api/agents_api/model_registry.py @@ -3,14 +3,13 @@ """ from typing import Dict -from agents_api.clients.model import julep_client, openai_client from agents_api.clients.worker.types import ChatML from agents_api.common.exceptions.agents import ( AgentModelNotValid, MissingAgentModelAPIKeyError, ) -from openai import AsyncOpenAI - +import litellm +from litellm.utils import get_valid_models GPT4_MODELS: Dict[str, int] = { # stable model names: @@ -101,14 +100,9 @@ CHAT_MODELS = {**GPT4_MODELS, **TURBO_MODELS, **CLAUDE_MODELS} -ALL_AVAILABLE_MODELS = { - **JULEP_MODELS, - **GPT4_MODELS, - **TURBO_MODELS, - **GPT3_5_MODELS, - **GPT3_MODELS, - # **CLAUDE_MODELS, -} + +ALL_AVAILABLE_MODELS = litellm.model_list + list(JULEP_MODELS.keys()) +VALID_MODELS = get_valid_models() + list(JULEP_MODELS.keys()) def validate_configuration(model: str): @@ -116,27 +110,16 @@ def validate_configuration(model: str): Validates the model specified in the request """ if model not in ALL_AVAILABLE_MODELS: - raise AgentModelNotValid(model, list(ALL_AVAILABLE_MODELS.keys())) - model_client = get_model_client(model) - if model_client.api_key == "": + raise AgentModelNotValid(model, ALL_AVAILABLE_MODELS) + elif model not in get_valid_models(): raise MissingAgentModelAPIKeyError(model) -def get_model_client(model: str) -> AsyncOpenAI: - """ - Returns the model serving client based on the model - """ - if model in JULEP_MODELS: - return julep_client - elif model in OPENAI_MODELS: - return openai_client - - def load_context(init_context: list[ChatML], model: str): """ Converts the message history into a format supported by the model. """ - if model in OPENAI_MODELS: + if model in litellm.utils.get_valid_models(): init_context = [ { "role": "assistant" if msg.role == "function_call" else msg.role, @@ -149,10 +132,11 @@ def load_context(init_context: list[ChatML], model: str): {"name": msg.name, "role": msg.role, "content": msg.content} for msg in init_context ] + else: + raise AgentModelNotValid(model, ALL_AVAILABLE_MODELS) return init_context -# TODO: add type hint for Settings def get_extra_settings(settings): extra_settings = ( dict( @@ -164,7 +148,7 @@ def get_extra_settings(settings): preset=settings.preset.name if settings.preset else None, ) if settings.model in JULEP_MODELS - else None + else {} ) return extra_settings diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index ead076cf6..f8071d026 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -110,6 +110,7 @@ async def update_agent( if isinstance(request.instructions, str): request.instructions = [request.instructions] + validate_configuration(request.model) try: resp = update_agent_query( agent_id=agent_id, diff --git a/agents-api/agents_api/routers/sessions/session.py b/agents-api/agents_api/routers/sessions/session.py index 169aef92e..02fd66791 100644 --- a/agents-api/agents_api/routers/sessions/session.py +++ b/agents-api/agents_api/routers/sessions/session.py @@ -8,6 +8,9 @@ from openai.types.chat.chat_completion import ChatCompletion from pydantic import UUID4 +import litellm +from litellm import acompletion + from ...autogen.openapi_model import InputChatMLMessage, Tool from ...clients.embed import embed from ...clients.temporal import run_summarization_task @@ -18,8 +21,8 @@ from ...common.utils.template import render_template from ...env import summarization_tokens_threshold from ...model_registry import ( + JULEP_MODELS, get_extra_settings, - get_model_client, load_context, ) from ...models.entry.add_entries import add_entries_query @@ -28,7 +31,7 @@ from .exceptions import InputTooBigError from .protocol import Settings - +from ...env import model_inference_url, model_api_key THOUGHTS_STRIP_LEN = 2 MESSAGES_STRIP_LEN = 4 @@ -319,24 +322,37 @@ async def generate( ) -> ChatCompletion: init_context = load_context(init_context, settings.model) tools = None + api_base = None + api_key = None + model = settings.model + if model in JULEP_MODELS: + api_base = model_inference_url + api_key = model_api_key + model = f"openai/{model}" + if settings.tools: tools = [(tool.model_dump(exclude="id")) for tool in settings.tools] - model_client = get_model_client(settings.model) + extra_body = get_extra_settings(settings) - res = await model_client.chat.completions.create( - model=settings.model, + litellm.drop_params = True + litellm.add_function_to_prompt = True + + res = await acompletion( + model=model, messages=init_context, max_tokens=settings.max_tokens, stop=settings.stop, temperature=settings.temperature, frequency_penalty=settings.frequency_penalty, - extra_body=extra_body, top_p=settings.top_p, presence_penalty=settings.presence_penalty, stream=settings.stream, tools=tools, response_format=settings.response_format, + api_base=api_base, + api_key=api_key, + **extra_body, ) return res diff --git a/agents-api/poetry.lock b/agents-api/poetry.lock index 82609c100..9ca654918 100644 --- a/agents-api/poetry.lock +++ b/agents-api/poetry.lock @@ -1,5 +1,115 @@ # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +[[package]] +name = "aiohttp" +version = "3.9.5" +description = "Async http client/server framework (asyncio)" +optional = false +python-versions = ">=3.8" +files = [ + {file = "aiohttp-3.9.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:fcde4c397f673fdec23e6b05ebf8d4751314fa7c24f93334bf1f1364c1c69ac7"}, + {file = "aiohttp-3.9.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5d6b3f1fabe465e819aed2c421a6743d8debbde79b6a8600739300630a01bf2c"}, + {file = "aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6ae79c1bc12c34082d92bf9422764f799aee4746fd7a392db46b7fd357d4a17a"}, + {file = "aiohttp-3.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d3ebb9e1316ec74277d19c5f482f98cc65a73ccd5430540d6d11682cd857430"}, + {file = "aiohttp-3.9.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84dabd95154f43a2ea80deffec9cb44d2e301e38a0c9d331cc4aa0166fe28ae3"}, + {file = "aiohttp-3.9.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c8a02fbeca6f63cb1f0475c799679057fc9268b77075ab7cf3f1c600e81dd46b"}, + {file = "aiohttp-3.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c26959ca7b75ff768e2776d8055bf9582a6267e24556bb7f7bd29e677932be72"}, + {file = "aiohttp-3.9.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:714d4e5231fed4ba2762ed489b4aec07b2b9953cf4ee31e9871caac895a839c0"}, + {file = "aiohttp-3.9.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e7a6a8354f1b62e15d48e04350f13e726fa08b62c3d7b8401c0a1314f02e3558"}, + {file = "aiohttp-3.9.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:c413016880e03e69d166efb5a1a95d40f83d5a3a648d16486592c49ffb76d0db"}, + {file = "aiohttp-3.9.5-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:ff84aeb864e0fac81f676be9f4685f0527b660f1efdc40dcede3c251ef1e867f"}, + {file = "aiohttp-3.9.5-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:ad7f2919d7dac062f24d6f5fe95d401597fbb015a25771f85e692d043c9d7832"}, + {file = "aiohttp-3.9.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:702e2c7c187c1a498a4e2b03155d52658fdd6fda882d3d7fbb891a5cf108bb10"}, + {file = "aiohttp-3.9.5-cp310-cp310-win32.whl", hash = "sha256:67c3119f5ddc7261d47163ed86d760ddf0e625cd6246b4ed852e82159617b5fb"}, + {file = "aiohttp-3.9.5-cp310-cp310-win_amd64.whl", hash = "sha256:471f0ef53ccedec9995287f02caf0c068732f026455f07db3f01a46e49d76bbb"}, + {file = "aiohttp-3.9.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e0ae53e33ee7476dd3d1132f932eeb39bf6125083820049d06edcdca4381f342"}, + {file = "aiohttp-3.9.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c088c4d70d21f8ca5c0b8b5403fe84a7bc8e024161febdd4ef04575ef35d474d"}, + {file = "aiohttp-3.9.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:639d0042b7670222f33b0028de6b4e2fad6451462ce7df2af8aee37dcac55424"}, + {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f26383adb94da5e7fb388d441bf09c61e5e35f455a3217bfd790c6b6bc64b2ee"}, + {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:66331d00fb28dc90aa606d9a54304af76b335ae204d1836f65797d6fe27f1ca2"}, + {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4ff550491f5492ab5ed3533e76b8567f4b37bd2995e780a1f46bca2024223233"}, + {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f22eb3a6c1080d862befa0a89c380b4dafce29dc6cd56083f630073d102eb595"}, + {file = "aiohttp-3.9.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a81b1143d42b66ffc40a441379387076243ef7b51019204fd3ec36b9f69e77d6"}, + {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:f64fd07515dad67f24b6ea4a66ae2876c01031de91c93075b8093f07c0a2d93d"}, + {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:93e22add827447d2e26d67c9ac0161756007f152fdc5210277d00a85f6c92323"}, + {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:55b39c8684a46e56ef8c8d24faf02de4a2b2ac60d26cee93bc595651ff545de9"}, + {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4715a9b778f4293b9f8ae7a0a7cef9829f02ff8d6277a39d7f40565c737d3771"}, + {file = "aiohttp-3.9.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:afc52b8d969eff14e069a710057d15ab9ac17cd4b6753042c407dcea0e40bf75"}, + {file = "aiohttp-3.9.5-cp311-cp311-win32.whl", hash = "sha256:b3df71da99c98534be076196791adca8819761f0bf6e08e07fd7da25127150d6"}, + {file = "aiohttp-3.9.5-cp311-cp311-win_amd64.whl", hash = "sha256:88e311d98cc0bf45b62fc46c66753a83445f5ab20038bcc1b8a1cc05666f428a"}, + {file = "aiohttp-3.9.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:c7a4b7a6cf5b6eb11e109a9755fd4fda7d57395f8c575e166d363b9fc3ec4678"}, + {file = "aiohttp-3.9.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:0a158704edf0abcac8ac371fbb54044f3270bdbc93e254a82b6c82be1ef08f3c"}, + {file = "aiohttp-3.9.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d153f652a687a8e95ad367a86a61e8d53d528b0530ef382ec5aaf533140ed00f"}, + {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82a6a97d9771cb48ae16979c3a3a9a18b600a8505b1115cfe354dfb2054468b4"}, + {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:60cdbd56f4cad9f69c35eaac0fbbdf1f77b0ff9456cebd4902f3dd1cf096464c"}, + {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8676e8fd73141ded15ea586de0b7cda1542960a7b9ad89b2b06428e97125d4fa"}, + {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da00da442a0e31f1c69d26d224e1efd3a1ca5bcbf210978a2ca7426dfcae9f58"}, + {file = "aiohttp-3.9.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:18f634d540dd099c262e9f887c8bbacc959847cfe5da7a0e2e1cf3f14dbf2daf"}, + {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:320e8618eda64e19d11bdb3bd04ccc0a816c17eaecb7e4945d01deee2a22f95f"}, + {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:2faa61a904b83142747fc6a6d7ad8fccff898c849123030f8e75d5d967fd4a81"}, + {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:8c64a6dc3fe5db7b1b4d2b5cb84c4f677768bdc340611eca673afb7cf416ef5a"}, + {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:393c7aba2b55559ef7ab791c94b44f7482a07bf7640d17b341b79081f5e5cd1a"}, + {file = "aiohttp-3.9.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:c671dc117c2c21a1ca10c116cfcd6e3e44da7fcde37bf83b2be485ab377b25da"}, + {file = "aiohttp-3.9.5-cp312-cp312-win32.whl", hash = "sha256:5a7ee16aab26e76add4afc45e8f8206c95d1d75540f1039b84a03c3b3800dd59"}, + {file = "aiohttp-3.9.5-cp312-cp312-win_amd64.whl", hash = "sha256:5ca51eadbd67045396bc92a4345d1790b7301c14d1848feaac1d6a6c9289e888"}, + {file = "aiohttp-3.9.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:694d828b5c41255e54bc2dddb51a9f5150b4eefa9886e38b52605a05d96566e8"}, + {file = "aiohttp-3.9.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0605cc2c0088fcaae79f01c913a38611ad09ba68ff482402d3410bf59039bfb8"}, + {file = "aiohttp-3.9.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4558e5012ee03d2638c681e156461d37b7a113fe13970d438d95d10173d25f78"}, + {file = "aiohttp-3.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9dbc053ac75ccc63dc3a3cc547b98c7258ec35a215a92bd9f983e0aac95d3d5b"}, + {file = "aiohttp-3.9.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4109adee842b90671f1b689901b948f347325045c15f46b39797ae1bf17019de"}, + {file = "aiohttp-3.9.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a6ea1a5b409a85477fd8e5ee6ad8f0e40bf2844c270955e09360418cfd09abac"}, + {file = "aiohttp-3.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3c2890ca8c59ee683fd09adf32321a40fe1cf164e3387799efb2acebf090c11"}, + {file = "aiohttp-3.9.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3916c8692dbd9d55c523374a3b8213e628424d19116ac4308e434dbf6d95bbdd"}, + {file = "aiohttp-3.9.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8d1964eb7617907c792ca00b341b5ec3e01ae8c280825deadbbd678447b127e1"}, + {file = "aiohttp-3.9.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d5ab8e1f6bee051a4bf6195e38a5c13e5e161cb7bad83d8854524798bd9fcd6e"}, + {file = "aiohttp-3.9.5-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:52c27110f3862a1afbcb2af4281fc9fdc40327fa286c4625dfee247c3ba90156"}, + {file = "aiohttp-3.9.5-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:7f64cbd44443e80094309875d4f9c71d0401e966d191c3d469cde4642bc2e031"}, + {file = "aiohttp-3.9.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8b4f72fbb66279624bfe83fd5eb6aea0022dad8eec62b71e7bf63ee1caadeafe"}, + {file = "aiohttp-3.9.5-cp38-cp38-win32.whl", hash = "sha256:6380c039ec52866c06d69b5c7aad5478b24ed11696f0e72f6b807cfb261453da"}, + {file = "aiohttp-3.9.5-cp38-cp38-win_amd64.whl", hash = "sha256:da22dab31d7180f8c3ac7c7635f3bcd53808f374f6aa333fe0b0b9e14b01f91a"}, + {file = "aiohttp-3.9.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:1732102949ff6087589408d76cd6dea656b93c896b011ecafff418c9661dc4ed"}, + {file = "aiohttp-3.9.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c6021d296318cb6f9414b48e6a439a7f5d1f665464da507e8ff640848ee2a58a"}, + {file = "aiohttp-3.9.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:239f975589a944eeb1bad26b8b140a59a3a320067fb3cd10b75c3092405a1372"}, + {file = "aiohttp-3.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3b7b30258348082826d274504fbc7c849959f1989d86c29bc355107accec6cfb"}, + {file = "aiohttp-3.9.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cd2adf5c87ff6d8b277814a28a535b59e20bfea40a101db6b3bdca7e9926bc24"}, + {file = "aiohttp-3.9.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e9a3d838441bebcf5cf442700e3963f58b5c33f015341f9ea86dcd7d503c07e2"}, + {file = "aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e3a1ae66e3d0c17cf65c08968a5ee3180c5a95920ec2731f53343fac9bad106"}, + {file = "aiohttp-3.9.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9c69e77370cce2d6df5d12b4e12bdcca60c47ba13d1cbbc8645dd005a20b738b"}, + {file = "aiohttp-3.9.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0cbf56238f4bbf49dab8c2dc2e6b1b68502b1e88d335bea59b3f5b9f4c001475"}, + {file = "aiohttp-3.9.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d1469f228cd9ffddd396d9948b8c9cd8022b6d1bf1e40c6f25b0fb90b4f893ed"}, + {file = "aiohttp-3.9.5-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:45731330e754f5811c314901cebdf19dd776a44b31927fa4b4dbecab9e457b0c"}, + {file = "aiohttp-3.9.5-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:3fcb4046d2904378e3aeea1df51f697b0467f2aac55d232c87ba162709478c46"}, + {file = "aiohttp-3.9.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8cf142aa6c1a751fcb364158fd710b8a9be874b81889c2bd13aa8893197455e2"}, + {file = "aiohttp-3.9.5-cp39-cp39-win32.whl", hash = "sha256:7b179eea70833c8dee51ec42f3b4097bd6370892fa93f510f76762105568cf09"}, + {file = "aiohttp-3.9.5-cp39-cp39-win_amd64.whl", hash = "sha256:38d80498e2e169bc61418ff36170e0aad0cd268da8b38a17c4cf29d254a8b3f1"}, + {file = "aiohttp-3.9.5.tar.gz", hash = "sha256:edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551"}, +] + +[package.dependencies] +aiosignal = ">=1.1.2" +async-timeout = {version = ">=4.0,<5.0", markers = "python_version < \"3.11\""} +attrs = ">=17.3.0" +frozenlist = ">=1.1.1" +multidict = ">=4.5,<7.0" +yarl = ">=1.0,<2.0" + +[package.extras] +speedups = ["Brotli", "aiodns", "brotlicffi"] + +[[package]] +name = "aiosignal" +version = "1.3.1" +description = "aiosignal: a list of registered asynchronous callbacks" +optional = false +python-versions = ">=3.7" +files = [ + {file = "aiosignal-1.3.1-py3-none-any.whl", hash = "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17"}, + {file = "aiosignal-1.3.1.tar.gz", hash = "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc"}, +] + +[package.dependencies] +frozenlist = ">=1.1.0" + [[package]] name = "annotated-types" version = "0.6.0" @@ -98,6 +208,17 @@ files = [ [package.dependencies] typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} +[[package]] +name = "async-timeout" +version = "4.0.3" +description = "Timeout context manager for asyncio programs" +optional = false +python-versions = ">=3.7" +files = [ + {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, + {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, +] + [[package]] name = "attrs" version = "23.2.0" @@ -573,6 +694,22 @@ typing-extensions = ">=4.8.0" [package.extras] all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.7)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"] +[[package]] +name = "filelock" +version = "3.14.0" +description = "A platform independent file lock." +optional = false +python-versions = ">=3.8" +files = [ + {file = "filelock-3.14.0-py3-none-any.whl", hash = "sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f"}, + {file = "filelock-3.14.0.tar.gz", hash = "sha256:6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a"}, +] + +[package.extras] +docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"] +typing = ["typing-extensions (>=4.8)"] + [[package]] name = "fire" version = "0.5.0" @@ -587,6 +724,127 @@ files = [ six = "*" termcolor = "*" +[[package]] +name = "frozenlist" +version = "1.4.1" +description = "A list-like structure which implements collections.abc.MutableSequence" +optional = false +python-versions = ">=3.8" +files = [ + {file = "frozenlist-1.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f9aa1878d1083b276b0196f2dfbe00c9b7e752475ed3b682025ff20c1c1f51ac"}, + {file = "frozenlist-1.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:29acab3f66f0f24674b7dc4736477bcd4bc3ad4b896f5f45379a67bce8b96868"}, + {file = "frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:74fb4bee6880b529a0c6560885fce4dc95936920f9f20f53d99a213f7bf66776"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:590344787a90ae57d62511dd7c736ed56b428f04cd8c161fcc5e7232c130c69a"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:068b63f23b17df8569b7fdca5517edef76171cf3897eb68beb01341131fbd2ad"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c849d495bf5154cd8da18a9eb15db127d4dba2968d88831aff6f0331ea9bd4c"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9750cc7fe1ae3b1611bb8cfc3f9ec11d532244235d75901fb6b8e42ce9229dfe"}, + {file = "frozenlist-1.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9b2de4cf0cdd5bd2dee4c4f63a653c61d2408055ab77b151c1957f221cabf2a"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0633c8d5337cb5c77acbccc6357ac49a1770b8c487e5b3505c57b949b4b82e98"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:27657df69e8801be6c3638054e202a135c7f299267f1a55ed3a598934f6c0d75"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:f9a3ea26252bd92f570600098783d1371354d89d5f6b7dfd87359d669f2109b5"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:4f57dab5fe3407b6c0c1cc907ac98e8a189f9e418f3b6e54d65a718aaafe3950"}, + {file = "frozenlist-1.4.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e02a0e11cf6597299b9f3bbd3f93d79217cb90cfd1411aec33848b13f5c656cc"}, + {file = "frozenlist-1.4.1-cp310-cp310-win32.whl", hash = "sha256:a828c57f00f729620a442881cc60e57cfcec6842ba38e1b19fd3e47ac0ff8dc1"}, + {file = "frozenlist-1.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:f56e2333dda1fe0f909e7cc59f021eba0d2307bc6f012a1ccf2beca6ba362439"}, + {file = "frozenlist-1.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a0cb6f11204443f27a1628b0e460f37fb30f624be6051d490fa7d7e26d4af3d0"}, + {file = "frozenlist-1.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b46c8ae3a8f1f41a0d2ef350c0b6e65822d80772fe46b653ab6b6274f61d4a49"}, + {file = "frozenlist-1.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:fde5bd59ab5357e3853313127f4d3565fc7dad314a74d7b5d43c22c6a5ed2ced"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:722e1124aec435320ae01ee3ac7bec11a5d47f25d0ed6328f2273d287bc3abb0"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2471c201b70d58a0f0c1f91261542a03d9a5e088ed3dc6c160d614c01649c106"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c757a9dd70d72b076d6f68efdbb9bc943665ae954dad2801b874c8c69e185068"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f146e0911cb2f1da549fc58fc7bcd2b836a44b79ef871980d605ec392ff6b0d2"}, + {file = "frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f9c515e7914626b2a2e1e311794b4c35720a0be87af52b79ff8e1429fc25f19"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c302220494f5c1ebeb0912ea782bcd5e2f8308037b3c7553fad0e48ebad6ad82"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:442acde1e068288a4ba7acfe05f5f343e19fac87bfc96d89eb886b0363e977ec"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:1b280e6507ea8a4fa0c0a7150b4e526a8d113989e28eaaef946cc77ffd7efc0a"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74"}, + {file = "frozenlist-1.4.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:db9e724bebd621d9beca794f2a4ff1d26eed5965b004a97f1f1685a173b869c2"}, + {file = "frozenlist-1.4.1-cp311-cp311-win32.whl", hash = "sha256:e774d53b1a477a67838a904131c4b0eef6b3d8a651f8b138b04f748fccfefe17"}, + {file = "frozenlist-1.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:fb3c2db03683b5767dedb5769b8a40ebb47d6f7f45b1b3e3b4b51ec8ad9d9825"}, + {file = "frozenlist-1.4.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:1979bc0aeb89b33b588c51c54ab0161791149f2461ea7c7c946d95d5f93b56ae"}, + {file = "frozenlist-1.4.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:cc7b01b3754ea68a62bd77ce6020afaffb44a590c2289089289363472d13aedb"}, + {file = "frozenlist-1.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c9c92be9fd329ac801cc420e08452b70e7aeab94ea4233a4804f0915c14eba9b"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c3894db91f5a489fc8fa6a9991820f368f0b3cbdb9cd8849547ccfab3392d86"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba60bb19387e13597fb059f32cd4d59445d7b18b69a745b8f8e5db0346f33480"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8aefbba5f69d42246543407ed2461db31006b0f76c4e32dfd6f42215a2c41d09"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:780d3a35680ced9ce682fbcf4cb9c2bad3136eeff760ab33707b71db84664e3a"}, + {file = "frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9acbb16f06fe7f52f441bb6f413ebae6c37baa6ef9edd49cdd567216da8600cd"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:23b701e65c7b36e4bf15546a89279bd4d8675faabc287d06bbcfac7d3c33e1e6"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:3e0153a805a98f5ada7e09826255ba99fb4f7524bb81bf6b47fb702666484ae1"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:dd9b1baec094d91bf36ec729445f7769d0d0cf6b64d04d86e45baf89e2b9059b"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:1a4471094e146b6790f61b98616ab8e44f72661879cc63fa1049d13ef711e71e"}, + {file = "frozenlist-1.4.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5667ed53d68d91920defdf4035d1cdaa3c3121dc0b113255124bcfada1cfa1b8"}, + {file = "frozenlist-1.4.1-cp312-cp312-win32.whl", hash = "sha256:beee944ae828747fd7cb216a70f120767fc9f4f00bacae8543c14a6831673f89"}, + {file = "frozenlist-1.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:64536573d0a2cb6e625cf309984e2d873979709f2cf22839bf2d61790b448ad5"}, + {file = "frozenlist-1.4.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:20b51fa3f588ff2fe658663db52a41a4f7aa6c04f6201449c6c7c476bd255c0d"}, + {file = "frozenlist-1.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:410478a0c562d1a5bcc2f7ea448359fcb050ed48b3c6f6f4f18c313a9bdb1826"}, + {file = "frozenlist-1.4.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c6321c9efe29975232da3bd0af0ad216800a47e93d763ce64f291917a381b8eb"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48f6a4533887e189dae092f1cf981f2e3885175f7a0f33c91fb5b7b682b6bab6"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6eb73fa5426ea69ee0e012fb59cdc76a15b1283d6e32e4f8dc4482ec67d1194d"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fbeb989b5cc29e8daf7f976b421c220f1b8c731cbf22b9130d8815418ea45887"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:32453c1de775c889eb4e22f1197fe3bdfe457d16476ea407472b9442e6295f7a"}, + {file = "frozenlist-1.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:693945278a31f2086d9bf3df0fe8254bbeaef1fe71e1351c3bd730aa7d31c41b"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:1d0ce09d36d53bbbe566fe296965b23b961764c0bcf3ce2fa45f463745c04701"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3a670dc61eb0d0eb7080890c13de3066790f9049b47b0de04007090807c776b0"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:dca69045298ce5c11fd539682cff879cc1e664c245d1c64da929813e54241d11"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:a06339f38e9ed3a64e4c4e43aec7f59084033647f908e4259d279a52d3757d09"}, + {file = "frozenlist-1.4.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b7f2f9f912dca3934c1baec2e4585a674ef16fe00218d833856408c48d5beee7"}, + {file = "frozenlist-1.4.1-cp38-cp38-win32.whl", hash = "sha256:e7004be74cbb7d9f34553a5ce5fb08be14fb33bc86f332fb71cbe5216362a497"}, + {file = "frozenlist-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:5a7d70357e7cee13f470c7883a063aae5fe209a493c57d86eb7f5a6f910fae09"}, + {file = "frozenlist-1.4.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:bfa4a17e17ce9abf47a74ae02f32d014c5e9404b6d9ac7f729e01562bbee601e"}, + {file = "frozenlist-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b7e3ed87d4138356775346e6845cccbe66cd9e207f3cd11d2f0b9fd13681359d"}, + {file = "frozenlist-1.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c99169d4ff810155ca50b4da3b075cbde79752443117d89429595c2e8e37fed8"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edb678da49d9f72c9f6c609fbe41a5dfb9a9282f9e6a2253d5a91e0fc382d7c0"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6db4667b187a6742b33afbbaf05a7bc551ffcf1ced0000a571aedbb4aa42fc7b"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55fdc093b5a3cb41d420884cdaf37a1e74c3c37a31f46e66286d9145d2063bd0"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82e8211d69a4f4bc360ea22cd6555f8e61a1bd211d1d5d39d3d228b48c83a897"}, + {file = "frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89aa2c2eeb20957be2d950b85974b30a01a762f3308cd02bb15e1ad632e22dc7"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9d3e0c25a2350080e9319724dede4f31f43a6c9779be48021a7f4ebde8b2d742"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7268252af60904bf52c26173cbadc3a071cece75f873705419c8681f24d3edea"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:0c250a29735d4f15321007fb02865f0e6b6a41a6b88f1f523ca1596ab5f50bd5"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:96ec70beabbd3b10e8bfe52616a13561e58fe84c0101dd031dc78f250d5128b9"}, + {file = "frozenlist-1.4.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:23b2d7679b73fe0e5a4560b672a39f98dfc6f60df63823b0a9970525325b95f6"}, + {file = "frozenlist-1.4.1-cp39-cp39-win32.whl", hash = "sha256:a7496bfe1da7fb1a4e1cc23bb67c58fab69311cc7d32b5a99c2007b4b2a0e932"}, + {file = "frozenlist-1.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:e6a20a581f9ce92d389a8c7d7c3dd47c81fd5d6e655c8dddf341e14aa48659d0"}, + {file = "frozenlist-1.4.1-py3-none-any.whl", hash = "sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7"}, + {file = "frozenlist-1.4.1.tar.gz", hash = "sha256:c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b"}, +] + +[[package]] +name = "fsspec" +version = "2024.3.1" +description = "File-system specification" +optional = false +python-versions = ">=3.8" +files = [ + {file = "fsspec-2024.3.1-py3-none-any.whl", hash = "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512"}, + {file = "fsspec-2024.3.1.tar.gz", hash = "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"}, +] + +[package.extras] +abfs = ["adlfs"] +adl = ["adlfs"] +arrow = ["pyarrow (>=1)"] +dask = ["dask", "distributed"] +devel = ["pytest", "pytest-cov"] +dropbox = ["dropbox", "dropboxdrivefs", "requests"] +full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"] +fuse = ["fusepy"] +gcs = ["gcsfs"] +git = ["pygit2"] +github = ["requests"] +gs = ["gcsfs"] +gui = ["panel"] +hdfs = ["pyarrow (>=1)"] +http = ["aiohttp (!=4.0.0a0,!=4.0.0a1)"] +libarchive = ["libarchive-c"] +oci = ["ocifs"] +s3 = ["s3fs"] +sftp = ["paramiko"] +smb = ["smbprotocol"] +ssh = ["paramiko"] +tqdm = ["tqdm"] + [[package]] name = "genson" version = "1.2.2" @@ -1051,6 +1309,40 @@ cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +[[package]] +name = "huggingface-hub" +version = "0.22.2" +description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" +optional = false +python-versions = ">=3.8.0" +files = [ + {file = "huggingface_hub-0.22.2-py3-none-any.whl", hash = "sha256:3429e25f38ccb834d310804a3b711e7e4953db5a9e420cc147a5e194ca90fd17"}, + {file = "huggingface_hub-0.22.2.tar.gz", hash = "sha256:32e9a9a6843c92f253ff9ca16b9985def4d80a93fb357af5353f770ef74a81be"}, +] + +[package.dependencies] +filelock = "*" +fsspec = ">=2023.5.0" +packaging = ">=20.9" +pyyaml = ">=5.1" +requests = "*" +tqdm = ">=4.42.1" +typing-extensions = ">=3.7.4.3" + +[package.extras] +all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "minijinja (>=1.0)", "mypy (==1.5.1)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.3.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"] +cli = ["InquirerPy (==0.3.4)"] +dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "minijinja (>=1.0)", "mypy (==1.5.1)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.3.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"] +fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"] +hf-transfer = ["hf-transfer (>=0.1.4)"] +inference = ["aiohttp", "minijinja (>=1.0)"] +quality = ["mypy (==1.5.1)", "ruff (>=0.3.0)"] +tensorflow = ["graphviz", "pydot", "tensorflow"] +tensorflow-testing = ["keras (<3.0)", "tensorflow"] +testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "minijinja (>=1.0)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"] +torch = ["safetensors", "torch"] +typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)"] + [[package]] name = "idna" version = "3.7" @@ -1087,6 +1379,25 @@ files = [ [package.dependencies] networkx = ">=2" +[[package]] +name = "importlib-metadata" +version = "7.1.0" +description = "Read metadata from Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "importlib_metadata-7.1.0-py3-none-any.whl", hash = "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570"}, + {file = "importlib_metadata-7.1.0.tar.gz", hash = "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"}, +] + +[package.dependencies] +zipp = ">=0.5" + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +perf = ["ipython"] +testing = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-perf (>=0.9.2)", "pytest-ruff (>=0.2.1)"] + [[package]] name = "inflect" version = "5.6.2" @@ -1297,6 +1608,32 @@ pyyaml = ">=5.2" [package.extras] dev = ["Sphinx (>=5.1.1)", "black (==23.12.1)", "build (>=0.10.0)", "coverage (>=4.5.4)", "fixit (==2.1.0)", "flake8 (==7.0.0)", "hypothesis (>=4.36.0)", "hypothesmith (>=0.0.4)", "jinja2 (==3.1.3)", "jupyter (>=1.0.0)", "maturin (>=0.8.3,<1.5)", "nbsphinx (>=0.4.2)", "prompt-toolkit (>=2.0.9)", "pyre-check (==0.9.18)", "setuptools-rust (>=1.5.2)", "setuptools-scm (>=6.0.1)", "slotscheck (>=0.7.1)", "sphinx-rtd-theme (>=0.4.3)", "ufmt (==2.5.1)", "usort (==1.0.8.post1)"] +[[package]] +name = "litellm" +version = "1.35.32" +description = "Library to easily interface with LLM API providers" +optional = false +python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" +files = [ + {file = "litellm-1.35.32-py3-none-any.whl", hash = "sha256:4c05b90124420e64d4a59a4b94d6b53eb679859cd064e7e59bd152a29cda1cb1"}, + {file = "litellm-1.35.32.tar.gz", hash = "sha256:2ccc0f979c287404ec07c6b4b06254eba88f2ca1fca4cad12591ec89795db248"}, +] + +[package.dependencies] +aiohttp = "*" +click = "*" +importlib-metadata = ">=6.8.0" +jinja2 = ">=3.1.2,<4.0.0" +openai = ">=1.0.0" +python-dotenv = ">=0.2.0" +requests = ">=2.31.0,<3.0.0" +tiktoken = ">=0.4.0" +tokenizers = "*" + +[package.extras] +extra-proxy = ["azure-identity (>=1.15.0,<2.0.0)", "azure-keyvault-secrets (>=4.8.0,<5.0.0)", "google-cloud-kms (>=2.21.3,<3.0.0)", "prisma (==0.11.0)", "resend (>=0.8.0,<0.9.0)"] +proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.109.1,<0.110.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=21.2.0,<22.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] + [[package]] name = "markdown-it-py" version = "3.0.0" @@ -1486,6 +1823,105 @@ test = ["attrs", "msgpack", "mypy", "pyright", "pytest", "pyyaml", "tomli", "tom toml = ["tomli", "tomli-w"] yaml = ["pyyaml"] +[[package]] +name = "multidict" +version = "6.0.5" +description = "multidict implementation" +optional = false +python-versions = ">=3.7" +files = [ + {file = "multidict-6.0.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:228b644ae063c10e7f324ab1ab6b548bdf6f8b47f3ec234fef1093bc2735e5f9"}, + {file = "multidict-6.0.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:896ebdcf62683551312c30e20614305f53125750803b614e9e6ce74a96232604"}, + {file = "multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:411bf8515f3be9813d06004cac41ccf7d1cd46dfe233705933dd163b60e37600"}, + {file = "multidict-6.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d147090048129ce3c453f0292e7697d333db95e52616b3793922945804a433c"}, + {file = "multidict-6.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:215ed703caf15f578dca76ee6f6b21b7603791ae090fbf1ef9d865571039ade5"}, + {file = "multidict-6.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c6390cf87ff6234643428991b7359b5f59cc15155695deb4eda5c777d2b880f"}, + {file = "multidict-6.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21fd81c4ebdb4f214161be351eb5bcf385426bf023041da2fd9e60681f3cebae"}, + {file = "multidict-6.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3cc2ad10255f903656017363cd59436f2111443a76f996584d1077e43ee51182"}, + {file = "multidict-6.0.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6939c95381e003f54cd4c5516740faba40cf5ad3eeff460c3ad1d3e0ea2549bf"}, + {file = "multidict-6.0.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:220dd781e3f7af2c2c1053da9fa96d9cf3072ca58f057f4c5adaaa1cab8fc442"}, + {file = "multidict-6.0.5-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:766c8f7511df26d9f11cd3a8be623e59cca73d44643abab3f8c8c07620524e4a"}, + {file = "multidict-6.0.5-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:fe5d7785250541f7f5019ab9cba2c71169dc7d74d0f45253f8313f436458a4ef"}, + {file = "multidict-6.0.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c1c1496e73051918fcd4f58ff2e0f2f3066d1c76a0c6aeffd9b45d53243702cc"}, + {file = "multidict-6.0.5-cp310-cp310-win32.whl", hash = "sha256:7afcdd1fc07befad18ec4523a782cde4e93e0a2bf71239894b8d61ee578c1319"}, + {file = "multidict-6.0.5-cp310-cp310-win_amd64.whl", hash = "sha256:99f60d34c048c5c2fabc766108c103612344c46e35d4ed9ae0673d33c8fb26e8"}, + {file = "multidict-6.0.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f285e862d2f153a70586579c15c44656f888806ed0e5b56b64489afe4a2dbfba"}, + {file = "multidict-6.0.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:53689bb4e102200a4fafa9de9c7c3c212ab40a7ab2c8e474491914d2305f187e"}, + {file = "multidict-6.0.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:612d1156111ae11d14afaf3a0669ebf6c170dbb735e510a7438ffe2369a847fd"}, + {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7be7047bd08accdb7487737631d25735c9a04327911de89ff1b26b81745bd4e3"}, + {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de170c7b4fe6859beb8926e84f7d7d6c693dfe8e27372ce3b76f01c46e489fcf"}, + {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:04bde7a7b3de05732a4eb39c94574db1ec99abb56162d6c520ad26f83267de29"}, + {file = "multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:85f67aed7bb647f93e7520633d8f51d3cbc6ab96957c71272b286b2f30dc70ed"}, + {file = "multidict-6.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:425bf820055005bfc8aa9a0b99ccb52cc2f4070153e34b701acc98d201693733"}, + {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d3eb1ceec286eba8220c26f3b0096cf189aea7057b6e7b7a2e60ed36b373b77f"}, + {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7901c05ead4b3fb75113fb1dd33eb1253c6d3ee37ce93305acd9d38e0b5f21a4"}, + {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:e0e79d91e71b9867c73323a3444724d496c037e578a0e1755ae159ba14f4f3d1"}, + {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:29bfeb0dff5cb5fdab2023a7a9947b3b4af63e9c47cae2a10ad58394b517fddc"}, + {file = "multidict-6.0.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e030047e85cbcedbfc073f71836d62dd5dadfbe7531cae27789ff66bc551bd5e"}, + {file = "multidict-6.0.5-cp311-cp311-win32.whl", hash = "sha256:2f4848aa3baa109e6ab81fe2006c77ed4d3cd1e0ac2c1fbddb7b1277c168788c"}, + {file = "multidict-6.0.5-cp311-cp311-win_amd64.whl", hash = "sha256:2faa5ae9376faba05f630d7e5e6be05be22913782b927b19d12b8145968a85ea"}, + {file = "multidict-6.0.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:51d035609b86722963404f711db441cf7134f1889107fb171a970c9701f92e1e"}, + {file = "multidict-6.0.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:cbebcd5bcaf1eaf302617c114aa67569dd3f090dd0ce8ba9e35e9985b41ac35b"}, + {file = "multidict-6.0.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2ffc42c922dbfddb4a4c3b438eb056828719f07608af27d163191cb3e3aa6cc5"}, + {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ceb3b7e6a0135e092de86110c5a74e46bda4bd4fbfeeb3a3bcec79c0f861e450"}, + {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:79660376075cfd4b2c80f295528aa6beb2058fd289f4c9252f986751a4cd0496"}, + {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e4428b29611e989719874670fd152b6625500ad6c686d464e99f5aaeeaca175a"}, + {file = "multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d84a5c3a5f7ce6db1f999fb9438f686bc2e09d38143f2d93d8406ed2dd6b9226"}, + {file = "multidict-6.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:76c0de87358b192de7ea9649beb392f107dcad9ad27276324c24c91774ca5271"}, + {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:79a6d2ba910adb2cbafc95dad936f8b9386e77c84c35bc0add315b856d7c3abb"}, + {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:92d16a3e275e38293623ebf639c471d3e03bb20b8ebb845237e0d3664914caef"}, + {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:fb616be3538599e797a2017cccca78e354c767165e8858ab5116813146041a24"}, + {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:14c2976aa9038c2629efa2c148022ed5eb4cb939e15ec7aace7ca932f48f9ba6"}, + {file = "multidict-6.0.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:435a0984199d81ca178b9ae2c26ec3d49692d20ee29bc4c11a2a8d4514c67eda"}, + {file = "multidict-6.0.5-cp312-cp312-win32.whl", hash = "sha256:9fe7b0653ba3d9d65cbe7698cca585bf0f8c83dbbcc710db9c90f478e175f2d5"}, + {file = "multidict-6.0.5-cp312-cp312-win_amd64.whl", hash = "sha256:01265f5e40f5a17f8241d52656ed27192be03bfa8764d88e8220141d1e4b3556"}, + {file = "multidict-6.0.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:19fe01cea168585ba0f678cad6f58133db2aa14eccaf22f88e4a6dccadfad8b3"}, + {file = "multidict-6.0.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6bf7a982604375a8d49b6cc1b781c1747f243d91b81035a9b43a2126c04766f5"}, + {file = "multidict-6.0.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:107c0cdefe028703fb5dafe640a409cb146d44a6ae201e55b35a4af8e95457dd"}, + {file = "multidict-6.0.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:403c0911cd5d5791605808b942c88a8155c2592e05332d2bf78f18697a5fa15e"}, + {file = "multidict-6.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aeaf541ddbad8311a87dd695ed9642401131ea39ad7bc8cf3ef3967fd093b626"}, + {file = "multidict-6.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e4972624066095e52b569e02b5ca97dbd7a7ddd4294bf4e7247d52635630dd83"}, + {file = "multidict-6.0.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d946b0a9eb8aaa590df1fe082cee553ceab173e6cb5b03239716338629c50c7a"}, + {file = "multidict-6.0.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:b55358304d7a73d7bdf5de62494aaf70bd33015831ffd98bc498b433dfe5b10c"}, + {file = "multidict-6.0.5-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:a3145cb08d8625b2d3fee1b2d596a8766352979c9bffe5d7833e0503d0f0b5e5"}, + {file = "multidict-6.0.5-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:d65f25da8e248202bd47445cec78e0025c0fe7582b23ec69c3b27a640dd7a8e3"}, + {file = "multidict-6.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c9bf56195c6bbd293340ea82eafd0071cb3d450c703d2c93afb89f93b8386ccc"}, + {file = "multidict-6.0.5-cp37-cp37m-win32.whl", hash = "sha256:69db76c09796b313331bb7048229e3bee7928eb62bab5e071e9f7fcc4879caee"}, + {file = "multidict-6.0.5-cp37-cp37m-win_amd64.whl", hash = "sha256:fce28b3c8a81b6b36dfac9feb1de115bab619b3c13905b419ec71d03a3fc1423"}, + {file = "multidict-6.0.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:76f067f5121dcecf0d63a67f29080b26c43c71a98b10c701b0677e4a065fbd54"}, + {file = "multidict-6.0.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b82cc8ace10ab5bd93235dfaab2021c70637005e1ac787031f4d1da63d493c1d"}, + {file = "multidict-6.0.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:5cb241881eefd96b46f89b1a056187ea8e9ba14ab88ba632e68d7a2ecb7aadf7"}, + {file = "multidict-6.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8e94e6912639a02ce173341ff62cc1201232ab86b8a8fcc05572741a5dc7d93"}, + {file = "multidict-6.0.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:09a892e4a9fb47331da06948690ae38eaa2426de97b4ccbfafbdcbe5c8f37ff8"}, + {file = "multidict-6.0.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55205d03e8a598cfc688c71ca8ea5f66447164efff8869517f175ea632c7cb7b"}, + {file = "multidict-6.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37b15024f864916b4951adb95d3a80c9431299080341ab9544ed148091b53f50"}, + {file = "multidict-6.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f2a1dee728b52b33eebff5072817176c172050d44d67befd681609b4746e1c2e"}, + {file = "multidict-6.0.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:edd08e6f2f1a390bf137080507e44ccc086353c8e98c657e666c017718561b89"}, + {file = "multidict-6.0.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:60d698e8179a42ec85172d12f50b1668254628425a6bd611aba022257cac1386"}, + {file = "multidict-6.0.5-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:3d25f19500588cbc47dc19081d78131c32637c25804df8414463ec908631e453"}, + {file = "multidict-6.0.5-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:4cc0ef8b962ac7a5e62b9e826bd0cd5040e7d401bc45a6835910ed699037a461"}, + {file = "multidict-6.0.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:eca2e9d0cc5a889850e9bbd68e98314ada174ff6ccd1129500103df7a94a7a44"}, + {file = "multidict-6.0.5-cp38-cp38-win32.whl", hash = "sha256:4a6a4f196f08c58c59e0b8ef8ec441d12aee4125a7d4f4fef000ccb22f8d7241"}, + {file = "multidict-6.0.5-cp38-cp38-win_amd64.whl", hash = "sha256:0275e35209c27a3f7951e1ce7aaf93ce0d163b28948444bec61dd7badc6d3f8c"}, + {file = "multidict-6.0.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e7be68734bd8c9a513f2b0cfd508802d6609da068f40dc57d4e3494cefc92929"}, + {file = "multidict-6.0.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:1d9ea7a7e779d7a3561aade7d596649fbecfa5c08a7674b11b423783217933f9"}, + {file = "multidict-6.0.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ea1456df2a27c73ce51120fa2f519f1bea2f4a03a917f4a43c8707cf4cbbae1a"}, + {file = "multidict-6.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf590b134eb70629e350691ecca88eac3e3b8b3c86992042fb82e3cb1830d5e1"}, + {file = "multidict-6.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5c0631926c4f58e9a5ccce555ad7747d9a9f8b10619621f22f9635f069f6233e"}, + {file = "multidict-6.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dce1c6912ab9ff5f179eaf6efe7365c1f425ed690b03341911bf4939ef2f3046"}, + {file = "multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c0868d64af83169e4d4152ec612637a543f7a336e4a307b119e98042e852ad9c"}, + {file = "multidict-6.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:141b43360bfd3bdd75f15ed811850763555a251e38b2405967f8e25fb43f7d40"}, + {file = "multidict-6.0.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:7df704ca8cf4a073334e0427ae2345323613e4df18cc224f647f251e5e75a527"}, + {file = "multidict-6.0.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6214c5a5571802c33f80e6c84713b2c79e024995b9c5897f794b43e714daeec9"}, + {file = "multidict-6.0.5-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:cd6c8fca38178e12c00418de737aef1261576bd1b6e8c6134d3e729a4e858b38"}, + {file = "multidict-6.0.5-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:e02021f87a5b6932fa6ce916ca004c4d441509d33bbdbeca70d05dff5e9d2479"}, + {file = "multidict-6.0.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ebd8d160f91a764652d3e51ce0d2956b38efe37c9231cd82cfc0bed2e40b581c"}, + {file = "multidict-6.0.5-cp39-cp39-win32.whl", hash = "sha256:04da1bb8c8dbadf2a18a452639771951c662c5ad03aefe4884775454be322c9b"}, + {file = "multidict-6.0.5-cp39-cp39-win_amd64.whl", hash = "sha256:d6f6d4f185481c9669b9447bf9d9cf3b95a0e9df9d169bbc17e363b7d5487755"}, + {file = "multidict-6.0.5-py3-none-any.whl", hash = "sha256:0d63c74e3d7ab26de115c49bffc92cc77ed23395303d496eae515d4204a625e7"}, + {file = "multidict-6.0.5.tar.gz", hash = "sha256:f7e301075edaf50500f0b341543c41194d8df3ae5caf4702f2095f3ca73dd8da"}, +] + [[package]] name = "mypy-extensions" version = "1.0.0" @@ -1629,6 +2065,7 @@ optional = false python-versions = ">=3.9" files = [ {file = "pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce"}, + {file = "pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238"}, {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08"}, {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0"}, {file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51"}, @@ -1642,12 +2079,14 @@ files = [ {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1"}, {file = "pandas-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24"}, {file = "pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef"}, + {file = "pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce"}, {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad"}, {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad"}, {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76"}, {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32"}, {file = "pandas-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23"}, {file = "pandas-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2"}, + {file = "pandas-2.2.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd"}, {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863"}, {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921"}, {file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a"}, @@ -2206,6 +2645,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -2255,6 +2695,94 @@ files = [ attrs = ">=22.2.0" rpds-py = ">=0.7.0" +[[package]] +name = "regex" +version = "2024.4.28" +description = "Alternative regular expression module, to replace re." +optional = false +python-versions = ">=3.8" +files = [ + {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd196d056b40af073d95a2879678585f0b74ad35190fac04ca67954c582c6b61"}, + {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8bb381f777351bd534462f63e1c6afb10a7caa9fa2a421ae22c26e796fe31b1f"}, + {file = "regex-2024.4.28-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:47af45b6153522733aa6e92543938e97a70ce0900649ba626cf5aad290b737b6"}, + {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99d6a550425cc51c656331af0e2b1651e90eaaa23fb4acde577cf15068e2e20f"}, + {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bf29304a8011feb58913c382902fde3395957a47645bf848eea695839aa101b7"}, + {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:92da587eee39a52c91aebea8b850e4e4f095fe5928d415cb7ed656b3460ae79a"}, + {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6277d426e2f31bdbacb377d17a7475e32b2d7d1f02faaecc48d8e370c6a3ff31"}, + {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28e1f28d07220c0f3da0e8fcd5a115bbb53f8b55cecf9bec0c946eb9a059a94c"}, + {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:aaa179975a64790c1f2701ac562b5eeb733946eeb036b5bcca05c8d928a62f10"}, + {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6f435946b7bf7a1b438b4e6b149b947c837cb23c704e780c19ba3e6855dbbdd3"}, + {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:19d6c11bf35a6ad077eb23852827f91c804eeb71ecb85db4ee1386825b9dc4db"}, + {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:fdae0120cddc839eb8e3c15faa8ad541cc6d906d3eb24d82fb041cfe2807bc1e"}, + {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e672cf9caaf669053121f1766d659a8813bd547edef6e009205378faf45c67b8"}, + {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f57515750d07e14743db55d59759893fdb21d2668f39e549a7d6cad5d70f9fea"}, + {file = "regex-2024.4.28-cp310-cp310-win32.whl", hash = "sha256:a1409c4eccb6981c7baabc8888d3550df518add6e06fe74fa1d9312c1838652d"}, + {file = "regex-2024.4.28-cp310-cp310-win_amd64.whl", hash = "sha256:1f687a28640f763f23f8a9801fe9e1b37338bb1ca5d564ddd41619458f1f22d1"}, + {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:84077821c85f222362b72fdc44f7a3a13587a013a45cf14534df1cbbdc9a6796"}, + {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b45d4503de8f4f3dc02f1d28a9b039e5504a02cc18906cfe744c11def942e9eb"}, + {file = "regex-2024.4.28-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:457c2cd5a646dd4ed536c92b535d73548fb8e216ebee602aa9f48e068fc393f3"}, + {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b51739ddfd013c6f657b55a508de8b9ea78b56d22b236052c3a85a675102dc6"}, + {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:459226445c7d7454981c4c0ce0ad1a72e1e751c3e417f305722bbcee6697e06a"}, + {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:670fa596984b08a4a769491cbdf22350431970d0112e03d7e4eeaecaafcd0fec"}, + {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe00f4fe11c8a521b173e6324d862ee7ee3412bf7107570c9b564fe1119b56fb"}, + {file = "regex-2024.4.28-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:36f392dc7763fe7924575475736bddf9ab9f7a66b920932d0ea50c2ded2f5636"}, + {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:23a412b7b1a7063f81a742463f38821097b6a37ce1e5b89dd8e871d14dbfd86b"}, + {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:f1d6e4b7b2ae3a6a9df53efbf199e4bfcff0959dbdb5fd9ced34d4407348e39a"}, + {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:499334ad139557de97cbc4347ee921c0e2b5e9c0f009859e74f3f77918339257"}, + {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:0940038bec2fe9e26b203d636c44d31dd8766abc1fe66262da6484bd82461ccf"}, + {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:66372c2a01782c5fe8e04bff4a2a0121a9897e19223d9eab30c54c50b2ebeb7f"}, + {file = "regex-2024.4.28-cp311-cp311-win32.whl", hash = "sha256:c77d10ec3c1cf328b2f501ca32583625987ea0f23a0c2a49b37a39ee5c4c4630"}, + {file = "regex-2024.4.28-cp311-cp311-win_amd64.whl", hash = "sha256:fc0916c4295c64d6890a46e02d4482bb5ccf33bf1a824c0eaa9e83b148291f90"}, + {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:08a1749f04fee2811c7617fdd46d2e46d09106fa8f475c884b65c01326eb15c5"}, + {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b8eb28995771c087a73338f695a08c9abfdf723d185e57b97f6175c5051ff1ae"}, + {file = "regex-2024.4.28-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dd7ef715ccb8040954d44cfeff17e6b8e9f79c8019daae2fd30a8806ef5435c0"}, + {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb0315a2b26fde4005a7c401707c5352df274460f2f85b209cf6024271373013"}, + {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f2fc053228a6bd3a17a9b0a3f15c3ab3cf95727b00557e92e1cfe094b88cc662"}, + {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7fe9739a686dc44733d52d6e4f7b9c77b285e49edf8570754b322bca6b85b4cc"}, + {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74fcf77d979364f9b69fcf8200849ca29a374973dc193a7317698aa37d8b01c"}, + {file = "regex-2024.4.28-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:965fd0cf4694d76f6564896b422724ec7b959ef927a7cb187fc6b3f4e4f59833"}, + {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:2fef0b38c34ae675fcbb1b5db760d40c3fc3612cfa186e9e50df5782cac02bcd"}, + {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bc365ce25f6c7c5ed70e4bc674f9137f52b7dd6a125037f9132a7be52b8a252f"}, + {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:ac69b394764bb857429b031d29d9604842bc4cbfd964d764b1af1868eeebc4f0"}, + {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:144a1fc54765f5c5c36d6d4b073299832aa1ec6a746a6452c3ee7b46b3d3b11d"}, + {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2630ca4e152c221072fd4a56d4622b5ada876f668ecd24d5ab62544ae6793ed6"}, + {file = "regex-2024.4.28-cp312-cp312-win32.whl", hash = "sha256:7f3502f03b4da52bbe8ba962621daa846f38489cae5c4a7b5d738f15f6443d17"}, + {file = "regex-2024.4.28-cp312-cp312-win_amd64.whl", hash = "sha256:0dd3f69098511e71880fb00f5815db9ed0ef62c05775395968299cb400aeab82"}, + {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:374f690e1dd0dbdcddea4a5c9bdd97632cf656c69113f7cd6a361f2a67221cb6"}, + {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:25f87ae6b96374db20f180eab083aafe419b194e96e4f282c40191e71980c666"}, + {file = "regex-2024.4.28-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:5dbc1bcc7413eebe5f18196e22804a3be1bfdfc7e2afd415e12c068624d48247"}, + {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f85151ec5a232335f1be022b09fbbe459042ea1951d8a48fef251223fc67eee1"}, + {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:57ba112e5530530fd175ed550373eb263db4ca98b5f00694d73b18b9a02e7185"}, + {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:224803b74aab56aa7be313f92a8d9911dcade37e5f167db62a738d0c85fdac4b"}, + {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a54a047b607fd2d2d52a05e6ad294602f1e0dec2291152b745870afc47c1397"}, + {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a2a512d623f1f2d01d881513af9fc6a7c46e5cfffb7dc50c38ce959f9246c94"}, + {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c06bf3f38f0707592898428636cbb75d0a846651b053a1cf748763e3063a6925"}, + {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:1031a5e7b048ee371ab3653aad3030ecfad6ee9ecdc85f0242c57751a05b0ac4"}, + {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d7a353ebfa7154c871a35caca7bfd8f9e18666829a1dc187115b80e35a29393e"}, + {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:7e76b9cfbf5ced1aca15a0e5b6f229344d9b3123439ffce552b11faab0114a02"}, + {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5ce479ecc068bc2a74cb98dd8dba99e070d1b2f4a8371a7dfe631f85db70fe6e"}, + {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7d77b6f63f806578c604dca209280e4c54f0fa9a8128bb8d2cc5fb6f99da4150"}, + {file = "regex-2024.4.28-cp38-cp38-win32.whl", hash = "sha256:d84308f097d7a513359757c69707ad339da799e53b7393819ec2ea36bc4beb58"}, + {file = "regex-2024.4.28-cp38-cp38-win_amd64.whl", hash = "sha256:2cc1b87bba1dd1a898e664a31012725e48af826bf3971e786c53e32e02adae6c"}, + {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7413167c507a768eafb5424413c5b2f515c606be5bb4ef8c5dee43925aa5718b"}, + {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:108e2dcf0b53a7c4ab8986842a8edcb8ab2e59919a74ff51c296772e8e74d0ae"}, + {file = "regex-2024.4.28-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f1c5742c31ba7d72f2dedf7968998730664b45e38827637e0f04a2ac7de2f5f1"}, + {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecc6148228c9ae25ce403eade13a0961de1cb016bdb35c6eafd8e7b87ad028b1"}, + {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b7d893c8cf0e2429b823ef1a1d360a25950ed11f0e2a9df2b5198821832e1947"}, + {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4290035b169578ffbbfa50d904d26bec16a94526071ebec3dadbebf67a26b25e"}, + {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:44a22ae1cfd82e4ffa2066eb3390777dc79468f866f0625261a93e44cdf6482b"}, + {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd24fd140b69f0b0bcc9165c397e9b2e89ecbeda83303abf2a072609f60239e2"}, + {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:39fb166d2196413bead229cd64a2ffd6ec78ebab83fff7d2701103cf9f4dfd26"}, + {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9301cc6db4d83d2c0719f7fcda37229691745168bf6ae849bea2e85fc769175d"}, + {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c3d389e8d76a49923683123730c33e9553063d9041658f23897f0b396b2386f"}, + {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:99ef6289b62042500d581170d06e17f5353b111a15aa6b25b05b91c6886df8fc"}, + {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:b91d529b47798c016d4b4c1d06cc826ac40d196da54f0de3c519f5a297c5076a"}, + {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:43548ad74ea50456e1c68d3c67fff3de64c6edb85bcd511d1136f9b5376fc9d1"}, + {file = "regex-2024.4.28-cp39-cp39-win32.whl", hash = "sha256:05d9b6578a22db7dedb4df81451f360395828b04f4513980b6bd7a1412c679cc"}, + {file = "regex-2024.4.28-cp39-cp39-win_amd64.whl", hash = "sha256:3986217ec830c2109875be740531feb8ddafe0dfa49767cdcd072ed7e8927962"}, + {file = "regex-2024.4.28.tar.gz", hash = "sha256:83ab366777ea45d58f72593adf35d36ca911ea8bd838483c1823b883a121b0e4"}, +] + [[package]] name = "requests" version = "2.31.0" @@ -2669,6 +3197,175 @@ files = [ [package.extras] tests = ["pytest", "pytest-cov"] +[[package]] +name = "tiktoken" +version = "0.6.0" +description = "tiktoken is a fast BPE tokeniser for use with OpenAI's models" +optional = false +python-versions = ">=3.8" +files = [ + {file = "tiktoken-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:277de84ccd8fa12730a6b4067456e5cf72fef6300bea61d506c09e45658d41ac"}, + {file = "tiktoken-0.6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9c44433f658064463650d61387623735641dcc4b6c999ca30bc0f8ba3fccaf5c"}, + {file = "tiktoken-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afb9a2a866ae6eef1995ab656744287a5ac95acc7e0491c33fad54d053288ad3"}, + {file = "tiktoken-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c62c05b3109fefca26fedb2820452a050074ad8e5ad9803f4652977778177d9f"}, + {file = "tiktoken-0.6.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0ef917fad0bccda07bfbad835525bbed5f3ab97a8a3e66526e48cdc3e7beacf7"}, + {file = "tiktoken-0.6.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e095131ab6092d0769a2fda85aa260c7c383072daec599ba9d8b149d2a3f4d8b"}, + {file = "tiktoken-0.6.0-cp310-cp310-win_amd64.whl", hash = "sha256:05b344c61779f815038292a19a0c6eb7098b63c8f865ff205abb9ea1b656030e"}, + {file = "tiktoken-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cefb9870fb55dca9e450e54dbf61f904aab9180ff6fe568b61f4db9564e78871"}, + {file = "tiktoken-0.6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:702950d33d8cabc039845674107d2e6dcabbbb0990ef350f640661368df481bb"}, + {file = "tiktoken-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8d49d076058f23254f2aff9af603863c5c5f9ab095bc896bceed04f8f0b013a"}, + {file = "tiktoken-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:430bc4e650a2d23a789dc2cdca3b9e5e7eb3cd3935168d97d43518cbb1f9a911"}, + {file = "tiktoken-0.6.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:293cb8669757301a3019a12d6770bd55bec38a4d3ee9978ddbe599d68976aca7"}, + {file = "tiktoken-0.6.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7bd1a288b7903aadc054b0e16ea78e3171f70b670e7372432298c686ebf9dd47"}, + {file = "tiktoken-0.6.0-cp311-cp311-win_amd64.whl", hash = "sha256:ac76e000183e3b749634968a45c7169b351e99936ef46f0d2353cd0d46c3118d"}, + {file = "tiktoken-0.6.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:17cc8a4a3245ab7d935c83a2db6bb71619099d7284b884f4b2aea4c74f2f83e3"}, + {file = "tiktoken-0.6.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:284aebcccffe1bba0d6571651317df6a5b376ff6cfed5aeb800c55df44c78177"}, + {file = "tiktoken-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c1a3a5d33846f8cd9dd3b7897c1d45722f48625a587f8e6f3d3e85080559be8"}, + {file = "tiktoken-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6318b2bb2337f38ee954fd5efa82632c6e5ced1d52a671370fa4b2eff1355e91"}, + {file = "tiktoken-0.6.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:1f5f0f2ed67ba16373f9a6013b68da298096b27cd4e1cf276d2d3868b5c7efd1"}, + {file = "tiktoken-0.6.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:75af4c0b16609c2ad02581f3cdcd1fb698c7565091370bf6c0cf8624ffaba6dc"}, + {file = "tiktoken-0.6.0-cp312-cp312-win_amd64.whl", hash = "sha256:45577faf9a9d383b8fd683e313cf6df88b6076c034f0a16da243bb1c139340c3"}, + {file = "tiktoken-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7c1492ab90c21ca4d11cef3a236ee31a3e279bb21b3fc5b0e2210588c4209e68"}, + {file = "tiktoken-0.6.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e2b380c5b7751272015400b26144a2bab4066ebb8daae9c3cd2a92c3b508fe5a"}, + {file = "tiktoken-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c9f497598b9f58c99cbc0eb764b4a92272c14d5203fc713dd650b896a03a50ad"}, + {file = "tiktoken-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e65e8bd6f3f279d80f1e1fbd5f588f036b9a5fa27690b7f0cc07021f1dfa0839"}, + {file = "tiktoken-0.6.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5f1495450a54e564d236769d25bfefbf77727e232d7a8a378f97acddee08c1ae"}, + {file = "tiktoken-0.6.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6c4e4857d99f6fb4670e928250835b21b68c59250520a1941618b5b4194e20c3"}, + {file = "tiktoken-0.6.0-cp38-cp38-win_amd64.whl", hash = "sha256:168d718f07a39b013032741867e789971346df8e89983fe3c0ef3fbd5a0b1cb9"}, + {file = "tiktoken-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:47fdcfe11bd55376785a6aea8ad1db967db7f66ea81aed5c43fad497521819a4"}, + {file = "tiktoken-0.6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fb7d2ccbf1a7784810aff6b80b4012fb42c6fc37eaa68cb3b553801a5cc2d1fc"}, + {file = "tiktoken-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1ccb7a111ee76af5d876a729a347f8747d5ad548e1487eeea90eaf58894b3138"}, + {file = "tiktoken-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2048e1086b48e3c8c6e2ceeac866561374cd57a84622fa49a6b245ffecb7744"}, + {file = "tiktoken-0.6.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:07f229a5eb250b6403a61200199cecf0aac4aa23c3ecc1c11c1ca002cbb8f159"}, + {file = "tiktoken-0.6.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:432aa3be8436177b0db5a2b3e7cc28fd6c693f783b2f8722539ba16a867d0c6a"}, + {file = "tiktoken-0.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:8bfe8a19c8b5c40d121ee7938cd9c6a278e5b97dc035fd61714b4f0399d2f7a1"}, + {file = "tiktoken-0.6.0.tar.gz", hash = "sha256:ace62a4ede83c75b0374a2ddfa4b76903cf483e9cb06247f566be3bf14e6beed"}, +] + +[package.dependencies] +regex = ">=2022.1.18" +requests = ">=2.26.0" + +[package.extras] +blobfile = ["blobfile (>=2)"] + +[[package]] +name = "tokenizers" +version = "0.19.1" +description = "" +optional = false +python-versions = ">=3.7" +files = [ + {file = "tokenizers-0.19.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:952078130b3d101e05ecfc7fc3640282d74ed26bcf691400f872563fca15ac97"}, + {file = "tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:82c8b8063de6c0468f08e82c4e198763e7b97aabfe573fd4cf7b33930ca4df77"}, + {file = "tokenizers-0.19.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f03727225feaf340ceeb7e00604825addef622d551cbd46b7b775ac834c1e1c4"}, + {file = "tokenizers-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:453e4422efdfc9c6b6bf2eae00d5e323f263fff62b29a8c9cd526c5003f3f642"}, + {file = "tokenizers-0.19.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:02e81bf089ebf0e7f4df34fa0207519f07e66d8491d963618252f2e0729e0b46"}, + {file = "tokenizers-0.19.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b07c538ba956843833fee1190cf769c60dc62e1cf934ed50d77d5502194d63b1"}, + {file = "tokenizers-0.19.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e28cab1582e0eec38b1f38c1c1fb2e56bce5dc180acb1724574fc5f47da2a4fe"}, + {file = "tokenizers-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b01afb7193d47439f091cd8f070a1ced347ad0f9144952a30a41836902fe09e"}, + {file = "tokenizers-0.19.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:7fb297edec6c6841ab2e4e8f357209519188e4a59b557ea4fafcf4691d1b4c98"}, + {file = "tokenizers-0.19.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:2e8a3dd055e515df7054378dc9d6fa8c8c34e1f32777fb9a01fea81496b3f9d3"}, + {file = "tokenizers-0.19.1-cp310-none-win32.whl", hash = "sha256:7ff898780a155ea053f5d934925f3902be2ed1f4d916461e1a93019cc7250837"}, + {file = "tokenizers-0.19.1-cp310-none-win_amd64.whl", hash = "sha256:bea6f9947e9419c2fda21ae6c32871e3d398cba549b93f4a65a2d369662d9403"}, + {file = "tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059"}, + {file = "tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14"}, + {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:dadc509cc8a9fe460bd274c0e16ac4184d0958117cf026e0ea8b32b438171594"}, + {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dfedf31824ca4915b511b03441784ff640378191918264268e6923da48104acc"}, + {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac11016d0a04aa6487b1513a3a36e7bee7eec0e5d30057c9c0408067345c48d2"}, + {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:76951121890fea8330d3a0df9a954b3f2a37e3ec20e5b0530e9a0044ca2e11fe"}, + {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b342d2ce8fc8d00f376af068e3274e2e8649562e3bc6ae4a67784ded6b99428d"}, + {file = "tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa"}, + {file = "tokenizers-0.19.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:706a37cc5332f85f26efbe2bdc9ef8a9b372b77e4645331a405073e4b3a8c1c6"}, + {file = "tokenizers-0.19.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:16baac68651701364b0289979ecec728546133e8e8fe38f66fe48ad07996b88b"}, + {file = "tokenizers-0.19.1-cp311-none-win32.whl", hash = "sha256:9ed240c56b4403e22b9584ee37d87b8bfa14865134e3e1c3fb4b2c42fafd3256"}, + {file = "tokenizers-0.19.1-cp311-none-win_amd64.whl", hash = "sha256:ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66"}, + {file = "tokenizers-0.19.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:621d670e1b1c281a1c9698ed89451395d318802ff88d1fc1accff0867a06f153"}, + {file = "tokenizers-0.19.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d924204a3dbe50b75630bd16f821ebda6a5f729928df30f582fb5aade90c818a"}, + {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:4f3fefdc0446b1a1e6d81cd4c07088ac015665d2e812f6dbba4a06267d1a2c95"}, + {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9620b78e0b2d52ef07b0d428323fb34e8ea1219c5eac98c2596311f20f1f9266"}, + {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:04ce49e82d100594715ac1b2ce87d1a36e61891a91de774755f743babcd0dd52"}, + {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c5c2ff13d157afe413bf7e25789879dd463e5a4abfb529a2d8f8473d8042e28f"}, + {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3174c76efd9d08f836bfccaca7cfec3f4d1c0a4cf3acbc7236ad577cc423c840"}, + {file = "tokenizers-0.19.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c9d5b6c0e7a1e979bec10ff960fae925e947aab95619a6fdb4c1d8ff3708ce3"}, + {file = "tokenizers-0.19.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:a179856d1caee06577220ebcfa332af046d576fb73454b8f4d4b0ba8324423ea"}, + {file = "tokenizers-0.19.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:952b80dac1a6492170f8c2429bd11fcaa14377e097d12a1dbe0ef2fb2241e16c"}, + {file = "tokenizers-0.19.1-cp312-none-win32.whl", hash = "sha256:01d62812454c188306755c94755465505836fd616f75067abcae529c35edeb57"}, + {file = "tokenizers-0.19.1-cp312-none-win_amd64.whl", hash = "sha256:b70bfbe3a82d3e3fb2a5e9b22a39f8d1740c96c68b6ace0086b39074f08ab89a"}, + {file = "tokenizers-0.19.1-cp37-cp37m-macosx_10_12_x86_64.whl", hash = "sha256:bb9dfe7dae85bc6119d705a76dc068c062b8b575abe3595e3c6276480e67e3f1"}, + {file = "tokenizers-0.19.1-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:1f0360cbea28ea99944ac089c00de7b2e3e1c58f479fb8613b6d8d511ce98267"}, + {file = "tokenizers-0.19.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:71e3ec71f0e78780851fef28c2a9babe20270404c921b756d7c532d280349214"}, + {file = "tokenizers-0.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b82931fa619dbad979c0ee8e54dd5278acc418209cc897e42fac041f5366d626"}, + {file = "tokenizers-0.19.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e8ff5b90eabdcdaa19af697885f70fe0b714ce16709cf43d4952f1f85299e73a"}, + {file = "tokenizers-0.19.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e742d76ad84acbdb1a8e4694f915fe59ff6edc381c97d6dfdd054954e3478ad4"}, + {file = "tokenizers-0.19.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d8c5d59d7b59885eab559d5bc082b2985555a54cda04dda4c65528d90ad252ad"}, + {file = "tokenizers-0.19.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b2da5c32ed869bebd990c9420df49813709e953674c0722ff471a116d97b22d"}, + {file = "tokenizers-0.19.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:638e43936cc8b2cbb9f9d8dde0fe5e7e30766a3318d2342999ae27f68fdc9bd6"}, + {file = "tokenizers-0.19.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:78e769eb3b2c79687d9cb0f89ef77223e8e279b75c0a968e637ca7043a84463f"}, + {file = "tokenizers-0.19.1-cp37-none-win32.whl", hash = "sha256:72791f9bb1ca78e3ae525d4782e85272c63faaef9940d92142aa3eb79f3407a3"}, + {file = "tokenizers-0.19.1-cp37-none-win_amd64.whl", hash = "sha256:f3bbb7a0c5fcb692950b041ae11067ac54826204318922da754f908d95619fbc"}, + {file = "tokenizers-0.19.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:07f9295349bbbcedae8cefdbcfa7f686aa420be8aca5d4f7d1ae6016c128c0c5"}, + {file = "tokenizers-0.19.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:10a707cc6c4b6b183ec5dbfc5c34f3064e18cf62b4a938cb41699e33a99e03c1"}, + {file = "tokenizers-0.19.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6309271f57b397aa0aff0cbbe632ca9d70430839ca3178bf0f06f825924eca22"}, + {file = "tokenizers-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4ad23d37d68cf00d54af184586d79b84075ada495e7c5c0f601f051b162112dc"}, + {file = "tokenizers-0.19.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:427c4f0f3df9109314d4f75b8d1f65d9477033e67ffaec4bca53293d3aca286d"}, + {file = "tokenizers-0.19.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e83a31c9cf181a0a3ef0abad2b5f6b43399faf5da7e696196ddd110d332519ee"}, + {file = "tokenizers-0.19.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c27b99889bd58b7e301468c0838c5ed75e60c66df0d4db80c08f43462f82e0d3"}, + {file = "tokenizers-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bac0b0eb952412b0b196ca7a40e7dce4ed6f6926489313414010f2e6b9ec2adf"}, + {file = "tokenizers-0.19.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8a6298bde623725ca31c9035a04bf2ef63208d266acd2bed8c2cb7d2b7d53ce6"}, + {file = "tokenizers-0.19.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:08a44864e42fa6d7d76d7be4bec62c9982f6f6248b4aa42f7302aa01e0abfd26"}, + {file = "tokenizers-0.19.1-cp38-none-win32.whl", hash = "sha256:1de5bc8652252d9357a666e609cb1453d4f8e160eb1fb2830ee369dd658e8975"}, + {file = "tokenizers-0.19.1-cp38-none-win_amd64.whl", hash = "sha256:0bcce02bf1ad9882345b34d5bd25ed4949a480cf0e656bbd468f4d8986f7a3f1"}, + {file = "tokenizers-0.19.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:0b9394bd204842a2a1fd37fe29935353742be4a3460b6ccbaefa93f58a8df43d"}, + {file = "tokenizers-0.19.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4692ab92f91b87769d950ca14dbb61f8a9ef36a62f94bad6c82cc84a51f76f6a"}, + {file = "tokenizers-0.19.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6258c2ef6f06259f70a682491c78561d492e885adeaf9f64f5389f78aa49a051"}, + {file = "tokenizers-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c85cf76561fbd01e0d9ea2d1cbe711a65400092bc52b5242b16cfd22e51f0c58"}, + {file = "tokenizers-0.19.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:670b802d4d82bbbb832ddb0d41df7015b3e549714c0e77f9bed3e74d42400fbe"}, + {file = "tokenizers-0.19.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:85aa3ab4b03d5e99fdd31660872249df5e855334b6c333e0bc13032ff4469c4a"}, + {file = "tokenizers-0.19.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cbf001afbbed111a79ca47d75941e9e5361297a87d186cbfc11ed45e30b5daba"}, + {file = "tokenizers-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b4c89aa46c269e4e70c4d4f9d6bc644fcc39bb409cb2a81227923404dd6f5227"}, + {file = "tokenizers-0.19.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:39c1ec76ea1027438fafe16ecb0fb84795e62e9d643444c1090179e63808c69d"}, + {file = "tokenizers-0.19.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c2a0d47a89b48d7daa241e004e71fb5a50533718897a4cd6235cb846d511a478"}, + {file = "tokenizers-0.19.1-cp39-none-win32.whl", hash = "sha256:61b7fe8886f2e104d4caf9218b157b106207e0f2a4905c9c7ac98890688aabeb"}, + {file = "tokenizers-0.19.1-cp39-none-win_amd64.whl", hash = "sha256:f97660f6c43efd3e0bfd3f2e3e5615bf215680bad6ee3d469df6454b8c6e8256"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:3b11853f17b54c2fe47742c56d8a33bf49ce31caf531e87ac0d7d13d327c9334"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:d26194ef6c13302f446d39972aaa36a1dda6450bc8949f5eb4c27f51191375bd"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:e8d1ed93beda54bbd6131a2cb363a576eac746d5c26ba5b7556bc6f964425594"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca407133536f19bdec44b3da117ef0d12e43f6d4b56ac4c765f37eca501c7bda"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce05fde79d2bc2e46ac08aacbc142bead21614d937aac950be88dc79f9db9022"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:35583cd46d16f07c054efd18b5d46af4a2f070a2dd0a47914e66f3ff5efb2b1e"}, + {file = "tokenizers-0.19.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:43350270bfc16b06ad3f6f07eab21f089adb835544417afda0f83256a8bf8b75"}, + {file = "tokenizers-0.19.1-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b4399b59d1af5645bcee2072a463318114c39b8547437a7c2d6a186a1b5a0e2d"}, + {file = "tokenizers-0.19.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6852c5b2a853b8b0ddc5993cd4f33bfffdca4fcc5d52f89dd4b8eada99379285"}, + {file = "tokenizers-0.19.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bcd266ae85c3d39df2f7e7d0e07f6c41a55e9a3123bb11f854412952deacd828"}, + {file = "tokenizers-0.19.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ecb2651956eea2aa0a2d099434134b1b68f1c31f9a5084d6d53f08ed43d45ff2"}, + {file = "tokenizers-0.19.1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:b279ab506ec4445166ac476fb4d3cc383accde1ea152998509a94d82547c8e2a"}, + {file = "tokenizers-0.19.1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:89183e55fb86e61d848ff83753f64cded119f5d6e1f553d14ffee3700d0a4a49"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b2edbc75744235eea94d595a8b70fe279dd42f3296f76d5a86dde1d46e35f574"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:0e64bfde9a723274e9a71630c3e9494ed7b4c0f76a1faacf7fe294cd26f7ae7c"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0b5ca92bfa717759c052e345770792d02d1f43b06f9e790ca0a1db62838816f3"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f8a20266e695ec9d7a946a019c1d5ca4eddb6613d4f466888eee04f16eedb85"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63c38f45d8f2a2ec0f3a20073cccb335b9f99f73b3c69483cd52ebc75369d8a1"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:dd26e3afe8a7b61422df3176e06664503d3f5973b94f45d5c45987e1cb711876"}, + {file = "tokenizers-0.19.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:eddd5783a4a6309ce23432353cdb36220e25cbb779bfa9122320666508b44b88"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:56ae39d4036b753994476a1b935584071093b55c7a72e3b8288e68c313ca26e7"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:f9939ca7e58c2758c01b40324a59c034ce0cebad18e0d4563a9b1beab3018243"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6c330c0eb815d212893c67a032e9dc1b38a803eccb32f3e8172c19cc69fbb439"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec11802450a2487cdf0e634b750a04cbdc1c4d066b97d94ce7dd2cb51ebb325b"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2b718f316b596f36e1dae097a7d5b91fc5b85e90bf08b01ff139bd8953b25af"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:ed69af290c2b65169f0ba9034d1dc39a5db9459b32f1dd8b5f3f32a3fcf06eab"}, + {file = "tokenizers-0.19.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f8a9c828277133af13f3859d1b6bf1c3cb6e9e1637df0e45312e6b7c2e622b1f"}, + {file = "tokenizers-0.19.1.tar.gz", hash = "sha256:ee59e6680ed0fdbe6b724cf38bd70400a0c1dd623b07ac729087270caeac88e3"}, +] + +[package.dependencies] +huggingface-hub = ">=0.16.4,<1.0" + +[package.extras] +dev = ["tokenizers[testing]"] +docs = ["setuptools-rust", "sphinx", "sphinx-rtd-theme"] +testing = ["black (==22.3)", "datasets", "numpy", "pytest", "requests", "ruff"] + [[package]] name = "toml" version = "0.10.2" @@ -2855,7 +3552,125 @@ files = [ {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"}, ] +[[package]] +name = "yarl" +version = "1.9.4" +description = "Yet another URL library" +optional = false +python-versions = ">=3.7" +files = [ + {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a8c1df72eb746f4136fe9a2e72b0c9dc1da1cbd23b5372f94b5820ff8ae30e0e"}, + {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a3a6ed1d525bfb91b3fc9b690c5a21bb52de28c018530ad85093cc488bee2dd2"}, + {file = "yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c38c9ddb6103ceae4e4498f9c08fac9b590c5c71b0370f98714768e22ac6fa66"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d9e09c9d74f4566e905a0b8fa668c58109f7624db96a2171f21747abc7524234"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8477c1ee4bd47c57d49621a062121c3023609f7a13b8a46953eb6c9716ca392"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5ff2c858f5f6a42c2a8e751100f237c5e869cbde669a724f2062d4c4ef93551"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:357495293086c5b6d34ca9616a43d329317feab7917518bc97a08f9e55648455"}, + {file = "yarl-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54525ae423d7b7a8ee81ba189f131054defdb122cde31ff17477951464c1691c"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:801e9264d19643548651b9db361ce3287176671fb0117f96b5ac0ee1c3530d53"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e516dc8baf7b380e6c1c26792610230f37147bb754d6426462ab115a02944385"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7d5aaac37d19b2904bb9dfe12cdb08c8443e7ba7d2852894ad448d4b8f442863"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:54beabb809ffcacbd9d28ac57b0db46e42a6e341a030293fb3185c409e626b8b"}, + {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bac8d525a8dbc2a1507ec731d2867025d11ceadcb4dd421423a5d42c56818541"}, + {file = "yarl-1.9.4-cp310-cp310-win32.whl", hash = "sha256:7855426dfbddac81896b6e533ebefc0af2f132d4a47340cee6d22cac7190022d"}, + {file = "yarl-1.9.4-cp310-cp310-win_amd64.whl", hash = "sha256:848cd2a1df56ddbffeb375535fb62c9d1645dde33ca4d51341378b3f5954429b"}, + {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:35a2b9396879ce32754bd457d31a51ff0a9d426fd9e0e3c33394bf4b9036b099"}, + {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c7d56b293cc071e82532f70adcbd8b61909eec973ae9d2d1f9b233f3d943f2c"}, + {file = "yarl-1.9.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d8a1c6c0be645c745a081c192e747c5de06e944a0d21245f4cf7c05e457c36e0"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b3c1ffe10069f655ea2d731808e76e0f452fc6c749bea04781daf18e6039525"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:549d19c84c55d11687ddbd47eeb348a89df9cb30e1993f1b128f4685cd0ebbf8"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7409f968456111140c1c95301cadf071bd30a81cbd7ab829169fb9e3d72eae9"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e23a6d84d9d1738dbc6e38167776107e63307dfc8ad108e580548d1f2c587f42"}, + {file = "yarl-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d8b889777de69897406c9fb0b76cdf2fd0f31267861ae7501d93003d55f54fbe"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:03caa9507d3d3c83bca08650678e25364e1843b484f19986a527630ca376ecce"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4e9035df8d0880b2f1c7f5031f33f69e071dfe72ee9310cfc76f7b605958ceb9"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:c0ec0ed476f77db9fb29bca17f0a8fcc7bc97ad4c6c1d8959c507decb22e8572"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:ee04010f26d5102399bd17f8df8bc38dc7ccd7701dc77f4a68c5b8d733406958"}, + {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49a180c2e0743d5d6e0b4d1a9e5f633c62eca3f8a86ba5dd3c471060e352ca98"}, + {file = "yarl-1.9.4-cp311-cp311-win32.whl", hash = "sha256:81eb57278deb6098a5b62e88ad8281b2ba09f2f1147c4767522353eaa6260b31"}, + {file = "yarl-1.9.4-cp311-cp311-win_amd64.whl", hash = "sha256:d1d2532b340b692880261c15aee4dc94dd22ca5d61b9db9a8a361953d36410b1"}, + {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0d2454f0aef65ea81037759be5ca9947539667eecebca092733b2eb43c965a81"}, + {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:44d8ffbb9c06e5a7f529f38f53eda23e50d1ed33c6c869e01481d3fafa6b8142"}, + {file = "yarl-1.9.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:aaaea1e536f98754a6e5c56091baa1b6ce2f2700cc4a00b0d49eca8dea471074"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3777ce5536d17989c91696db1d459574e9a9bd37660ea7ee4d3344579bb6f129"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9fc5fc1eeb029757349ad26bbc5880557389a03fa6ada41703db5e068881e5f2"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ea65804b5dc88dacd4a40279af0cdadcfe74b3e5b4c897aa0d81cf86927fee78"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa102d6d280a5455ad6a0f9e6d769989638718e938a6a0a2ff3f4a7ff8c62cc4"}, + {file = "yarl-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09efe4615ada057ba2d30df871d2f668af661e971dfeedf0c159927d48bbeff0"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6f5cb257bc2ec58f437da2b37a8cd48f666db96d47b8a3115c29f316313654ff"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:992f18e0ea248ee03b5a6e8b3b4738850ae7dbb172cc41c966462801cbf62cf7"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:0e9d124c191d5b881060a9e5060627694c3bdd1fe24c5eecc8d5d7d0eb6faabc"}, + {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3986b6f41ad22988e53d5778f91855dc0399b043fc8946d4f2e68af22ee9ff10"}, + {file = "yarl-1.9.4-cp312-cp312-win32.whl", hash = "sha256:4b21516d181cd77ebd06ce160ef8cc2a5e9ad35fb1c5930882baff5ac865eee7"}, + {file = "yarl-1.9.4-cp312-cp312-win_amd64.whl", hash = "sha256:a9bd00dc3bc395a662900f33f74feb3e757429e545d831eef5bb280252631984"}, + {file = "yarl-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:63b20738b5aac74e239622d2fe30df4fca4942a86e31bf47a81a0e94c14df94f"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7d7f7de27b8944f1fee2c26a88b4dabc2409d2fea7a9ed3df79b67277644e17"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c74018551e31269d56fab81a728f683667e7c28c04e807ba08f8c9e3bba32f14"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ca06675212f94e7a610e85ca36948bb8fc023e458dd6c63ef71abfd482481aa5"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5aef935237d60a51a62b86249839b51345f47564208c6ee615ed2a40878dccdd"}, + {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b134fd795e2322b7684155b7855cc99409d10b2e408056db2b93b51a52accc7"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d25039a474c4c72a5ad4b52495056f843a7ff07b632c1b92ea9043a3d9950f6e"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f7d6b36dd2e029b6bcb8a13cf19664c7b8e19ab3a58e0fefbb5b8461447ed5ec"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:957b4774373cf6f709359e5c8c4a0af9f6d7875db657adb0feaf8d6cb3c3964c"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:d7eeb6d22331e2fd42fce928a81c697c9ee2d51400bd1a28803965883e13cead"}, + {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6a962e04b8f91f8c4e5917e518d17958e3bdee71fd1d8b88cdce74dd0ebbf434"}, + {file = "yarl-1.9.4-cp37-cp37m-win32.whl", hash = "sha256:f3bc6af6e2b8f92eced34ef6a96ffb248e863af20ef4fde9448cc8c9b858b749"}, + {file = "yarl-1.9.4-cp37-cp37m-win_amd64.whl", hash = "sha256:ad4d7a90a92e528aadf4965d685c17dacff3df282db1121136c382dc0b6014d2"}, + {file = "yarl-1.9.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ec61d826d80fc293ed46c9dd26995921e3a82146feacd952ef0757236fc137be"}, + {file = "yarl-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8be9e837ea9113676e5754b43b940b50cce76d9ed7d2461df1af39a8ee674d9f"}, + {file = "yarl-1.9.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bef596fdaa8f26e3d66af846bbe77057237cb6e8efff8cd7cc8dff9a62278bbf"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d47552b6e52c3319fede1b60b3de120fe83bde9b7bddad11a69fb0af7db32f1"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84fc30f71689d7fc9168b92788abc977dc8cefa806909565fc2951d02f6b7d57"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4aa9741085f635934f3a2583e16fcf62ba835719a8b2b28fb2917bb0537c1dfa"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:206a55215e6d05dbc6c98ce598a59e6fbd0c493e2de4ea6cc2f4934d5a18d130"}, + {file = "yarl-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07574b007ee20e5c375a8fe4a0789fad26db905f9813be0f9fef5a68080de559"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5a2e2433eb9344a163aced6a5f6c9222c0786e5a9e9cac2c89f0b28433f56e23"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6ad6d10ed9b67a382b45f29ea028f92d25bc0bc1daf6c5b801b90b5aa70fb9ec"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:6fe79f998a4052d79e1c30eeb7d6c1c1056ad33300f682465e1b4e9b5a188b78"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:a825ec844298c791fd28ed14ed1bffc56a98d15b8c58a20e0e08c1f5f2bea1be"}, + {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8619d6915b3b0b34420cf9b2bb6d81ef59d984cb0fde7544e9ece32b4b3043c3"}, + {file = "yarl-1.9.4-cp38-cp38-win32.whl", hash = "sha256:686a0c2f85f83463272ddffd4deb5e591c98aac1897d65e92319f729c320eece"}, + {file = "yarl-1.9.4-cp38-cp38-win_amd64.whl", hash = "sha256:a00862fb23195b6b8322f7d781b0dc1d82cb3bcac346d1e38689370cc1cc398b"}, + {file = "yarl-1.9.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:604f31d97fa493083ea21bd9b92c419012531c4e17ea6da0f65cacdcf5d0bd27"}, + {file = "yarl-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8a854227cf581330ffa2c4824d96e52ee621dd571078a252c25e3a3b3d94a1b1"}, + {file = "yarl-1.9.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ba6f52cbc7809cd8d74604cce9c14868306ae4aa0282016b641c661f981a6e91"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a6327976c7c2f4ee6816eff196e25385ccc02cb81427952414a64811037bbc8b"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8397a3817d7dcdd14bb266283cd1d6fc7264a48c186b986f32e86d86d35fbac5"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e0381b4ce23ff92f8170080c97678040fc5b08da85e9e292292aba67fdac6c34"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:23d32a2594cb5d565d358a92e151315d1b2268bc10f4610d098f96b147370136"}, + {file = "yarl-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ddb2a5c08a4eaaba605340fdee8fc08e406c56617566d9643ad8bf6852778fc7"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:26a1dc6285e03f3cc9e839a2da83bcbf31dcb0d004c72d0730e755b33466c30e"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:18580f672e44ce1238b82f7fb87d727c4a131f3a9d33a5e0e82b793362bf18b4"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:29e0f83f37610f173eb7e7b5562dd71467993495e568e708d99e9d1944f561ec"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:1f23e4fe1e8794f74b6027d7cf19dc25f8b63af1483d91d595d4a07eca1fb26c"}, + {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:db8e58b9d79200c76956cefd14d5c90af54416ff5353c5bfd7cbe58818e26ef0"}, + {file = "yarl-1.9.4-cp39-cp39-win32.whl", hash = "sha256:c7224cab95645c7ab53791022ae77a4509472613e839dab722a72abe5a684575"}, + {file = "yarl-1.9.4-cp39-cp39-win_amd64.whl", hash = "sha256:824d6c50492add5da9374875ce72db7a0733b29c2394890aef23d533106e2b15"}, + {file = "yarl-1.9.4-py3-none-any.whl", hash = "sha256:928cecb0ef9d5a7946eb6ff58417ad2fe9375762382f1bf5c55e61645f2c43ad"}, + {file = "yarl-1.9.4.tar.gz", hash = "sha256:566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf"}, +] + +[package.dependencies] +idna = ">=2.0" +multidict = ">=4.0" + +[[package]] +name = "zipp" +version = "3.18.1" +description = "Backport of pathlib-compatible object wrapper for zip files" +optional = false +python-versions = ">=3.8" +files = [ + {file = "zipp-3.18.1-py3-none-any.whl", hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b"}, + {file = "zipp-3.18.1.tar.gz", hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] + [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "611b50851b143dd5712bd5b91ef788266671bc7f87d6191c691df7f9b494032c" +content-hash = "54549ef11aa0cf0d908c1d2fc053962c6df53912285f75945c85cd7fef673ab3" diff --git a/agents-api/pyproject.toml b/agents-api/pyproject.toml index 9acfb217f..41d8366c7 100644 --- a/agents-api/pyproject.toml +++ b/agents-api/pyproject.toml @@ -25,6 +25,7 @@ arrow = "^1.3.0" jinja2 = "^3.1.3" jinja2schema = "^0.1.4" jsonschema = "^4.21.1" +litellm = "^1.35.32" [tool.poetry.group.dev.dependencies] From 9c8d1a60e410efc06b0a5399121faee16693977d Mon Sep 17 00:00:00 2001 From: creatorrr Date: Wed, 1 May 2024 10:33:55 +0000 Subject: [PATCH 12/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 6d54804d4..73fa2cecb 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index d7da9bb7d..8fe1a7488 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 614b95877..a5021eeb9 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index cb46c236e..52e876a92 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 97f9c5d2f..7b0392dca 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index e4fe39e80..ec61e1a75 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index e9710c4b5..2b99db0e7 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 0aa693fce..b9b3dbbe2 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index efac15a2f..72f70ca02 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index fbb7d5116..2fdbb9b8b 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index fb3faf596..a79b2287e 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index fb58758d9..07180cbc4 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 39f85e296..995f2ae8b 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index a67345b20..4e02b5400 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 44155d57a..054693620 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 0e6ea4b8c..db0a9a7dd 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index d47bff3f7..e0ee81bfa 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index eeeb318ed..68ca78d34 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index ce6bffa6c..b5fda670c 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index f902e713a..96f9927fc 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/9bcf5a9efc57368b7904f9648f3fe15e5bfc1b0d/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/xor.ts#L1) From 472c7c79a6f1d35727cab63befac5c1e433e62fa Mon Sep 17 00:00:00 2001 From: developers Date: Wed, 1 May 2024 14:36:50 +0000 Subject: [PATCH 13/51] GITBOOK-70: deepnote example --- docs/cookbooks/example-apps.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/cookbooks/example-apps.md b/docs/cookbooks/example-apps.md index 787bca32b..1ca69b023 100644 --- a/docs/cookbooks/example-apps.md +++ b/docs/cookbooks/example-apps.md @@ -1,7 +1,8 @@ # Example Apps -This is a collection of examples of different ways to use Julep platform to create a variety of apps and automate processes. +This is a collection of examples of different ways to use the Julep platform to create various apps and automate processes. -1. [Discord Bot with Long-Term Memory](https://replit.com/@alt-glitch/LLM-App-with-Long-Term-Memory) -2. [AI Dungeon Master](https://github.com/julep-ai/julep-examples/tree/main/dungeon-master) -3. [Community Feedback Agent](https://github.com/julep-ai/julep-examples/tree/main/community-feedback) +1. [Simple Conversational Bot](https://deepnote.com/app/julep-ai-761c/Julep-Mixers-4dfff09a-84f2-4278-baa3-d1a00b88ba26) +2. [Discord Bot with Long-Term Memory](https://replit.com/@alt-glitch/LLM-App-with-Long-Term-Memory) +3. [AI Dungeon Master](https://github.com/julep-ai/julep-examples/tree/main/dungeon-master) +4. [Community Feedback Agent](https://github.com/julep-ai/julep-examples/tree/main/community-feedback) From 6fe70b3a25f418ff90226ba68abc545702642411 Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Wed, 1 May 2024 14:37:21 +0000 Subject: [PATCH 14/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 73fa2cecb..49ed401f1 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 8fe1a7488..54b88b369 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index a5021eeb9..8ede87fdf 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 52e876a92..9b236502b 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 7b0392dca..dffa21fcf 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index ec61e1a75..f08a96f5e 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 2b99db0e7..858702afd 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index b9b3dbbe2..f966e32f7 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 72f70ca02..6c33bfb69 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 2fdbb9b8b..44058c6df 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index a79b2287e..132dc0821 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 07180cbc4..ce72acc52 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 995f2ae8b..b1705ca0d 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 4e02b5400..0136568d2 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 054693620..41945d1bc 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index db0a9a7dd..033a5b12b 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index e0ee81bfa..7be0120ce 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 68ca78d34..955a427dd 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index b5fda670c..a1d0bb2cd 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 96f9927fc..c424ca547 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/a058599c8de661099b544e4dc5c70a2f0d9af407/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/xor.ts#L1) From 2d416216346fc13cf033416ba57de9872a3c177d Mon Sep 17 00:00:00 2001 From: Siddharth Balyan <52913345+alt-glitch@users.noreply.github.com> Date: Thu, 2 May 2024 23:38:26 +0530 Subject: [PATCH 15/51] use VALID_MODELS to support JULEP_MODELS (#308) --- agents-api/agents_api/model_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents-api/agents_api/model_registry.py b/agents-api/agents_api/model_registry.py index e5a72c7fc..350b5559b 100644 --- a/agents-api/agents_api/model_registry.py +++ b/agents-api/agents_api/model_registry.py @@ -111,7 +111,7 @@ def validate_configuration(model: str): """ if model not in ALL_AVAILABLE_MODELS: raise AgentModelNotValid(model, ALL_AVAILABLE_MODELS) - elif model not in get_valid_models(): + elif model not in VALID_MODELS: raise MissingAgentModelAPIKeyError(model) From daaf2ff7f40ad0e52387a9fb8d76f0866f47bf00 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 2 May 2024 18:08:59 +0000 Subject: [PATCH 16/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 49ed401f1..76fa1118e 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 54b88b369..19b5a310e 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 8ede87fdf..f7f8d9e13 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 9b236502b..2e4d46936 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index dffa21fcf..023db54b1 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index f08a96f5e..fcd22bda6 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 858702afd..c5f56160b 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index f966e32f7..b56cfb613 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 6c33bfb69..2f4b39466 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 44058c6df..76270c1f2 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 132dc0821..df81c0c73 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index ce72acc52..9e4f937a3 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index b1705ca0d..b549424fa 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 0136568d2..eb1f80b8d 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 41945d1bc..5971a2580 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 033a5b12b..4b5cc12e3 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 7be0120ce..f1c672449 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 955a427dd..87a252bf9 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index a1d0bb2cd..7f5504441 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index c424ca547..044a5fd77 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/472c7c79a6f1d35727cab63befac5c1e433e62fa/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/xor.ts#L1) From cd6f5402e61bc675789bad20776d5a48a22a50c4 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 2 May 2024 21:12:33 +0300 Subject: [PATCH 17/51] Agent creation fixes (#309) * fix: Convert preset to string * fix: Fallback to an empty list if there are not instructions --- agents-api/agents_api/models/agent/create_agent.py | 3 +++ agents-api/agents_api/routers/agents/routers.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/agents-api/agents_api/models/agent/create_agent.py b/agents-api/agents_api/models/agent/create_agent.py index d065cee77..860c9f268 100644 --- a/agents-api/agents_api/models/agent/create_agent.py +++ b/agents-api/agents_api/models/agent/create_agent.py @@ -39,6 +39,9 @@ def create_agent_query( pd.DataFrame: A DataFrame containing the results of the query execution. """ + preset = default_settings["preset"] + default_settings["preset"] = getattr(preset, "value", preset) + settings_cols, settings_vals = cozo_process_mutate_data( { **default_settings, diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index f8071d026..3ae11df97 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -227,7 +227,7 @@ async def create_agent( developer_id=x_developer_id, name=request.name, about=request.about, - instructions=request.instructions, + instructions=request.instructions or [], model=request.model, default_settings=( request.default_settings or AgentDefaultSettings() From 9b6641ed3ab1457d02611dfe286f21aad3e70e7b Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 2 May 2024 18:13:05 +0000 Subject: [PATCH 18/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 76fa1118e..3fdd2a0da 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 19b5a310e..7b5ad731e 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index f7f8d9e13..2cebbaa05 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 2e4d46936..7a0e319a0 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 023db54b1..23e82a95f 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index fcd22bda6..3a5c80557 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index c5f56160b..1f75a663b 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index b56cfb613..b599eef3f 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 2f4b39466..078f72b5d 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 76270c1f2..536901264 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index df81c0c73..0b36f9329 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 9e4f937a3..99df26594 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index b549424fa..c986c0263 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index eb1f80b8d..578f77772 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 5971a2580..00400efae 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 4b5cc12e3..489427ab2 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index f1c672449..c500bf8ea 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 87a252bf9..c3974b7b5 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 7f5504441..42dd8889a 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 044a5fd77..344205b8e 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/2d416216346fc13cf033416ba57de9872a3c177d/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/xor.ts#L1) From 985d7769769def1f2c7e9356b0818dc7b3f42bb1 Mon Sep 17 00:00:00 2001 From: ijindal1 <84316654+ijindal1@users.noreply.github.com> Date: Fri, 3 May 2024 22:39:46 -0700 Subject: [PATCH 19/51] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1e2c337..9bf086351 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ If you have any questions, need assistance, or want to get in touch with the Jul - [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. - GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. -- Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. +- Email Support: If you need direct assistance from our support team, send an email to hey@julep.ai, and we'll get back to you as soon as possible. - Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) - [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. From d7741ef18a2bb193dc60f71e9e93983b01d6c487 Mon Sep 17 00:00:00 2001 From: ijindal1 Date: Sat, 4 May 2024 05:40:13 +0000 Subject: [PATCH 20/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/README.md | 2 +- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 21 files changed, 219 insertions(+), 219 deletions(-) diff --git a/docs/js-sdk-docs/README.md b/docs/js-sdk-docs/README.md index 0d8a97103..d5ac38c14 100644 --- a/docs/js-sdk-docs/README.md +++ b/docs/js-sdk-docs/README.md @@ -242,6 +242,6 @@ If you have any questions, need assistance, or want to get in touch with the Jul - [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. - GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. -- Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. +- Email Support: If you need direct assistance from our support team, send an email to hey@julep.ai, and we'll get back to you as soon as possible. - Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) - [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 3fdd2a0da..c9c50c38d 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 7b5ad731e..95b8377d2 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 2cebbaa05..7eb8104aa 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 7a0e319a0..d1c72ca2e 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 23e82a95f..2b045d00a 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 3a5c80557..393591c70 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 1f75a663b..bf8e4b912 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index b599eef3f..49f400e93 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 078f72b5d..15c2bf115 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 536901264..bda67a0f4 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 0b36f9329..459c664f5 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 99df26594..75e7de3e4 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index c986c0263..c62726d07 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 578f77772..67304af46 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 00400efae..3b1815d46 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 489427ab2..7f1f17b05 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index c500bf8ea..511aa0505 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index c3974b7b5..c15d6c98b 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 42dd8889a..e4c9baad7 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 344205b8e..a1a62a95b 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/cd6f5402e61bc675789bad20776d5a48a22a50c4/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/xor.ts#L1) From 968c446c78e54d594bae1f5931969f04134fdc0a Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Sat, 4 May 2024 16:24:40 +0300 Subject: [PATCH 21/51] feat: Add new agents docs embbeddings functionality (#305) * feat: Add new agents docs embbeddings functionality * fix: Fix tokenizers * refactor: Lint agents-api (CI) * fix: Fix migration not working without correct order of index drops Signed-off-by: Diwank Singh Tomer * fix: Apply various small fixes * fix: Fix user doc creation * refactor: Lint agents-api (CI) --------- Signed-off-by: Diwank Singh Tomer Co-authored-by: whiterabbit1983 Co-authored-by: Diwank Singh Tomer --- agents-api/agents_api/clients/embed.py | 4 +- .../agents_api/embed_models_registry.py | 159 ++++++++ agents-api/agents_api/env.py | 9 + agents-api/agents_api/exceptions.py | 19 + .../agents_api/routers/agents/routers.py | 25 +- .../agents_api/routers/users/routers.py | 13 +- agents-api/docker-compose.yml | 18 + ...1714566760_change_embeddings_dimensions.py | 149 ++++++++ agents-api/poetry.lock | 360 +++++++++++++----- agents-api/pyproject.toml | 3 + 10 files changed, 662 insertions(+), 97 deletions(-) create mode 100644 agents-api/agents_api/embed_models_registry.py create mode 100644 agents-api/agents_api/exceptions.py create mode 100644 agents-api/migrations/migrate_1714566760_change_embeddings_dimensions.py diff --git a/agents-api/agents_api/clients/embed.py b/agents-api/agents_api/clients/embed.py index 71742f6fb..81f0bf07a 100644 --- a/agents-api/agents_api/clients/embed.py +++ b/agents-api/agents_api/clients/embed.py @@ -5,6 +5,8 @@ async def embed( inputs: list[str], join_inputs=False, + embedding_service_url: str = embedding_service_url, + embedding_model_name: str = embedding_model_id, ) -> list[list[float]]: async with httpx.AsyncClient(timeout=30) as client: resp = await client.post( @@ -17,7 +19,7 @@ async def embed( "normalize": True, # FIXME: We should control the truncation ourselves and truncate before sending "truncate": truncate_embed_text, - "model_id": embedding_model_id, + "model_id": embedding_model_name, }, ) resp.raise_for_status() diff --git a/agents-api/agents_api/embed_models_registry.py b/agents-api/agents_api/embed_models_registry.py new file mode 100644 index 000000000..babf1be22 --- /dev/null +++ b/agents-api/agents_api/embed_models_registry.py @@ -0,0 +1,159 @@ +import tiktoken +import numpy as np +from typing import TypedDict, Any +from dataclasses import dataclass +from tokenizers import Tokenizer +from agents_api.clients.model import openai_client +from agents_api.clients.embed import embed +from agents_api.exceptions import ( + ModelNotSupportedError, + PromptTooBigError, + UnknownTokenizerError, +) +from agents_api.env import docs_embedding_service_url + + +def normalize_l2(x): + x = np.array(x) + if x.ndim == 1: + norm = np.linalg.norm(x) + if norm == 0: + return x + return x / norm + else: + norm = np.linalg.norm(x, 2, axis=1, keepdims=True) + return np.where(norm == 0, x, x / norm) + + +class EmbeddingInput(TypedDict): + instruction: str | None + text: str + + +@dataclass +class EmbeddingModel: + embedding_service_url: str | None + embedding_provider: str + embedding_model_name: str + original_embedding_dimensions: int + output_embedding_dimensions: int + context_window: int + tokenizer: Any + + @classmethod + def from_model_name(cls, model_name: str): + try: + return _embedding_model_registry[model_name] + except KeyError: + raise ModelNotSupportedError(model_name) + + def _token_count(self, text: str) -> int: + tokenize = getattr(self.tokenizer, "tokenize", None) + if tokenize: + return len(tokenize(text)) + + encode = getattr(self.tokenizer, "encode", None) + if encode: + return len(encode(text)) + + raise UnknownTokenizerError + + def preprocess(self, inputs: list[EmbeddingInput]) -> list[str]: + """Maybe use this function from embed() to truncate (if needed) or raise an error""" + result: list[str] = [] + + for i in inputs: + instruction = i.get("instruction", "") + sep = " " if len(instruction) else "" + result.append(f"{instruction}{sep}{i['text']}") + + token_count = self._token_count(" ".join(result)) + if token_count > self.context_window: + raise PromptTooBigError(token_count, self.context_window) + + return result + + async def embed( + self, inputs: list[EmbeddingInput] + ) -> list[np.ndarray | list[float]]: + input = self.preprocess(inputs) + embeddings: list[np.ndarray | list[float]] = [] + + if self.embedding_provider == "julep": + embeddings = await embed( + input, + embedding_service_url=self.embedding_service_url + or docs_embedding_service_url, + embedding_model_name=self.embedding_model_name, + ) + elif self.embedding_provider == "openai": + embeddings = ( + await openai_client.embeddings.create( + input=input, model=self.embedding_model_name + ) + .data[0] + .embedding + ) + + return self.normalize(embeddings) + + def normalize( + self, embeddings: list[np.ndarray | list[float]] + ) -> list[np.ndarray | list[float]]: + return [ + ( + e + if len(e) <= self.original_embedding_dimensions + else normalize_l2(e[: self.original_embedding_dimensions]) + ) + for e in embeddings + ] + + +_embedding_model_registry = { + "text-embedding-3-small": EmbeddingModel( + embedding_service_url=None, + embedding_provider="openai", + embedding_model_name="text-embedding-3-small", + original_embedding_dimensions=1024, + output_embedding_dimensions=1024, + context_window=8192, + tokenizer=tiktoken.encoding_for_model("text-embedding-3-small"), + ), + "text-embedding-3-large": EmbeddingModel( + embedding_service_url=None, + embedding_provider="openai", + embedding_model_name="text-embedding-3-large", + original_embedding_dimensions=1024, + output_embedding_dimensions=1024, + context_window=8192, + tokenizer=tiktoken.encoding_for_model("text-embedding-3-large"), + ), + "Alibaba-NLP/gte-large-en-v1.5": EmbeddingModel( + embedding_service_url=docs_embedding_service_url, + embedding_provider="julep", + embedding_model_name="Alibaba-NLP/gte-large-en-v1.5", + original_embedding_dimensions=1024, + output_embedding_dimensions=1024, + context_window=8192, + tokenizer=Tokenizer.from_pretrained("Alibaba-NLP/gte-large-en-v1.5"), + ), + "BAAI/bge-m3": EmbeddingModel( + embedding_service_url=docs_embedding_service_url, + embedding_provider="julep", + embedding_model_name="BAAI/bge-m3", + original_embedding_dimensions=1024, + output_embedding_dimensions=1024, + context_window=8192, + tokenizer=Tokenizer.from_pretrained("BAAI/bge-m3"), + ), + "BAAI/llm-embedder": EmbeddingModel( + embedding_service_url=docs_embedding_service_url, + embedding_provider="julep", + embedding_model_name="BAAI/llm-embedder", + original_embedding_dimensions=1024, + output_embedding_dimensions=1024, + context_window=8192, + tokenizer=Tokenizer.from_pretrained("BAAI/llm-embedder"), + ), +} diff --git a/agents-api/agents_api/env.py b/agents-api/agents_api/env.py index 54dee0df3..b4524004c 100644 --- a/agents-api/agents_api/env.py +++ b/agents-api/agents_api/env.py @@ -55,10 +55,16 @@ "EMBEDDING_SERVICE_URL", default="http://0.0.0.0:8082/embed" ) +docs_embedding_service_url: str = env.str( + "DOCS_EMBEDDING_SERVICE_URL", default="http://0.0.0.0:8083/embed" +) + embedding_model_id: str = env.str( "EMBEDDING_MODEL_ID", default="BAAI/bge-large-en-v1.5" ) +docs_embedding_model_id: str = env.str("DOCS_EMBEDDING_MODEL_ID", default="BAAI/bge-m3") + truncate_embed_text: bool = env.bool("TRUNCATE_EMBED_TEXT", default=False) # Temporal @@ -86,6 +92,9 @@ temporal_worker_url=temporal_worker_url, temporal_namespace=temporal_namespace, openai_api_key=openai_api_key, + docs_embedding_model_id=docs_embedding_model_id, + docs_embedding_service_url=docs_embedding_service_url, + embedding_model_id=embedding_model_id, ) if openai_api_key == "": diff --git a/agents-api/agents_api/exceptions.py b/agents-api/agents_api/exceptions.py new file mode 100644 index 000000000..2ccc5a67f --- /dev/null +++ b/agents-api/agents_api/exceptions.py @@ -0,0 +1,19 @@ +class AgentsBaseException(Exception): + pass + + +class ModelNotSupportedError(AgentsBaseException): + def __init__(self, model_name): + super().__init__(f"model {model_name} is not supported") + + +class PromptTooBigError(AgentsBaseException): + def __init__(self, token_count, max_tokens): + super().__init__( + f"prompt is too big, {token_count} tokens provided, exceeds maximum of {max_tokens}" + ) + + +class UnknownTokenizerError(AgentsBaseException): + def __init__(self): + super().__init__("unknown tokenizer") diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index 3ae11df97..8acc8990f 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -3,6 +3,7 @@ from typing import Annotated from uuid import uuid4 +from agents_api.autogen.openapi_model import ContentItem from agents_api.model_registry import validate_configuration from fastapi import APIRouter, HTTPException, status, Depends import pandas as pd @@ -66,6 +67,8 @@ PatchToolRequest, PatchAgentRequest, ) +from agents_api.env import docs_embedding_model_id +from agents_api.embed_models_registry import EmbeddingModel class AgentList(BaseModel): @@ -110,7 +113,9 @@ async def update_agent( if isinstance(request.instructions, str): request.instructions = [request.instructions] - validate_configuration(request.model) + model = request.model or "julep-ai/samantha-1-turbo" + + validate_configuration(model) try: resp = update_agent_query( agent_id=agent_id, @@ -120,7 +125,7 @@ async def update_agent( ).model_dump(), name=request.name, about=request.about, - model=request.model or "julep-ai/samantha-1-turbo", + model=model, metadata=request.metadata, instructions=request.instructions or [], ) @@ -302,7 +307,13 @@ async def list_agents( @router.post("/agents/{agent_id}/docs", tags=["agents"]) async def create_docs(agent_id: UUID4, request: CreateDoc) -> ResourceCreatedResponse: doc_id = uuid4() - content = [request.content] if isinstance(request.content, str) else request.content + content = [ + (c.model_dump() if isinstance(c, ContentItem) else c) + for c in ( + [request.content] if isinstance(request.content, str) else request.content + ) + ] + resp: pd.DataFrame = create_docs_query( owner_type="agent", owner_id=agent_id, @@ -319,9 +330,13 @@ async def create_docs(agent_id: UUID4, request: CreateDoc) -> ResourceCreatedRes ) indices, snippets = list(zip(*enumerate(content))) - embeddings = await embed( + model = EmbeddingModel.from_model_name(docs_embedding_model_id) + embeddings = await model.embed( [ - snippet_embed_instruction + request.title + "\n\n" + snippet + { + "instruction": snippet_embed_instruction, + "text": request.title + "\n\n" + snippet, + } for snippet in snippets ] ) diff --git a/agents-api/agents_api/routers/users/routers.py b/agents-api/agents_api/routers/users/routers.py index dc8abe025..e53735c06 100644 --- a/agents-api/agents_api/routers/users/routers.py +++ b/agents-api/agents_api/routers/users/routers.py @@ -3,6 +3,7 @@ from typing import Annotated from uuid import uuid4 +from agents_api.autogen.openapi_model import ContentItem from fastapi import APIRouter, HTTPException, status, Depends import pandas as pd from pycozo.client import QueryException @@ -46,6 +47,7 @@ Doc, PatchUserRequest, ) +from agents_api.env import docs_embedding_model_id, docs_embedding_service_url class UserList(BaseModel): @@ -238,7 +240,12 @@ async def list_users( @router.post("/users/{user_id}/docs", tags=["users"]) async def create_docs(user_id: UUID4, request: CreateDoc) -> ResourceCreatedResponse: doc_id = uuid4() - content = [request.content] if isinstance(request.content, str) else request.content + content = [ + (c.model_dump() if isinstance(c, ContentItem) else c) + for c in ( + [request.content] if isinstance(request.content, str) else request.content + ) + ] resp: pd.DataFrame = create_docs_query( owner_type="user", owner_id=user_id, @@ -259,7 +266,9 @@ async def create_docs(user_id: UUID4, request: CreateDoc) -> ResourceCreatedResp [ snippet_embed_instruction + request.title + "\n\n" + snippet for snippet in snippets - ] + ], + embedding_service_url=docs_embedding_service_url, + embedding_model_name=docs_embedding_model_id, ) embed_docs_snippets_query( diff --git a/agents-api/docker-compose.yml b/agents-api/docker-compose.yml index ee2a6fb00..7697ac7b3 100644 --- a/agents-api/docker-compose.yml +++ b/agents-api/docker-compose.yml @@ -73,6 +73,24 @@ services: count: all capabilities: [gpu] + docs-text-embeddings-inference: + container_name: docs-text-embeddings-inference + environment: + - DTYPE=float16 + - MODEL_ID=BAAI/bge-m3 + + image: ghcr.io/huggingface/text-embeddings-inference:1.0 + ports: + - "8083:80" + shm_size: "2gb" + deploy: + resources: + reservations: + devices: + - driver: nvidia + count: all + capabilities: [gpu] + temporal: image: julepai/temporal:dev container_name: temporal diff --git a/agents-api/migrations/migrate_1714566760_change_embeddings_dimensions.py b/agents-api/migrations/migrate_1714566760_change_embeddings_dimensions.py new file mode 100644 index 000000000..dba657345 --- /dev/null +++ b/agents-api/migrations/migrate_1714566760_change_embeddings_dimensions.py @@ -0,0 +1,149 @@ +# /usr/bin/env python3 + +MIGRATION_ID = "change_embeddings_dimensions" +CREATED_AT = 1714566760.731964 + + +change_dimensions = { + "up": """ + ?[ + doc_id, + snippet_idx, + title, + snippet, + embed_instruction, + embedding, + ] := + *information_snippets{ + snippet_idx, + title, + snippet, + embed_instruction, + embedding, + doc_id, + } + + :replace information_snippets { + doc_id: Uuid, + snippet_idx: Int, + => + title: String, + snippet: String, + embed_instruction: String default 'Encode this passage for retrieval: ', + embedding: ? default null, + } + """, + "down": """ + ?[ + doc_id, + snippet_idx, + title, + snippet, + embed_instruction, + embedding, + ] := + *information_snippets{ + snippet_idx, + title, + snippet, + embed_instruction, + embedding, + doc_id, + } + + :replace information_snippets { + doc_id: Uuid, + snippet_idx: Int, + => + title: String, + snippet: String, + embed_instruction: String default 'Encode this passage for retrieval: ', + embedding: ? default null, + } + """, +} + +snippets_hnsw_768_index = dict( + up=""" + ::hnsw create information_snippets:embedding_space { + fields: [embedding], + filter: !is_null(embedding), + dim: 768, + distance: Cosine, + m: 64, + ef_construction: 256, + extend_candidates: true, + keep_pruned_connections: false, + } + """, + down=""" + ::hnsw drop information_snippets:embedding_space + """, +) + +drop_snippets_hnsw_768_index = { + "up": snippets_hnsw_768_index["down"], + "down": snippets_hnsw_768_index["up"], +} + +snippets_hnsw_1024_index = dict( + up=""" + ::hnsw create information_snippets:embedding_space { + fields: [embedding], + filter: !is_null(embedding), + dim: 1024, + distance: Cosine, + m: 64, + ef_construction: 256, + extend_candidates: true, + keep_pruned_connections: false, + } + """, + down=""" + ::hnsw drop information_snippets:embedding_space + """, +) + +drop_snippets_hnsw_1024_index = { + "up": snippets_hnsw_1024_index["down"], + "down": snippets_hnsw_1024_index["up"], +} + + +# See: https://docs.cozodb.org/en/latest/vector.html#full-text-search-fts +information_snippets_fts_index = dict( + up=""" + ::fts create information_snippets:fts { + extractor: concat(title, ' ', snippet), + tokenizer: Simple, + filters: [Lowercase, Stemmer('english'), Stopwords('en')], + } + """, + down=""" + ::fts drop information_snippets:fts + """, +) + +drop_information_snippets_fts_index = { + "up": information_snippets_fts_index["down"], + "down": information_snippets_fts_index["up"], +} + + +queries_to_run = [ + drop_information_snippets_fts_index, + drop_snippets_hnsw_768_index, + change_dimensions, + snippets_hnsw_1024_index, + information_snippets_fts_index, +] + + +def up(client): + for q in queries_to_run: + client.run(q["up"]) + + +def down(client): + for q in reversed(queries_to_run): + client.run(q["down"]) diff --git a/agents-api/poetry.lock b/agents-api/poetry.lock index 9ca654918..76197e50a 100644 --- a/agents-api/poetry.lock +++ b/agents-api/poetry.lock @@ -677,13 +677,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fastapi" -version = "0.110.2" +version = "0.110.3" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.110.2-py3-none-any.whl", hash = "sha256:239403f2c0a3dda07a9420f95157a7f014ddb2b770acdbc984f9bdf3ead7afdb"}, - {file = "fastapi-0.110.2.tar.gz", hash = "sha256:b53d673652da3b65e8cd787ad214ec0fe303cad00d2b529b86ce7db13f17518d"}, + {file = "fastapi-0.110.3-py3-none-any.whl", hash = "sha256:fd7600612f755e4050beb74001310b5a7e1796d149c2ee363124abdfa0289d32"}, + {file = "fastapi-0.110.3.tar.gz", hash = "sha256:555700b0159379e94fdbfc6bb66a0f1c43f4cf7060f25239af3d84b63a656626"}, ] [package.dependencies] @@ -692,7 +692,7 @@ starlette = ">=0.37.2,<0.38.0" typing-extensions = ">=4.8.0" [package.extras] -all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.7)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"] +all = ["email_validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.7)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"] [[package]] name = "filelock" @@ -857,13 +857,13 @@ files = [ [[package]] name = "google-api-core" -version = "2.18.0" +version = "2.19.0" description = "Google API client core library" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-core-2.18.0.tar.gz", hash = "sha256:62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9"}, - {file = "google_api_core-2.18.0-py3-none-any.whl", hash = "sha256:5a63aa102e0049abe85b5b88cb9409234c1f70afcda21ce1e40b285b9629c1d6"}, + {file = "google-api-core-2.19.0.tar.gz", hash = "sha256:cf1b7c2694047886d2af1128a03ae99e391108a08804f87cfd35970e49c9cd10"}, + {file = "google_api_core-2.19.0-py3-none-any.whl", hash = "sha256:8661eec4078c35428fd3f69a2c7ee29e342896b70f01d1a1cbcb334372dd6251"}, ] [package.dependencies] @@ -905,13 +905,13 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] [[package]] name = "google-cloud-aiplatform" -version = "1.48.0" +version = "1.49.0" description = "Vertex AI API client library" optional = false python-versions = ">=3.8" files = [ - {file = "google-cloud-aiplatform-1.48.0.tar.gz", hash = "sha256:70fa242247693092412270e26109729e0d2ef3f3fe8caf0ce823208f8dc156c7"}, - {file = "google_cloud_aiplatform-1.48.0-py2.py3-none-any.whl", hash = "sha256:bf7b0fd6b6bd9f95082c0489c3f29ba9ee560e1aaeff64a574719304eeb68c85"}, + {file = "google-cloud-aiplatform-1.49.0.tar.gz", hash = "sha256:e6e6d01079bb5def49e4be4db4d12b13c624b5c661079c869c13c855e5807429"}, + {file = "google_cloud_aiplatform-1.49.0-py2.py3-none-any.whl", hash = "sha256:8072d9e0c18d8942c704233d1a93b8d6312fc7b278786a283247950e28ae98df"}, ] [package.dependencies] @@ -932,9 +932,9 @@ autologging = ["mlflow (>=1.27.0,<=2.1.1)"] cloud-profiler = ["tensorboard-plugin-profile (>=2.4.0,<3.0.0dev)", "tensorflow (>=2.4.0,<3.0.0dev)", "werkzeug (>=2.0.0,<2.1.0dev)"] datasets = ["pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)"] endpoint = ["requests (>=2.28.1)"] -full = ["cloudpickle (<3.0)", "cloudpickle (>=2.2.1,<3.0)", "docker (>=5.0.3)", "explainable-ai-sdk (>=1.0.0)", "fastapi (>=0.71.0,<=0.109.1)", "google-cloud-bigquery", "google-cloud-bigquery-storage", "google-cloud-logging (<4.0)", "google-vizier (>=0.1.6)", "httpx (>=0.23.0,<0.25.0)", "immutabledict", "lit-nlp (==0.4.0)", "mlflow (>=1.27.0,<=2.1.1)", "nest-asyncio (>=1.0.0,<1.6.0)", "numpy (>=1.15.0)", "pandas (>=1.0.0)", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)", "pyarrow (>=6.0.1)", "pydantic (<2)", "pydantic (<3)", "pyyaml (>=5.3.1,<7)", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)", "requests (>=2.28.1)", "starlette (>=0.17.1)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.3.0,<3.0.0dev)", "urllib3 (>=1.21.1,<1.27)", "uvicorn[standard] (>=0.16.0)"] +full = ["cloudpickle (<3.0)", "docker (>=5.0.3)", "explainable-ai-sdk (>=1.0.0)", "fastapi (>=0.71.0,<=0.109.1)", "google-cloud-bigquery", "google-cloud-bigquery-storage", "google-cloud-logging (<4.0)", "google-vizier (>=0.1.6)", "httpx (>=0.23.0,<0.25.0)", "immutabledict", "lit-nlp (==0.4.0)", "mlflow (>=1.27.0,<=2.1.1)", "nest-asyncio (>=1.0.0,<1.6.0)", "numpy (>=1.15.0)", "pandas (>=1.0.0)", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)", "pyarrow (>=6.0.1)", "pydantic (<2)", "pyyaml (>=5.3.1,<7)", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)", "requests (>=2.28.1)", "starlette (>=0.17.1)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.3.0,<3.0.0dev)", "urllib3 (>=1.21.1,<1.27)", "uvicorn[standard] (>=0.16.0)"] langchain = ["langchain (>=0.1.13,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<0.2)"] -langchain-testing = ["langchain (>=0.1.13,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<0.2)", "pytest-xdist"] +langchain-testing = ["absl-py", "cloudpickle (>=2.2.1,<3.0)", "langchain (>=0.1.13,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<0.2)", "pydantic (>=2.6.3,<3)", "pytest-xdist"] lit = ["explainable-ai-sdk (>=1.0.0)", "lit-nlp (==0.4.0)", "pandas (>=1.0.0)", "tensorflow (>=2.3.0,<3.0.0dev)"] metadata = ["numpy (>=1.15.0)", "pandas (>=1.0.0)"] pipelines = ["pyyaml (>=5.3.1,<7)"] @@ -944,9 +944,9 @@ private-endpoints = ["requests (>=2.28.1)", "urllib3 (>=1.21.1,<1.27)"] rapid-evaluation = ["nest-asyncio (>=1.0.0,<1.6.0)", "pandas (>=1.0.0,<2.2.0)"] ray = ["google-cloud-bigquery", "google-cloud-bigquery-storage", "immutabledict", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=6.0.1)", "pydantic (<2)", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)"] ray-testing = ["google-cloud-bigquery", "google-cloud-bigquery-storage", "immutabledict", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=6.0.1)", "pydantic (<2)", "pytest-xdist", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)", "ray[train] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "scikit-learn", "tensorflow", "torch (>=2.0.0,<2.1.0)", "xgboost", "xgboost-ray"] -reasoningengine = ["cloudpickle (>=2.2.1,<3.0)", "pydantic (<3)"] +reasoningengine = ["cloudpickle (>=2.2.1,<3.0)", "pydantic (>=2.6.3,<3)"] tensorboard = ["tensorflow (>=2.3.0,<3.0.0dev)"] -testing = ["bigframes", "cloudpickle (<3.0)", "cloudpickle (>=2.2.1,<3.0)", "docker (>=5.0.3)", "explainable-ai-sdk (>=1.0.0)", "fastapi (>=0.71.0,<=0.109.1)", "google-api-core (>=2.11,<3.0.0)", "google-cloud-bigquery", "google-cloud-bigquery-storage", "google-cloud-logging (<4.0)", "google-vizier (>=0.1.6)", "grpcio-testing", "httpx (>=0.23.0,<0.25.0)", "immutabledict", "ipython", "kfp (>=2.6.0,<3.0.0)", "lit-nlp (==0.4.0)", "mlflow (>=1.27.0,<=2.1.1)", "nest-asyncio (>=1.0.0,<1.6.0)", "numpy (>=1.15.0)", "pandas (>=1.0.0)", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)", "pyarrow (>=6.0.1)", "pydantic (<2)", "pydantic (<3)", "pyfakefs", "pytest-asyncio", "pytest-xdist", "pyyaml (>=5.3.1,<7)", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)", "requests (>=2.28.1)", "requests-toolbelt (<1.0.0)", "scikit-learn", "starlette (>=0.17.1)", "tensorboard-plugin-profile (>=2.4.0,<3.0.0dev)", "tensorflow (==2.13.0)", "tensorflow (==2.16.1)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.4.0,<3.0.0dev)", "torch (>=2.0.0,<2.1.0)", "torch (>=2.2.0)", "urllib3 (>=1.21.1,<1.27)", "uvicorn[standard] (>=0.16.0)", "werkzeug (>=2.0.0,<2.1.0dev)", "xgboost"] +testing = ["bigframes", "cloudpickle (<3.0)", "docker (>=5.0.3)", "explainable-ai-sdk (>=1.0.0)", "fastapi (>=0.71.0,<=0.109.1)", "google-api-core (>=2.11,<3.0.0)", "google-cloud-bigquery", "google-cloud-bigquery-storage", "google-cloud-logging (<4.0)", "google-vizier (>=0.1.6)", "grpcio-testing", "httpx (>=0.23.0,<0.25.0)", "immutabledict", "ipython", "kfp (>=2.6.0,<3.0.0)", "lit-nlp (==0.4.0)", "mlflow (>=1.27.0,<=2.1.1)", "nest-asyncio (>=1.0.0,<1.6.0)", "numpy (>=1.15.0)", "pandas (>=1.0.0)", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)", "pyarrow (>=6.0.1)", "pydantic (<2)", "pyfakefs", "pytest-asyncio", "pytest-xdist", "pyyaml (>=5.3.1,<7)", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)", "requests (>=2.28.1)", "requests-toolbelt (<1.0.0)", "scikit-learn", "starlette (>=0.17.1)", "tensorboard-plugin-profile (>=2.4.0,<3.0.0dev)", "tensorflow (==2.13.0)", "tensorflow (==2.16.1)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.4.0,<3.0.0dev)", "torch (>=2.0.0,<2.1.0)", "torch (>=2.2.0)", "urllib3 (>=1.21.1,<1.27)", "uvicorn[standard] (>=0.16.0)", "werkzeug (>=2.0.0,<2.1.0dev)", "xgboost"] vizier = ["google-vizier (>=0.1.6)"] xai = ["tensorflow (>=2.3.0,<3.0.0dev)"] @@ -1173,69 +1173,61 @@ protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.1 || >4.21.1,<4 [[package]] name = "grpcio" -version = "1.62.2" +version = "1.63.0" description = "HTTP/2-based RPC framework" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "grpcio-1.62.2-cp310-cp310-linux_armv7l.whl", hash = "sha256:66344ea741124c38588a664237ac2fa16dfd226964cca23ddc96bd4accccbde5"}, - {file = "grpcio-1.62.2-cp310-cp310-macosx_12_0_universal2.whl", hash = "sha256:5dab7ac2c1e7cb6179c6bfad6b63174851102cbe0682294e6b1d6f0981ad7138"}, - {file = "grpcio-1.62.2-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:3ad00f3f0718894749d5a8bb0fa125a7980a2f49523731a9b1fabf2b3522aa43"}, - {file = "grpcio-1.62.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2e72ddfee62430ea80133d2cbe788e0d06b12f865765cb24a40009668bd8ea05"}, - {file = "grpcio-1.62.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53d3a59a10af4c2558a8e563aed9f256259d2992ae0d3037817b2155f0341de1"}, - {file = "grpcio-1.62.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a1511a303f8074f67af4119275b4f954189e8313541da7b88b1b3a71425cdb10"}, - {file = "grpcio-1.62.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b94d41b7412ef149743fbc3178e59d95228a7064c5ab4760ae82b562bdffb199"}, - {file = "grpcio-1.62.2-cp310-cp310-win32.whl", hash = "sha256:a75af2fc7cb1fe25785be7bed1ab18cef959a376cdae7c6870184307614caa3f"}, - {file = "grpcio-1.62.2-cp310-cp310-win_amd64.whl", hash = "sha256:80407bc007754f108dc2061e37480238b0dc1952c855e86a4fc283501ee6bb5d"}, - {file = "grpcio-1.62.2-cp311-cp311-linux_armv7l.whl", hash = "sha256:c1624aa686d4b36790ed1c2e2306cc3498778dffaf7b8dd47066cf819028c3ad"}, - {file = "grpcio-1.62.2-cp311-cp311-macosx_10_10_universal2.whl", hash = "sha256:1c1bb80299bdef33309dff03932264636450c8fdb142ea39f47e06a7153d3063"}, - {file = "grpcio-1.62.2-cp311-cp311-manylinux_2_17_aarch64.whl", hash = "sha256:db068bbc9b1fa16479a82e1ecf172a93874540cb84be69f0b9cb9b7ac3c82670"}, - {file = "grpcio-1.62.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e2cc8a308780edbe2c4913d6a49dbdb5befacdf72d489a368566be44cadaef1a"}, - {file = "grpcio-1.62.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0695ae31a89f1a8fc8256050329a91a9995b549a88619263a594ca31b76d756"}, - {file = "grpcio-1.62.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:88b4f9ee77191dcdd8810241e89340a12cbe050be3e0d5f2f091c15571cd3930"}, - {file = "grpcio-1.62.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2a0204532aa2f1afd467024b02b4069246320405bc18abec7babab03e2644e75"}, - {file = "grpcio-1.62.2-cp311-cp311-win32.whl", hash = "sha256:6e784f60e575a0de554ef9251cbc2ceb8790914fe324f11e28450047f264ee6f"}, - {file = "grpcio-1.62.2-cp311-cp311-win_amd64.whl", hash = "sha256:112eaa7865dd9e6d7c0556c8b04ae3c3a2dc35d62ad3373ab7f6a562d8199200"}, - {file = "grpcio-1.62.2-cp312-cp312-linux_armv7l.whl", hash = "sha256:65034473fc09628a02fb85f26e73885cf1ed39ebd9cf270247b38689ff5942c5"}, - {file = "grpcio-1.62.2-cp312-cp312-macosx_10_10_universal2.whl", hash = "sha256:d2c1771d0ee3cf72d69bb5e82c6a82f27fbd504c8c782575eddb7839729fbaad"}, - {file = "grpcio-1.62.2-cp312-cp312-manylinux_2_17_aarch64.whl", hash = "sha256:3abe6838196da518863b5d549938ce3159d809218936851b395b09cad9b5d64a"}, - {file = "grpcio-1.62.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5ffeb269f10cedb4f33142b89a061acda9f672fd1357331dbfd043422c94e9e"}, - {file = "grpcio-1.62.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:404d3b4b6b142b99ba1cff0b2177d26b623101ea2ce51c25ef6e53d9d0d87bcc"}, - {file = "grpcio-1.62.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:262cda97efdabb20853d3b5a4c546a535347c14b64c017f628ca0cc7fa780cc6"}, - {file = "grpcio-1.62.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:17708db5b11b966373e21519c4c73e5a750555f02fde82276ea2a267077c68ad"}, - {file = "grpcio-1.62.2-cp312-cp312-win32.whl", hash = "sha256:b7ec9e2f8ffc8436f6b642a10019fc513722858f295f7efc28de135d336ac189"}, - {file = "grpcio-1.62.2-cp312-cp312-win_amd64.whl", hash = "sha256:aa787b83a3cd5e482e5c79be030e2b4a122ecc6c5c6c4c42a023a2b581fdf17b"}, - {file = "grpcio-1.62.2-cp37-cp37m-linux_armv7l.whl", hash = "sha256:cfd23ad29bfa13fd4188433b0e250f84ec2c8ba66b14a9877e8bce05b524cf54"}, - {file = "grpcio-1.62.2-cp37-cp37m-macosx_10_10_universal2.whl", hash = "sha256:af15e9efa4d776dfcecd1d083f3ccfb04f876d613e90ef8432432efbeeac689d"}, - {file = "grpcio-1.62.2-cp37-cp37m-manylinux_2_17_aarch64.whl", hash = "sha256:f4aa94361bb5141a45ca9187464ae81a92a2a135ce2800b2203134f7a1a1d479"}, - {file = "grpcio-1.62.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82af3613a219512a28ee5c95578eb38d44dd03bca02fd918aa05603c41018051"}, - {file = "grpcio-1.62.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:55ddaf53474e8caeb29eb03e3202f9d827ad3110475a21245f3c7712022882a9"}, - {file = "grpcio-1.62.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c79b518c56dddeec79e5500a53d8a4db90da995dfe1738c3ac57fe46348be049"}, - {file = "grpcio-1.62.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a5eb4844e5e60bf2c446ef38c5b40d7752c6effdee882f716eb57ae87255d20a"}, - {file = "grpcio-1.62.2-cp37-cp37m-win_amd64.whl", hash = "sha256:aaae70364a2d1fb238afd6cc9fcb10442b66e397fd559d3f0968d28cc3ac929c"}, - {file = "grpcio-1.62.2-cp38-cp38-linux_armv7l.whl", hash = "sha256:1bcfe5070e4406f489e39325b76caeadab28c32bf9252d3ae960c79935a4cc36"}, - {file = "grpcio-1.62.2-cp38-cp38-macosx_10_10_universal2.whl", hash = "sha256:da6a7b6b938c15fa0f0568e482efaae9c3af31963eec2da4ff13a6d8ec2888e4"}, - {file = "grpcio-1.62.2-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:41955b641c34db7d84db8d306937b72bc4968eef1c401bea73081a8d6c3d8033"}, - {file = "grpcio-1.62.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c772f225483905f675cb36a025969eef9712f4698364ecd3a63093760deea1bc"}, - {file = "grpcio-1.62.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07ce1f775d37ca18c7a141300e5b71539690efa1f51fe17f812ca85b5e73262f"}, - {file = "grpcio-1.62.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:26f415f40f4a93579fd648f48dca1c13dfacdfd0290f4a30f9b9aeb745026811"}, - {file = "grpcio-1.62.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:db707e3685ff16fc1eccad68527d072ac8bdd2e390f6daa97bc394ea7de4acea"}, - {file = "grpcio-1.62.2-cp38-cp38-win32.whl", hash = "sha256:589ea8e75de5fd6df387de53af6c9189c5231e212b9aa306b6b0d4f07520fbb9"}, - {file = "grpcio-1.62.2-cp38-cp38-win_amd64.whl", hash = "sha256:3c3ed41f4d7a3aabf0f01ecc70d6b5d00ce1800d4af652a549de3f7cf35c4abd"}, - {file = "grpcio-1.62.2-cp39-cp39-linux_armv7l.whl", hash = "sha256:162ccf61499c893831b8437120600290a99c0bc1ce7b51f2c8d21ec87ff6af8b"}, - {file = "grpcio-1.62.2-cp39-cp39-macosx_10_10_universal2.whl", hash = "sha256:f27246d7da7d7e3bd8612f63785a7b0c39a244cf14b8dd9dd2f2fab939f2d7f1"}, - {file = "grpcio-1.62.2-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:2507006c8a478f19e99b6fe36a2464696b89d40d88f34e4b709abe57e1337467"}, - {file = "grpcio-1.62.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a90ac47a8ce934e2c8d71e317d2f9e7e6aaceb2d199de940ce2c2eb611b8c0f4"}, - {file = "grpcio-1.62.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:99701979bcaaa7de8d5f60476487c5df8f27483624f1f7e300ff4669ee44d1f2"}, - {file = "grpcio-1.62.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:af7dc3f7a44f10863b1b0ecab4078f0a00f561aae1edbd01fd03ad4dcf61c9e9"}, - {file = "grpcio-1.62.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fa63245271920786f4cb44dcada4983a3516be8f470924528cf658731864c14b"}, - {file = "grpcio-1.62.2-cp39-cp39-win32.whl", hash = "sha256:c6ad9c39704256ed91a1cffc1379d63f7d0278d6a0bad06b0330f5d30291e3a3"}, - {file = "grpcio-1.62.2-cp39-cp39-win_amd64.whl", hash = "sha256:16da954692fd61aa4941fbeda405a756cd96b97b5d95ca58a92547bba2c1624f"}, - {file = "grpcio-1.62.2.tar.gz", hash = "sha256:c77618071d96b7a8be2c10701a98537823b9c65ba256c0b9067e0594cdbd954d"}, -] - -[package.extras] -protobuf = ["grpcio-tools (>=1.62.2)"] + {file = "grpcio-1.63.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:2e93aca840c29d4ab5db93f94ed0a0ca899e241f2e8aec6334ab3575dc46125c"}, + {file = "grpcio-1.63.0-cp310-cp310-macosx_12_0_universal2.whl", hash = "sha256:91b73d3f1340fefa1e1716c8c1ec9930c676d6b10a3513ab6c26004cb02d8b3f"}, + {file = "grpcio-1.63.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:b3afbd9d6827fa6f475a4f91db55e441113f6d3eb9b7ebb8fb806e5bb6d6bd0d"}, + {file = "grpcio-1.63.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8f3f6883ce54a7a5f47db43289a0a4c776487912de1a0e2cc83fdaec9685cc9f"}, + {file = "grpcio-1.63.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf8dae9cc0412cb86c8de5a8f3be395c5119a370f3ce2e69c8b7d46bb9872c8d"}, + {file = "grpcio-1.63.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:08e1559fd3b3b4468486b26b0af64a3904a8dbc78d8d936af9c1cf9636eb3e8b"}, + {file = "grpcio-1.63.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5c039ef01516039fa39da8a8a43a95b64e288f79f42a17e6c2904a02a319b357"}, + {file = "grpcio-1.63.0-cp310-cp310-win32.whl", hash = "sha256:ad2ac8903b2eae071055a927ef74121ed52d69468e91d9bcbd028bd0e554be6d"}, + {file = "grpcio-1.63.0-cp310-cp310-win_amd64.whl", hash = "sha256:b2e44f59316716532a993ca2966636df6fbe7be4ab6f099de6815570ebe4383a"}, + {file = "grpcio-1.63.0-cp311-cp311-linux_armv7l.whl", hash = "sha256:f28f8b2db7b86c77916829d64ab21ff49a9d8289ea1564a2b2a3a8ed9ffcccd3"}, + {file = "grpcio-1.63.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:65bf975639a1f93bee63ca60d2e4951f1b543f498d581869922910a476ead2f5"}, + {file = "grpcio-1.63.0-cp311-cp311-manylinux_2_17_aarch64.whl", hash = "sha256:b5194775fec7dc3dbd6a935102bb156cd2c35efe1685b0a46c67b927c74f0cfb"}, + {file = "grpcio-1.63.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e4cbb2100ee46d024c45920d16e888ee5d3cf47c66e316210bc236d5bebc42b3"}, + {file = "grpcio-1.63.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ff737cf29b5b801619f10e59b581869e32f400159e8b12d7a97e7e3bdeee6a2"}, + {file = "grpcio-1.63.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:cd1e68776262dd44dedd7381b1a0ad09d9930ffb405f737d64f505eb7f77d6c7"}, + {file = "grpcio-1.63.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:93f45f27f516548e23e4ec3fbab21b060416007dbe768a111fc4611464cc773f"}, + {file = "grpcio-1.63.0-cp311-cp311-win32.whl", hash = "sha256:878b1d88d0137df60e6b09b74cdb73db123f9579232c8456f53e9abc4f62eb3c"}, + {file = "grpcio-1.63.0-cp311-cp311-win_amd64.whl", hash = "sha256:756fed02dacd24e8f488f295a913f250b56b98fb793f41d5b2de6c44fb762434"}, + {file = "grpcio-1.63.0-cp312-cp312-linux_armv7l.whl", hash = "sha256:93a46794cc96c3a674cdfb59ef9ce84d46185fe9421baf2268ccb556f8f81f57"}, + {file = "grpcio-1.63.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:a7b19dfc74d0be7032ca1eda0ed545e582ee46cd65c162f9e9fc6b26ef827dc6"}, + {file = "grpcio-1.63.0-cp312-cp312-manylinux_2_17_aarch64.whl", hash = "sha256:8064d986d3a64ba21e498b9a376cbc5d6ab2e8ab0e288d39f266f0fca169b90d"}, + {file = "grpcio-1.63.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:219bb1848cd2c90348c79ed0a6b0ea51866bc7e72fa6e205e459fedab5770172"}, + {file = "grpcio-1.63.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2d60cd1d58817bc5985fae6168d8b5655c4981d448d0f5b6194bbcc038090d2"}, + {file = "grpcio-1.63.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:9e350cb096e5c67832e9b6e018cf8a0d2a53b2a958f6251615173165269a91b0"}, + {file = "grpcio-1.63.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:56cdf96ff82e3cc90dbe8bac260352993f23e8e256e063c327b6cf9c88daf7a9"}, + {file = "grpcio-1.63.0-cp312-cp312-win32.whl", hash = "sha256:3a6d1f9ea965e750db7b4ee6f9fdef5fdf135abe8a249e75d84b0a3e0c668a1b"}, + {file = "grpcio-1.63.0-cp312-cp312-win_amd64.whl", hash = "sha256:d2497769895bb03efe3187fb1888fc20e98a5f18b3d14b606167dacda5789434"}, + {file = "grpcio-1.63.0-cp38-cp38-linux_armv7l.whl", hash = "sha256:fdf348ae69c6ff484402cfdb14e18c1b0054ac2420079d575c53a60b9b2853ae"}, + {file = "grpcio-1.63.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a3abfe0b0f6798dedd2e9e92e881d9acd0fdb62ae27dcbbfa7654a57e24060c0"}, + {file = "grpcio-1.63.0-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:6ef0ad92873672a2a3767cb827b64741c363ebaa27e7f21659e4e31f4d750280"}, + {file = "grpcio-1.63.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b416252ac5588d9dfb8a30a191451adbf534e9ce5f56bb02cd193f12d8845b7f"}, + {file = "grpcio-1.63.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e3b77eaefc74d7eb861d3ffbdf91b50a1bb1639514ebe764c47773b833fa2d91"}, + {file = "grpcio-1.63.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:b005292369d9c1f80bf70c1db1c17c6c342da7576f1c689e8eee4fb0c256af85"}, + {file = "grpcio-1.63.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:cdcda1156dcc41e042d1e899ba1f5c2e9f3cd7625b3d6ebfa619806a4c1aadda"}, + {file = "grpcio-1.63.0-cp38-cp38-win32.whl", hash = "sha256:01799e8649f9e94ba7db1aeb3452188048b0019dc37696b0f5ce212c87c560c3"}, + {file = "grpcio-1.63.0-cp38-cp38-win_amd64.whl", hash = "sha256:6a1a3642d76f887aa4009d92f71eb37809abceb3b7b5a1eec9c554a246f20e3a"}, + {file = "grpcio-1.63.0-cp39-cp39-linux_armv7l.whl", hash = "sha256:75f701ff645858a2b16bc8c9fc68af215a8bb2d5a9b647448129de6e85d52bce"}, + {file = "grpcio-1.63.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:cacdef0348a08e475a721967f48206a2254a1b26ee7637638d9e081761a5ba86"}, + {file = "grpcio-1.63.0-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:0697563d1d84d6985e40ec5ec596ff41b52abb3fd91ec240e8cb44a63b895094"}, + {file = "grpcio-1.63.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6426e1fb92d006e47476d42b8f240c1d916a6d4423c5258ccc5b105e43438f61"}, + {file = "grpcio-1.63.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e48cee31bc5f5a31fb2f3b573764bd563aaa5472342860edcc7039525b53e46a"}, + {file = "grpcio-1.63.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:50344663068041b34a992c19c600236e7abb42d6ec32567916b87b4c8b8833b3"}, + {file = "grpcio-1.63.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:259e11932230d70ef24a21b9fb5bb947eb4703f57865a404054400ee92f42f5d"}, + {file = "grpcio-1.63.0-cp39-cp39-win32.whl", hash = "sha256:a44624aad77bf8ca198c55af811fd28f2b3eaf0a50ec5b57b06c034416ef2d0a"}, + {file = "grpcio-1.63.0-cp39-cp39-win_amd64.whl", hash = "sha256:166e5c460e5d7d4656ff9e63b13e1f6029b122104c1633d5f37eaea348d7356d"}, + {file = "grpcio-1.63.0.tar.gz", hash = "sha256:f3023e14805c61bc439fb40ca545ac3d5740ce66120a678a3c6c2c55b70343d1"}, +] + +[package.extras] +protobuf = ["grpcio-tools (>=1.63.0)"] [[package]] name = "grpcio-status" @@ -1415,13 +1407,13 @@ testing = ["pygments", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdo [[package]] name = "ipython" -version = "8.23.0" +version = "8.24.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.23.0-py3-none-any.whl", hash = "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1"}, - {file = "ipython-8.23.0.tar.gz", hash = "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"}, + {file = "ipython-8.24.0-py3-none-any.whl", hash = "sha256:d7bf2f6c4314984e3e02393213bab8703cf163ede39672ce5918c51fe253a2a3"}, + {file = "ipython-8.24.0.tar.gz", hash = "sha256:010db3f8a728a578bb641fdd06c063b9fb8e96a9464c63aec6310fbcb5e80501"}, ] [package.dependencies] @@ -1435,7 +1427,7 @@ prompt-toolkit = ">=3.0.41,<3.1.0" pygments = ">=2.4.0" stack-data = "*" traitlets = ">=5.13.0" -typing-extensions = {version = "*", markers = "python_version < \"3.12\""} +typing-extensions = {version = ">=4.6", markers = "python_version < \"3.12\""} [package.extras] all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"] @@ -1448,7 +1440,7 @@ nbformat = ["nbformat"] notebook = ["ipywidgets", "notebook"] parallel = ["ipyparallel"] qtconsole = ["qtconsole"] -test = ["pickleshare", "pytest (<8)", "pytest-asyncio (<0.22)", "testpath"] +test = ["pickleshare", "pytest", "pytest-asyncio (<0.22)", "testpath"] test-extra = ["curio", "ipython[test]", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.23)", "pandas", "trio"] [[package]] @@ -1516,13 +1508,13 @@ Jinja2 = ">=2.2" [[package]] name = "jsonschema" -version = "4.21.1" +version = "4.22.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, - {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, + {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, + {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, ] [package.dependencies] @@ -1610,13 +1602,13 @@ dev = ["Sphinx (>=5.1.1)", "black (==23.12.1)", "build (>=0.10.0)", "coverage (> [[package]] name = "litellm" -version = "1.35.32" +version = "1.35.33" description = "Library to easily interface with LLM API providers" optional = false python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "litellm-1.35.32-py3-none-any.whl", hash = "sha256:4c05b90124420e64d4a59a4b94d6b53eb679859cd064e7e59bd152a29cda1cb1"}, - {file = "litellm-1.35.32.tar.gz", hash = "sha256:2ccc0f979c287404ec07c6b4b06254eba88f2ca1fca4cad12591ec89795db248"}, + {file = "litellm-1.35.33-py3-none-any.whl", hash = "sha256:7dbbc282ea797febb4ace58bdd1fc42d0f20ea21a2ba576ebc2d933b337d8683"}, + {file = "litellm-1.35.33.tar.gz", hash = "sha256:0082f6a44ff7ce9d2c1bc5182292c3f58f69c8be99fccb824e750c009f78d112"}, ] [package.dependencies] @@ -2025,13 +2017,13 @@ files = [ [[package]] name = "openai" -version = "1.23.6" +version = "1.25.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.23.6-py3-none-any.whl", hash = "sha256:f406c76ba279d16b9aca5a89cee0d968488e39f671f4dc6f0d690ac3c6f6fca1"}, - {file = "openai-1.23.6.tar.gz", hash = "sha256:612de2d54cf580920a1156273f84aada6b3dca26d048f62eb5364a4314d7f449"}, + {file = "openai-1.25.0-py3-none-any.whl", hash = "sha256:d0cfdf6afb31a5dabf3b95966cb31f3c757a0edaf3228715409cb404b9933de0"}, + {file = "openai-1.25.0.tar.gz", hash = "sha256:22c35b26b8281cd2759b1a4c05ac99e2f2b26a9df71f90a0b4ddb75aa27adc81"}, ] [package.dependencies] @@ -2970,6 +2962,128 @@ files = [ {file = "ruff-0.1.15.tar.gz", hash = "sha256:f6dfa8c1b21c913c326919056c390966648b680966febcb796cc9d1aaab8564e"}, ] +[[package]] +name = "safetensors" +version = "0.4.3" +description = "" +optional = false +python-versions = ">=3.7" +files = [ + {file = "safetensors-0.4.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:dcf5705cab159ce0130cd56057f5f3425023c407e170bca60b4868048bae64fd"}, + {file = "safetensors-0.4.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bb4f8c5d0358a31e9a08daeebb68f5e161cdd4018855426d3f0c23bb51087055"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70a5319ef409e7f88686a46607cbc3c428271069d8b770076feaf913664a07ac"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fb9c65bd82f9ef3ce4970dc19ee86be5f6f93d032159acf35e663c6bea02b237"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:edb5698a7bc282089f64c96c477846950358a46ede85a1c040e0230344fdde10"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:efcc860be094b8d19ac61b452ec635c7acb9afa77beb218b1d7784c6d41fe8ad"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d88b33980222085dd6001ae2cad87c6068e0991d4f5ccf44975d216db3b57376"}, + {file = "safetensors-0.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5fc6775529fb9f0ce2266edd3e5d3f10aab068e49f765e11f6f2a63b5367021d"}, + {file = "safetensors-0.4.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9c6ad011c1b4e3acff058d6b090f1da8e55a332fbf84695cf3100c649cc452d1"}, + {file = "safetensors-0.4.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8c496c5401c1b9c46d41a7688e8ff5b0310a3b9bae31ce0f0ae870e1ea2b8caf"}, + {file = "safetensors-0.4.3-cp310-none-win32.whl", hash = "sha256:38e2a8666178224a51cca61d3cb4c88704f696eac8f72a49a598a93bbd8a4af9"}, + {file = "safetensors-0.4.3-cp310-none-win_amd64.whl", hash = "sha256:393e6e391467d1b2b829c77e47d726f3b9b93630e6a045b1d1fca67dc78bf632"}, + {file = "safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a"}, + {file = "safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9afd5358719f1b2cf425fad638fc3c887997d6782da317096877e5b15b2ce93"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d8c5093206ef4b198600ae484230402af6713dab1bd5b8e231905d754022bec7"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e0b2104df1579d6ba9052c0ae0e3137c9698b2d85b0645507e6fd1813b70931a"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8cf18888606dad030455d18f6c381720e57fc6a4170ee1966adb7ebc98d4d6a3"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b"}, + {file = "safetensors-0.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:585c9ae13a205807b63bef8a37994f30c917ff800ab8a1ca9c9b5d73024f97ee"}, + {file = "safetensors-0.4.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:faefeb3b81bdfb4e5a55b9bbdf3d8d8753f65506e1d67d03f5c851a6c87150e9"}, + {file = "safetensors-0.4.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:befdf0167ad626f22f6aac6163477fcefa342224a22f11fdd05abb3995c1783c"}, + {file = "safetensors-0.4.3-cp311-none-win32.whl", hash = "sha256:a7cef55929dcbef24af3eb40bedec35d82c3c2fa46338bb13ecf3c5720af8a61"}, + {file = "safetensors-0.4.3-cp311-none-win_amd64.whl", hash = "sha256:840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67"}, + {file = "safetensors-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:22d21760dc6ebae42e9c058d75aa9907d9f35e38f896e3c69ba0e7b213033856"}, + {file = "safetensors-0.4.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d22c1a10dff3f64d0d68abb8298a3fd88ccff79f408a3e15b3e7f637ef5c980"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1648568667f820b8c48317c7006221dc40aced1869908c187f493838a1362bc"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:446e9fe52c051aeab12aac63d1017e0f68a02a92a027b901c4f8e931b24e5397"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fef5d70683643618244a4f5221053567ca3e77c2531e42ad48ae05fae909f542"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a1f4430cc0c9d6afa01214a4b3919d0a029637df8e09675ceef1ca3f0dfa0df"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d603846a8585b9432a0fd415db1d4c57c0f860eb4aea21f92559ff9902bae4d"}, + {file = "safetensors-0.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a844cdb5d7cbc22f5f16c7e2a0271170750763c4db08381b7f696dbd2c78a361"}, + {file = "safetensors-0.4.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:88887f69f7a00cf02b954cdc3034ffb383b2303bc0ab481d4716e2da51ddc10e"}, + {file = "safetensors-0.4.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ee463219d9ec6c2be1d331ab13a8e0cd50d2f32240a81d498266d77d07b7e71e"}, + {file = "safetensors-0.4.3-cp312-none-win32.whl", hash = "sha256:d0dd4a1db09db2dba0f94d15addc7e7cd3a7b0d393aa4c7518c39ae7374623c3"}, + {file = "safetensors-0.4.3-cp312-none-win_amd64.whl", hash = "sha256:d14d30c25897b2bf19b6fb5ff7e26cc40006ad53fd4a88244fdf26517d852dd7"}, + {file = "safetensors-0.4.3-cp37-cp37m-macosx_10_12_x86_64.whl", hash = "sha256:d1456f814655b224d4bf6e7915c51ce74e389b413be791203092b7ff78c936dd"}, + {file = "safetensors-0.4.3-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:455d538aa1aae4a8b279344a08136d3f16334247907b18a5c3c7fa88ef0d3c46"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf476bca34e1340ee3294ef13e2c625833f83d096cfdf69a5342475602004f95"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:02ef3a24face643456020536591fbd3c717c5abaa2737ec428ccbbc86dffa7a4"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7de32d0d34b6623bb56ca278f90db081f85fb9c5d327e3c18fd23ac64f465768"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a0deb16a1d3ea90c244ceb42d2c6c276059616be21a19ac7101aa97da448faf"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c59d51f182c729f47e841510b70b967b0752039f79f1de23bcdd86462a9b09ee"}, + {file = "safetensors-0.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1f598b713cc1a4eb31d3b3203557ac308acf21c8f41104cdd74bf640c6e538e3"}, + {file = "safetensors-0.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:5757e4688f20df083e233b47de43845d1adb7e17b6cf7da5f8444416fc53828d"}, + {file = "safetensors-0.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:fe746d03ed8d193674a26105e4f0fe6c726f5bb602ffc695b409eaf02f04763d"}, + {file = "safetensors-0.4.3-cp37-none-win32.whl", hash = "sha256:0d5ffc6a80f715c30af253e0e288ad1cd97a3d0086c9c87995e5093ebc075e50"}, + {file = "safetensors-0.4.3-cp37-none-win_amd64.whl", hash = "sha256:a11c374eb63a9c16c5ed146457241182f310902bd2a9c18255781bb832b6748b"}, + {file = "safetensors-0.4.3-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:b1e31be7945f66be23f4ec1682bb47faa3df34cb89fc68527de6554d3c4258a4"}, + {file = "safetensors-0.4.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:03a4447c784917c9bf01d8f2ac5080bc15c41692202cd5f406afba16629e84d6"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d244bcafeb1bc06d47cfee71727e775bca88a8efda77a13e7306aae3813fa7e4"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:53c4879b9c6bd7cd25d114ee0ef95420e2812e676314300624594940a8d6a91f"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:74707624b81f1b7f2b93f5619d4a9f00934d5948005a03f2c1845ffbfff42212"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0d52c958dc210265157573f81d34adf54e255bc2b59ded6218500c9b15a750eb"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f9568f380f513a60139971169c4a358b8731509cc19112369902eddb33faa4d"}, + {file = "safetensors-0.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0d9cd8e1560dfc514b6d7859247dc6a86ad2f83151a62c577428d5102d872721"}, + {file = "safetensors-0.4.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:89f9f17b0dacb913ed87d57afbc8aad85ea42c1085bd5de2f20d83d13e9fc4b2"}, + {file = "safetensors-0.4.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:1139eb436fd201c133d03c81209d39ac57e129f5e74e34bb9ab60f8d9b726270"}, + {file = "safetensors-0.4.3-cp38-none-win32.whl", hash = "sha256:d9c289f140a9ae4853fc2236a2ffc9a9f2d5eae0cb673167e0f1b8c18c0961ac"}, + {file = "safetensors-0.4.3-cp38-none-win_amd64.whl", hash = "sha256:622afd28968ef3e9786562d352659a37de4481a4070f4ebac883f98c5836563e"}, + {file = "safetensors-0.4.3-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:8651c7299cbd8b4161a36cd6a322fa07d39cd23535b144d02f1c1972d0c62f3c"}, + {file = "safetensors-0.4.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e375d975159ac534c7161269de24ddcd490df2157b55c1a6eeace6cbb56903f0"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:084fc436e317f83f7071fc6a62ca1c513b2103db325cd09952914b50f51cf78f"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:41a727a7f5e6ad9f1db6951adee21bbdadc632363d79dc434876369a17de6ad6"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e7dbbde64b6c534548696808a0e01276d28ea5773bc9a2dfb97a88cd3dffe3df"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bbae3b4b9d997971431c346edbfe6e41e98424a097860ee872721e176040a893"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01e4b22e3284cd866edeabe4f4d896229495da457229408d2e1e4810c5187121"}, + {file = "safetensors-0.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0dd37306546b58d3043eb044c8103a02792cc024b51d1dd16bd3dd1f334cb3ed"}, + {file = "safetensors-0.4.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d8815b5e1dac85fc534a97fd339e12404db557878c090f90442247e87c8aeaea"}, + {file = "safetensors-0.4.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e011cc162503c19f4b1fd63dfcddf73739c7a243a17dac09b78e57a00983ab35"}, + {file = "safetensors-0.4.3-cp39-none-win32.whl", hash = "sha256:01feb3089e5932d7e662eda77c3ecc389f97c0883c4a12b5cfdc32b589a811c3"}, + {file = "safetensors-0.4.3-cp39-none-win_amd64.whl", hash = "sha256:3f9cdca09052f585e62328c1c2923c70f46814715c795be65f0b93f57ec98a02"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:1b89381517891a7bb7d1405d828b2bf5d75528299f8231e9346b8eba092227f9"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:cd6fff9e56df398abc5866b19a32124815b656613c1c5ec0f9350906fd798aac"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:840caf38d86aa7014fe37ade5d0d84e23dcfbc798b8078015831996ecbc206a3"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f9650713b2cfa9537a2baf7dd9fee458b24a0aaaa6cafcea8bdd5fb2b8efdc34"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e4119532cd10dba04b423e0f86aecb96cfa5a602238c0aa012f70c3a40c44b50"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e066e8861eef6387b7c772344d1fe1f9a72800e04ee9a54239d460c400c72aab"}, + {file = "safetensors-0.4.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:90964917f5b0fa0fa07e9a051fbef100250c04d150b7026ccbf87a34a54012e0"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c41e1893d1206aa7054029681778d9a58b3529d4c807002c156d58426c225173"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae7613a119a71a497d012ccc83775c308b9c1dab454806291427f84397d852fd"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f9bac020faba7f5dc481e881b14b6425265feabb5bfc552551d21189c0eddc3"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:420a98f593ff9930f5822560d14c395ccbc57342ddff3b463bc0b3d6b1951550"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:f5e6883af9a68c0028f70a4c19d5a6ab6238a379be36ad300a22318316c00cb0"}, + {file = "safetensors-0.4.3-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:cdd0a3b5da66e7f377474599814dbf5cbf135ff059cc73694de129b58a5e8a2c"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9bfb92f82574d9e58401d79c70c716985dc049b635fef6eecbb024c79b2c46ad"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:3615a96dd2dcc30eb66d82bc76cda2565f4f7bfa89fcb0e31ba3cea8a1a9ecbb"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:868ad1b6fc41209ab6bd12f63923e8baeb1a086814cb2e81a65ed3d497e0cf8f"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7ffba80aa49bd09195145a7fd233a7781173b422eeb995096f2b30591639517"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c0acbe31340ab150423347e5b9cc595867d814244ac14218932a5cf1dd38eb39"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:19bbdf95de2cf64f25cd614c5236c8b06eb2cfa47cbf64311f4b5d80224623a3"}, + {file = "safetensors-0.4.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b852e47eb08475c2c1bd8131207b405793bfc20d6f45aff893d3baaad449ed14"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5d07cbca5b99babb692d76d8151bec46f461f8ad8daafbfd96b2fca40cadae65"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:1ab6527a20586d94291c96e00a668fa03f86189b8a9defa2cdd34a1a01acc7d5"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02318f01e332cc23ffb4f6716e05a492c5f18b1d13e343c49265149396284a44"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec4b52ce9a396260eb9731eb6aea41a7320de22ed73a1042c2230af0212758ce"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:018b691383026a2436a22b648873ed11444a364324e7088b99cd2503dd828400"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:309b10dbcab63269ecbf0e2ca10ce59223bb756ca5d431ce9c9eeabd446569da"}, + {file = "safetensors-0.4.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b277482120df46e27a58082df06a15aebda4481e30a1c21eefd0921ae7e03f65"}, + {file = "safetensors-0.4.3.tar.gz", hash = "sha256:2f85fc50c4e07a21e95c24e07460fe6f7e2859d0ce88092838352b798ce711c2"}, +] + +[package.extras] +all = ["safetensors[jax]", "safetensors[numpy]", "safetensors[paddlepaddle]", "safetensors[pinned-tf]", "safetensors[quality]", "safetensors[testing]", "safetensors[torch]"] +dev = ["safetensors[all]"] +jax = ["flax (>=0.6.3)", "jax (>=0.3.25)", "jaxlib (>=0.3.25)", "safetensors[numpy]"] +mlx = ["mlx (>=0.0.9)"] +numpy = ["numpy (>=1.21.6)"] +paddlepaddle = ["paddlepaddle (>=2.4.1)", "safetensors[numpy]"] +pinned-tf = ["safetensors[numpy]", "tensorflow (==2.11.0)"] +quality = ["black (==22.3)", "click (==8.0.4)", "flake8 (>=3.8.3)", "isort (>=5.5.4)"] +tensorflow = ["safetensors[numpy]", "tensorflow (>=2.11.0)"] +testing = ["h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "hypothesis (>=6.70.2)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "safetensors[numpy]", "setuptools-rust (>=1.5.2)"] +torch = ["safetensors[numpy]", "torch (>=1.10)"] + [[package]] name = "sentry-sdk" version = "1.45.0" @@ -3423,6 +3537,74 @@ files = [ docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.2)", "pytest-mock", "pytest-mypy-testing"] +[[package]] +name = "transformers" +version = "4.40.1" +description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" +optional = false +python-versions = ">=3.8.0" +files = [ + {file = "transformers-4.40.1-py3-none-any.whl", hash = "sha256:9d5ee0c8142a60501faf9e49a0b42f8e9cb8611823bce4f195a9325a6816337e"}, + {file = "transformers-4.40.1.tar.gz", hash = "sha256:55e1697e6f18b58273e7117bb469cdffc11be28995462d8d5e422fef38d2de36"}, +] + +[package.dependencies] +filelock = "*" +huggingface-hub = ">=0.19.3,<1.0" +numpy = ">=1.17" +packaging = ">=20.0" +pyyaml = ">=5.1" +regex = "!=2019.12.17" +requests = "*" +safetensors = ">=0.4.1" +tokenizers = ">=0.19,<0.20" +tqdm = ">=4.27" + +[package.extras] +accelerate = ["accelerate (>=0.21.0)"] +agents = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.21.0)", "datasets (!=2.5.0)", "diffusers", "opencv-python", "sentencepiece (>=0.1.91,!=0.1.92)", "torch"] +all = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.21.0)", "av (==9.2.0)", "codecarbon (==1.2.0)", "decord (==0.6.0)", "flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune] (>=2.7.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.6,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timm", "tokenizers (>=0.19,<0.20)", "torch", "torchaudio", "torchvision"] +audio = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] +codecarbon = ["codecarbon (==1.2.0)"] +deepspeed = ["accelerate (>=0.21.0)", "deepspeed (>=0.9.3)"] +deepspeed-testing = ["GitPython (<3.1.19)", "accelerate (>=0.21.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "deepspeed (>=0.9.3)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder (>=0.3.0)", "nltk", "optuna", "parameterized", "protobuf", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.1.5)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"] +dev = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.21.0)", "av (==9.2.0)", "beautifulsoup4", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "decord (==0.6.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "flax (>=0.4.1,<=0.7.0)", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "nltk", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.1.5)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "tensorflow (>=2.6,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "timm", "tokenizers (>=0.19,<0.20)", "torch", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] +dev-tensorflow = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "isort (>=5.5.4)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "nltk", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.1.5)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "tensorflow (>=2.6,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.19,<0.20)", "urllib3 (<2.0.0)"] +dev-torch = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.21.0)", "beautifulsoup4", "codecarbon (==1.2.0)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "fugashi (>=1.0)", "hf-doc-builder", "hf-doc-builder (>=0.3.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "kenlm", "librosa", "nltk", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.1.5)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "timeout-decorator", "timm", "tokenizers (>=0.19,<0.20)", "torch", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"] +docs = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.21.0)", "av (==9.2.0)", "codecarbon (==1.2.0)", "decord (==0.6.0)", "flax (>=0.4.1,<=0.7.0)", "hf-doc-builder", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune] (>=2.7.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>=2.6,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timm", "tokenizers (>=0.19,<0.20)", "torch", "torchaudio", "torchvision"] +docs-specific = ["hf-doc-builder"] +flax = ["flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "optax (>=0.0.8,<=0.1.4)"] +flax-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] +ftfy = ["ftfy"] +integrations = ["optuna", "ray[tune] (>=2.7.0)", "sigopt"] +ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "rhoknp (>=1.1.0,<1.3.1)", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"] +modelcreation = ["cookiecutter (==1.7.3)"] +natten = ["natten (>=0.14.6,<0.15.0)"] +onnx = ["onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "tf2onnx"] +onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"] +optuna = ["optuna"] +quality = ["GitPython (<3.1.19)", "datasets (!=2.5.0)", "hf-doc-builder (>=0.3.0)", "isort (>=5.5.4)", "ruff (==0.1.5)", "urllib3 (<2.0.0)"] +ray = ["ray[tune] (>=2.7.0)"] +retrieval = ["datasets (!=2.5.0)", "faiss-cpu"] +sagemaker = ["sagemaker (>=2.31.0)"] +sentencepiece = ["protobuf", "sentencepiece (>=0.1.91,!=0.1.92)"] +serving = ["fastapi", "pydantic", "starlette", "uvicorn"] +sigopt = ["sigopt"] +sklearn = ["scikit-learn"] +speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"] +testing = ["GitPython (<3.1.19)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "hf-doc-builder (>=0.3.0)", "nltk", "parameterized", "protobuf", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.1.5)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"] +tf = ["keras-nlp (>=0.3.1)", "onnxconverter-common", "tensorflow (>=2.6,<2.16)", "tensorflow-text (<2.16)", "tf2onnx"] +tf-cpu = ["keras-nlp (>=0.3.1)", "onnxconverter-common", "tensorflow-cpu (>=2.6,<2.16)", "tensorflow-text (<2.16)", "tf2onnx"] +tf-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"] +timm = ["timm"] +tokenizers = ["tokenizers (>=0.19,<0.20)"] +torch = ["accelerate (>=0.21.0)", "torch"] +torch-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"] +torch-vision = ["Pillow (>=10.0.1,<=15.0)", "torchvision"] +torchhub = ["filelock", "huggingface-hub (>=0.19.3,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.19,<0.20)", "torch", "tqdm (>=4.27)"] +video = ["av (==9.2.0)", "decord (==0.6.0)"] +vision = ["Pillow (>=10.0.1,<=15.0)"] + [[package]] name = "typer" version = "0.12.3" @@ -3673,4 +3855,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "54549ef11aa0cf0d908c1d2fc053962c6df53912285f75945c85cd7fef673ab3" +content-hash = "c9a0f03637a0f69f931480bf8e0d08b7a2f4d121054b7f431d75c9562316fac7" diff --git a/agents-api/pyproject.toml b/agents-api/pyproject.toml index 41d8366c7..5ff6e0a4d 100644 --- a/agents-api/pyproject.toml +++ b/agents-api/pyproject.toml @@ -26,6 +26,9 @@ jinja2 = "^3.1.3" jinja2schema = "^0.1.4" jsonschema = "^4.21.1" litellm = "^1.35.32" +numpy = "^1.26.4" +transformers = "^4.40.1" +tiktoken = "^0.6.0" [tool.poetry.group.dev.dependencies] From 28ca795d4894c71aefb349e30bb7034d63a5825b Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Sat, 4 May 2024 13:25:13 +0000 Subject: [PATCH 22/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index c9c50c38d..296cac195 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 95b8377d2..eafd71c7e 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 7eb8104aa..8051e8e84 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index d1c72ca2e..908fcd2ca 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 2b045d00a..9f1cbd68c 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 393591c70..b69138e43 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index bf8e4b912..3cea180c3 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 49f400e93..2668b65c3 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 15c2bf115..7685d4b6a 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index bda67a0f4..cd9ad77fb 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 459c664f5..7026c1926 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 75e7de3e4..98dd3c872 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index c62726d07..391851f6c 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 67304af46..67b5895d1 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 3b1815d46..8e8cd5029 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 7f1f17b05..a3bc3a01e 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 511aa0505..ddcc72052 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index c15d6c98b..9ea5e5660 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index e4c9baad7..c052868a3 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index a1a62a95b..9428c42a3 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/985d7769769def1f2c7e9356b0818dc7b3f42bb1/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/xor.ts#L1) From adff5226141266ad6888be76c218a81451160ba8 Mon Sep 17 00:00:00 2001 From: Siddharth Balyan Date: Mon, 6 May 2024 16:05:00 +0530 Subject: [PATCH 23/51] f/restructured readme --- README.md | 133 ++++++++++++++++++++++++++---------------------------- 1 file changed, 64 insertions(+), 69 deletions(-) diff --git a/README.md b/README.md index 9bf086351..81adfaf6c 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,83 @@ -# Julep -[![julep](https://socialify.git.ci/julep-ai/julep/image?description=1&descriptionEditable=Open%20platform%20for%20building%20stateful%20AI%20apps&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fjulep-ai%2Fjulep%2Fdev%2F.github%2Fjulep-logo.svg&name=1&owner=1&theme=Light)](https://github.com/julep-ai/julep) +
+ julep +
+ +--- + +

+Start your project with conversation history, support for any LLM, agentic workflows, integrations & more. +

+ +

+
+ Explore the docs » +
+
+ Report Bug + · + Request Feature + · + Join Our Discord + · + X + · + LinkedIn -

-Julep: an alcoholic drink containing whisky, crushed ice, sugar, and pieces of mint

+

- Discord -   - X (formerly Twitter) Follow -       NPM Version   PyPI - Version   Docker Image Version -       +   GitHub License

--- +## Why Julep? +We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. -[Julep](https://julep.ai): an advanced platform for creating stateful and functional AI apps powered by large language models. +**The Problem** ---- +Even for simple apps you have to: +- pick the right language model for your use case +- pick the right framework +- pick the right embedding model +- choose the vector store and RAG pipeline +- build integrations +- tweak all of the parameters (temp, penalty, max tokens, similarity thresholds, chunk size, and so on) +- write and iterate on prompts for them to work + +**The Solution**: +Julep eases the burden and time taken to get up and running with any AI app. -## Getting Started +- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. +- **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* +- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. +- **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! +- **90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://docs.composio.dev/framework/julep/) natively. +- ***GitHub Actions-like workflows for task**: Define agentic workflows to be executed asynchronously without worrying about timeouts. +> (*) Features coming soon! + + + + +## Quickstart ### Option 1: Install and run Julep locally - Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally ```bash # Add the docker compose to your project dir wget https://raw.githubusercontent.com/julep-ai/julep/dev/deploy/docker-compose.yml - # Add the .env file to your project dir wget https://raw.githubusercontent.com/julep-ai/julep/dev/deploy/.env.example -O .env - # Pull the latest images docker compose pull - # Start the services (in detached mode) docker compose up -d - ``` - The API would now be available at: `http://0.0.0.0:8080` @@ -83,40 +119,21 @@ client = Client(api_key=api_key, base_url=base_url) ### Create an agent Agent is the object to which LLM settings like model, temperature along with tools are scoped to. ```py -name = "Jessica" -about = "Jessica is a stuck up Cali teenager. Showing rebellion is an evolutionary necessity for her." -default_settings = { - "temperature": 0.7, - "top_p": 1, - "min_p": 0.01, - "presence_penalty": 0, - "frequency_penalty": 0, - "length_penalty": 1.0, - "max_tokens": 150, -} - agent = client.agents.create( - name=name, - about=about, - default_settings=default_settings, + name="Jessica" model="gpt-4", - tools=[] + tools=[] # Tools defined here ) ``` - ### Create a user User is the object which represents the user of the application. Memories are formed and saved for each user and many users can talk to one agent. - ```py -about = """Average nerdy techbro/girl who spends 8 hours a day in front of a laptop. -Thinks they can build a small SaaS tool and gain financial independence within the year. -""" user = client.users.create( name="Anon", - about=about, + about="Average nerdy techbro/girl spending 8 hours a day on a laptop, ) ``` @@ -130,14 +147,9 @@ The session paradigm allows for; many users to interact with one agent and allow situation_prompt = """You are Jessica. You're a stuck up Cali teenager. You basically complain about everything. You live in Bel-Air, Los Angeles and drag yourself to Curtis High School when you must. """ - -session = client.sessions.create( - user_id=user.id, agent_id=agent.id, situation=situation_prompt -) session = client.sessions.create( user_id=user.id, agent_id=agent.id, situation=situation_prompt ) - ``` ### Start a stateful conversation @@ -166,30 +178,6 @@ response = client.sessions.chat( print("\n".join(textwrap.wrap(response.response[0][0].content, width=100))) ``` - ---- - -## Key Features -Julep offers a separation of concerns. Easing the burden and time taken to get up and running with any AI app, be it conversational, functional or agentic. - - -- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. -- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. -- **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! -- ***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. -- ***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. -- ***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* - -> (*) Features coming soon! - -![alt text](image.png) - ---- -## What can you build with Julep? - -- Cookbook Example 1 -- Cookbook Example 2 -- Cookbook Example 3 --- ## API and SDKs @@ -216,6 +204,14 @@ npm install @julep/sdk For more information on using the TypeScript SDK, please refer to the [TypeScript SDK documentation](https://docs.julep.ai/api-reference/js-sdk-docs). +--- +## Examples +You can test different examples of using Julep to make apps in the [example app docs](https://docs.julep.ai/cookbooks/example-apps). + +1. [Simple Conversational Bot](https://deepnote.com/app/julep-ai-761c/Julep-Mixers-4dfff09a-84f2-4278-baa3-d1a00b88ba26) +2. [Discord Bot with Long-Term Memory](https://replit.com/@alt-glitch/LLM-App-with-Long-Term-Memory) +3. [AI Dungeon Master](https://github.com/julep-ai/julep-examples/tree/main/dungeon-master) +4. [Community Feedback Agent](https://github.com/julep-ai/julep-examples/tree/main/community-feedback) --- ## Deployment @@ -243,7 +239,6 @@ If you have any questions, need assistance, or want to get in touch with the Jul - [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. - GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. -- Email Support: If you need direct assistance from our support team, send an email to hey@julep.ai, and we'll get back to you as soon as possible. +- Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. - Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) - [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. - From b3897b4af5e94d553f248099d47eb56b8a0dd6d0 Mon Sep 17 00:00:00 2001 From: alt-glitch Date: Mon, 6 May 2024 10:35:34 +0000 Subject: [PATCH 24/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/README.md | 128 ++++++------ docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 21 files changed, 280 insertions(+), 284 deletions(-) diff --git a/docs/js-sdk-docs/README.md b/docs/js-sdk-docs/README.md index d5ac38c14..5baca4a23 100644 --- a/docs/js-sdk-docs/README.md +++ b/docs/js-sdk-docs/README.md @@ -1,49 +1,83 @@ @julep/sdk / [Modules](modules.md) -# Julep -[![julep](https://socialify.git.ci/julep-ai/julep/image?description=1&descriptionEditable=Open%20platform%20for%20building%20stateful%20AI%20apps&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fjulep-ai%2Fjulep%2Fdev%2F.github%2Fjulep-logo.svg&name=1&owner=1&theme=Light)](https://github.com/julep-ai/julep) +
+ julep +
+ +--- + +

+Start your project with conversation history, support for any LLM, agentic workflows, integrations & more. +

+ +

+
+ Explore the docs » +
+
+ Report Bug + · + Request Feature + · + Join Our Discord + · + X + · + LinkedIn -

-Julep: an alcoholic drink containing whisky, crushed ice, sugar, and pieces of mint

- Discord -   - X (formerly Twitter) Follow -       NPM Version   PyPI - Version   Docker Image Version -       +   GitHub License

--- +## Why Julep? +We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. -[Julep](https://julep.ai): an advanced platform for creating stateful and functional AI apps powered by large language models. +**The Problem** ---- +Even for simple apps you have to: +- pick the right language model for your use case +- pick the right framework +- pick the right embedding model +- choose the vector store and RAG pipeline +- build integrations +- tweak all of the parameters (temp, penalty, max tokens, similarity thresholds, chunk size, and so on) +- write and iterate on prompts for them to work + +**The Solution**: +Julep eases the burden and time taken to get up and running with any AI app. -## Getting Started +- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. +- **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* +- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. +- **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! +- **90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://docs.composio.dev/framework/julep/) natively. +- ***GitHub Actions-like workflows for task**: Define agentic workflows to be executed asynchronously without worrying about timeouts. +> (*) Features coming soon! + + + +## Quickstart ### Option 1: Install and run Julep locally - Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally ```bash # Add the docker compose to your project dir wget https://raw.githubusercontent.com/julep-ai/julep/dev/deploy/docker-compose.yml - # Add the .env file to your project dir wget https://raw.githubusercontent.com/julep-ai/julep/dev/deploy/.env.example -O .env - # Pull the latest images docker compose pull - # Start the services (in detached mode) docker compose up -d - ``` - The API would now be available at: `http://0.0.0.0:8080` @@ -85,24 +119,10 @@ client = Client(api_key=api_key, base_url=base_url) ### Create an agent Agent is the object to which LLM settings like model, temperature along with tools are scoped to. ```py -name = "Jessica" -about = "Jessica is a stuck up Cali teenager. Showing rebellion is an evolutionary necessity for her." -default_settings = { - "temperature": 0.7, - "top_p": 1, - "min_p": 0.01, - "presence_penalty": 0, - "frequency_penalty": 0, - "length_penalty": 1.0, - "max_tokens": 150, -} - agent = client.agents.create( - name=name, - about=about, - default_settings=default_settings, + name="Jessica" model="gpt-4", - tools=[] + tools=[] # Tools defined here ) ``` @@ -110,14 +130,10 @@ agent = client.agents.create( User is the object which represents the user of the application. Memories are formed and saved for each user and many users can talk to one agent. - ```py -about = """Average nerdy techbro/girl who spends 8 hours a day in front of a laptop. -Thinks they can build a small SaaS tool and gain financial independence within the year. -""" user = client.users.create( name="Anon", - about=about, + about="Average nerdy techbro/girl spending 8 hours a day on a laptop, ) ``` @@ -131,14 +147,9 @@ The session paradigm allows for; many users to interact with one agent and allow situation_prompt = """You are Jessica. You're a stuck up Cali teenager. You basically complain about everything. You live in Bel-Air, Los Angeles and drag yourself to Curtis High School when you must. """ - session = client.sessions.create( user_id=user.id, agent_id=agent.id, situation=situation_prompt ) -session = client.sessions.create( - user_id=user.id, agent_id=agent.id, situation=situation_prompt -) - ``` ### Start a stateful conversation @@ -167,29 +178,6 @@ response = client.sessions.chat( print("\n".join(textwrap.wrap(response.response[0][0].content, width=100))) ``` - ---- - -## Key Features -Julep offers a separation of concerns. Easing the burden and time taken to get up and running with any AI app, be it conversational, functional or agentic. - -- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. -- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. -- **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! -- ***Cron-like asynchronous functions**: Support for functions to be executed periodically and asynchronously. -- ***90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://composio.dev/) natively. -- ***Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* - -> (*) Features coming soon! - -![alt text](image.png) - ---- -## What can you build with Julep? - -- Cookbook Example 1 -- Cookbook Example 2 -- Cookbook Example 3 --- ## API and SDKs @@ -215,6 +203,14 @@ npm install @julep/sdk For more information on using the TypeScript SDK, please refer to the [TypeScript SDK documentation](https://docs.julep.ai/api-reference/js-sdk-docs). +--- +## Examples +You can test different examples of using Julep to make apps in the [example app docs](https://docs.julep.ai/cookbooks/example-apps). + +1. [Simple Conversational Bot](https://deepnote.com/app/julep-ai-761c/Julep-Mixers-4dfff09a-84f2-4278-baa3-d1a00b88ba26) +2. [Discord Bot with Long-Term Memory](https://replit.com/@alt-glitch/LLM-App-with-Long-Term-Memory) +3. [AI Dungeon Master](https://github.com/julep-ai/julep-examples/tree/main/dungeon-master) +4. [Community Feedback Agent](https://github.com/julep-ai/julep-examples/tree/main/community-feedback) --- ## Deployment @@ -242,6 +238,6 @@ If you have any questions, need assistance, or want to get in touch with the Jul - [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. - GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. -- Email Support: If you need direct assistance from our support team, send an email to hey@julep.ai, and we'll get back to you as soon as possible. +- Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. - Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) - [Hop on a call](https://calendly.com/diwank-julep): We wanna know what you're building and how we can tweak and tune Julep to help you build your next AI app. diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 296cac195..36c3f84cc 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index eafd71c7e..8a4e94b19 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 8051e8e84..6b7279c38 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 908fcd2ca..33c1cf383 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 9f1cbd68c..aec07c40d 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index b69138e43..46d733e4a 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 3cea180c3..35c6464a6 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 2668b65c3..1941a8bd8 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 7685d4b6a..700aa9d60 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index cd9ad77fb..9cb3b3a04 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 7026c1926..5e0f80ceb 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 98dd3c872..0ab747110 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 391851f6c..5ab3fbd0d 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 67b5895d1..5497be685 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 8e8cd5029..896f51dd1 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index a3bc3a01e..1844656af 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index ddcc72052..2dbddfc15 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 9ea5e5660..ac5977203 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index c052868a3..74d35504b 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 9428c42a3..25ba3c08f 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/968c446c78e54d594bae1f5931969f04134fdc0a/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/xor.ts#L1) From f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Wed, 8 May 2024 10:23:20 +0300 Subject: [PATCH 25/51] Fix docs search (#311) * fix: Increase vector size * fix: Dump ContentItem * fix: Embed with custom model * fix: Disable tools embeddings * fix: Fix summarization model path * fix: Comment out unused query part * fix: Make tool id optional --- .../agents_api/activities/summarization.py | 13 ++++- .../models/entry/proc_mem_context.py | 16 +++--- .../models/entry/test_entry_queries.py | 6 +- .../agents_api/routers/agents/routers.py | 57 ++++++++++--------- .../agents_api/routers/sessions/session.py | 8 ++- model-serving/model_api/protocol.py | 2 +- 6 files changed, 60 insertions(+), 42 deletions(-) diff --git a/agents-api/agents_api/activities/summarization.py b/agents-api/agents_api/activities/summarization.py index a9843ab8e..85a8a9ae5 100644 --- a/agents-api/agents_api/activities/summarization.py +++ b/agents-api/agents_api/activities/summarization.py @@ -10,7 +10,8 @@ entries_summarization_query, ) from agents_api.common.protocol.entries import Entry -from ..env import summarization_model_name +from ..model_registry import JULEP_MODELS +from ..env import summarization_model_name, model_inference_url, model_api_key example_previous_memory = """ @@ -128,6 +129,12 @@ async def run_prompt( parser: Callable[[str], str] = lambda x: x, **kwargs, ) -> str: + api_base = None + api_key = None + if model in JULEP_MODELS: + api_base = model_inference_url + api_key = model_api_key + model = f"openai/{model}" prompt = make_prompt(dialog, previous_memories, **kwargs) response = await acompletion( model=model, @@ -141,6 +148,8 @@ async def run_prompt( temperature=temperature, stop=["<", "<|"], stream=False, + api_base=api_base, + api_key=api_key, ) content = response.choices[0].message.content @@ -159,7 +168,7 @@ async def summarization(session_id: str) -> None: assert len(entries) > 0, "no need to summarize on empty entries list" response = await run_prompt( - dialog=entries, previous_memories=[], model=summarization_model_name + dialog=entries, previous_memories=[], model=f"openai/{summarization_model_name}" ) new_entry = Entry( diff --git a/agents-api/agents_api/models/entry/proc_mem_context.py b/agents-api/agents_api/models/entry/proc_mem_context.py index d0eac411e..eaf739561 100644 --- a/agents-api/agents_api/models/entry/proc_mem_context.py +++ b/agents-api/agents_api/models/entry/proc_mem_context.py @@ -18,7 +18,6 @@ def proc_mem_context_query( Parameters: session_id (UUID), - tool_query_embedding (list[float]), doc_query_embedding (list[float]), tools_confidence (float), docs_confidence (float), @@ -29,9 +28,8 @@ def proc_mem_context_query( Return type: A pandas DataFrame containing the query results. """ - VECTOR_SIZE = 768 + VECTOR_SIZE = 1024 session_id = str(session_id) - assert len(tool_query_embedding) == len(doc_query_embedding) == VECTOR_SIZE tools_radius: float = 1.0 - tools_confidence docs_radius: float = 1.0 - docs_confidence @@ -41,14 +39,14 @@ def proc_mem_context_query( {{ # Input table for the query # (This is temporary to this query) - input[session_id, tool_query, doc_query] <- [[ + input[session_id, doc_query] <- [[ to_uuid($session_id), - $tool_query_embedding, + # $tool_query_embedding, $doc_query_embedding, ]] - ?[session_id, tool_query, doc_query, agent_id, user_id] := - input[session_id, tool_query, doc_query], + ?[session_id, doc_query, agent_id, user_id] := + input[session_id, doc_query], *session_lookup{{ session_id, agent_id, @@ -59,7 +57,7 @@ def proc_mem_context_query( session_id: Uuid, agent_id: Uuid, user_id: Uuid, - tool_query: , + # tool_query: , doc_query: , }} }} {{ @@ -130,7 +128,7 @@ def proc_mem_context_query( # Search for tools ?[role, name, content, token_count, created_at, index] := - *_input{{agent_id, tool_query}}, + #*_input{{agent_id, tool_query}}, # ~agent_functions:embedding_space {{ # agent_id, # name: fn_name, diff --git a/agents-api/agents_api/models/entry/test_entry_queries.py b/agents-api/agents_api/models/entry/test_entry_queries.py index 8a084ed44..04a49ea0e 100644 --- a/agents-api/agents_api/models/entry/test_entry_queries.py +++ b/agents-api/agents_api/models/entry/test_entry_queries.py @@ -173,10 +173,10 @@ def _(): client=client, ), embed_docs_snippets_query( - agent_doc_id, snippet_indices=[0], embeddings=[[1.0] * 768], client=client + agent_doc_id, snippet_indices=[0], embeddings=[[1.0] * 1024], client=client ), embed_docs_snippets_query( - user_doc_id, snippet_indices=[0], embeddings=[[1.0] * 768], client=client + user_doc_id, snippet_indices=[0], embeddings=[[1.0] * 1024], client=client ), ] @@ -185,7 +185,7 @@ def _(): result = proc_mem_context_query( session_id=session_id, tool_query_embedding=[0.9] * 768, - doc_query_embedding=[0.9] * 768, + doc_query_embedding=[0.9] * 1024, client=client, ) diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index 8acc8990f..b9cab13de 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -45,7 +45,6 @@ embed_docs_snippets_query, ) from agents_api.models.tools.create_tools import create_function_query -from agents_api.models.tools.embed_tools import embed_functions_query from agents_api.models.tools.list_tools import list_functions_by_agent_query from agents_api.models.tools.get_tools import get_function_by_id_query from agents_api.models.tools.delete_tools import delete_function_by_id_query @@ -247,30 +246,36 @@ async def create_agent( if request.docs: for info in request.docs: + content = [ + (c.model_dump() if isinstance(c, ContentItem) else c) + for c in ( + [info.content] if isinstance(info.content, str) else info.content + ) + ] create_docs_query( owner_type="agent", owner_id=new_agent_id, id=uuid4(), title=info.title, - content=info.content, + content=content, metadata=info.metadata or {}, ) if request.tools: functions = [t.function for t in request.tools] - embeddings = await embed( - [ - function_embed_instruction - + f"{function.name}, {function.description}, " - + "required_params:" - + function.parameters.model_dump_json() - for function in functions - ] - ) + # embeddings = await embed( + # [ + # function_embed_instruction + # + f"{function.name}, {function.description}, " + # + "required_params:" + # + function.parameters.model_dump_json() + # for function in functions + # ] + # ) create_tools_query( new_agent_id, functions, - embeddings, + [[0.0] * 768], ) return res @@ -435,20 +440,20 @@ async def create_tool( created_at=resp["created_at"][0], ) - embeddings = await embed( - [ - function_embed_instruction - + request.function.description - + "\nParameters: " - + json.dumps(request.function.parameters.model_dump()) - ] - ) - - embed_functions_query( - agent_id=agent_id, - tool_ids=[tool_id], - embeddings=embeddings, - ) + # embeddings = await embed( + # [ + # function_embed_instruction + # + request.function.description + # + "\nParameters: " + # + json.dumps(request.function.parameters.model_dump()) + # ] + # ) + + # embed_functions_query( + # agent_id=agent_id, + # tool_ids=[tool_id], + # embeddings=embeddings, + # ) return res diff --git a/agents-api/agents_api/routers/sessions/session.py b/agents-api/agents_api/routers/sessions/session.py index 02fd66791..e71d53871 100644 --- a/agents-api/agents_api/routers/sessions/session.py +++ b/agents-api/agents_api/routers/sessions/session.py @@ -19,7 +19,11 @@ from ...common.protocol.entries import Entry from ...common.protocol.sessions import SessionData from ...common.utils.template import render_template -from ...env import summarization_tokens_threshold +from ...env import ( + summarization_tokens_threshold, + docs_embedding_service_url, + docs_embedding_model_id, +) from ...model_registry import ( JULEP_MODELS, get_extra_settings, @@ -201,6 +205,8 @@ async def forward( ] ], join_inputs=False, + embedding_service_url=docs_embedding_service_url, + embedding_model_name=docs_embedding_model_id, ) entries: list[Entry] = [] diff --git a/model-serving/model_api/protocol.py b/model-serving/model_api/protocol.py index 99f6eebd0..dcffdce40 100644 --- a/model-serving/model_api/protocol.py +++ b/model-serving/model_api/protocol.py @@ -93,7 +93,7 @@ class Type(Enum): class Tool(BaseModel): type: Type function: FunctionDef - id: str + id: str | None = None class SamplingParams(SamplingParams): From 6955716adad7e323e58f1c5f846434cc732262dc Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Wed, 8 May 2024 07:23:50 +0000 Subject: [PATCH 26/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 36c3f84cc..44330ce8e 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 8a4e94b19..29b84189b 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 6b7279c38..d00ee8d4b 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 33c1cf383..beb6d144a 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index aec07c40d..6ed70d330 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 46d733e4a..355fc88ad 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 35c6464a6..838531d50 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 1941a8bd8..9cb364509 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 700aa9d60..69e8d115d 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 9cb3b3a04..13b6a20a0 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 5e0f80ceb..97a75db46 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 0ab747110..5a6b057b2 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 5ab3fbd0d..4900d601b 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 5497be685..a89d8c7ab 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 896f51dd1..36a38bae3 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 1844656af..77ef98ada 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 2dbddfc15..e5a83ce88 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index ac5977203..efe6fab7d 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 74d35504b..e4dafc1b7 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 25ba3c08f..eac25120f 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/adff5226141266ad6888be76c218a81451160ba8/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/xor.ts#L1) From 08407a6147cd8759256e5a36f249a98b1d2477ab Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Wed, 8 May 2024 21:20:51 +0300 Subject: [PATCH 27/51] fix: Set the same list size as functions --- agents-api/agents_api/routers/agents/routers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index b9cab13de..884c14183 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -275,7 +275,7 @@ async def create_agent( create_tools_query( new_agent_id, functions, - [[0.0] * 768], + [[0.0] * 768] * len(functions), ) return res From 893798560d5701ae81782aad112bc41926a7962e Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Wed, 8 May 2024 18:21:27 +0000 Subject: [PATCH 28/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 44330ce8e..338500a24 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 29b84189b..acca5fc92 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index d00ee8d4b..e64df3bf6 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index beb6d144a..50a28fd4d 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 6ed70d330..1c9e4a692 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 355fc88ad..584c07263 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 838531d50..1e266afd0 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 9cb364509..f848ef3ff 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 69e8d115d..547a93d83 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 13b6a20a0..4166b4f02 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 97a75db46..871537a82 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 5a6b057b2..1475ac5d5 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 4900d601b..bf7142977 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index a89d8c7ab..ef5f16368 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 36a38bae3..ec4a3fa76 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 77ef98ada..029415587 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index e5a83ce88..fd9d24203 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index efe6fab7d..1cc7b1e41 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index e4dafc1b7..33f02e210 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index eac25120f..aaf608741 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/f3ac1cb0a0d96013b99775f23b1dcd922ffda0a1/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/xor.ts#L1) From cb049a2e29c090d69bdfc1216e6301c9764b37b3 Mon Sep 17 00:00:00 2001 From: developers Date: Thu, 9 May 2024 12:07:03 +0000 Subject: [PATCH 29/51] GITBOOK-71: No subject --- docs/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index d77b72d3d..ae295178c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,11 +34,9 @@ Even for simple apps you have to: This is so tiring and cumbersome. We want to build a better way that "just works" so you can build your _AI app 10x faster with 0 decision burden_**.** +[https://youtu.be/Z6Ifxv6rAkk](https://youtu.be/Z6Ifxv6rAkk) - -{% embed url="https://www.youtube.com/watch?v=4VMMN--oMO8" %} -A short intro to Julep -{% endembed %} +{% embed url="https://youtu.be/Z6Ifxv6rAkk" %} ## Features From dfd1ebda329dfb9b47d97bcc2cf455acf0ed5399 Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Thu, 9 May 2024 12:07:34 +0000 Subject: [PATCH 30/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 338500a24..ac65023b6 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index acca5fc92..36a803e93 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index e64df3bf6..f0d1a364c 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 50a28fd4d..81eaed16a 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 1c9e4a692..15d7a0200 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 584c07263..39e013c54 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 1e266afd0..5c0aa4618 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index f848ef3ff..b9e4397b9 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 547a93d83..a314e40bb 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 4166b4f02..1c7263ebc 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 871537a82..9c9fa733e 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 1475ac5d5..ad6495bc4 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index bf7142977..bd0e36a13 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index ef5f16368..e2dfbeda6 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index ec4a3fa76..177287441 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 029415587..3ccbfbffc 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index fd9d24203..811ca15e5 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 1cc7b1e41..466ba99e5 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 33f02e210..22d3b4768 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index aaf608741..8283aae19 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/08407a6147cd8759256e5a36f249a98b1d2477ab/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/xor.ts#L1) From bb43789314eeb29f1edf50de078b6caa2063a2e9 Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Thu, 9 May 2024 17:20:47 +0300 Subject: [PATCH 31/51] fix: Make tool ID optional, support older syntax --- model-serving/model_api/protocol.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model-serving/model_api/protocol.py b/model-serving/model_api/protocol.py index dcffdce40..ba566abdd 100644 --- a/model-serving/model_api/protocol.py +++ b/model-serving/model_api/protocol.py @@ -1,5 +1,5 @@ from enum import Enum -from typing import Literal, TypeAlias, Union +from typing import Literal, TypeAlias, Union, Optional from pydantic import BaseModel, Field, ConfigDict, validator from vllm.entrypoints.openai.protocol import ( CompletionRequest, @@ -93,7 +93,7 @@ class Type(Enum): class Tool(BaseModel): type: Type function: FunctionDef - id: str | None = None + id: Optional[str] = None class SamplingParams(SamplingParams): From 11c6e8024523f36d99e0fe722c342b4d5dcb76b2 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 9 May 2024 14:22:29 +0000 Subject: [PATCH 32/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index ac65023b6..ea42c6d78 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 36a803e93..aa18c11eb 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index f0d1a364c..2145fa65f 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 81eaed16a..165885e48 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 15d7a0200..af5397d2e 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 39e013c54..7d83d851d 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 5c0aa4618..53fab3652 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index b9e4397b9..fef820c2e 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index a314e40bb..541e6cc65 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 1c7263ebc..1fa3b88ad 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 9c9fa733e..f8b306c03 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index ad6495bc4..33f1729c1 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index bd0e36a13..a3587e98a 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index e2dfbeda6..445f4fd19 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 177287441..9b06c3c28 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 3ccbfbffc..1a507c418 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 811ca15e5..539d3de59 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 466ba99e5..bf9144e5d 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 22d3b4768..70eabbac0 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 8283aae19..8fb60f70b 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/cb049a2e29c090d69bdfc1216e6301c9764b37b3/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/xor.ts#L1) From ee885862c9152eefc9e7303f9a4e0ecb563b7904 Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Thu, 9 May 2024 17:49:48 +0300 Subject: [PATCH 33/51] fix: Retrieve only tools that belong to the given agent --- agents-api/agents_api/models/entry/proc_mem_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents-api/agents_api/models/entry/proc_mem_context.py b/agents-api/agents_api/models/entry/proc_mem_context.py index eaf739561..c6712bd51 100644 --- a/agents-api/agents_api/models/entry/proc_mem_context.py +++ b/agents-api/agents_api/models/entry/proc_mem_context.py @@ -128,7 +128,7 @@ def proc_mem_context_query( # Search for tools ?[role, name, content, token_count, created_at, index] := - #*_input{{agent_id, tool_query}}, + *_input{{agent_id}}, # ~agent_functions:embedding_space {{ # agent_id, # name: fn_name, From 6919cca2c44164319e7b8ac8ce034ed956303cc1 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 9 May 2024 14:50:40 +0000 Subject: [PATCH 34/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index ea42c6d78..68c90b83b 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index aa18c11eb..532331329 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 2145fa65f..242f9f8da 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 165885e48..a7527e211 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index af5397d2e..c88fb85ea 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 7d83d851d..d3d31005c 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 53fab3652..43e53dca5 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index fef820c2e..35a1fba06 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 541e6cc65..fbe6155da 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 1fa3b88ad..ea28bc3b3 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index f8b306c03..197e9243c 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 33f1729c1..153692e53 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index a3587e98a..388037f22 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 445f4fd19..e3c486235 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 9b06c3c28..25d2fb082 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 1a507c418..ab572f20a 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 539d3de59..15882139f 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index bf9144e5d..b23f2df0c 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 70eabbac0..4a28b4af5 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 8fb60f70b..c9e0d1421 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/bb43789314eeb29f1edf50de078b6caa2063a2e9/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/xor.ts#L1) From 8464f9a823e2fa8a973bd49acc3ab1c1ef211d53 Mon Sep 17 00:00:00 2001 From: Siddharth Balyan <52913345+alt-glitch@users.noreply.github.com> Date: Thu, 9 May 2024 22:09:10 +0530 Subject: [PATCH 35/51] Fix Discord Invites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81adfaf6c..25904a6ad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Start your project with conversation history, support for any LLM, agentic workf · Request Feature · - Join Our Discord + Join Our Discord · X · @@ -237,7 +237,7 @@ Julep AI is released under the Apache 2.0 License. By using, contributing to, or ## Contact and Support If you have any questions, need assistance, or want to get in touch with the Julep AI team, please use the following channels: -- [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. +- [Discord](https://discord.com/invite/JTSBGRZrzj): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. - GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. - Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. - Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) From 41a90e91c5547cc06f987b0dcc27e56c7f4ab68f Mon Sep 17 00:00:00 2001 From: alt-glitch Date: Thu, 9 May 2024 16:39:39 +0000 Subject: [PATCH 36/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/README.md | 4 +- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 21 files changed, 220 insertions(+), 220 deletions(-) diff --git a/docs/js-sdk-docs/README.md b/docs/js-sdk-docs/README.md index 5baca4a23..54fb6feb8 100644 --- a/docs/js-sdk-docs/README.md +++ b/docs/js-sdk-docs/README.md @@ -19,7 +19,7 @@ Start your project with conversation history, support for any LLM, agentic workf · Request Feature · - Join Our Discord + Join Our Discord · X · @@ -236,7 +236,7 @@ Julep AI is released under the Apache 2.0 License. By using, contributing to, or ## Contact and Support If you have any questions, need assistance, or want to get in touch with the Julep AI team, please use the following channels: -- [Discord](https://discord.com/invite/vNbuaNFM): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. +- [Discord](https://discord.com/invite/JTSBGRZrzj): Join our community forum to discuss ideas, ask questions, and get help from other Julep AI users and the development team. - GitHub Issues: For technical issues, bug reports, and feature requests, please open an issue on the Julep AI GitHub repository. - Email Support: If you need direct assistance from our support team, send an email to diwank@julep.ai, and we'll get back to you as soon as possible. - Follow for updates on [X](https://twitter.com/julep_ai) & [LinkedIn](https://www.linkedin.com/company/julep-ai/) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 68c90b83b..e019f6a68 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 532331329..49a1c6052 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 242f9f8da..8907b12ef 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index a7527e211..868c20699 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index c88fb85ea..a411e9c99 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index d3d31005c..1c091e4cc 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 43e53dca5..3e5f2042e 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 35a1fba06..036aa5bbe 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index fbe6155da..3bc3046ef 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index ea28bc3b3..1c6a0ada5 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 197e9243c..674aa009d 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 153692e53..3cb4bd65a 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 388037f22..ff99ae818 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index e3c486235..2d8cacd58 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 25d2fb082..d91756002 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index ab572f20a..43d9d795a 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 15882139f..80f07d74f 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index b23f2df0c..839cc469c 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 4a28b4af5..e9ab04425 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index c9e0d1421..3dbf080ff 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/ee885862c9152eefc9e7303f9a4e0ecb563b7904/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/xor.ts#L1) From 0d73480cac6942e55c8063196187fe4290aa71c3 Mon Sep 17 00:00:00 2001 From: developers Date: Thu, 9 May 2024 18:42:18 +0000 Subject: [PATCH 37/51] GITBOOK-73: No subject --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index ae295178c..cd829d02c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,9 +34,9 @@ Even for simple apps you have to: This is so tiring and cumbersome. We want to build a better way that "just works" so you can build your _AI app 10x faster with 0 decision burden_**.** -[https://youtu.be/Z6Ifxv6rAkk](https://youtu.be/Z6Ifxv6rAkk) -{% embed url="https://youtu.be/Z6Ifxv6rAkk" %} + +{% embed url="https://youtu.be/LhQMBAehL_Q" %} ## Features From cbae3a312d6ccfce9b889bf36d9364e01f877802 Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Thu, 9 May 2024 18:42:49 +0000 Subject: [PATCH 38/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index e019f6a68..5f5ecca20 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 49a1c6052..641f5f8d5 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 8907b12ef..1b351a49a 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 868c20699..9abd8ce65 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index a411e9c99..a12fc1dc7 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 1c091e4cc..c6b507893 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 3e5f2042e..890788abe 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 036aa5bbe..aa313be16 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 3bc3046ef..d32d61c2f 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 1c6a0ada5..5d2e57134 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 674aa009d..5bb2e7a62 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 3cb4bd65a..609c7570d 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index ff99ae818..8ddf1c0a3 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 2d8cacd58..c1f99379a 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index d91756002..c32f166cd 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 43d9d795a..7b419c447 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 80f07d74f..d9bcab7e0 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 839cc469c..59737f9b7 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index e9ab04425..df0841dc5 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 3dbf080ff..5c3dc1503 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/8464f9a823e2fa8a973bd49acc3ab1c1ef211d53/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/xor.ts#L1) From 36e27a78915c498cab81f0ab2a3b9b244645851b Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Sat, 11 May 2024 09:28:12 +0300 Subject: [PATCH 39/51] chore: Bump litellm version --- agents-api/poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agents-api/poetry.lock b/agents-api/poetry.lock index 76197e50a..19652e4a6 100644 --- a/agents-api/poetry.lock +++ b/agents-api/poetry.lock @@ -1602,13 +1602,13 @@ dev = ["Sphinx (>=5.1.1)", "black (==23.12.1)", "build (>=0.10.0)", "coverage (> [[package]] name = "litellm" -version = "1.35.33" +version = "1.37.3" description = "Library to easily interface with LLM API providers" optional = false python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "litellm-1.35.33-py3-none-any.whl", hash = "sha256:7dbbc282ea797febb4ace58bdd1fc42d0f20ea21a2ba576ebc2d933b337d8683"}, - {file = "litellm-1.35.33.tar.gz", hash = "sha256:0082f6a44ff7ce9d2c1bc5182292c3f58f69c8be99fccb824e750c009f78d112"}, + {file = "litellm-1.37.3-py3-none-any.whl", hash = "sha256:d90148c9e49afedb5fb6cd76b3bf125847b4ff732270ef8af723c9a8b13c58f9"}, + {file = "litellm-1.37.3.tar.gz", hash = "sha256:93f0c849ca8f658da1f37c3aa337f39d3193fbef1de6300fc2ffb410ea3f6c93"}, ] [package.dependencies] @@ -1624,7 +1624,7 @@ tokenizers = "*" [package.extras] extra-proxy = ["azure-identity (>=1.15.0,<2.0.0)", "azure-keyvault-secrets (>=4.8.0,<5.0.0)", "google-cloud-kms (>=2.21.3,<3.0.0)", "prisma (==0.11.0)", "resend (>=0.8.0,<0.9.0)"] -proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.109.1,<0.110.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=21.2.0,<22.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] +proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.109.1,<0.110.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] [[package]] name = "markdown-it-py" From a6a79f1e7fcf2c7e379750d54750ee693720af80 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Sat, 11 May 2024 06:28:43 +0000 Subject: [PATCH 40/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 5f5ecca20..72c0e98e7 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index 641f5f8d5..d168f68fd 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 1b351a49a..3f071450d 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 9abd8ce65..ade33949c 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index a12fc1dc7..34fc161ad 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index c6b507893..f44bfd986 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 890788abe..da5eda1f2 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index aa313be16..cc1f46932 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index d32d61c2f..4af5071d2 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 5d2e57134..bc28d6d67 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 5bb2e7a62..97e984f93 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 609c7570d..cf8ac3876 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 8ddf1c0a3..3a6378d87 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index c1f99379a..af18d08d2 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index c32f166cd..5eeff83ff 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 7b419c447..090fcb694 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index d9bcab7e0..3ff400abd 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index 59737f9b7..e9cba862c 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index df0841dc5..01b61bc13 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 5c3dc1503..5a77bebf4 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/0d73480cac6942e55c8063196187fe4290aa71c3/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/xor.ts#L1) From da5d3270d611bb0234a3067dc306f3942811b55d Mon Sep 17 00:00:00 2001 From: developers Date: Sat, 11 May 2024 07:59:14 +0000 Subject: [PATCH 41/51] GITBOOK-72: No subject --- docs/README.md | 4 ++++ docs/SUMMARY.md | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index cd829d02c..5c62b9cf4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,6 +38,10 @@ This is so tiring and cumbersome. We want to build a better way that "just works {% embed url="https://youtu.be/LhQMBAehL_Q" %} + + +{% embed url="https://www.youtube.com/watch?v=LhQMBAehL_Q" %} + ## Features * **Statefulness By Design**: Build AI apps without needing to write code to embed, save, and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 7937dd137..b237e12ab 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -48,6 +48,7 @@ *** +* [🫂 Discord Community](https://discord.com/invite/JTSBGRZrzj) * [⭐ Github](https://github.com/julep-ai/julep) * [🫂 Discord Community](https://discord.gg/RdaGyrzpC8) * [🐍 PyPI package](https://pypi.org/project/julep/) From b1c7ab651670406185b4df912e3fa57ea24e4463 Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Sat, 11 May 2024 07:59:43 +0000 Subject: [PATCH 42/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 72c0e98e7..fc17b1134 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index d168f68fd..e0a3fd4bc 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 3f071450d..76c11cb03 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index ade33949c..1e68169a1 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index 34fc161ad..cd1a41f66 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index f44bfd986..5fcaa092c 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index da5eda1f2..efe3c7312 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index cc1f46932..0b69d075e 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 4af5071d2..173d422bd 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index bc28d6d67..d7911642a 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 97e984f93..ca625de36 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index cf8ac3876..8de93388b 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index 3a6378d87..b3d290bf4 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index af18d08d2..6789e4f7d 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 5eeff83ff..1f282df05 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index 090fcb694..b7cc8c5ae 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 3ff400abd..243be958b 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index e9cba862c..da5bd1cca 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index 01b61bc13..d7ffaf592 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 5a77bebf4..360eb69cc 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/36e27a78915c498cab81f0ab2a3b9b244645851b/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/xor.ts#L1) From 5fd292d2b36b7388e396daec0948fa7ee9ff5bcd Mon Sep 17 00:00:00 2001 From: developers Date: Sat, 11 May 2024 08:09:28 +0000 Subject: [PATCH 43/51] GITBOOK-74: No subject --- docs/SUMMARY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index b237e12ab..1317d17f6 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -50,7 +50,6 @@ * [🫂 Discord Community](https://discord.com/invite/JTSBGRZrzj) * [⭐ Github](https://github.com/julep-ai/julep) -* [🫂 Discord Community](https://discord.gg/RdaGyrzpC8) * [🐍 PyPI package](https://pypi.org/project/julep/) * [📦 npm package](https://www.npmjs.com/package/@julep/sdk) * [📫 Postman Collection](https://god.gw.postman.com/run-collection/33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336?action=collection%2Ffork\&source=rip\_markdown\&collection-url=entityId%3D33213061-a0a1e3a9-9681-44ae-a5c2-703912b32336%26entityType%3Dcollection%26workspaceId%3D183380b4-f2ac-44ef-b018-1f65dfc8256b) From 3b9b489d8dc307b5a7e7e9778585da74766b8005 Mon Sep 17 00:00:00 2001 From: "gitbook-com[bot]" Date: Sat, 11 May 2024 08:09:59 +0000 Subject: [PATCH 44/51] doc(sdks/ts): Generate docs for sdks/ts (CI) --- docs/js-sdk-docs/classes/api.ApiError.md | 12 +- .../classes/api.BaseHttpRequest.md | 6 +- docs/js-sdk-docs/classes/api.CancelError.md | 4 +- .../classes/api.CancelablePromise.md | 28 +-- .../js-sdk-docs/classes/api.DefaultService.md | 76 +++---- .../api_JulepApiClient.JulepApiClient.md | 6 +- .../classes/managers_agent.AgentsManager.md | 16 +- .../classes/managers_base.BaseManager.md | 4 +- .../classes/managers_doc.DocsManager.md | 12 +- .../managers_memory.MemoriesManager.md | 6 +- .../managers_session.SessionsManager.md | 22 +- .../classes/managers_tool.ToolsManager.md | 12 +- .../classes/managers_user.UsersManager.md | 16 +- ...ls_requestConstructor.CustomHttpRequest.md | 6 +- .../managers_session.CreateSessionPayload.md | 10 +- docs/js-sdk-docs/modules/api.md | 192 +++++++++--------- docs/js-sdk-docs/modules/utils_invariant.md | 2 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 2 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 2 +- 20 files changed, 218 insertions(+), 218 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index fc17b1134..8051303ad 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api.ApiError.md @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md index e0a3fd4bc..6f823446f 100644 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md @@ -36,7 +36,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -72,4 +72,4 @@ #### Defined in -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api.CancelError.md index 76c11cb03..45cc30bc6 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api.CancelError.md @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api.CancelablePromise.md index 1e68169a1..2c7f1e55f 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api.CancelablePromise.md @@ -66,7 +66,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api.DefaultService.md index cd1a41f66..9d123fbfe 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api.DefaultService.md @@ -71,7 +71,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties @@ -81,7 +81,7 @@ #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods @@ -112,7 +112,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L404) ___ @@ -142,7 +142,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L180) ___ @@ -172,7 +172,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L668) ___ @@ -202,7 +202,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L857) ___ @@ -232,7 +232,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L42) ___ @@ -262,7 +262,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L111) ___ @@ -292,7 +292,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L740) ___ @@ -321,7 +321,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L556) ___ @@ -351,7 +351,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L783) ___ @@ -381,7 +381,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L804) ___ @@ -411,7 +411,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L879) ___ @@ -440,7 +440,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L266) ___ @@ -469,7 +469,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L386) ___ @@ -498,7 +498,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L480) ___ @@ -528,7 +528,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L762) ___ @@ -557,7 +557,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L542) ___ @@ -593,7 +593,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L619) ___ @@ -627,7 +627,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L432) ___ @@ -660,7 +660,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L826) ___ @@ -692,7 +692,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L358) ___ @@ -721,7 +721,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L950) ___ @@ -750,7 +750,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L248) ___ @@ -782,7 +782,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L329) ___ @@ -811,7 +811,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L466) ___ @@ -847,7 +847,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L691) ___ @@ -881,7 +881,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L201) ___ @@ -915,7 +915,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L63) ___ @@ -949,7 +949,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L132) ___ @@ -979,7 +979,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L596) ___ @@ -1010,7 +1010,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L925) ___ @@ -1040,7 +1040,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L306) ___ @@ -1070,7 +1070,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L520) ___ @@ -1100,7 +1100,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L574) ___ @@ -1131,7 +1131,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L900) ___ @@ -1161,7 +1161,7 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L284) ___ @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 5fcaa092c..26dfacc60 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -34,7 +34,7 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/JulepApiClient.ts#L11) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index efe3c7312..24f961242 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -98,7 +98,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L85) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L18) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L65) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L92) ▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> @@ -201,4 +201,4 @@ ___ #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 0b69d075e..0996b3ea5 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 173d422bd..0385991dc 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,7 +136,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L186) ___ @@ -170,7 +170,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L22) ___ @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index d7911642a..7e3aa9945 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,7 +67,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,4 +96,4 @@ A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index ca625de36..8462e23cb 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,7 +75,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -96,7 +96,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L104) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L188) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L29) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L173) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L63) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L158) ___ @@ -273,4 +273,4 @@ ___ #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 8de93388b..2207952e0 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,7 +70,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -94,7 +94,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L86) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L12) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index b3d290bf4..ebe5d8b2d 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,7 +71,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) ## Methods @@ -91,7 +91,7 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L63) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L15) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L44) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L73) ▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> @@ -194,4 +194,4 @@ ___ #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 6789e4f7d..6f6a2f0d7 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -46,7 +46,7 @@ AxiosHttpRequest.constructor #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties @@ -60,7 +60,7 @@ AxiosHttpRequest.config #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods @@ -90,4 +90,4 @@ AxiosHttpRequest.request #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index 1f282df05..df323916f 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index b7cc8c5ae..c1ccc945f 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -146,7 +146,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatInputData.ts#L9) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatMLMessage.ts#L5) ___ @@ -239,7 +239,7 @@ Represents a chat completion response returned by model, based on the provided i #### Defined in -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatResponse.ts#L10) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -291,7 +291,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -316,7 +316,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -356,7 +356,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -394,7 +394,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Doc.ts#L5) ___ @@ -432,7 +432,7 @@ Specifying a particular function via `{"name": "my_function"}` forces the model #### Defined in -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -462,7 +462,7 @@ The parameters the functions accepts, described as a JSON Schema object. #### Defined in -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -528,7 +528,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -566,7 +566,7 @@ Specifies a tool the model should use. Use to force the model to call a specific #### Defined in -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -631,7 +631,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -650,7 +650,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -666,7 +666,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -686,7 +686,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -819,7 +819,7 @@ Specifying a particular function via `{"type: "function", "function": {"name": " #### Defined in -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -842,7 +842,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -861,7 +861,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -897,7 +897,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -918,7 +918,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/User.ts#L5) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -938,7 +938,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -948,7 +948,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -958,7 +958,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -968,7 +968,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -988,7 +988,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1151,7 +1151,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) ___ @@ -1227,7 +1227,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1319,7 +1319,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1348,7 +1348,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1393,7 +1393,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1420,7 +1420,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1455,7 +1455,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1479,7 +1479,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1546,7 +1546,7 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Doc.ts#L5) ___ @@ -1567,7 +1567,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1594,7 +1594,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1612,7 +1612,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1641,7 +1641,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1688,7 +1688,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1746,7 +1746,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1771,7 +1771,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1823,7 +1823,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1859,7 +1859,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1882,7 +1882,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1902,7 +1902,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1928,7 +1928,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1957,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -1986,7 +1986,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2015,7 +2015,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2065,7 +2065,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2102,7 +2102,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2131,7 +2131,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2149,7 +2149,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2187,7 +2187,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2231,7 +2231,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2259,7 +2259,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2297,7 +2297,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2314,7 +2314,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2348,7 +2348,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2365,7 +2365,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2382,7 +2382,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2399,7 +2399,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2416,7 +2416,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2433,7 +2433,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2443,4 +2443,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 243be958b..0d4fa1560 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index da5bd1cca..f94dd6dc8 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index d7ffaf592..b5d8e1c5d 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 360eb69cc..4646ba9f4 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/da5d3270d611bb0234a3067dc306f3942811b55d/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/xor.ts#L1) From f7a251716b15194faaee082d27dbbfd613914b3b Mon Sep 17 00:00:00 2001 From: Siddharth Balyan Date: Tue, 14 May 2024 18:37:02 +0530 Subject: [PATCH 45/51] tweak readme --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 25904a6ad..c04aa3ff5 100644 --- a/README.md +++ b/README.md @@ -51,22 +51,29 @@ Even for simple apps you have to: - tweak all of the parameters (temp, penalty, max tokens, similarity thresholds, chunk size, and so on) - write and iterate on prompts for them to work -**The Solution**: +**The Solution**: Julep eases the burden and time taken to get up and running with any AI app. -- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. -- **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* +- **Statefulness By Design**: Manages context by default. Uses [CozoDB](https://cozodb.org/) to save & retrieve conversation history, OpenAPI specification tools & documents. +- **Support for Users & Agents**: Allows creating different user <-> agent interactions like `One Agent <-> Many Users`; `Many Agents <-> One User` etc. Read more: https://docs.julep.ai/concepts/ +- **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise. - **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. - **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! - **90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://docs.composio.dev/framework/julep/) natively. -- ***GitHub Actions-like workflows for task**: Define agentic workflows to be executed asynchronously without worrying about timeouts. +- ***GitHub Actions-like workflows for tasks**: Define agentic workflows to be executed asynchronously without worrying about timeouts. > (*) Features coming soon! ## Quickstart -### Option 1: Install and run Julep locally +### Option 1: Use the Julep Cloud +Our hosted platform is in Beta! + +To get access: +[Join our Discord](https://discord.com/invite/JTSBGRZrzj) or Drop a "Hey" over at sid@julep.ai! + +### Option 2: Install and run Julep locally - Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally ```bash @@ -81,21 +88,13 @@ docker compose up -d ``` - The API would now be available at: `http://0.0.0.0:8080` -- Next, add your OpenAI API Key to the `.env` +- Next, add your OpenAI/Anthropic API Key to the `.env` - Set your environment variables ```bash export JULEP_API_KEY=myauthkey export JULEP_API_URL=http://0.0.0.0:8080 ``` -### Option 2: Use the Julep Cloud -- Generate an API key from https://platform.julep.ai -- Set your environment variables - -```bash -export JULEP_API_KEY=your_julep_api_key -export JULEP_API_URL=https://api-alpha.julep.ai -``` ### Installation From addf864ffd978dcc43f5e3e5d94b5f8f970508a2 Mon Sep 17 00:00:00 2001 From: Siddharth Balyan Date: Tue, 14 May 2024 19:35:37 +0530 Subject: [PATCH 46/51] updated readme --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c04aa3ff5..f8c867546 100644 --- a/README.md +++ b/README.md @@ -38,30 +38,22 @@ Start your project with conversation history, support for any LLM, agentic workf --- ## Why Julep? -We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. +We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. -**The Problem** - -Even for simple apps you have to: -- pick the right language model for your use case -- pick the right framework -- pick the right embedding model -- choose the vector store and RAG pipeline -- build integrations -- tweak all of the parameters (temp, penalty, max tokens, similarity thresholds, chunk size, and so on) -- write and iterate on prompts for them to work +**The Problems** +1. The barrier to making LLM apps with memory, knowledge & tools is too high. +2. Agentic behaviour is hard to control when done through multi-agent frameworks. **The Solution**: -Julep eases the burden and time taken to get up and running with any AI app. - - **Statefulness By Design**: Manages context by default. Uses [CozoDB](https://cozodb.org/) to save & retrieve conversation history, OpenAPI specification tools & documents. - **Support for Users & Agents**: Allows creating different user <-> agent interactions like `One Agent <-> Many Users`; `Many Agents <-> One User` etc. Read more: https://docs.julep.ai/concepts/ - **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise. - **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. - **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! - **90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://docs.composio.dev/framework/julep/) natively. -- ***GitHub Actions-like workflows for tasks**: Define agentic workflows to be executed asynchronously without worrying about timeouts. -> (*) Features coming soon! +- ***GitHub Actions-like workflows for tasks**: Define agentic workflows to be executed asynchronously with one ore more without worrying about timeouts or multiplying hallucinations. + +> (*) Coming soon! From 70a08caf1224229ea833d07f6000440e144b3ffe Mon Sep 17 00:00:00 2001 From: Siddharth Balyan Date: Tue, 14 May 2024 20:23:10 +0530 Subject: [PATCH 47/51] fix function-calling statement in readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f8c867546..50b4c9a08 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ We've built a lot of AI apps and understand how difficult it is to evaluate hund - **Statefulness By Design**: Manages context by default. Uses [CozoDB](https://cozodb.org/) to save & retrieve conversation history, OpenAPI specification tools & documents. - **Support for Users & Agents**: Allows creating different user <-> agent interactions like `One Agent <-> Many Users`; `Many Agents <-> One User` etc. Read more: https://docs.julep.ai/concepts/ - **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise. -- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. - **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! - **90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://docs.composio.dev/framework/julep/) natively. - ***GitHub Actions-like workflows for tasks**: Define agentic workflows to be executed asynchronously with one ore more without worrying about timeouts or multiplying hallucinations. From 284da20994bacbd5bc5826c76fa3c64dde7f091b Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 16 May 2024 09:57:23 +0300 Subject: [PATCH 48/51] Make embeddings asynchronous using temporal (#332) * feat: Embed docs via temporal task * chore: Set better k_docs default * fix: Fix arg list --- .../agents_api/activities/embed_docs.py | 31 ++++++++ agents-api/agents_api/clients/temporal.py | 13 ++++ .../models/entry/proc_mem_context.py | 2 +- .../agents_api/routers/agents/routers.py | 72 ++++++++----------- .../agents_api/routers/users/routers.py | 62 ++++++++-------- agents-api/agents_api/worker/__main__.py | 4 ++ agents-api/agents_api/workflows/embed_docs.py | 19 +++++ 7 files changed, 127 insertions(+), 76 deletions(-) create mode 100644 agents-api/agents_api/activities/embed_docs.py create mode 100644 agents-api/agents_api/workflows/embed_docs.py diff --git a/agents-api/agents_api/activities/embed_docs.py b/agents-api/agents_api/activities/embed_docs.py new file mode 100644 index 000000000..228cee258 --- /dev/null +++ b/agents-api/agents_api/activities/embed_docs.py @@ -0,0 +1,31 @@ +from pydantic import UUID4 +from temporalio import activity +from agents_api.env import docs_embedding_model_id +from agents_api.models.docs.embed_docs import ( + embed_docs_snippets_query, +) +from agents_api.embed_models_registry import EmbeddingModel + + +snippet_embed_instruction = "Encode this passage for retrieval: " + + +@activity.defn +async def embed_docs(doc_id: UUID4, title: str, content: list[str]) -> None: + indices, snippets = list(zip(*enumerate(content))) + model = EmbeddingModel.from_model_name(docs_embedding_model_id) + embeddings = await model.embed( + [ + { + "instruction": snippet_embed_instruction, + "text": title + "\n\n" + snippet, + } + for snippet in snippets + ] + ) + + embed_docs_snippets_query( + doc_id=doc_id, + snippet_indices=indices, + embeddings=embeddings, + ) diff --git a/agents-api/agents_api/clients/temporal.py b/agents-api/agents_api/clients/temporal.py index 5da516306..e10c97df5 100644 --- a/agents-api/agents_api/clients/temporal.py +++ b/agents-api/agents_api/clients/temporal.py @@ -33,3 +33,16 @@ async def run_summarization_task(session_id: UUID, job_id: UUID): task_queue="memory-task-queue", id=str(job_id), ) + + +async def run_embed_docs_task( + doc_id: UUID, title: str, content: list[str], job_id: UUID +): + client = await get_client() + + await client.execute_workflow( + "EmbedDocsWorkflow", + args=[str(doc_id), title, content], + task_queue="memory-task-queue", + id=str(job_id), + ) diff --git a/agents-api/agents_api/models/entry/proc_mem_context.py b/agents-api/agents_api/models/entry/proc_mem_context.py index c6712bd51..7bd361a1b 100644 --- a/agents-api/agents_api/models/entry/proc_mem_context.py +++ b/agents-api/agents_api/models/entry/proc_mem_context.py @@ -10,7 +10,7 @@ def proc_mem_context_query( tool_query_embedding: list[float], doc_query_embedding: list[float], tools_confidence: float = 0, - docs_confidence: float = 0.7, + docs_confidence: float = 0.4, k_tools: int = 3, k_docs: int = 2, ) -> tuple[str, dict]: diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index 884c14183..695ca4f67 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -41,9 +41,6 @@ from agents_api.models.docs.get_docs import ( get_docs_snippets_by_id_query, ) -from agents_api.models.docs.embed_docs import ( - embed_docs_snippets_query, -) from agents_api.models.tools.create_tools import create_function_query from agents_api.models.tools.list_tools import list_functions_by_agent_query from agents_api.models.tools.get_tools import get_function_by_id_query @@ -66,8 +63,7 @@ PatchToolRequest, PatchAgentRequest, ) -from agents_api.env import docs_embedding_model_id -from agents_api.embed_models_registry import EmbeddingModel +from ...clients.temporal import run_embed_docs_task class AgentList(BaseModel): @@ -239,27 +235,27 @@ async def create_agent( metadata=request.metadata or {}, ) new_agent_id = resp["agent_id"][0] - res = ResourceCreatedResponse( - id=new_agent_id, - created_at=resp["created_at"][0], - ) + docs = request.docs or [] + job_ids = [uuid4()] * len(docs) + for job_id, doc in zip(job_ids, docs): + content = [ + (c.model_dump() if isinstance(c, ContentItem) else c) + for c in ([doc.content] if isinstance(doc.content, str) else doc.content) + ] + docs_resp = create_docs_query( + owner_type="agent", + owner_id=new_agent_id, + id=uuid4(), + title=doc.title, + content=content, + metadata=doc.metadata or {}, + ) - if request.docs: - for info in request.docs: - content = [ - (c.model_dump() if isinstance(c, ContentItem) else c) - for c in ( - [info.content] if isinstance(info.content, str) else info.content - ) - ] - create_docs_query( - owner_type="agent", - owner_id=new_agent_id, - id=uuid4(), - title=info.title, - content=content, - metadata=info.metadata or {}, - ) + doc_id = docs_resp["doc_id"][0] + + await run_embed_docs_task( + doc_id=doc_id, title=doc.title, content=doc.content, job_id=job_id + ) if request.tools: functions = [t.function for t in request.tools] @@ -278,7 +274,11 @@ async def create_agent( [[0.0] * 768] * len(functions), ) - return res + return ResourceCreatedResponse( + id=new_agent_id, + created_at=resp["created_at"][0], + jobs=set(job_ids), + ) @router.get("/agents", tags=["agents"]) @@ -328,28 +328,16 @@ async def create_docs(agent_id: UUID4, request: CreateDoc) -> ResourceCreatedRes metadata=request.metadata or {}, ) + job_id = uuid4() doc_id = resp["doc_id"][0] res = ResourceCreatedResponse( id=doc_id, created_at=resp["created_at"][0], + jobs={job_id}, ) - indices, snippets = list(zip(*enumerate(content))) - model = EmbeddingModel.from_model_name(docs_embedding_model_id) - embeddings = await model.embed( - [ - { - "instruction": snippet_embed_instruction, - "text": request.title + "\n\n" + snippet, - } - for snippet in snippets - ] - ) - - embed_docs_snippets_query( - doc_id=doc_id, - snippet_indices=indices, - embeddings=embeddings, + await run_embed_docs_task( + doc_id=doc_id, title=request.title, content=content, job_id=job_id ) return res diff --git a/agents-api/agents_api/routers/users/routers.py b/agents-api/agents_api/routers/users/routers.py index e53735c06..684f3f7c4 100644 --- a/agents-api/agents_api/routers/users/routers.py +++ b/agents-api/agents_api/routers/users/routers.py @@ -11,7 +11,6 @@ from starlette.status import HTTP_201_CREATED, HTTP_202_ACCEPTED from agents_api.clients.cozo import client -from agents_api.clients.embed import embed from agents_api.common.utils.datetime import utcnow from agents_api.common.exceptions.users import UserNotFoundError, UserDocNotFoundError from agents_api.models.user.create_user import create_user_query @@ -32,9 +31,6 @@ from agents_api.models.docs.get_docs import ( get_docs_snippets_by_id_query, ) -from agents_api.models.docs.embed_docs import ( - embed_docs_snippets_query, -) from agents_api.dependencies.developer_id import get_developer_id from agents_api.autogen.openapi_model import ( User, @@ -47,7 +43,7 @@ Doc, PatchUserRequest, ) -from agents_api.env import docs_embedding_model_id, docs_embedding_service_url +from ...clients.temporal import run_embed_docs_task class UserList(BaseModel): @@ -190,24 +186,34 @@ async def create_user( ) new_user_id = resp["user_id"][0] - res = ResourceCreatedResponse( + docs = request.docs or [] + job_ids = [uuid4()] * len(docs) + for job_id, doc in zip(job_ids, docs): + content = [ + (c.model_dump() if isinstance(c, ContentItem) else c) + for c in ([doc.content] if isinstance(doc.content, str) else doc.content) + ] + docs_resp = create_docs_query( + owner_type="user", + owner_id=new_user_id, + id=uuid4(), + title=doc.title, + content=content, + metadata=doc.metadata or {}, + ) + + doc_id = docs_resp["doc_id"][0] + + await run_embed_docs_task( + doc_id=doc_id, title=doc.title, content=content, job_id=job_id + ) + + return ResourceCreatedResponse( id=new_user_id, created_at=resp["created_at"][0], + jobs=set(job_ids), ) - if request.docs: - for info in request.docs: - create_docs_query( - owner_type="user", - owner_id=new_user_id, - id=uuid4(), - title=info.title, - content=info.content, - metadata=info.metadata or {}, - ) - - return res - @router.get("/users", tags=["users"]) async def list_users( @@ -255,26 +261,16 @@ async def create_docs(user_id: UUID4, request: CreateDoc) -> ResourceCreatedResp metadata=request.metadata or {}, ) + job_id = uuid4() doc_id = resp["doc_id"][0] res = ResourceCreatedResponse( id=doc_id, created_at=resp["created_at"][0], + jobs={job_id}, ) - indices, snippets = list(zip(*enumerate(content))) - embeddings = await embed( - [ - snippet_embed_instruction + request.title + "\n\n" + snippet - for snippet in snippets - ], - embedding_service_url=docs_embedding_service_url, - embedding_model_name=docs_embedding_model_id, - ) - - embed_docs_snippets_query( - doc_id=doc_id, - snippet_indices=indices, - embeddings=embeddings, + await run_embed_docs_task( + doc_id=doc_id, title=request.title, content=content, job_id=job_id ) return res diff --git a/agents-api/agents_api/worker/__main__.py b/agents-api/agents_api/worker/__main__.py index 7730915d3..587bab7a1 100644 --- a/agents-api/agents_api/worker/__main__.py +++ b/agents-api/agents_api/worker/__main__.py @@ -17,6 +17,7 @@ from ..activities.mem_rating import mem_rating from ..activities.relationship_summary import relationship_summary from ..activities.salient_questions import salient_questions +from ..activities.embed_docs import embed_docs from ..env import ( temporal_endpoint, temporal_task_queue, @@ -25,6 +26,7 @@ temporal_client_cert, ) from ..workflows.summarization import SummarizationWorkflow +from ..workflows.embed_docs import EmbedDocsWorkflow from ..workflows.co_density import CoDensityWorkflow from ..workflows.dialog_insights import DialogInsightsWorkflow from ..workflows.mem_mgmt import MemMgmtWorkflow @@ -69,6 +71,7 @@ async def main(): MemRatingWorkflow, RelationshipSummaryWorkflow, SalientQuestionsWorkflow, + EmbedDocsWorkflow, ], activities=[ summarization, @@ -78,6 +81,7 @@ async def main(): mem_rating, relationship_summary, salient_questions, + embed_docs, ], ) diff --git a/agents-api/agents_api/workflows/embed_docs.py b/agents-api/agents_api/workflows/embed_docs.py new file mode 100644 index 000000000..20cb388ea --- /dev/null +++ b/agents-api/agents_api/workflows/embed_docs.py @@ -0,0 +1,19 @@ +#!/usr/bin/env python3 + + +from datetime import timedelta +from temporalio import workflow + +with workflow.unsafe.imports_passed_through(): + from ..activities.embed_docs import embed_docs + + +@workflow.defn +class EmbedDocsWorkflow: + @workflow.run + async def run(self, doc_id: str, title: str, content: list[str]) -> None: + return await workflow.execute_activity( + embed_docs, + args=[doc_id, title, content], + schedule_to_close_timeout=timedelta(seconds=600), + ) From 1355341525b5f322c8d81a52c5bd97330405de24 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Thu, 16 May 2024 10:15:17 +0300 Subject: [PATCH 49/51] feat: Add doc IDs to the session chat response (#331) * feat: Embed docs via temporal task * chore: Set better k_docs default * fix: Fix arg list * feat: Add doc IDs to the session chat response * fix: Set IDs to null wherever it's appropriate * fix: Set doc ids aliases * fix: Retrieve correct doc IDs --- .../agents_api/autogen/openapi_model.py | 56 ++++++++------- .../models/entry/proc_mem_context.py | 68 +++++++++++++------ .../agents_api/routers/sessions/routers.py | 5 +- .../agents_api/routers/sessions/session.py | 22 ++++-- openapi.yaml | 17 +++++ 5 files changed, 117 insertions(+), 51 deletions(-) diff --git a/agents-api/agents_api/autogen/openapi_model.py b/agents-api/agents_api/autogen/openapi_model.py index f9aa80737..786aba3d3 100644 --- a/agents-api/agents_api/autogen/openapi_model.py +++ b/agents-api/agents_api/autogen/openapi_model.py @@ -1,6 +1,6 @@ # generated by datamodel-codegen: # filename: openapi.yaml -# timestamp: 2024-04-30T17:38:56+00:00 +# timestamp: 2024-05-09T11:41:12+00:00 from __future__ import annotations @@ -362,30 +362,6 @@ class Response(BaseModel): items: ChatMLMessage | None = None -class ChatResponse(BaseModel): - """ - Represents a chat completion response returned by model, based on the provided input. - """ - - id: UUID - """ - A unique identifier for the chat completion. - """ - finish_reason: FinishReason - """ - The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence, `length` if the maximum number of tokens specified in the request was reached, `content_filter` if content was omitted due to a flag from our content filters, `tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function. - """ - response: List[List[ChatMLMessage] | Response] - """ - A list of chat completion messages produced as a response. - """ - usage: CompletionUsage - jobs: Set[UUID] | None = None - """ - IDs (if any) of jobs created as part of this request - """ - - class Memory(BaseModel): agent_id: UUID """ @@ -840,6 +816,11 @@ class PartialFunctionDef(BaseModel): """ +class DocIds(BaseModel): + agent_doc_ids: List[str] + user_doc_ids: List[str] + + class Agent(BaseModel): name: str """ @@ -987,6 +968,31 @@ class ChatInputData(BaseModel): """ +class ChatResponse(BaseModel): + """ + Represents a chat completion response returned by model, based on the provided input. + """ + + id: UUID + """ + A unique identifier for the chat completion. + """ + finish_reason: FinishReason + """ + The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence, `length` if the maximum number of tokens specified in the request was reached, `content_filter` if content was omitted due to a flag from our content filters, `tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function. + """ + response: List[List[ChatMLMessage] | Response] + """ + A list of chat completion messages produced as a response. + """ + usage: CompletionUsage + jobs: Set[UUID] | None = None + """ + IDs (if any) of jobs created as part of this request + """ + doc_ids: DocIds + + class ChatInput(ChatInputData, ChatSettings, MemoryAccessOptions): pass diff --git a/agents-api/agents_api/models/entry/proc_mem_context.py b/agents-api/agents_api/models/entry/proc_mem_context.py index 7bd361a1b..e6b48471b 100644 --- a/agents-api/agents_api/models/entry/proc_mem_context.py +++ b/agents-api/agents_api/models/entry/proc_mem_context.py @@ -12,7 +12,7 @@ def proc_mem_context_query( tools_confidence: float = 0, docs_confidence: float = 0.4, k_tools: int = 3, - k_docs: int = 2, + k_docs: int = 3, ) -> tuple[str, dict]: """Executes a complex query to retrieve memory context based on session ID, tool and document embeddings. @@ -172,18 +172,18 @@ def proc_mem_context_query( }} }} {{ # Collect document information based on agent ID and document query embedding. - # Collect docs + # Collect agent docs # Search for agent docs - ?[role, name, content, token_count, created_at, index] := + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := *_input{{agent_id, doc_query}}, *agent_docs {{ agent_id, - doc_id, + doc_id: agent_doc_id, created_at, }}, ~information_snippets:embedding_space {{ - doc_id, + doc_id: agent_doc_id, snippet_idx, title, snippet | @@ -198,18 +198,34 @@ def proc_mem_context_query( content = concat(title, ':\n...', snippet), num_chars = length(content), token_count = to_int(num_chars / 3.5), - index = 5 + (snippet_idx * 0.01) + index = 5 + (snippet_idx * 0.01), + user_doc_id = null, + + # Save in temp table + :create _agent_docs {{ + role: String, + content: String, + token_count: Int, + created_at: Float, + index: Float, + name: String? default null, + agent_doc_id: Uuid? default null, + user_doc_id: Uuid? default null, + }} + }} {{ + # Collect document information based on agent ID and document query embedding. + # Collect user docs # Search for user docs - ?[role, name, content, token_count, created_at, index] := + ?[role, name, content, token_count, created_at, index, user_doc_id, agent_doc_id] := *_input{{user_id, doc_query}}, *user_docs {{ user_id, - doc_id, + doc_id: user_doc_id, created_at, }}, ~information_snippets:embedding_space {{ - doc_id, + doc_id: user_doc_id, snippet_idx, title, snippet | @@ -224,16 +240,19 @@ def proc_mem_context_query( content = concat(title, ':\n...', snippet), num_chars = length(content), token_count = to_int(num_chars / 3.5), - index = 5 + (snippet_idx * 0.01) + index = 5 + (snippet_idx * 0.01), + agent_doc_id = null, # Save in temp table - :create _docs {{ + :create _user_docs {{ role: String, - name: String?, content: String, token_count: Int, created_at: Float, index: Float, + name: String? default null, + agent_doc_id: Uuid? default null, + user_doc_id: Uuid? default null, }} }} {{ # Collect all entries related to the session. @@ -269,13 +288,14 @@ def proc_mem_context_query( }} {{ # Combine all collected data into a structured format. # Combine all - ?[role, name, content, token_count, created_at, index] := + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := *_preamble{{ role, name, content, token_count, created_at, index, }}, + agent_doc_id = null, user_doc_id = null, # Now let's get instructions - ?[role, name, content, token_count, created_at, index] := + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := *_input{{agent_id}}, *agents{{ agent_id, @@ -288,21 +308,31 @@ def proc_mem_context_query( content = instruction, token_count = round(length(instruction) / 3.5), instruction in instructions, + agent_doc_id = null, user_doc_id = null, - ?[role, name, content, token_count, created_at, index] := + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := *_tools{{ role, name, content, token_count, created_at, index }}, + agent_doc_id = null, user_doc_id = null, - ?[role, name, content, token_count, created_at, index] := - *_docs {{ - role, name, content, token_count, created_at, index + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := + *_agent_docs {{ + role, name, content, token_count, created_at, index, agent_doc_id }}, + user_doc_id = null, + + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := + *_user_docs {{ + role, name, content, token_count, created_at, index, user_doc_id + }}, + agent_doc_id = null, - ?[role, name, content, token_count, created_at, index] := + ?[role, name, content, token_count, created_at, index, agent_doc_id, user_doc_id] := *_entries{{ role, name, content, token_count, created_at, index }}, + agent_doc_id = null, user_doc_id = null, :sort index, created_at }} diff --git a/agents-api/agents_api/routers/sessions/routers.py b/agents-api/agents_api/routers/sessions/routers.py index 6831d96f5..caa9fcefc 100644 --- a/agents-api/agents_api/routers/sessions/routers.py +++ b/agents-api/agents_api/routers/sessions/routers.py @@ -292,7 +292,9 @@ async def session_chat( min_p=request.min_p, preset=request.preset, ) - response, new_entry, bg_task = await session.run(request.messages, settings) + response, new_entry, bg_task, doc_ids = await session.run( + request.messages, settings + ) jobs = None if bg_task: @@ -308,4 +310,5 @@ async def session_chat( response=[resp], usage=CompletionUsage(**response.usage.model_dump()), jobs=jobs, + doc_ids=doc_ids, ) diff --git a/agents-api/agents_api/routers/sessions/session.py b/agents-api/agents_api/routers/sessions/session.py index e71d53871..b85a8503a 100644 --- a/agents-api/agents_api/routers/sessions/session.py +++ b/agents-api/agents_api/routers/sessions/session.py @@ -11,7 +11,7 @@ import litellm from litellm import acompletion -from ...autogen.openapi_model import InputChatMLMessage, Tool +from ...autogen.openapi_model import InputChatMLMessage, Tool, DocIds from ...clients.embed import embed from ...clients.temporal import run_summarization_task from ...clients.worker.types import ChatML @@ -125,7 +125,7 @@ def rm_user_assistant(m): async def run( self, new_input, settings: Settings - ) -> tuple[ChatCompletion, Entry, Callable | None]: + ) -> tuple[ChatCompletion, Entry, Callable | None, DocIds]: # TODO: implement locking at some point # Get session data @@ -134,7 +134,7 @@ async def run( raise SessionNotFoundError(self.developer_id, self.session_id) # Assemble context - init_context, final_settings = await self.forward( + init_context, final_settings, doc_ids = await self.forward( session_data, new_input, settings ) @@ -180,14 +180,14 @@ async def run( new_input, total_tokens, new_entry, final_settings ) - return response, new_entry, backward_pass + return response, new_entry, backward_pass, doc_ids async def forward( self, session_data: SessionData | None, new_input: list[Entry], settings: Settings, - ) -> tuple[list[ChatML], Settings]: + ) -> tuple[list[ChatML], Settings, DocIds]: # role, name, content, token_count, created_at string_to_embed = "\n".join( [f"{msg.name or msg.role}: {msg.content}" for msg in new_input] @@ -214,12 +214,22 @@ async def forward( first_instruction_idx = -1 first_instruction_created_at = 0 tools = [] + doc_ids = DocIds(agent_doc_ids=[], user_doc_ids=[]) for idx, row in proc_mem_context_query( session_id=self.session_id, tool_query_embedding=tool_query_embedding, doc_query_embedding=doc_query_embedding, ).iterrows(): + agent_doc_id = row.get("agent_doc_id") + user_doc_id = row.get("user_doc_id") + + if agent_doc_id is not None: + doc_ids.agent_doc_ids.append(agent_doc_id) + + if user_doc_id is not None: + doc_ids.user_doc_ids.append(user_doc_id) + # If a `functions` message is encountered, extract into tools list if row["name"] == "functions": # FIXME: This might also break if {role: system, name: functions, content} but content not valid json object @@ -321,7 +331,7 @@ async def forward( settings.tools = settings.tools or [] settings.tools.extend(tools) - return messages, settings + return messages, settings, doc_ids async def generate( self, init_context: list[ChatML], settings: Settings diff --git a/openapi.yaml b/openapi.yaml index 7f368452c..358ed03fa 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1699,11 +1699,14 @@ components: format: uuid uniqueItems: true description: IDs (if any) of jobs created as part of this request + doc_ids: + $ref: '#/components/schemas/DocIds' required: - usage - response - finish_reason - id + - doc_ids Memory: $schema: http://json-schema.org/draft-04/schema# type: object @@ -2326,6 +2329,20 @@ components: parameters: $ref: '#/components/schemas/FunctionParameters' description: Parameters accepeted by this function + DocIds: + type: object + properties: + agent_doc_ids: + type: array + items: + type: string + user_doc_ids: + type: array + items: + type: string + required: + - agent_doc_ids + - user_doc_ids securitySchemes: api-key: type: apiKey From a3eb98ee0ab54eec72880392489fa361bd78e48f Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Fri, 17 May 2024 09:46:50 +0300 Subject: [PATCH 50/51] fix: Convert content to the list of strings --- agents-api/agents_api/routers/agents/routers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents-api/agents_api/routers/agents/routers.py b/agents-api/agents_api/routers/agents/routers.py index 695ca4f67..ee6f73264 100644 --- a/agents-api/agents_api/routers/agents/routers.py +++ b/agents-api/agents_api/routers/agents/routers.py @@ -254,7 +254,7 @@ async def create_agent( doc_id = docs_resp["doc_id"][0] await run_embed_docs_task( - doc_id=doc_id, title=doc.title, content=doc.content, job_id=job_id + doc_id=doc_id, title=doc.title, content=content, job_id=job_id ) if request.tools: From 03079a23469f4c68f1f192721b7bea18a3713995 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Fri, 17 May 2024 10:26:29 +0300 Subject: [PATCH 51/51] chore: Update SDKs (#333) --- .../agents_api/autogen/openapi_model.py | 12 +- agents-api/poetry.lock | 489 ++-- docs/js-sdk-docs/README.md | 50 +- .../classes/api.BaseHttpRequest.md | 75 - .../api_JulepApiClient.JulepApiClient.md | 14 +- ...Error.md => api_core_ApiError.ApiError.md} | 50 +- ..._core_AxiosHttpRequest.AxiosHttpRequest.md | 103 + ...pi_core_BaseHttpRequest.BaseHttpRequest.md | 81 + ...api_core_CancelablePromise.CancelError.md} | 28 +- ...re_CancelablePromise.CancelablePromise.md} | 66 +- ...services_DefaultService.DefaultService.md} | 338 +-- docs/js-sdk-docs/classes/client.Client.md | 177 ++ .../classes/managers_agent.AgentsManager.md | 48 +- .../classes/managers_base.BaseManager.md | 6 +- .../classes/managers_doc.DocsManager.md | 28 +- .../managers_memory.MemoriesManager.md | 12 +- .../managers_session.SessionsManager.md | 54 +- .../classes/managers_tool.ToolsManager.md | 30 +- .../classes/managers_user.UsersManager.md | 44 +- ...ls_requestConstructor.CustomHttpRequest.md | 38 +- .../api_core_CancelablePromise.OnCancel.md | 63 + .../managers_session.CreateSessionPayload.md | 12 +- docs/js-sdk-docs/modules.md | 110 +- docs/js-sdk-docs/modules/api.md | 2342 +++-------------- .../js-sdk-docs/modules/api_JulepApiClient.md | 2 +- docs/js-sdk-docs/modules/api_core_ApiError.md | 9 + .../modules/api_core_ApiRequestOptions.md | 35 + .../js-sdk-docs/modules/api_core_ApiResult.md | 29 + .../modules/api_core_AxiosHttpRequest.md | 9 + .../modules/api_core_BaseHttpRequest.md | 9 + .../modules/api_core_CancelablePromise.md | 14 + docs/js-sdk-docs/modules/api_core_OpenAPI.md | 47 + docs/js-sdk-docs/modules/api_core_request.md | 411 +++ docs/js-sdk-docs/modules/api_models_Agent.md | 33 + .../api_models_AgentDefaultSettings.md | 32 + .../modules/api_models_ChatInput.md | 19 + .../modules/api_models_ChatInputData.md | 27 + .../modules/api_models_ChatMLMessage.md | 29 + .../modules/api_models_ChatResponse.md | 32 + .../modules/api_models_ChatSettings.md | 41 + .../modules/api_models_CompletionUsage.md | 29 + .../modules/api_models_CreateAgentRequest.md | 34 + .../modules/api_models_CreateDoc.md | 27 + .../api_models_CreateSessionRequest.md | 31 + .../modules/api_models_CreateToolRequest.md | 26 + .../modules/api_models_CreateUserRequest.md | 30 + docs/js-sdk-docs/modules/api_models_Doc.md | 29 + docs/js-sdk-docs/modules/api_models_DocIds.md | 26 + .../modules/api_models_FunctionCallOption.md | 27 + .../modules/api_models_FunctionDef.md | 27 + .../modules/api_models_FunctionParameters.md | 21 + .../modules/api_models_InputChatMLMessage.md | 28 + .../modules/api_models_JobStatus.md | 32 + docs/js-sdk-docs/modules/api_models_Memory.md | 33 + .../modules/api_models_MemoryAccessOptions.md | 27 + .../modules/api_models_NamedToolChoice.md | 29 + .../modules/api_models_PartialFunctionDef.md | 27 + .../modules/api_models_PatchAgentRequest.md | 32 + .../modules/api_models_PatchSessionRequest.md | 28 + .../modules/api_models_PatchToolRequest.md | 25 + .../modules/api_models_PatchUserRequest.md | 29 + .../api_models_ResourceCreatedResponse.md | 27 + .../api_models_ResourceDeletedResponse.md | 27 + .../api_models_ResourceUpdatedResponse.md | 27 + .../js-sdk-docs/modules/api_models_Session.md | 33 + .../modules/api_models_Suggestion.md | 29 + docs/js-sdk-docs/modules/api_models_Tool.md | 27 + .../modules/api_models_ToolChoiceOption.md | 26 + .../modules/api_models_UpdateAgentRequest.md | 32 + .../api_models_UpdateSessionRequest.md | 28 + .../modules/api_models_UpdateToolRequest.md | 25 + .../modules/api_models_UpdateUserRequest.md | 29 + docs/js-sdk-docs/modules/api_models_User.md | 30 + .../modules/api_models_agent_id.md | 19 + docs/js-sdk-docs/modules/api_models_doc_id.md | 19 + docs/js-sdk-docs/modules/api_models_job_id.md | 19 + .../modules/api_models_memory_id.md | 19 + .../modules/api_models_message_id.md | 19 + .../modules/api_models_session_id.md | 19 + .../js-sdk-docs/modules/api_models_tool_id.md | 19 + .../js-sdk-docs/modules/api_models_user_id.md | 19 + .../js-sdk-docs/modules/api_schemas__Agent.md | 59 + .../api_schemas__AgentDefaultSettings.md | 64 + .../modules/api_schemas__ChatInput.md | 26 + .../modules/api_schemas__ChatInputData.md | 40 + .../modules/api_schemas__ChatMLMessage.md | 45 + .../modules/api_schemas__ChatResponse.md | 52 + .../modules/api_schemas__ChatSettings.md | 101 + .../modules/api_schemas__CompletionUsage.md | 38 + .../api_schemas__CreateAgentRequest.md | 54 + .../modules/api_schemas__CreateDoc.md | 37 + .../api_schemas__CreateSessionRequest.md | 44 + .../modules/api_schemas__CreateToolRequest.md | 33 + .../modules/api_schemas__CreateUserRequest.md | 39 + docs/js-sdk-docs/modules/api_schemas__Doc.md | 47 + .../modules/api_schemas__DocIds.md | 35 + .../api_schemas__FunctionCallOption.md | 30 + .../modules/api_schemas__FunctionDef.md | 36 + .../api_schemas__FunctionParameters.md | 27 + .../api_schemas__InputChatMLMessage.md | 38 + .../modules/api_schemas__JobStatus.md | 56 + .../modules/api_schemas__Memory.md | 67 + .../api_schemas__MemoryAccessOptions.md | 34 + .../modules/api_schemas__NamedToolChoice.md | 36 + .../api_schemas__PartialFunctionDef.md | 34 + .../modules/api_schemas__PatchAgentRequest.md | 45 + .../api_schemas__PatchSessionRequest.md | 32 + .../modules/api_schemas__PatchToolRequest.md | 29 + .../modules/api_schemas__PatchUserRequest.md | 35 + .../api_schemas__ResourceCreatedResponse.md | 38 + .../api_schemas__ResourceDeletedResponse.md | 38 + .../api_schemas__ResourceUpdatedResponse.md | 38 + .../modules/api_schemas__Session.md | 59 + .../modules/api_schemas__Suggestion.md | 46 + docs/js-sdk-docs/modules/api_schemas__Tool.md | 38 + .../modules/api_schemas__ToolChoiceOption.md | 27 + .../api_schemas__UpdateAgentRequest.md | 47 + .../api_schemas__UpdateSessionRequest.md | 33 + .../modules/api_schemas__UpdateToolRequest.md | 29 + .../modules/api_schemas__UpdateUserRequest.md | 37 + docs/js-sdk-docs/modules/api_schemas__User.md | 47 + .../modules/api_schemas__agent_id.md | 26 + .../modules/api_schemas__doc_id.md | 26 + .../modules/api_schemas__job_id.md | 26 + .../modules/api_schemas__memory_id.md | 26 + .../modules/api_schemas__message_id.md | 26 + .../modules/api_schemas__session_id.md | 26 + .../modules/api_schemas__tool_id.md | 26 + .../modules/api_schemas__user_id.md | 26 + .../modules/api_services_DefaultService.md | 9 + docs/js-sdk-docs/modules/client.md | 9 + docs/js-sdk-docs/modules/env.md | 30 + docs/js-sdk-docs/modules/index.md | 15 + docs/js-sdk-docs/modules/managers_agent.md | 2 +- docs/js-sdk-docs/modules/managers_base.md | 2 +- docs/js-sdk-docs/modules/managers_doc.md | 2 +- docs/js-sdk-docs/modules/managers_memory.md | 2 +- docs/js-sdk-docs/modules/managers_session.md | 2 +- docs/js-sdk-docs/modules/managers_tool.md | 2 +- docs/js-sdk-docs/modules/managers_user.md | 2 +- docs/js-sdk-docs/modules/utils_invariant.md | 4 +- .../js-sdk-docs/modules/utils_isValidUuid4.md | 4 +- docs/js-sdk-docs/modules/utils_openaiPatch.md | 4 +- .../modules/utils_requestConstructor.md | 2 +- docs/js-sdk-docs/modules/utils_xor.md | 4 +- docs/python-sdk-docs/README.md | 7 + docs/python-sdk-docs/julep/api/client.md | 196 +- docs/python-sdk-docs/julep/api/types/agent.md | 6 +- .../julep/api/types/agent_instructions.md | 6 + .../julep/api/types/chat_ml_message.md | 4 +- .../julep/api/types/chat_ml_message_role.md | 2 +- .../julep/api/types/chat_response.md | 6 +- .../create_agent_request_instructions.md | 6 + .../julep/api/types/create_doc.md | 6 +- .../julep/api/types/create_doc_content.md | 6 + docs/python-sdk-docs/julep/api/types/doc.md | 6 +- .../julep/api/types/doc_content.md | 6 + .../julep/api/types/doc_ids.md | 38 + docs/python-sdk-docs/julep/api/types/index.md | 7 + .../julep/api/types/input_chat_ml_message.md | 4 +- .../api/types/input_chat_ml_message_role.md | 5 +- .../types/patch_agent_request_instructions.md | 6 + .../update_agent_request_instructions.md | 6 + docs/python-sdk-docs/julep/managers/doc.md | 28 +- .../python-sdk-docs/julep/managers/session.md | 64 +- docs/python-sdk-docs/julep/managers/tool.md | 38 +- mock_openapi.yaml | 245 +- openapi.yaml | 9 +- sdks/postman/collection.json | 14 +- sdks/python/julep/api/__init__.py | 6 + sdks/python/julep/api/client.py | 4 - sdks/python/julep/api/types/__init__.py | 6 + sdks/python/julep/api/types/chat_response.py | 2 + sdks/python/julep/api/types/create_doc.py | 3 +- .../julep/api/types/create_doc_content.py | 5 + sdks/python/julep/api/types/doc.py | 3 +- sdks/python/julep/api/types/doc_content.py | 5 + sdks/python/julep/api/types/doc_ids.py | 37 + sdks/python/poetry.lock | 478 ++-- sdks/python/pyproject.toml | 2 +- sdks/ts/package-lock.json | 4 +- sdks/ts/package.json | 4 +- sdks/ts/src/api/index.ts | 2 + sdks/ts/src/api/models/ChatResponse.ts | 2 + sdks/ts/src/api/models/CreateDoc.ts | 2 +- sdks/ts/src/api/models/Doc.ts | 2 +- sdks/ts/src/api/models/DocIds.ts | 8 + sdks/ts/src/api/schemas/$ChatResponse.ts | 4 + sdks/ts/src/api/schemas/$CreateDoc.ts | 15 +- sdks/ts/src/api/schemas/$Doc.ts | 15 +- sdks/ts/src/api/schemas/$DocIds.ts | 22 + 191 files changed, 6198 insertions(+), 3284 deletions(-) delete mode 100644 docs/js-sdk-docs/classes/api.BaseHttpRequest.md rename docs/js-sdk-docs/classes/{api.ApiError.md => api_core_ApiError.ApiError.md} (63%) create mode 100644 docs/js-sdk-docs/classes/api_core_AxiosHttpRequest.AxiosHttpRequest.md create mode 100644 docs/js-sdk-docs/classes/api_core_BaseHttpRequest.BaseHttpRequest.md rename docs/js-sdk-docs/classes/{api.CancelError.md => api_core_CancelablePromise.CancelError.md} (67%) rename docs/js-sdk-docs/classes/{api.CancelablePromise.md => api_core_CancelablePromise.CancelablePromise.md} (66%) rename docs/js-sdk-docs/classes/{api.DefaultService.md => api_services_DefaultService.DefaultService.md} (52%) create mode 100644 docs/js-sdk-docs/classes/client.Client.md create mode 100644 docs/js-sdk-docs/interfaces/api_core_CancelablePromise.OnCancel.md create mode 100644 docs/js-sdk-docs/modules/api_core_ApiError.md create mode 100644 docs/js-sdk-docs/modules/api_core_ApiRequestOptions.md create mode 100644 docs/js-sdk-docs/modules/api_core_ApiResult.md create mode 100644 docs/js-sdk-docs/modules/api_core_AxiosHttpRequest.md create mode 100644 docs/js-sdk-docs/modules/api_core_BaseHttpRequest.md create mode 100644 docs/js-sdk-docs/modules/api_core_CancelablePromise.md create mode 100644 docs/js-sdk-docs/modules/api_core_OpenAPI.md create mode 100644 docs/js-sdk-docs/modules/api_core_request.md create mode 100644 docs/js-sdk-docs/modules/api_models_Agent.md create mode 100644 docs/js-sdk-docs/modules/api_models_AgentDefaultSettings.md create mode 100644 docs/js-sdk-docs/modules/api_models_ChatInput.md create mode 100644 docs/js-sdk-docs/modules/api_models_ChatInputData.md create mode 100644 docs/js-sdk-docs/modules/api_models_ChatMLMessage.md create mode 100644 docs/js-sdk-docs/modules/api_models_ChatResponse.md create mode 100644 docs/js-sdk-docs/modules/api_models_ChatSettings.md create mode 100644 docs/js-sdk-docs/modules/api_models_CompletionUsage.md create mode 100644 docs/js-sdk-docs/modules/api_models_CreateAgentRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_CreateDoc.md create mode 100644 docs/js-sdk-docs/modules/api_models_CreateSessionRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_CreateToolRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_CreateUserRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_Doc.md create mode 100644 docs/js-sdk-docs/modules/api_models_DocIds.md create mode 100644 docs/js-sdk-docs/modules/api_models_FunctionCallOption.md create mode 100644 docs/js-sdk-docs/modules/api_models_FunctionDef.md create mode 100644 docs/js-sdk-docs/modules/api_models_FunctionParameters.md create mode 100644 docs/js-sdk-docs/modules/api_models_InputChatMLMessage.md create mode 100644 docs/js-sdk-docs/modules/api_models_JobStatus.md create mode 100644 docs/js-sdk-docs/modules/api_models_Memory.md create mode 100644 docs/js-sdk-docs/modules/api_models_MemoryAccessOptions.md create mode 100644 docs/js-sdk-docs/modules/api_models_NamedToolChoice.md create mode 100644 docs/js-sdk-docs/modules/api_models_PartialFunctionDef.md create mode 100644 docs/js-sdk-docs/modules/api_models_PatchAgentRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_PatchSessionRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_PatchToolRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_PatchUserRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_ResourceCreatedResponse.md create mode 100644 docs/js-sdk-docs/modules/api_models_ResourceDeletedResponse.md create mode 100644 docs/js-sdk-docs/modules/api_models_ResourceUpdatedResponse.md create mode 100644 docs/js-sdk-docs/modules/api_models_Session.md create mode 100644 docs/js-sdk-docs/modules/api_models_Suggestion.md create mode 100644 docs/js-sdk-docs/modules/api_models_Tool.md create mode 100644 docs/js-sdk-docs/modules/api_models_ToolChoiceOption.md create mode 100644 docs/js-sdk-docs/modules/api_models_UpdateAgentRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_UpdateSessionRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_UpdateToolRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_UpdateUserRequest.md create mode 100644 docs/js-sdk-docs/modules/api_models_User.md create mode 100644 docs/js-sdk-docs/modules/api_models_agent_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_doc_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_job_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_memory_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_message_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_session_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_tool_id.md create mode 100644 docs/js-sdk-docs/modules/api_models_user_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__Agent.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__AgentDefaultSettings.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ChatInput.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ChatInputData.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ChatMLMessage.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ChatResponse.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ChatSettings.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__CompletionUsage.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__CreateAgentRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__CreateDoc.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__CreateSessionRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__CreateToolRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__CreateUserRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__Doc.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__DocIds.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__FunctionCallOption.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__FunctionDef.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__FunctionParameters.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__InputChatMLMessage.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__JobStatus.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__Memory.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__MemoryAccessOptions.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__NamedToolChoice.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__PartialFunctionDef.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__PatchAgentRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__PatchSessionRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__PatchToolRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__PatchUserRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ResourceCreatedResponse.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ResourceDeletedResponse.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ResourceUpdatedResponse.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__Session.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__Suggestion.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__Tool.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__ToolChoiceOption.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__UpdateAgentRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__UpdateSessionRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__UpdateToolRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__UpdateUserRequest.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__User.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__agent_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__doc_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__job_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__memory_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__message_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__session_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__tool_id.md create mode 100644 docs/js-sdk-docs/modules/api_schemas__user_id.md create mode 100644 docs/js-sdk-docs/modules/api_services_DefaultService.md create mode 100644 docs/js-sdk-docs/modules/client.md create mode 100644 docs/js-sdk-docs/modules/env.md create mode 100644 docs/js-sdk-docs/modules/index.md create mode 100644 docs/python-sdk-docs/julep/api/types/agent_instructions.md create mode 100644 docs/python-sdk-docs/julep/api/types/create_agent_request_instructions.md create mode 100644 docs/python-sdk-docs/julep/api/types/create_doc_content.md create mode 100644 docs/python-sdk-docs/julep/api/types/doc_content.md create mode 100644 docs/python-sdk-docs/julep/api/types/doc_ids.md create mode 100644 docs/python-sdk-docs/julep/api/types/patch_agent_request_instructions.md create mode 100644 docs/python-sdk-docs/julep/api/types/update_agent_request_instructions.md create mode 100644 sdks/python/julep/api/types/create_doc_content.py create mode 100644 sdks/python/julep/api/types/doc_content.py create mode 100644 sdks/python/julep/api/types/doc_ids.py create mode 100644 sdks/ts/src/api/models/DocIds.ts create mode 100644 sdks/ts/src/api/schemas/$DocIds.ts diff --git a/agents-api/agents_api/autogen/openapi_model.py b/agents-api/agents_api/autogen/openapi_model.py index 786aba3d3..3dad60a2e 100644 --- a/agents-api/agents_api/autogen/openapi_model.py +++ b/agents-api/agents_api/autogen/openapi_model.py @@ -1,6 +1,6 @@ # generated by datamodel-codegen: # filename: openapi.yaml -# timestamp: 2024-05-09T11:41:12+00:00 +# timestamp: 2024-05-16T13:06:33+00:00 from __future__ import annotations @@ -585,12 +585,16 @@ class AgentDefaultSettings(BaseModel): """ +class ContentItem(RootModel[str]): + root: Annotated[str, Field(min_length=1)] + + class Doc(BaseModel): title: str """ Title describing what this bit of information contains """ - content: str + content: List[ContentItem] | str """ Information content """ @@ -608,10 +612,6 @@ class Doc(BaseModel): """ -class ContentItem(RootModel[str]): - root: Annotated[str, Field(min_length=1)] - - class CreateDoc(BaseModel): title: str """ diff --git a/agents-api/poetry.lock b/agents-api/poetry.lock index 19652e4a6..e11669da7 100644 --- a/agents-api/poetry.lock +++ b/agents-api/poetry.lock @@ -812,13 +812,13 @@ files = [ [[package]] name = "fsspec" -version = "2024.3.1" +version = "2024.5.0" description = "File-system specification" optional = false python-versions = ">=3.8" files = [ - {file = "fsspec-2024.3.1-py3-none-any.whl", hash = "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512"}, - {file = "fsspec-2024.3.1.tar.gz", hash = "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"}, + {file = "fsspec-2024.5.0-py3-none-any.whl", hash = "sha256:e0fdbc446d67e182f49a70b82cf7889028a63588fde6b222521f10937b2b670c"}, + {file = "fsspec-2024.5.0.tar.gz", hash = "sha256:1d021b0b0f933e3b3029ed808eb400c08ba101ca2de4b3483fbc9ca23fcee94a"}, ] [package.extras] @@ -826,7 +826,7 @@ abfs = ["adlfs"] adl = ["adlfs"] arrow = ["pyarrow (>=1)"] dask = ["dask", "distributed"] -devel = ["pytest", "pytest-cov"] +dev = ["pre-commit", "ruff"] dropbox = ["dropbox", "dropboxdrivefs", "requests"] full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"] fuse = ["fusepy"] @@ -843,16 +843,20 @@ s3 = ["s3fs"] sftp = ["paramiko"] smb = ["smbprotocol"] ssh = ["paramiko"] +test = ["aiohttp (!=4.0.0a0,!=4.0.0a1)", "numpy", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "requests"] +test-downstream = ["aiobotocore (>=2.5.4,<3.0.0)", "dask-expr", "dask[dataframe,test]", "moto[server] (>4,<5)", "pytest-timeout", "xarray"] +test-full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "cloudpickle", "dask", "distributed", "dropbox", "dropboxdrivefs", "fastparquet", "fusepy", "gcsfs", "jinja2", "kerchunk", "libarchive-c", "lz4", "notebook", "numpy", "ocifs", "pandas", "panel", "paramiko", "pyarrow", "pyarrow (>=1)", "pyftpdlib", "pygit2", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "python-snappy", "requests", "smbprotocol", "tqdm", "urllib3", "zarr", "zstandard"] tqdm = ["tqdm"] [[package]] name = "genson" -version = "1.2.2" +version = "1.3.0" description = "GenSON is a powerful, user-friendly JSON Schema generator." optional = false python-versions = "*" files = [ - {file = "genson-1.2.2.tar.gz", hash = "sha256:8caf69aa10af7aee0e1a1351d1d06801f4696e005f06cedef438635384346a16"}, + {file = "genson-1.3.0-py3-none-any.whl", hash = "sha256:468feccd00274cc7e4c09e84b08704270ba8d95232aa280f65b986139cec67f7"}, + {file = "genson-1.3.0.tar.gz", hash = "sha256:e02db9ac2e3fd29e65b5286f7135762e2cd8a986537c075b06fc5f1517308e37"}, ] [[package]] @@ -905,13 +909,13 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] [[package]] name = "google-cloud-aiplatform" -version = "1.49.0" +version = "1.51.0" description = "Vertex AI API client library" optional = false python-versions = ">=3.8" files = [ - {file = "google-cloud-aiplatform-1.49.0.tar.gz", hash = "sha256:e6e6d01079bb5def49e4be4db4d12b13c624b5c661079c869c13c855e5807429"}, - {file = "google_cloud_aiplatform-1.49.0-py2.py3-none-any.whl", hash = "sha256:8072d9e0c18d8942c704233d1a93b8d6312fc7b278786a283247950e28ae98df"}, + {file = "google-cloud-aiplatform-1.51.0.tar.gz", hash = "sha256:901993b4d14392452699c14cf23d72c01c5488ee36a7e00b23195e64d7d2f5ec"}, + {file = "google_cloud_aiplatform-1.51.0-py2.py3-none-any.whl", hash = "sha256:f2d3ff231454fe397f02fce1358680dea76ed7c74fc42e6c7e1aa1acb1648df3"}, ] [package.dependencies] @@ -933,8 +937,8 @@ cloud-profiler = ["tensorboard-plugin-profile (>=2.4.0,<3.0.0dev)", "tensorflow datasets = ["pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)"] endpoint = ["requests (>=2.28.1)"] full = ["cloudpickle (<3.0)", "docker (>=5.0.3)", "explainable-ai-sdk (>=1.0.0)", "fastapi (>=0.71.0,<=0.109.1)", "google-cloud-bigquery", "google-cloud-bigquery-storage", "google-cloud-logging (<4.0)", "google-vizier (>=0.1.6)", "httpx (>=0.23.0,<0.25.0)", "immutabledict", "lit-nlp (==0.4.0)", "mlflow (>=1.27.0,<=2.1.1)", "nest-asyncio (>=1.0.0,<1.6.0)", "numpy (>=1.15.0)", "pandas (>=1.0.0)", "pandas (>=1.0.0,<2.2.0)", "pyarrow (>=10.0.1)", "pyarrow (>=14.0.0)", "pyarrow (>=3.0.0,<8.0dev)", "pyarrow (>=6.0.1)", "pydantic (<2)", "pyyaml (>=5.3.1,<7)", "ray[default] (>=2.4,<2.5.dev0 || >2.9.0,!=2.9.1,!=2.9.2,<=2.9.3)", "ray[default] (>=2.5,<=2.9.3)", "requests (>=2.28.1)", "starlette (>=0.17.1)", "tensorflow (>=2.3.0,<3.0.0dev)", "tensorflow (>=2.3.0,<3.0.0dev)", "urllib3 (>=1.21.1,<1.27)", "uvicorn[standard] (>=0.16.0)"] -langchain = ["langchain (>=0.1.13,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<0.2)"] -langchain-testing = ["absl-py", "cloudpickle (>=2.2.1,<3.0)", "langchain (>=0.1.13,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<0.2)", "pydantic (>=2.6.3,<3)", "pytest-xdist"] +langchain = ["langchain (>=0.1.16,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<2)"] +langchain-testing = ["absl-py", "cloudpickle (>=2.2.1,<3.0)", "langchain (>=0.1.16,<0.2)", "langchain-core (<0.2)", "langchain-google-vertexai (<2)", "pydantic (>=2.6.3,<3)", "pytest-xdist"] lit = ["explainable-ai-sdk (>=1.0.0)", "lit-nlp (==0.4.0)", "pandas (>=1.0.0)", "tensorflow (>=2.3.0,<3.0.0dev)"] metadata = ["numpy (>=1.15.0)", "pandas (>=1.0.0)"] pipelines = ["pyyaml (>=5.3.1,<7)"] @@ -952,13 +956,13 @@ xai = ["tensorflow (>=2.3.0,<3.0.0dev)"] [[package]] name = "google-cloud-bigquery" -version = "3.21.0" +version = "3.22.0" description = "Google BigQuery API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google-cloud-bigquery-3.21.0.tar.gz", hash = "sha256:6265c39f9d5bdf50f11cb81a9c2a0605d285df34ac139de0d2333b1250add0ff"}, - {file = "google_cloud_bigquery-3.21.0-py2.py3-none-any.whl", hash = "sha256:83a090aae16b3a687ef22e7b0a1b551e18da615b1c4855c5f312f198959e7739"}, + {file = "google-cloud-bigquery-3.22.0.tar.gz", hash = "sha256:957591e6f948d7cb4aa0f7a8e4e47b4617cd7f0269e28a71c37953c39b6e8a4c"}, + {file = "google_cloud_bigquery-3.22.0-py2.py3-none-any.whl", hash = "sha256:80c8e31a23b68b7d3ae5d138c9a9edff69d100ee812db73a5e63c79a13a5063d"}, ] [package.dependencies] @@ -1303,13 +1307,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "huggingface-hub" -version = "0.22.2" +version = "0.23.0" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = false python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.22.2-py3-none-any.whl", hash = "sha256:3429e25f38ccb834d310804a3b711e7e4953db5a9e420cc147a5e194ca90fd17"}, - {file = "huggingface_hub-0.22.2.tar.gz", hash = "sha256:32e9a9a6843c92f253ff9ca16b9985def4d80a93fb357af5353f770ef74a81be"}, + {file = "huggingface_hub-0.23.0-py3-none-any.whl", hash = "sha256:075c30d48ee7db2bba779190dc526d2c11d422aed6f9044c5e2fdc2c432fdb91"}, + {file = "huggingface_hub-0.23.0.tar.gz", hash = "sha256:7126dedd10a4c6fac796ced4d87a8cf004efc722a5125c2c09299017fa366fa9"}, ] [package.dependencies] @@ -1322,16 +1326,16 @@ tqdm = ">=4.42.1" typing-extensions = ">=3.7.4.3" [package.extras] -all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "minijinja (>=1.0)", "mypy (==1.5.1)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.3.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"] +all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "fastapi", "gradio", "jedi", "minijinja (>=1.0)", "mypy (==1.5.1)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.3.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"] cli = ["InquirerPy (==0.3.4)"] -dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "minijinja (>=1.0)", "mypy (==1.5.1)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.3.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"] +dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "fastapi", "gradio", "jedi", "minijinja (>=1.0)", "mypy (==1.5.1)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.3.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"] fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"] hf-transfer = ["hf-transfer (>=0.1.4)"] inference = ["aiohttp", "minijinja (>=1.0)"] quality = ["mypy (==1.5.1)", "ruff (>=0.3.0)"] tensorflow = ["graphviz", "pydot", "tensorflow"] tensorflow-testing = ["keras (<3.0)", "tensorflow"] -testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "gradio", "jedi", "minijinja (>=1.0)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"] +testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "fastapi", "gradio", "jedi", "minijinja (>=1.0)", "numpy", "pytest", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"] torch = ["safetensors", "torch"] typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)"] @@ -1478,13 +1482,13 @@ testing = ["Django", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -1602,13 +1606,13 @@ dev = ["Sphinx (>=5.1.1)", "black (==23.12.1)", "build (>=0.10.0)", "coverage (> [[package]] name = "litellm" -version = "1.37.3" +version = "1.37.12" description = "Library to easily interface with LLM API providers" optional = false python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "litellm-1.37.3-py3-none-any.whl", hash = "sha256:d90148c9e49afedb5fb6cd76b3bf125847b4ff732270ef8af723c9a8b13c58f9"}, - {file = "litellm-1.37.3.tar.gz", hash = "sha256:93f0c849ca8f658da1f37c3aa337f39d3193fbef1de6300fc2ffb410ea3f6c93"}, + {file = "litellm-1.37.12-py3-none-any.whl", hash = "sha256:5b42b3c98e329a24f48112f488dd1c5e4c635fb5b1a098b50c2cab789cb08172"}, + {file = "litellm-1.37.12.tar.gz", hash = "sha256:2188991e9aa903c9adcec9a265b58ad3b6d9acbe0b0f194b3321d69fa4102729"}, ] [package.dependencies] @@ -1624,7 +1628,7 @@ tokenizers = "*" [package.extras] extra-proxy = ["azure-identity (>=1.15.0,<2.0.0)", "azure-keyvault-secrets (>=4.8.0,<5.0.0)", "google-cloud-kms (>=2.21.3,<3.0.0)", "prisma (==0.11.0)", "resend (>=0.8.0,<0.9.0)"] -proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.109.1,<0.110.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] +proxy = ["PyJWT (>=2.8.0,<3.0.0)", "apscheduler (>=3.10.4,<4.0.0)", "backoff", "cryptography (>=42.0.5,<43.0.0)", "fastapi (>=0.111.0,<0.112.0)", "fastapi-sso (>=0.10.0,<0.11.0)", "gunicorn (>=22.0.0,<23.0.0)", "orjson (>=3.9.7,<4.0.0)", "python-multipart (>=0.0.9,<0.0.10)", "pyyaml (>=6.0.1,<7.0.0)", "rq", "uvicorn (>=0.22.0,<0.23.0)"] [[package]] name = "markdown-it-py" @@ -1721,13 +1725,13 @@ files = [ [[package]] name = "marshmallow" -version = "3.21.1" +version = "3.21.2" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.8" files = [ - {file = "marshmallow-3.21.1-py3-none-any.whl", hash = "sha256:f085493f79efb0644f270a9bf2892843142d80d7174bbbd2f3713f2a589dc633"}, - {file = "marshmallow-3.21.1.tar.gz", hash = "sha256:4e65e9e0d80fc9e609574b9983cf32579f305c718afb30d7233ab818571768c3"}, + {file = "marshmallow-3.21.2-py3-none-any.whl", hash = "sha256:70b54a6282f4704d12c0a41599682c5c5450e843b9ec406308653b47c59648a1"}, + {file = "marshmallow-3.21.2.tar.gz", hash = "sha256:82408deadd8b33d56338d2182d455db632c6313aa2af61916672146bb32edc56"}, ] [package.dependencies] @@ -1735,7 +1739,7 @@ packaging = ">=17.0" [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<4.0)", "tox"] -docs = ["alabaster (==0.7.16)", "autodocsumm (==0.2.12)", "sphinx (==7.2.6)", "sphinx-issues (==4.0.0)", "sphinx-version-warning (==1.1.2)"] +docs = ["alabaster (==0.7.16)", "autodocsumm (==0.2.12)", "sphinx (==7.3.7)", "sphinx-issues (==4.1.0)", "sphinx-version-warning (==1.1.2)"] tests = ["pytest", "pytz", "simplejson"] [[package]] @@ -2017,13 +2021,13 @@ files = [ [[package]] name = "openai" -version = "1.25.0" +version = "1.30.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.25.0-py3-none-any.whl", hash = "sha256:d0cfdf6afb31a5dabf3b95966cb31f3c757a0edaf3228715409cb404b9933de0"}, - {file = "openai-1.25.0.tar.gz", hash = "sha256:22c35b26b8281cd2759b1a4c05ac99e2f2b26a9df71f90a0b4ddb75aa27adc81"}, + {file = "openai-1.30.1-py3-none-any.whl", hash = "sha256:c9fb3c3545c118bbce8deb824397b9433a66d0d0ede6a96f7009c95b76de4a46"}, + {file = "openai-1.30.1.tar.gz", hash = "sha256:4f85190e577cba0b066e1950b8eb9b11d25bc7ebcc43a86b326ce1bfa564ec74"}, ] [package.dependencies] @@ -2171,13 +2175,13 @@ ptyprocess = ">=0.5" [[package]] name = "platformdirs" -version = "4.2.1" +version = "4.2.2" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.2.1-py3-none-any.whl", hash = "sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1"}, - {file = "platformdirs-4.2.1.tar.gz", hash = "sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf"}, + {file = "platformdirs-4.2.2-py3-none-any.whl", hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee"}, + {file = "platformdirs-4.2.2.tar.gz", hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"}, ] [package.extras] @@ -2492,17 +2496,16 @@ tests = ["black", "chardet", "tox"] [[package]] name = "pygments" -version = "2.17.2" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, - {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, + {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [package.extras] -plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] [[package]] @@ -2674,13 +2677,13 @@ files = [ [[package]] name = "referencing" -version = "0.35.0" +version = "0.35.1" description = "JSON Referencing + Python" optional = false python-versions = ">=3.8" files = [ - {file = "referencing-0.35.0-py3-none-any.whl", hash = "sha256:8080727b30e364e5783152903672df9b6b091c926a146a759080b62ca3126cd6"}, - {file = "referencing-0.35.0.tar.gz", hash = "sha256:191e936b0c696d0af17ad7430a3dc68e88bc11be6514f4757dc890f04ab05889"}, + {file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"}, + {file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"}, ] [package.dependencies] @@ -2689,90 +2692,90 @@ rpds-py = ">=0.7.0" [[package]] name = "regex" -version = "2024.4.28" +version = "2024.5.15" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.8" files = [ - {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd196d056b40af073d95a2879678585f0b74ad35190fac04ca67954c582c6b61"}, - {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8bb381f777351bd534462f63e1c6afb10a7caa9fa2a421ae22c26e796fe31b1f"}, - {file = "regex-2024.4.28-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:47af45b6153522733aa6e92543938e97a70ce0900649ba626cf5aad290b737b6"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99d6a550425cc51c656331af0e2b1651e90eaaa23fb4acde577cf15068e2e20f"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bf29304a8011feb58913c382902fde3395957a47645bf848eea695839aa101b7"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:92da587eee39a52c91aebea8b850e4e4f095fe5928d415cb7ed656b3460ae79a"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6277d426e2f31bdbacb377d17a7475e32b2d7d1f02faaecc48d8e370c6a3ff31"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28e1f28d07220c0f3da0e8fcd5a115bbb53f8b55cecf9bec0c946eb9a059a94c"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:aaa179975a64790c1f2701ac562b5eeb733946eeb036b5bcca05c8d928a62f10"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6f435946b7bf7a1b438b4e6b149b947c837cb23c704e780c19ba3e6855dbbdd3"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:19d6c11bf35a6ad077eb23852827f91c804eeb71ecb85db4ee1386825b9dc4db"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:fdae0120cddc839eb8e3c15faa8ad541cc6d906d3eb24d82fb041cfe2807bc1e"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e672cf9caaf669053121f1766d659a8813bd547edef6e009205378faf45c67b8"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f57515750d07e14743db55d59759893fdb21d2668f39e549a7d6cad5d70f9fea"}, - {file = "regex-2024.4.28-cp310-cp310-win32.whl", hash = "sha256:a1409c4eccb6981c7baabc8888d3550df518add6e06fe74fa1d9312c1838652d"}, - {file = "regex-2024.4.28-cp310-cp310-win_amd64.whl", hash = "sha256:1f687a28640f763f23f8a9801fe9e1b37338bb1ca5d564ddd41619458f1f22d1"}, - {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:84077821c85f222362b72fdc44f7a3a13587a013a45cf14534df1cbbdc9a6796"}, - {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b45d4503de8f4f3dc02f1d28a9b039e5504a02cc18906cfe744c11def942e9eb"}, - {file = "regex-2024.4.28-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:457c2cd5a646dd4ed536c92b535d73548fb8e216ebee602aa9f48e068fc393f3"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b51739ddfd013c6f657b55a508de8b9ea78b56d22b236052c3a85a675102dc6"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:459226445c7d7454981c4c0ce0ad1a72e1e751c3e417f305722bbcee6697e06a"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:670fa596984b08a4a769491cbdf22350431970d0112e03d7e4eeaecaafcd0fec"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe00f4fe11c8a521b173e6324d862ee7ee3412bf7107570c9b564fe1119b56fb"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:36f392dc7763fe7924575475736bddf9ab9f7a66b920932d0ea50c2ded2f5636"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:23a412b7b1a7063f81a742463f38821097b6a37ce1e5b89dd8e871d14dbfd86b"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:f1d6e4b7b2ae3a6a9df53efbf199e4bfcff0959dbdb5fd9ced34d4407348e39a"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:499334ad139557de97cbc4347ee921c0e2b5e9c0f009859e74f3f77918339257"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:0940038bec2fe9e26b203d636c44d31dd8766abc1fe66262da6484bd82461ccf"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:66372c2a01782c5fe8e04bff4a2a0121a9897e19223d9eab30c54c50b2ebeb7f"}, - {file = "regex-2024.4.28-cp311-cp311-win32.whl", hash = "sha256:c77d10ec3c1cf328b2f501ca32583625987ea0f23a0c2a49b37a39ee5c4c4630"}, - {file = "regex-2024.4.28-cp311-cp311-win_amd64.whl", hash = "sha256:fc0916c4295c64d6890a46e02d4482bb5ccf33bf1a824c0eaa9e83b148291f90"}, - {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:08a1749f04fee2811c7617fdd46d2e46d09106fa8f475c884b65c01326eb15c5"}, - {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b8eb28995771c087a73338f695a08c9abfdf723d185e57b97f6175c5051ff1ae"}, - {file = "regex-2024.4.28-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dd7ef715ccb8040954d44cfeff17e6b8e9f79c8019daae2fd30a8806ef5435c0"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb0315a2b26fde4005a7c401707c5352df274460f2f85b209cf6024271373013"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f2fc053228a6bd3a17a9b0a3f15c3ab3cf95727b00557e92e1cfe094b88cc662"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7fe9739a686dc44733d52d6e4f7b9c77b285e49edf8570754b322bca6b85b4cc"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74fcf77d979364f9b69fcf8200849ca29a374973dc193a7317698aa37d8b01c"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:965fd0cf4694d76f6564896b422724ec7b959ef927a7cb187fc6b3f4e4f59833"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:2fef0b38c34ae675fcbb1b5db760d40c3fc3612cfa186e9e50df5782cac02bcd"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bc365ce25f6c7c5ed70e4bc674f9137f52b7dd6a125037f9132a7be52b8a252f"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:ac69b394764bb857429b031d29d9604842bc4cbfd964d764b1af1868eeebc4f0"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:144a1fc54765f5c5c36d6d4b073299832aa1ec6a746a6452c3ee7b46b3d3b11d"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2630ca4e152c221072fd4a56d4622b5ada876f668ecd24d5ab62544ae6793ed6"}, - {file = "regex-2024.4.28-cp312-cp312-win32.whl", hash = "sha256:7f3502f03b4da52bbe8ba962621daa846f38489cae5c4a7b5d738f15f6443d17"}, - {file = "regex-2024.4.28-cp312-cp312-win_amd64.whl", hash = "sha256:0dd3f69098511e71880fb00f5815db9ed0ef62c05775395968299cb400aeab82"}, - {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:374f690e1dd0dbdcddea4a5c9bdd97632cf656c69113f7cd6a361f2a67221cb6"}, - {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:25f87ae6b96374db20f180eab083aafe419b194e96e4f282c40191e71980c666"}, - {file = "regex-2024.4.28-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:5dbc1bcc7413eebe5f18196e22804a3be1bfdfc7e2afd415e12c068624d48247"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f85151ec5a232335f1be022b09fbbe459042ea1951d8a48fef251223fc67eee1"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:57ba112e5530530fd175ed550373eb263db4ca98b5f00694d73b18b9a02e7185"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:224803b74aab56aa7be313f92a8d9911dcade37e5f167db62a738d0c85fdac4b"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a54a047b607fd2d2d52a05e6ad294602f1e0dec2291152b745870afc47c1397"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a2a512d623f1f2d01d881513af9fc6a7c46e5cfffb7dc50c38ce959f9246c94"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c06bf3f38f0707592898428636cbb75d0a846651b053a1cf748763e3063a6925"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:1031a5e7b048ee371ab3653aad3030ecfad6ee9ecdc85f0242c57751a05b0ac4"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d7a353ebfa7154c871a35caca7bfd8f9e18666829a1dc187115b80e35a29393e"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:7e76b9cfbf5ced1aca15a0e5b6f229344d9b3123439ffce552b11faab0114a02"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5ce479ecc068bc2a74cb98dd8dba99e070d1b2f4a8371a7dfe631f85db70fe6e"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7d77b6f63f806578c604dca209280e4c54f0fa9a8128bb8d2cc5fb6f99da4150"}, - {file = "regex-2024.4.28-cp38-cp38-win32.whl", hash = "sha256:d84308f097d7a513359757c69707ad339da799e53b7393819ec2ea36bc4beb58"}, - {file = "regex-2024.4.28-cp38-cp38-win_amd64.whl", hash = "sha256:2cc1b87bba1dd1a898e664a31012725e48af826bf3971e786c53e32e02adae6c"}, - {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7413167c507a768eafb5424413c5b2f515c606be5bb4ef8c5dee43925aa5718b"}, - {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:108e2dcf0b53a7c4ab8986842a8edcb8ab2e59919a74ff51c296772e8e74d0ae"}, - {file = "regex-2024.4.28-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f1c5742c31ba7d72f2dedf7968998730664b45e38827637e0f04a2ac7de2f5f1"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecc6148228c9ae25ce403eade13a0961de1cb016bdb35c6eafd8e7b87ad028b1"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b7d893c8cf0e2429b823ef1a1d360a25950ed11f0e2a9df2b5198821832e1947"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4290035b169578ffbbfa50d904d26bec16a94526071ebec3dadbebf67a26b25e"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:44a22ae1cfd82e4ffa2066eb3390777dc79468f866f0625261a93e44cdf6482b"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd24fd140b69f0b0bcc9165c397e9b2e89ecbeda83303abf2a072609f60239e2"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:39fb166d2196413bead229cd64a2ffd6ec78ebab83fff7d2701103cf9f4dfd26"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9301cc6db4d83d2c0719f7fcda37229691745168bf6ae849bea2e85fc769175d"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c3d389e8d76a49923683123730c33e9553063d9041658f23897f0b396b2386f"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:99ef6289b62042500d581170d06e17f5353b111a15aa6b25b05b91c6886df8fc"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:b91d529b47798c016d4b4c1d06cc826ac40d196da54f0de3c519f5a297c5076a"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:43548ad74ea50456e1c68d3c67fff3de64c6edb85bcd511d1136f9b5376fc9d1"}, - {file = "regex-2024.4.28-cp39-cp39-win32.whl", hash = "sha256:05d9b6578a22db7dedb4df81451f360395828b04f4513980b6bd7a1412c679cc"}, - {file = "regex-2024.4.28-cp39-cp39-win_amd64.whl", hash = "sha256:3986217ec830c2109875be740531feb8ddafe0dfa49767cdcd072ed7e8927962"}, - {file = "regex-2024.4.28.tar.gz", hash = "sha256:83ab366777ea45d58f72593adf35d36ca911ea8bd838483c1823b883a121b0e4"}, + {file = "regex-2024.5.15-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a81e3cfbae20378d75185171587cbf756015ccb14840702944f014e0d93ea09f"}, + {file = "regex-2024.5.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7b59138b219ffa8979013be7bc85bb60c6f7b7575df3d56dc1e403a438c7a3f6"}, + {file = "regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a0bd000c6e266927cb7a1bc39d55be95c4b4f65c5be53e659537537e019232b1"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5eaa7ddaf517aa095fa8da0b5015c44d03da83f5bd49c87961e3c997daed0de7"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba68168daedb2c0bab7fd7e00ced5ba90aebf91024dea3c88ad5063c2a562cca"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6e8d717bca3a6e2064fc3a08df5cbe366369f4b052dcd21b7416e6d71620dca1"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1337b7dbef9b2f71121cdbf1e97e40de33ff114801263b275aafd75303bd62b5"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f9ebd0a36102fcad2f03696e8af4ae682793a5d30b46c647eaf280d6cfb32796"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9efa1a32ad3a3ea112224897cdaeb6aa00381627f567179c0314f7b65d354c62"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:1595f2d10dff3d805e054ebdc41c124753631b6a471b976963c7b28543cf13b0"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:b802512f3e1f480f41ab5f2cfc0e2f761f08a1f41092d6718868082fc0d27143"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:a0981022dccabca811e8171f913de05720590c915b033b7e601f35ce4ea7019f"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:19068a6a79cf99a19ccefa44610491e9ca02c2be3305c7760d3831d38a467a6f"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:1b5269484f6126eee5e687785e83c6b60aad7663dafe842b34691157e5083e53"}, + {file = "regex-2024.5.15-cp310-cp310-win32.whl", hash = "sha256:ada150c5adfa8fbcbf321c30c751dc67d2f12f15bd183ffe4ec7cde351d945b3"}, + {file = "regex-2024.5.15-cp310-cp310-win_amd64.whl", hash = "sha256:ac394ff680fc46b97487941f5e6ae49a9f30ea41c6c6804832063f14b2a5a145"}, + {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f5b1dff3ad008dccf18e652283f5e5339d70bf8ba7c98bf848ac33db10f7bc7a"}, + {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656"}, + {file = "regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:10002e86e6068d9e1c91eae8295ef690f02f913c57db120b58fdd35a6bb1af35"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ec54d5afa89c19c6dd8541a133be51ee1017a38b412b1321ccb8d6ddbeb4cf7d"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10e4ce0dca9ae7a66e6089bb29355d4432caed736acae36fef0fdd7879f0b0cb"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1f059a4d795e646e1c37665b9d06062c62d0e8cc3c511fe01315973a6542e40"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0721931ad5fe0dda45d07f9820b90b2148ccdd8e45bb9e9b42a146cb4f695649"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:833616ddc75ad595dee848ad984d067f2f31be645d603e4d158bba656bbf516c"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:287eb7f54fc81546346207c533ad3c2c51a8d61075127d7f6d79aaf96cdee890"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:19dfb1c504781a136a80ecd1fff9f16dddf5bb43cec6871778c8a907a085bb3d"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:119af6e56dce35e8dfb5222573b50c89e5508d94d55713c75126b753f834de68"}, + {file = "regex-2024.5.15-cp311-cp311-win32.whl", hash = "sha256:1c1c174d6ec38d6c8a7504087358ce9213d4332f6293a94fbf5249992ba54efa"}, + {file = "regex-2024.5.15-cp311-cp311-win_amd64.whl", hash = "sha256:9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201"}, + {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:632b01153e5248c134007209b5c6348a544ce96c46005d8456de1d552455b014"}, + {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e64198f6b856d48192bf921421fdd8ad8eb35e179086e99e99f711957ffedd6e"}, + {file = "regex-2024.5.15-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68811ab14087b2f6e0fc0c2bae9ad689ea3584cad6917fc57be6a48bbd012c49"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8ec0c2fea1e886a19c3bee0cd19d862b3aa75dcdfb42ebe8ed30708df64687a"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0c0c0003c10f54a591d220997dd27d953cd9ccc1a7294b40a4be5312be8797b"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2431b9e263af1953c55abbd3e2efca67ca80a3de8a0437cb58e2421f8184717a"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a605586358893b483976cffc1723fb0f83e526e8f14c6e6614e75919d9862cf"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:391d7f7f1e409d192dba8bcd42d3e4cf9e598f3979cdaed6ab11288da88cb9f2"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9ff11639a8d98969c863d4617595eb5425fd12f7c5ef6621a4b74b71ed8726d5"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4eee78a04e6c67e8391edd4dad3279828dd66ac4b79570ec998e2155d2e59fd5"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8fe45aa3f4aa57faabbc9cb46a93363edd6197cbc43523daea044e9ff2fea83e"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:d0a3d8d6acf0c78a1fff0e210d224b821081330b8524e3e2bc5a68ef6ab5803d"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c486b4106066d502495b3025a0a7251bf37ea9540433940a23419461ab9f2a80"}, + {file = "regex-2024.5.15-cp312-cp312-win32.whl", hash = "sha256:c49e15eac7c149f3670b3e27f1f28a2c1ddeccd3a2812cba953e01be2ab9b5fe"}, + {file = "regex-2024.5.15-cp312-cp312-win_amd64.whl", hash = "sha256:673b5a6da4557b975c6c90198588181029c60793835ce02f497ea817ff647cb2"}, + {file = "regex-2024.5.15-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:87e2a9c29e672fc65523fb47a90d429b70ef72b901b4e4b1bd42387caf0d6835"}, + {file = "regex-2024.5.15-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c3bea0ba8b73b71b37ac833a7f3fd53825924165da6a924aec78c13032f20850"}, + {file = "regex-2024.5.15-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bfc4f82cabe54f1e7f206fd3d30fda143f84a63fe7d64a81558d6e5f2e5aaba9"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5bb9425fe881d578aeca0b2b4b3d314ec88738706f66f219c194d67179337cb"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:64c65783e96e563103d641760664125e91bd85d8e49566ee560ded4da0d3e704"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cf2430df4148b08fb4324b848672514b1385ae3807651f3567871f130a728cc3"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5397de3219a8b08ae9540c48f602996aa6b0b65d5a61683e233af8605c42b0f2"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:455705d34b4154a80ead722f4f185b04c4237e8e8e33f265cd0798d0e44825fa"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b2b6f1b3bb6f640c1a92be3bbfbcb18657b125b99ecf141fb3310b5282c7d4ed"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:3ad070b823ca5890cab606c940522d05d3d22395d432f4aaaf9d5b1653e47ced"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:5b5467acbfc153847d5adb21e21e29847bcb5870e65c94c9206d20eb4e99a384"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:e6662686aeb633ad65be2a42b4cb00178b3fbf7b91878f9446075c404ada552f"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:2b4c884767504c0e2401babe8b5b7aea9148680d2e157fa28f01529d1f7fcf67"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:3cd7874d57f13bf70078f1ff02b8b0aa48d5b9ed25fc48547516c6aba36f5741"}, + {file = "regex-2024.5.15-cp38-cp38-win32.whl", hash = "sha256:e4682f5ba31f475d58884045c1a97a860a007d44938c4c0895f41d64481edbc9"}, + {file = "regex-2024.5.15-cp38-cp38-win_amd64.whl", hash = "sha256:d99ceffa25ac45d150e30bd9ed14ec6039f2aad0ffa6bb87a5936f5782fc1569"}, + {file = "regex-2024.5.15-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:13cdaf31bed30a1e1c2453ef6015aa0983e1366fad2667657dbcac7b02f67133"}, + {file = "regex-2024.5.15-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:cac27dcaa821ca271855a32188aa61d12decb6fe45ffe3e722401fe61e323cd1"}, + {file = "regex-2024.5.15-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7dbe2467273b875ea2de38ded4eba86cbcbc9a1a6d0aa11dcf7bd2e67859c435"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:64f18a9a3513a99c4bef0e3efd4c4a5b11228b48aa80743be822b71e132ae4f5"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d347a741ea871c2e278fde6c48f85136c96b8659b632fb57a7d1ce1872547600"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1878b8301ed011704aea4c806a3cadbd76f84dece1ec09cc9e4dc934cfa5d4da"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4babf07ad476aaf7830d77000874d7611704a7fcf68c9c2ad151f5d94ae4bfc4"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:35cb514e137cb3488bce23352af3e12fb0dbedd1ee6e60da053c69fb1b29cc6c"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cdd09d47c0b2efee9378679f8510ee6955d329424c659ab3c5e3a6edea696294"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:72d7a99cd6b8f958e85fc6ca5b37c4303294954eac1376535b03c2a43eb72629"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:a094801d379ab20c2135529948cb84d417a2169b9bdceda2a36f5f10977ebc16"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:c0c18345010870e58238790a6779a1219b4d97bd2e77e1140e8ee5d14df071aa"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:16093f563098448ff6b1fa68170e4acbef94e6b6a4e25e10eae8598bb1694b5d"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:e38a7d4e8f633a33b4c7350fbd8bad3b70bf81439ac67ac38916c4a86b465456"}, + {file = "regex-2024.5.15-cp39-cp39-win32.whl", hash = "sha256:71a455a3c584a88f654b64feccc1e25876066c4f5ef26cd6dd711308aa538694"}, + {file = "regex-2024.5.15-cp39-cp39-win_amd64.whl", hash = "sha256:cab12877a9bdafde5500206d1020a584355a97884dfd388af3699e9137bf7388"}, + {file = "regex-2024.5.15.tar.gz", hash = "sha256:d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c"}, ] [[package]] @@ -2816,110 +2819,110 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rpds-py" -version = "0.18.0" +version = "0.18.1" description = "Python bindings to Rust's persistent data structures (rpds)" optional = false python-versions = ">=3.8" files = [ - {file = "rpds_py-0.18.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:5b4e7d8d6c9b2e8ee2d55c90b59c707ca59bc30058269b3db7b1f8df5763557e"}, - {file = "rpds_py-0.18.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c463ed05f9dfb9baebef68048aed8dcdc94411e4bf3d33a39ba97e271624f8f7"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d62dec4976954a23d7f91f2f4530852b0c7608116c257833922a896101336c51"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dd18772815d5f008fa03d2b9a681ae38d5ae9f0e599f7dda233c439fcaa00d40"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:923d39efa3cfb7279a0327e337a7958bff00cc447fd07a25cddb0a1cc9a6d2da"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39514da80f971362f9267c600b6d459bfbbc549cffc2cef8e47474fddc9b45b1"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a34d557a42aa28bd5c48a023c570219ba2593bcbbb8dc1b98d8cf5d529ab1434"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:93df1de2f7f7239dc9cc5a4a12408ee1598725036bd2dedadc14d94525192fc3"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:34b18ba135c687f4dac449aa5157d36e2cbb7c03cbea4ddbd88604e076aa836e"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c0b5dcf9193625afd8ecc92312d6ed78781c46ecbf39af9ad4681fc9f464af88"}, - {file = "rpds_py-0.18.0-cp310-none-win32.whl", hash = "sha256:c4325ff0442a12113a6379af66978c3fe562f846763287ef66bdc1d57925d337"}, - {file = "rpds_py-0.18.0-cp310-none-win_amd64.whl", hash = "sha256:7223a2a5fe0d217e60a60cdae28d6949140dde9c3bcc714063c5b463065e3d66"}, - {file = "rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4"}, - {file = "rpds_py-0.18.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30f43887bbae0d49113cbaab729a112251a940e9b274536613097ab8b4899cf6"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d68c93e381010662ab873fea609bf6c0f428b6d0bb00f2c6939782e0818d37bf"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b34b7aa8b261c1dbf7720b5d6f01f38243e9b9daf7e6b8bc1fd4657000062f2c"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e6d75ab12b0bbab7215e5d40f1e5b738aa539598db27ef83b2ec46747df90e1"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b8612cd233543a3781bc659c731b9d607de65890085098986dfd573fc2befe5"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aec493917dd45e3c69d00a8874e7cbed844efd935595ef78a0f25f14312e33c6"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:661d25cbffaf8cc42e971dd570d87cb29a665f49f4abe1f9e76be9a5182c4688"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1df3659d26f539ac74fb3b0c481cdf9d725386e3552c6fa2974f4d33d78e544b"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a1ce3ba137ed54f83e56fb983a5859a27d43a40188ba798993812fed73c70836"}, - {file = "rpds_py-0.18.0-cp311-none-win32.whl", hash = "sha256:69e64831e22a6b377772e7fb337533c365085b31619005802a79242fee620bc1"}, - {file = "rpds_py-0.18.0-cp311-none-win_amd64.whl", hash = "sha256:998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa"}, - {file = "rpds_py-0.18.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:7f2facbd386dd60cbbf1a794181e6aa0bd429bd78bfdf775436020172e2a23f0"}, - {file = "rpds_py-0.18.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1d9a5be316c15ffb2b3c405c4ff14448c36b4435be062a7f578ccd8b01f0c4d8"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd5bf1af8efe569654bbef5a3e0a56eca45f87cfcffab31dd8dde70da5982475"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5417558f6887e9b6b65b4527232553c139b57ec42c64570569b155262ac0754f"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:56a737287efecafc16f6d067c2ea0117abadcd078d58721f967952db329a3e5c"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8f03bccbd8586e9dd37219bce4d4e0d3ab492e6b3b533e973fa08a112cb2ffc9"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4457a94da0d5c53dc4b3e4de1158bdab077db23c53232f37a3cb7afdb053a4e3"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0ab39c1ba9023914297dd88ec3b3b3c3f33671baeb6acf82ad7ce883f6e8e157"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9d54553c1136b50fd12cc17e5b11ad07374c316df307e4cfd6441bea5fb68496"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0af039631b6de0397ab2ba16eaf2872e9f8fca391b44d3d8cac317860a700a3f"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:84ffab12db93b5f6bad84c712c92060a2d321b35c3c9960b43d08d0f639d60d7"}, - {file = "rpds_py-0.18.0-cp312-none-win32.whl", hash = "sha256:685537e07897f173abcf67258bee3c05c374fa6fff89d4c7e42fb391b0605e98"}, - {file = "rpds_py-0.18.0-cp312-none-win_amd64.whl", hash = "sha256:e003b002ec72c8d5a3e3da2989c7d6065b47d9eaa70cd8808b5384fbb970f4ec"}, - {file = "rpds_py-0.18.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:08f9ad53c3f31dfb4baa00da22f1e862900f45908383c062c27628754af2e88e"}, - {file = "rpds_py-0.18.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c0013fe6b46aa496a6749c77e00a3eb07952832ad6166bd481c74bda0dcb6d58"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e32a92116d4f2a80b629778280103d2a510a5b3f6314ceccd6e38006b5e92dcb"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e541ec6f2ec456934fd279a3120f856cd0aedd209fc3852eca563f81738f6861"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bed88b9a458e354014d662d47e7a5baafd7ff81c780fd91584a10d6ec842cb73"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2644e47de560eb7bd55c20fc59f6daa04682655c58d08185a9b95c1970fa1e07"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e8916ae4c720529e18afa0b879473049e95949bf97042e938530e072fde061d"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:465a3eb5659338cf2a9243e50ad9b2296fa15061736d6e26240e713522b6235c"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:ea7d4a99f3b38c37eac212dbd6ec42b7a5ec51e2c74b5d3223e43c811609e65f"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:67071a6171e92b6da534b8ae326505f7c18022c6f19072a81dcf40db2638767c"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:41ef53e7c58aa4ef281da975f62c258950f54b76ec8e45941e93a3d1d8580594"}, - {file = "rpds_py-0.18.0-cp38-none-win32.whl", hash = "sha256:fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e"}, - {file = "rpds_py-0.18.0-cp38-none-win_amd64.whl", hash = "sha256:7cd863afe7336c62ec78d7d1349a2f34c007a3cc6c2369d667c65aeec412a5b1"}, - {file = "rpds_py-0.18.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:5307def11a35f5ae4581a0b658b0af8178c65c530e94893345bebf41cc139d33"}, - {file = "rpds_py-0.18.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:77f195baa60a54ef9d2de16fbbfd3ff8b04edc0c0140a761b56c267ac11aa467"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39f5441553f1c2aed4de4377178ad8ff8f9d733723d6c66d983d75341de265ab"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9a00312dea9310d4cb7dbd7787e722d2e86a95c2db92fbd7d0155f97127bcb40"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f2fc11e8fe034ee3c34d316d0ad8808f45bc3b9ce5857ff29d513f3ff2923a1"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:586f8204935b9ec884500498ccc91aa869fc652c40c093bd9e1471fbcc25c022"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ddc2f4dfd396c7bfa18e6ce371cba60e4cf9d2e5cdb71376aa2da264605b60b9"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5ddcba87675b6d509139d1b521e0c8250e967e63b5909a7e8f8944d0f90ff36f"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7bd339195d84439cbe5771546fe8a4e8a7a045417d8f9de9a368c434e42a721e"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:d7c36232a90d4755b720fbd76739d8891732b18cf240a9c645d75f00639a9024"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6b0817e34942b2ca527b0e9298373e7cc75f429e8da2055607f4931fded23e20"}, - {file = "rpds_py-0.18.0-cp39-none-win32.whl", hash = "sha256:99f70b740dc04d09e6b2699b675874367885217a2e9f782bdf5395632ac663b7"}, - {file = "rpds_py-0.18.0-cp39-none-win_amd64.whl", hash = "sha256:6ef687afab047554a2d366e112dd187b62d261d49eb79b77e386f94644363294"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ad36cfb355e24f1bd37cac88c112cd7730873f20fb0bdaf8ba59eedf8216079f"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:36b3ee798c58ace201289024b52788161e1ea133e4ac93fba7d49da5fec0ef9e"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8a2f084546cc59ea99fda8e070be2fd140c3092dc11524a71aa8f0f3d5a55ca"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e4461d0f003a0aa9be2bdd1b798a041f177189c1a0f7619fe8c95ad08d9a45d7"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8db715ebe3bb7d86d77ac1826f7d67ec11a70dbd2376b7cc214199360517b641"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:793968759cd0d96cac1e367afd70c235867831983f876a53389ad869b043c948"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66e6a3af5a75363d2c9a48b07cb27c4ea542938b1a2e93b15a503cdfa8490795"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6ef0befbb5d79cf32d0266f5cff01545602344eda89480e1dd88aca964260b18"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d4acf42190d449d5e89654d5c1ed3a4f17925eec71f05e2a41414689cda02d1"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:a5f446dd5055667aabaee78487f2b5ab72e244f9bc0b2ffebfeec79051679984"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9dbbeb27f4e70bfd9eec1be5477517365afe05a9b2c441a0b21929ee61048124"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:22806714311a69fd0af9b35b7be97c18a0fc2826e6827dbb3a8c94eac6cf7eeb"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:b34ae4636dfc4e76a438ab826a0d1eed2589ca7d9a1b2d5bb546978ac6485461"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c8370641f1a7f0e0669ddccca22f1da893cef7628396431eb445d46d893e5cd"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c8362467a0fdeccd47935f22c256bec5e6abe543bf0d66e3d3d57a8fb5731863"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11a8c85ef4a07a7638180bf04fe189d12757c696eb41f310d2426895356dcf05"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b316144e85316da2723f9d8dc75bada12fa58489a527091fa1d5a612643d1a0e"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf1ea2e34868f6fbf070e1af291c8180480310173de0b0c43fc38a02929fc0e3"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e546e768d08ad55b20b11dbb78a745151acbd938f8f00d0cfbabe8b0199b9880"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:4901165d170a5fde6f589acb90a6b33629ad1ec976d4529e769c6f3d885e3e80"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:618a3d6cae6ef8ec88bb76dd80b83cfe415ad4f1d942ca2a903bf6b6ff97a2da"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:ed4eb745efbff0a8e9587d22a84be94a5eb7d2d99c02dacf7bd0911713ed14dd"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c81e5f372cd0dc5dc4809553d34f832f60a46034a5f187756d9b90586c2c307"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:43fbac5f22e25bee1d482c97474f930a353542855f05c1161fd804c9dc74a09d"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d7faa6f14017c0b1e69f5e2c357b998731ea75a442ab3841c0dbbbfe902d2c4"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:08231ac30a842bd04daabc4d71fddd7e6d26189406d5a69535638e4dcb88fe76"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:044a3e61a7c2dafacae99d1e722cc2d4c05280790ec5a05031b3876809d89a5c"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3f26b5bd1079acdb0c7a5645e350fe54d16b17bfc5e71f371c449383d3342e17"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:482103aed1dfe2f3b71a58eff35ba105289b8d862551ea576bd15479aba01f66"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1374f4129f9bcca53a1bba0bb86bf78325a0374577cf7e9e4cd046b1e6f20e24"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:635dc434ff724b178cb192c70016cc0ad25a275228f749ee0daf0eddbc8183b1"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:bc362ee4e314870a70f4ae88772d72d877246537d9f8cb8f7eacf10884862432"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:4832d7d380477521a8c1644bbab6588dfedea5e30a7d967b5fb75977c45fd77f"}, - {file = "rpds_py-0.18.0.tar.gz", hash = "sha256:42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d"}, + {file = "rpds_py-0.18.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:d31dea506d718693b6b2cffc0648a8929bdc51c70a311b2770f09611caa10d53"}, + {file = "rpds_py-0.18.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:732672fbc449bab754e0b15356c077cc31566df874964d4801ab14f71951ea80"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a98a1f0552b5f227a3d6422dbd61bc6f30db170939bd87ed14f3c339aa6c7c9"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f1944ce16401aad1e3f7d312247b3d5de7981f634dc9dfe90da72b87d37887d"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:38e14fb4e370885c4ecd734f093a2225ee52dc384b86fa55fe3f74638b2cfb09"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08d74b184f9ab6289b87b19fe6a6d1a97fbfea84b8a3e745e87a5de3029bf944"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d70129cef4a8d979caa37e7fe957202e7eee8ea02c5e16455bc9808a59c6b2f0"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ce0bb20e3a11bd04461324a6a798af34d503f8d6f1aa3d2aa8901ceaf039176d"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:81c5196a790032e0fc2464c0b4ab95f8610f96f1f2fa3d4deacce6a79852da60"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:f3027be483868c99b4985fda802a57a67fdf30c5d9a50338d9db646d590198da"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d44607f98caa2961bab4fa3c4309724b185b464cdc3ba6f3d7340bac3ec97cc1"}, + {file = "rpds_py-0.18.1-cp310-none-win32.whl", hash = "sha256:c273e795e7a0f1fddd46e1e3cb8be15634c29ae8ff31c196debb620e1edb9333"}, + {file = "rpds_py-0.18.1-cp310-none-win_amd64.whl", hash = "sha256:8352f48d511de5f973e4f2f9412736d7dea76c69faa6d36bcf885b50c758ab9a"}, + {file = "rpds_py-0.18.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:6b5ff7e1d63a8281654b5e2896d7f08799378e594f09cf3674e832ecaf396ce8"}, + {file = "rpds_py-0.18.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8927638a4d4137a289e41d0fd631551e89fa346d6dbcfc31ad627557d03ceb6d"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:154bf5c93d79558b44e5b50cc354aa0459e518e83677791e6adb0b039b7aa6a7"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:07f2139741e5deb2c5154a7b9629bc5aa48c766b643c1a6750d16f865a82c5fc"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8c7672e9fba7425f79019db9945b16e308ed8bc89348c23d955c8c0540da0a07"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:489bdfe1abd0406eba6b3bb4fdc87c7fa40f1031de073d0cfb744634cc8fa261"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c20f05e8e3d4fc76875fc9cb8cf24b90a63f5a1b4c5b9273f0e8225e169b100"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:967342e045564cef76dfcf1edb700b1e20838d83b1aa02ab313e6a497cf923b8"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2cc7c1a47f3a63282ab0f422d90ddac4aa3034e39fc66a559ab93041e6505da7"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f7afbfee1157e0f9376c00bb232e80a60e59ed716e3211a80cb8506550671e6e"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9e6934d70dc50f9f8ea47081ceafdec09245fd9f6032669c3b45705dea096b88"}, + {file = "rpds_py-0.18.1-cp311-none-win32.whl", hash = "sha256:c69882964516dc143083d3795cb508e806b09fc3800fd0d4cddc1df6c36e76bb"}, + {file = "rpds_py-0.18.1-cp311-none-win_amd64.whl", hash = "sha256:70a838f7754483bcdc830444952fd89645569e7452e3226de4a613a4c1793fb2"}, + {file = "rpds_py-0.18.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:3dd3cd86e1db5aadd334e011eba4e29d37a104b403e8ca24dcd6703c68ca55b3"}, + {file = "rpds_py-0.18.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:05f3d615099bd9b13ecf2fc9cf2d839ad3f20239c678f461c753e93755d629ee"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35b2b771b13eee8729a5049c976197ff58a27a3829c018a04341bcf1ae409b2b"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ee17cd26b97d537af8f33635ef38be873073d516fd425e80559f4585a7b90c43"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b646bf655b135ccf4522ed43d6902af37d3f5dbcf0da66c769a2b3938b9d8184"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:19ba472b9606c36716062c023afa2484d1e4220548751bda14f725a7de17b4f6"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e30ac5e329098903262dc5bdd7e2086e0256aa762cc8b744f9e7bf2a427d3f8"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d58ad6317d188c43750cb76e9deacf6051d0f884d87dc6518e0280438648a9ac"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e1735502458621921cee039c47318cb90b51d532c2766593be6207eec53e5c4c"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:f5bab211605d91db0e2995a17b5c6ee5edec1270e46223e513eaa20da20076ac"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2fc24a329a717f9e2448f8cd1f960f9dac4e45b6224d60734edeb67499bab03a"}, + {file = "rpds_py-0.18.1-cp312-none-win32.whl", hash = "sha256:1805d5901779662d599d0e2e4159d8a82c0b05faa86ef9222bf974572286b2b6"}, + {file = "rpds_py-0.18.1-cp312-none-win_amd64.whl", hash = "sha256:720edcb916df872d80f80a1cc5ea9058300b97721efda8651efcd938a9c70a72"}, + {file = "rpds_py-0.18.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:c827576e2fa017a081346dce87d532a5310241648eb3700af9a571a6e9fc7e74"}, + {file = "rpds_py-0.18.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:aa3679e751408d75a0b4d8d26d6647b6d9326f5e35c00a7ccd82b78ef64f65f8"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0abeee75434e2ee2d142d650d1e54ac1f8b01e6e6abdde8ffd6eeac6e9c38e20"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed402d6153c5d519a0faf1bb69898e97fb31613b49da27a84a13935ea9164dfc"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:338dee44b0cef8b70fd2ef54b4e09bb1b97fc6c3a58fea5db6cc083fd9fc2724"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7750569d9526199c5b97e5a9f8d96a13300950d910cf04a861d96f4273d5b104"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:607345bd5912aacc0c5a63d45a1f73fef29e697884f7e861094e443187c02be5"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:207c82978115baa1fd8d706d720b4a4d2b0913df1c78c85ba73fe6c5804505f0"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:6d1e42d2735d437e7e80bab4d78eb2e459af48c0a46e686ea35f690b93db792d"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:5463c47c08630007dc0fe99fb480ea4f34a89712410592380425a9b4e1611d8e"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:06d218939e1bf2ca50e6b0ec700ffe755e5216a8230ab3e87c059ebb4ea06afc"}, + {file = "rpds_py-0.18.1-cp38-none-win32.whl", hash = "sha256:312fe69b4fe1ffbe76520a7676b1e5ac06ddf7826d764cc10265c3b53f96dbe9"}, + {file = "rpds_py-0.18.1-cp38-none-win_amd64.whl", hash = "sha256:9437ca26784120a279f3137ee080b0e717012c42921eb07861b412340f85bae2"}, + {file = "rpds_py-0.18.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:19e515b78c3fc1039dd7da0a33c28c3154458f947f4dc198d3c72db2b6b5dc93"}, + {file = "rpds_py-0.18.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a7b28c5b066bca9a4eb4e2f2663012debe680f097979d880657f00e1c30875a0"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:673fdbbf668dd958eff750e500495ef3f611e2ecc209464f661bc82e9838991e"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d960de62227635d2e61068f42a6cb6aae91a7fe00fca0e3aeed17667c8a34611"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:352a88dc7892f1da66b6027af06a2e7e5d53fe05924cc2cfc56495b586a10b72"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e0ee01ad8260184db21468a6e1c37afa0529acc12c3a697ee498d3c2c4dcaf3"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4c39ad2f512b4041343ea3c7894339e4ca7839ac38ca83d68a832fc8b3748ab"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aaa71ee43a703c321906813bb252f69524f02aa05bf4eec85f0c41d5d62d0f4c"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:6cd8098517c64a85e790657e7b1e509b9fe07487fd358e19431cb120f7d96338"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:4adec039b8e2928983f885c53b7cc4cda8965b62b6596501a0308d2703f8af1b"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:32b7daaa3e9389db3695964ce8e566e3413b0c43e3394c05e4b243a4cd7bef26"}, + {file = "rpds_py-0.18.1-cp39-none-win32.whl", hash = "sha256:2625f03b105328729f9450c8badda34d5243231eef6535f80064d57035738360"}, + {file = "rpds_py-0.18.1-cp39-none-win_amd64.whl", hash = "sha256:bf18932d0003c8c4d51a39f244231986ab23ee057d235a12b2684ea26a353590"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:cbfbea39ba64f5e53ae2915de36f130588bba71245b418060ec3330ebf85678e"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:a3d456ff2a6a4d2adcdf3c1c960a36f4fd2fec6e3b4902a42a384d17cf4e7a65"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7700936ef9d006b7ef605dc53aa364da2de5a3aa65516a1f3ce73bf82ecfc7ae"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:51584acc5916212e1bf45edd17f3a6b05fe0cbb40482d25e619f824dccb679de"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:942695a206a58d2575033ff1e42b12b2aece98d6003c6bc739fbf33d1773b12f"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b906b5f58892813e5ba5c6056d6a5ad08f358ba49f046d910ad992196ea61397"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6f8e3fecca256fefc91bb6765a693d96692459d7d4c644660a9fff32e517843"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7732770412bab81c5a9f6d20aeb60ae943a9b36dcd990d876a773526468e7163"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:bd1105b50ede37461c1d51b9698c4f4be6e13e69a908ab7751e3807985fc0346"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:618916f5535784960f3ecf8111581f4ad31d347c3de66d02e728de460a46303c"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:17c6d2155e2423f7e79e3bb18151c686d40db42d8645e7977442170c360194d4"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c4c4c3f878df21faf5fac86eda32671c27889e13570645a9eea0a1abdd50922"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:fab6ce90574645a0d6c58890e9bcaac8d94dff54fb51c69e5522a7358b80ab64"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:531796fb842b53f2695e94dc338929e9f9dbf473b64710c28af5a160b2a8927d"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:740884bc62a5e2bbb31e584f5d23b32320fd75d79f916f15a788d527a5e83644"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:998125738de0158f088aef3cb264a34251908dd2e5d9966774fdab7402edfab7"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e2be6e9dd4111d5b31ba3b74d17da54a8319d8168890fbaea4b9e5c3de630ae5"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0cee71bc618cd93716f3c1bf56653740d2d13ddbd47673efa8bf41435a60daa"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2c3caec4ec5cd1d18e5dd6ae5194d24ed12785212a90b37f5f7f06b8bedd7139"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:27bba383e8c5231cd559affe169ca0b96ec78d39909ffd817f28b166d7ddd4d8"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:a888e8bdb45916234b99da2d859566f1e8a1d2275a801bb8e4a9644e3c7e7909"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:6031b25fb1b06327b43d841f33842b383beba399884f8228a6bb3df3088485ff"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:48c2faaa8adfacefcbfdb5f2e2e7bdad081e5ace8d182e5f4ade971f128e6bb3"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:d85164315bd68c0806768dc6bb0429c6f95c354f87485ee3593c4f6b14def2bd"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6afd80f6c79893cfc0574956f78a0add8c76e3696f2d6a15bca2c66c415cf2d4"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fa242ac1ff583e4ec7771141606aafc92b361cd90a05c30d93e343a0c2d82a89"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d21be4770ff4e08698e1e8e0bce06edb6ea0626e7c8f560bc08222880aca6a6f"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c45a639e93a0c5d4b788b2613bd637468edd62f8f95ebc6fcc303d58ab3f0a8"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:910e71711d1055b2768181efa0a17537b2622afeb0424116619817007f8a2b10"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b9bb1f182a97880f6078283b3505a707057c42bf55d8fca604f70dedfdc0772a"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d54f74f40b1f7aaa595a02ff42ef38ca654b1469bef7d52867da474243cc633"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:8d2e182c9ee01135e11e9676e9a62dfad791a7a467738f06726872374a83db49"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:636a15acc588f70fda1661234761f9ed9ad79ebed3f2125d44be0862708b666e"}, + {file = "rpds_py-0.18.1.tar.gz", hash = "sha256:dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f"}, ] [[package]] @@ -3274,17 +3277,17 @@ widechars = ["wcwidth"] [[package]] name = "temporalio" -version = "1.5.1" +version = "1.6.0" description = "Temporal.io Python SDK" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "temporalio-1.5.1-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:cd1f8930787c728e30ca2fecf86175cafd1781d97e3ee7cdf6e41915c566a835"}, - {file = "temporalio-1.5.1-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:2b3765e0b6b0ef0b670cf39720a80280fd35be2444633c715b741d2b5428ceb6"}, - {file = "temporalio-1.5.1-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:47149204b6430c8553d5dd6dfe2fbc6830bf6fd8ab08463ee4c97885c68f3082"}, - {file = "temporalio-1.5.1-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1167f6fc31355170cdb4f5f7b89f0f7e36c54d0aecb0ee9aa611f73e32db7d78"}, - {file = "temporalio-1.5.1-cp38-abi3-win_amd64.whl", hash = "sha256:15d36d2038b0ac33511163619bea7ead6f10aca3db5bad4b9d464d3fa0f4ff48"}, - {file = "temporalio-1.5.1.tar.gz", hash = "sha256:4c7bbc8a3e8df1ffc0c7d213bdcad26ae055bdd615567ce1ca4bfa9f28f831b8"}, + {file = "temporalio-1.6.0-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:50207806c5b9d701226ed2aed1fce44c688225ab9a370b014b06e51872b98ea7"}, + {file = "temporalio-1.6.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:499253385dd3ca1827d34a05ae61350d54040e0d6a11502f04cbafa7b35be114"}, + {file = "temporalio-1.6.0-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8fb097b97f833483cd500af2460a0996f812e8019327d893844a21b1c7cd9868"}, + {file = "temporalio-1.6.0-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6b25d451170ecdf8443f1ed09f75ea708e8679c26636e7aa326bc89bd6bd0c84"}, + {file = "temporalio-1.6.0-cp38-abi3-win_amd64.whl", hash = "sha256:b5ae0bea0665a0bc87d80e7d18870b32eec631694abc0610ee39235e99cc304b"}, + {file = "temporalio-1.6.0.tar.gz", hash = "sha256:a6f24ea91eb1dd1345c68f4ceb21dd2a11a84cda0d6d963d6e570a0c156a80f0"}, ] [package.dependencies] @@ -3504,13 +3507,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -3539,13 +3542,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "transformers" -version = "4.40.1" +version = "4.40.2" description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" optional = false python-versions = ">=3.8.0" files = [ - {file = "transformers-4.40.1-py3-none-any.whl", hash = "sha256:9d5ee0c8142a60501faf9e49a0b42f8e9cb8611823bce4f195a9325a6816337e"}, - {file = "transformers-4.40.1.tar.gz", hash = "sha256:55e1697e6f18b58273e7117bb469cdffc11be28995462d8d5e422fef38d2de36"}, + {file = "transformers-4.40.2-py3-none-any.whl", hash = "sha256:71cb94301ec211a2e1d4b8c8d18dcfaa902dfa00a089dceca167a8aa265d6f2d"}, + {file = "transformers-4.40.2.tar.gz", hash = "sha256:657b6054a2097671398d976ad46e60836e7e15f9ea9551631a96e33cb9240649"}, ] [package.dependencies] @@ -3839,18 +3842,18 @@ multidict = ">=4.0" [[package]] name = "zipp" -version = "3.18.1" +version = "3.18.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.18.1-py3-none-any.whl", hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b"}, - {file = "zipp-3.18.1.tar.gz", hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"}, + {file = "zipp-3.18.2-py3-none-any.whl", hash = "sha256:dce197b859eb796242b0622af1b8beb0a722d52aa2f57133ead08edd5bf5374e"}, + {file = "zipp-3.18.2.tar.gz", hash = "sha256:6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059"}, ] [package.extras] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [metadata] lock-version = "2.0" diff --git a/docs/js-sdk-docs/README.md b/docs/js-sdk-docs/README.md index 54fb6feb8..9a736bebd 100644 --- a/docs/js-sdk-docs/README.md +++ b/docs/js-sdk-docs/README.md @@ -1,4 +1,4 @@ -@julep/sdk / [Modules](modules.md) +@julep/sdk / [Exports](modules.md)
julep @@ -39,34 +39,32 @@ Start your project with conversation history, support for any LLM, agentic workf --- ## Why Julep? -We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. +We've built a lot of AI apps and understand how difficult it is to evaluate hundreds of tools, techniques, and models, and then make them work well together. -**The Problem** +**The Problems** +1. The barrier to making LLM apps with memory, knowledge & tools is too high. +2. Agentic behaviour is hard to control when done through multi-agent frameworks. -Even for simple apps you have to: -- pick the right language model for your use case -- pick the right framework -- pick the right embedding model -- choose the vector store and RAG pipeline -- build integrations -- tweak all of the parameters (temp, penalty, max tokens, similarity thresholds, chunk size, and so on) -- write and iterate on prompts for them to work - -**The Solution**: -Julep eases the burden and time taken to get up and running with any AI app. - -- **Statefulness By Design**: Build AI apps without needing to write code to embed, save and retrieve conversation history. Deals with context windows by using CozoDB; a transactional, relational-graph-vector database. -- **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise by changing only *one line of code* -- **Automatic Function Calling**: No need to handle function calling manually. Julep deals with calling the function, parsing the response, retrying in case of failures and passing the response into the context. +**The Solution**: +- **Statefulness By Design**: Manages context by default. Uses [CozoDB](https://cozodb.org/) to save & retrieve conversation history, OpenAPI specification tools & documents. +- **Support for Users & Agents**: Allows creating different user <-> agent interactions like `One Agent <-> Many Users`; `Many Agents <-> One User` etc. Read more: https://docs.julep.ai/concepts/ +- **Use and switch between any LLMs anytime**: Switch and use different LLMs, providers and models, self-hosted or otherwise. - **Production-ready**: Julep comes ready to be deployed to production using Docker Compose. Support for k8s coming soon! - **90+ tools built-in**: Connect your AI app to 150+ third-party applications using [Composio](https://docs.composio.dev/framework/julep/) natively. -- ***GitHub Actions-like workflows for task**: Define agentic workflows to be executed asynchronously without worrying about timeouts. -> (*) Features coming soon! +- ***GitHub Actions-like workflows for tasks**: Define agentic workflows to be executed asynchronously with one ore more without worrying about timeouts or multiplying hallucinations. + +> (*) Coming soon! ## Quickstart -### Option 1: Install and run Julep locally +### Option 1: Use the Julep Cloud +Our hosted platform is in Beta! + +To get access: +[Join our Discord](https://discord.com/invite/JTSBGRZrzj) or Drop a "Hey" over at sid@julep.ai! + +### Option 2: Install and run Julep locally - Download the `docker-compose.yml` file along with the `.env` file for configuration to run the Julep platform locally ```bash @@ -81,21 +79,13 @@ docker compose up -d ``` - The API would now be available at: `http://0.0.0.0:8080` -- Next, add your OpenAI API Key to the `.env` +- Next, add your OpenAI/Anthropic API Key to the `.env` - Set your environment variables ```bash export JULEP_API_KEY=myauthkey export JULEP_API_URL=http://0.0.0.0:8080 ``` -### Option 2: Use the Julep Cloud -- Generate an API key from https://platform.julep.ai -- Set your environment variables - -```bash -export JULEP_API_KEY=your_julep_api_key -export JULEP_API_URL=https://api-alpha.julep.ai -``` ### Installation diff --git a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api.BaseHttpRequest.md deleted file mode 100644 index 6f823446f..000000000 --- a/docs/js-sdk-docs/classes/api.BaseHttpRequest.md +++ /dev/null @@ -1,75 +0,0 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [api](../modules/api.md) / BaseHttpRequest - -# Class: BaseHttpRequest - -[api](../modules/api.md).BaseHttpRequest - -## Table of contents - -### Constructors - -- [constructor](api.BaseHttpRequest.md#constructor) - -### Properties - -- [config](api.BaseHttpRequest.md#config) - -### Methods - -- [request](api.BaseHttpRequest.md#request) - -## Constructors - -### constructor - -• **new BaseHttpRequest**(`config`): [`BaseHttpRequest`](api.BaseHttpRequest.md) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `config` | [`OpenAPIConfig`](../modules/api.md#openapiconfig) | - -#### Returns - -[`BaseHttpRequest`](api.BaseHttpRequest.md) - -#### Defined in - -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) - -## Properties - -### config - -• `Readonly` **config**: [`OpenAPIConfig`](../modules/api.md#openapiconfig) - -#### Defined in - -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) - -## Methods - -### request - -▸ **request**\<`T`\>(`options`): [`CancelablePromise`](api.CancelablePromise.md)\<`T`\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `options` | `ApiRequestOptions` | - -#### Returns - -[`CancelablePromise`](api.CancelablePromise.md)\<`T`\> - -#### Defined in - -[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md index 26dfacc60..d5afd1c10 100644 --- a/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md +++ b/docs/js-sdk-docs/classes/api_JulepApiClient.JulepApiClient.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [api/JulepApiClient](../modules/api_JulepApiClient.md) / JulepApiClient +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/JulepApiClient](../modules/api_JulepApiClient.md) / JulepApiClient # Class: JulepApiClient @@ -25,7 +25,7 @@ | Name | Type | Default value | | :------ | :------ | :------ | -| `config?` | `Partial`\<[`OpenAPIConfig`](../modules/api.md#openapiconfig)\> | `undefined` | +| `config?` | `Partial`\<[`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig)\> | `undefined` | | `HttpRequest` | `HttpRequestConstructor` | `AxiosHttpRequest` | #### Returns @@ -34,24 +34,24 @@ #### Defined in -[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/JulepApiClient.ts#L13) ## Properties ### default -• `Readonly` **default**: [`DefaultService`](api.DefaultService.md) +• `Readonly` **default**: [`DefaultService`](api_services_DefaultService.DefaultService.md) #### Defined in -[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/JulepApiClient.ts#L11) ___ ### request -• `Readonly` **request**: [`BaseHttpRequest`](api.BaseHttpRequest.md) +• `Readonly` **request**: [`BaseHttpRequest`](api_core_BaseHttpRequest.BaseHttpRequest.md) #### Defined in -[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/JulepApiClient.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api_core_ApiError.ApiError.md similarity index 63% rename from docs/js-sdk-docs/classes/api.ApiError.md rename to docs/js-sdk-docs/classes/api_core_ApiError.ApiError.md index 8051303ad..80db86a77 100644 --- a/docs/js-sdk-docs/classes/api.ApiError.md +++ b/docs/js-sdk-docs/classes/api_core_ApiError.ApiError.md @@ -1,8 +1,8 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [api](../modules/api.md) / ApiError +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/core/ApiError](../modules/api_core_ApiError.md) / ApiError # Class: ApiError -[api](../modules/api.md).ApiError +[api/core/ApiError](../modules/api_core_ApiError.md).ApiError ## Hierarchy @@ -14,42 +14,42 @@ ### Constructors -- [constructor](api.ApiError.md#constructor) +- [constructor](api_core_ApiError.ApiError.md#constructor) ### Properties -- [body](api.ApiError.md#body) -- [message](api.ApiError.md#message) -- [name](api.ApiError.md#name) -- [request](api.ApiError.md#request) -- [stack](api.ApiError.md#stack) -- [status](api.ApiError.md#status) -- [statusText](api.ApiError.md#statustext) -- [url](api.ApiError.md#url) -- [prepareStackTrace](api.ApiError.md#preparestacktrace) -- [stackTraceLimit](api.ApiError.md#stacktracelimit) +- [body](api_core_ApiError.ApiError.md#body) +- [message](api_core_ApiError.ApiError.md#message) +- [name](api_core_ApiError.ApiError.md#name) +- [request](api_core_ApiError.ApiError.md#request) +- [stack](api_core_ApiError.ApiError.md#stack) +- [status](api_core_ApiError.ApiError.md#status) +- [statusText](api_core_ApiError.ApiError.md#statustext) +- [url](api_core_ApiError.ApiError.md#url) +- [prepareStackTrace](api_core_ApiError.ApiError.md#preparestacktrace) +- [stackTraceLimit](api_core_ApiError.ApiError.md#stacktracelimit) ### Methods -- [captureStackTrace](api.ApiError.md#capturestacktrace) +- [captureStackTrace](api_core_ApiError.ApiError.md#capturestacktrace) ## Constructors ### constructor -• **new ApiError**(`request`, `response`, `message`): [`ApiError`](api.ApiError.md) +• **new ApiError**(`request`, `response`, `message`): [`ApiError`](api_core_ApiError.ApiError.md) #### Parameters | Name | Type | | :------ | :------ | -| `request` | `ApiRequestOptions` | -| `response` | `ApiResult` | +| `request` | [`ApiRequestOptions`](../modules/api_core_ApiRequestOptions.md#apirequestoptions) | +| `response` | [`ApiResult`](../modules/api_core_ApiResult.md#apiresult) | | `message` | `string` | #### Returns -[`ApiError`](api.ApiError.md) +[`ApiError`](api_core_ApiError.ApiError.md) #### Overrides @@ -57,7 +57,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiError.ts#L15) ## Properties @@ -67,7 +67,7 @@ Error.constructor #### Defined in -[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiError.ts#L12) ___ @@ -101,11 +101,11 @@ ___ ### request -• `Readonly` **request**: `ApiRequestOptions` +• `Readonly` **request**: [`ApiRequestOptions`](../modules/api_core_ApiRequestOptions.md#apirequestoptions) #### Defined in -[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiError.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiError.ts#L10) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiError.ts#L11) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiError.ts#L9) ___ diff --git a/docs/js-sdk-docs/classes/api_core_AxiosHttpRequest.AxiosHttpRequest.md b/docs/js-sdk-docs/classes/api_core_AxiosHttpRequest.AxiosHttpRequest.md new file mode 100644 index 000000000..5e13c6097 --- /dev/null +++ b/docs/js-sdk-docs/classes/api_core_AxiosHttpRequest.AxiosHttpRequest.md @@ -0,0 +1,103 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/core/AxiosHttpRequest](../modules/api_core_AxiosHttpRequest.md) / AxiosHttpRequest + +# Class: AxiosHttpRequest + +[api/core/AxiosHttpRequest](../modules/api_core_AxiosHttpRequest.md).AxiosHttpRequest + +## Hierarchy + +- [`BaseHttpRequest`](api_core_BaseHttpRequest.BaseHttpRequest.md) + + ↳ **`AxiosHttpRequest`** + + ↳↳ [`CustomHttpRequest`](utils_requestConstructor.CustomHttpRequest.md) + +## Table of contents + +### Constructors + +- [constructor](api_core_AxiosHttpRequest.AxiosHttpRequest.md#constructor) + +### Properties + +- [config](api_core_AxiosHttpRequest.AxiosHttpRequest.md#config) + +### Methods + +- [request](api_core_AxiosHttpRequest.AxiosHttpRequest.md#request) + +## Constructors + +### constructor + +• **new AxiosHttpRequest**(`config`): [`AxiosHttpRequest`](api_core_AxiosHttpRequest.AxiosHttpRequest.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `config` | [`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig) | + +#### Returns + +[`AxiosHttpRequest`](api_core_AxiosHttpRequest.AxiosHttpRequest.md) + +#### Overrides + +[BaseHttpRequest](api_core_BaseHttpRequest.BaseHttpRequest.md).[constructor](api_core_BaseHttpRequest.BaseHttpRequest.md#constructor) + +#### Defined in + +[src/api/core/AxiosHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/AxiosHttpRequest.ts#L12) + +## Properties + +### config + +• `Readonly` **config**: [`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig) + +#### Inherited from + +[BaseHttpRequest](api_core_BaseHttpRequest.BaseHttpRequest.md).[config](api_core_BaseHttpRequest.BaseHttpRequest.md#config) + +#### Defined in + +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) + +## Methods + +### request + +▸ **request**\<`T`\>(`options`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +Request method + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `options` | [`ApiRequestOptions`](../modules/api_core_ApiRequestOptions.md#apirequestoptions) | The request options from the service | + +#### Returns + +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +CancelablePromise + +**`Throws`** + +ApiError + +#### Overrides + +[BaseHttpRequest](api_core_BaseHttpRequest.BaseHttpRequest.md).[request](api_core_BaseHttpRequest.BaseHttpRequest.md#request) + +#### Defined in + +[src/api/core/AxiosHttpRequest.ts:22](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/AxiosHttpRequest.ts#L22) diff --git a/docs/js-sdk-docs/classes/api_core_BaseHttpRequest.BaseHttpRequest.md b/docs/js-sdk-docs/classes/api_core_BaseHttpRequest.BaseHttpRequest.md new file mode 100644 index 000000000..c0fbab76d --- /dev/null +++ b/docs/js-sdk-docs/classes/api_core_BaseHttpRequest.BaseHttpRequest.md @@ -0,0 +1,81 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/core/BaseHttpRequest](../modules/api_core_BaseHttpRequest.md) / BaseHttpRequest + +# Class: BaseHttpRequest + +[api/core/BaseHttpRequest](../modules/api_core_BaseHttpRequest.md).BaseHttpRequest + +## Hierarchy + +- **`BaseHttpRequest`** + + ↳ [`AxiosHttpRequest`](api_core_AxiosHttpRequest.AxiosHttpRequest.md) + +## Table of contents + +### Constructors + +- [constructor](api_core_BaseHttpRequest.BaseHttpRequest.md#constructor) + +### Properties + +- [config](api_core_BaseHttpRequest.BaseHttpRequest.md#config) + +### Methods + +- [request](api_core_BaseHttpRequest.BaseHttpRequest.md#request) + +## Constructors + +### constructor + +• **new BaseHttpRequest**(`config`): [`BaseHttpRequest`](api_core_BaseHttpRequest.BaseHttpRequest.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `config` | [`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig) | + +#### Returns + +[`BaseHttpRequest`](api_core_BaseHttpRequest.BaseHttpRequest.md) + +#### Defined in + +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) + +## Properties + +### config + +• `Readonly` **config**: [`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig) + +#### Defined in + +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) + +## Methods + +### request + +▸ **request**\<`T`\>(`options`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | [`ApiRequestOptions`](../modules/api_core_ApiRequestOptions.md#apirequestoptions) | + +#### Returns + +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +#### Defined in + +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) diff --git a/docs/js-sdk-docs/classes/api.CancelError.md b/docs/js-sdk-docs/classes/api_core_CancelablePromise.CancelError.md similarity index 67% rename from docs/js-sdk-docs/classes/api.CancelError.md rename to docs/js-sdk-docs/classes/api_core_CancelablePromise.CancelError.md index 45cc30bc6..58dd7a33f 100644 --- a/docs/js-sdk-docs/classes/api.CancelError.md +++ b/docs/js-sdk-docs/classes/api_core_CancelablePromise.CancelError.md @@ -1,8 +1,8 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [api](../modules/api.md) / CancelError +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/core/CancelablePromise](../modules/api_core_CancelablePromise.md) / CancelError # Class: CancelError -[api](../modules/api.md).CancelError +[api/core/CancelablePromise](../modules/api_core_CancelablePromise.md).CancelError ## Hierarchy @@ -14,29 +14,29 @@ ### Constructors -- [constructor](api.CancelError.md#constructor) +- [constructor](api_core_CancelablePromise.CancelError.md#constructor) ### Properties -- [message](api.CancelError.md#message) -- [name](api.CancelError.md#name) -- [stack](api.CancelError.md#stack) -- [prepareStackTrace](api.CancelError.md#preparestacktrace) -- [stackTraceLimit](api.CancelError.md#stacktracelimit) +- [message](api_core_CancelablePromise.CancelError.md#message) +- [name](api_core_CancelablePromise.CancelError.md#name) +- [stack](api_core_CancelablePromise.CancelError.md#stack) +- [prepareStackTrace](api_core_CancelablePromise.CancelError.md#preparestacktrace) +- [stackTraceLimit](api_core_CancelablePromise.CancelError.md#stacktracelimit) ### Accessors -- [isCancelled](api.CancelError.md#iscancelled) +- [isCancelled](api_core_CancelablePromise.CancelError.md#iscancelled) ### Methods -- [captureStackTrace](api.CancelError.md#capturestacktrace) +- [captureStackTrace](api_core_CancelablePromise.CancelError.md#capturestacktrace) ## Constructors ### constructor -• **new CancelError**(`message`): [`CancelError`](api.CancelError.md) +• **new CancelError**(`message`): [`CancelError`](api_core_CancelablePromise.CancelError.md) #### Parameters @@ -46,7 +46,7 @@ #### Returns -[`CancelError`](api.CancelError.md) +[`CancelError`](api_core_CancelablePromise.CancelError.md) #### Overrides @@ -54,7 +54,7 @@ Error.constructor #### Defined in -[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L6) ## Properties @@ -159,7 +159,7 @@ node_modules/@types/node/globals.d.ts:30 #### Defined in -[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L11) ## Methods diff --git a/docs/js-sdk-docs/classes/api.CancelablePromise.md b/docs/js-sdk-docs/classes/api_core_CancelablePromise.CancelablePromise.md similarity index 66% rename from docs/js-sdk-docs/classes/api.CancelablePromise.md rename to docs/js-sdk-docs/classes/api_core_CancelablePromise.CancelablePromise.md index 2c7f1e55f..eface7820 100644 --- a/docs/js-sdk-docs/classes/api.CancelablePromise.md +++ b/docs/js-sdk-docs/classes/api_core_CancelablePromise.CancelablePromise.md @@ -1,8 +1,8 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [api](../modules/api.md) / CancelablePromise +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/core/CancelablePromise](../modules/api_core_CancelablePromise.md) / CancelablePromise # Class: CancelablePromise\ -[api](../modules/api.md).CancelablePromise +[api/core/CancelablePromise](../modules/api_core_CancelablePromise.md).CancelablePromise ## Type parameters @@ -18,35 +18,35 @@ ### Constructors -- [constructor](api.CancelablePromise.md#constructor) +- [constructor](api_core_CancelablePromise.CancelablePromise.md#constructor) ### Properties -- [#cancelHandlers](api.CancelablePromise.md##cancelhandlers) -- [#isCancelled](api.CancelablePromise.md##iscancelled) -- [#isRejected](api.CancelablePromise.md##isrejected) -- [#isResolved](api.CancelablePromise.md##isresolved) -- [#promise](api.CancelablePromise.md##promise) -- [#reject](api.CancelablePromise.md##reject) -- [#resolve](api.CancelablePromise.md##resolve) +- [#cancelHandlers](api_core_CancelablePromise.CancelablePromise.md##cancelhandlers) +- [#isCancelled](api_core_CancelablePromise.CancelablePromise.md##iscancelled) +- [#isRejected](api_core_CancelablePromise.CancelablePromise.md##isrejected) +- [#isResolved](api_core_CancelablePromise.CancelablePromise.md##isresolved) +- [#promise](api_core_CancelablePromise.CancelablePromise.md##promise) +- [#reject](api_core_CancelablePromise.CancelablePromise.md##reject) +- [#resolve](api_core_CancelablePromise.CancelablePromise.md##resolve) ### Accessors -- [[toStringTag]](api.CancelablePromise.md#[tostringtag]) -- [isCancelled](api.CancelablePromise.md#iscancelled) +- [[toStringTag]](api_core_CancelablePromise.CancelablePromise.md#[tostringtag]) +- [isCancelled](api_core_CancelablePromise.CancelablePromise.md#iscancelled) ### Methods -- [cancel](api.CancelablePromise.md#cancel) -- [catch](api.CancelablePromise.md#catch) -- [finally](api.CancelablePromise.md#finally) -- [then](api.CancelablePromise.md#then) +- [cancel](api_core_CancelablePromise.CancelablePromise.md#cancel) +- [catch](api_core_CancelablePromise.CancelablePromise.md#catch) +- [finally](api_core_CancelablePromise.CancelablePromise.md#finally) +- [then](api_core_CancelablePromise.CancelablePromise.md#then) ## Constructors ### constructor -• **new CancelablePromise**\<`T`\>(`executor`): [`CancelablePromise`](api.CancelablePromise.md)\<`T`\> +• **new CancelablePromise**\<`T`\>(`executor`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> #### Type parameters @@ -58,15 +58,15 @@ | Name | Type | | :------ | :------ | -| `executor` | (`resolve`: (`value`: `T` \| `PromiseLike`\<`T`\>) => `void`, `reject`: (`reason?`: `any`) => `void`, `onCancel`: `OnCancel`) => `void` | +| `executor` | (`resolve`: (`value`: `T` \| `PromiseLike`\<`T`\>) => `void`, `reject`: (`reason?`: `any`) => `void`, `onCancel`: [`OnCancel`](../interfaces/api_core_CancelablePromise.OnCancel.md)) => `void` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<`T`\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> #### Defined in -[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L33) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L26) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L25) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L29) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L31) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L30) ## Accessors @@ -182,7 +182,7 @@ Promise.[toStringTag] #### Defined in -[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L87) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L127) ## Methods @@ -210,7 +210,7 @@ ___ #### Defined in -[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L108) ___ @@ -240,7 +240,7 @@ Promise.catch #### Defined in -[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L98) ___ @@ -264,7 +264,7 @@ Promise.finally #### Defined in -[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L104) ___ @@ -296,4 +296,4 @@ Promise.then #### Defined in -[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L91) diff --git a/docs/js-sdk-docs/classes/api.DefaultService.md b/docs/js-sdk-docs/classes/api_services_DefaultService.DefaultService.md similarity index 52% rename from docs/js-sdk-docs/classes/api.DefaultService.md rename to docs/js-sdk-docs/classes/api_services_DefaultService.DefaultService.md index 9d123fbfe..83c10a33e 100644 --- a/docs/js-sdk-docs/classes/api.DefaultService.md +++ b/docs/js-sdk-docs/classes/api_services_DefaultService.DefaultService.md @@ -1,93 +1,93 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [api](../modules/api.md) / DefaultService +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/services/DefaultService](../modules/api_services_DefaultService.md) / DefaultService # Class: DefaultService -[api](../modules/api.md).DefaultService +[api/services/DefaultService](../modules/api_services_DefaultService.md).DefaultService ## Table of contents ### Constructors -- [constructor](api.DefaultService.md#constructor) +- [constructor](api_services_DefaultService.DefaultService.md#constructor) ### Properties -- [httpRequest](api.DefaultService.md#httprequest) +- [httpRequest](api_services_DefaultService.DefaultService.md#httprequest) ### Methods -- [chat](api.DefaultService.md#chat) -- [createAgent](api.DefaultService.md#createagent) -- [createAgentDoc](api.DefaultService.md#createagentdoc) -- [createAgentTool](api.DefaultService.md#createagenttool) -- [createSession](api.DefaultService.md#createsession) -- [createUser](api.DefaultService.md#createuser) -- [createUserDoc](api.DefaultService.md#createuserdoc) -- [deleteAgent](api.DefaultService.md#deleteagent) -- [deleteAgentDoc](api.DefaultService.md#deleteagentdoc) -- [deleteAgentMemory](api.DefaultService.md#deleteagentmemory) -- [deleteAgentTool](api.DefaultService.md#deleteagenttool) -- [deleteSession](api.DefaultService.md#deletesession) -- [deleteSessionHistory](api.DefaultService.md#deletesessionhistory) -- [deleteUser](api.DefaultService.md#deleteuser) -- [deleteUserDoc](api.DefaultService.md#deleteuserdoc) -- [getAgent](api.DefaultService.md#getagent) -- [getAgentDocs](api.DefaultService.md#getagentdocs) -- [getAgentMemories](api.DefaultService.md#getagentmemories) -- [getAgentTools](api.DefaultService.md#getagenttools) -- [getHistory](api.DefaultService.md#gethistory) -- [getJobStatus](api.DefaultService.md#getjobstatus) -- [getSession](api.DefaultService.md#getsession) -- [getSuggestions](api.DefaultService.md#getsuggestions) -- [getUser](api.DefaultService.md#getuser) -- [getUserDocs](api.DefaultService.md#getuserdocs) -- [listAgents](api.DefaultService.md#listagents) -- [listSessions](api.DefaultService.md#listsessions) -- [listUsers](api.DefaultService.md#listusers) -- [patchAgent](api.DefaultService.md#patchagent) -- [patchAgentTool](api.DefaultService.md#patchagenttool) -- [patchSession](api.DefaultService.md#patchsession) -- [patchUser](api.DefaultService.md#patchuser) -- [updateAgent](api.DefaultService.md#updateagent) -- [updateAgentTool](api.DefaultService.md#updateagenttool) -- [updateSession](api.DefaultService.md#updatesession) -- [updateUser](api.DefaultService.md#updateuser) +- [chat](api_services_DefaultService.DefaultService.md#chat) +- [createAgent](api_services_DefaultService.DefaultService.md#createagent) +- [createAgentDoc](api_services_DefaultService.DefaultService.md#createagentdoc) +- [createAgentTool](api_services_DefaultService.DefaultService.md#createagenttool) +- [createSession](api_services_DefaultService.DefaultService.md#createsession) +- [createUser](api_services_DefaultService.DefaultService.md#createuser) +- [createUserDoc](api_services_DefaultService.DefaultService.md#createuserdoc) +- [deleteAgent](api_services_DefaultService.DefaultService.md#deleteagent) +- [deleteAgentDoc](api_services_DefaultService.DefaultService.md#deleteagentdoc) +- [deleteAgentMemory](api_services_DefaultService.DefaultService.md#deleteagentmemory) +- [deleteAgentTool](api_services_DefaultService.DefaultService.md#deleteagenttool) +- [deleteSession](api_services_DefaultService.DefaultService.md#deletesession) +- [deleteSessionHistory](api_services_DefaultService.DefaultService.md#deletesessionhistory) +- [deleteUser](api_services_DefaultService.DefaultService.md#deleteuser) +- [deleteUserDoc](api_services_DefaultService.DefaultService.md#deleteuserdoc) +- [getAgent](api_services_DefaultService.DefaultService.md#getagent) +- [getAgentDocs](api_services_DefaultService.DefaultService.md#getagentdocs) +- [getAgentMemories](api_services_DefaultService.DefaultService.md#getagentmemories) +- [getAgentTools](api_services_DefaultService.DefaultService.md#getagenttools) +- [getHistory](api_services_DefaultService.DefaultService.md#gethistory) +- [getJobStatus](api_services_DefaultService.DefaultService.md#getjobstatus) +- [getSession](api_services_DefaultService.DefaultService.md#getsession) +- [getSuggestions](api_services_DefaultService.DefaultService.md#getsuggestions) +- [getUser](api_services_DefaultService.DefaultService.md#getuser) +- [getUserDocs](api_services_DefaultService.DefaultService.md#getuserdocs) +- [listAgents](api_services_DefaultService.DefaultService.md#listagents) +- [listSessions](api_services_DefaultService.DefaultService.md#listsessions) +- [listUsers](api_services_DefaultService.DefaultService.md#listusers) +- [patchAgent](api_services_DefaultService.DefaultService.md#patchagent) +- [patchAgentTool](api_services_DefaultService.DefaultService.md#patchagenttool) +- [patchSession](api_services_DefaultService.DefaultService.md#patchsession) +- [patchUser](api_services_DefaultService.DefaultService.md#patchuser) +- [updateAgent](api_services_DefaultService.DefaultService.md#updateagent) +- [updateAgentTool](api_services_DefaultService.DefaultService.md#updateagenttool) +- [updateSession](api_services_DefaultService.DefaultService.md#updatesession) +- [updateUser](api_services_DefaultService.DefaultService.md#updateuser) ## Constructors ### constructor -• **new DefaultService**(`httpRequest`): [`DefaultService`](api.DefaultService.md) +• **new DefaultService**(`httpRequest`): [`DefaultService`](api_services_DefaultService.DefaultService.md) #### Parameters | Name | Type | | :------ | :------ | -| `httpRequest` | [`BaseHttpRequest`](api.BaseHttpRequest.md) | +| `httpRequest` | [`BaseHttpRequest`](api_core_BaseHttpRequest.BaseHttpRequest.md) | #### Returns -[`DefaultService`](api.DefaultService.md) +[`DefaultService`](api_services_DefaultService.DefaultService.md) #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L35) ## Properties ### httpRequest -• `Readonly` **httpRequest**: [`BaseHttpRequest`](api.BaseHttpRequest.md) +• `Readonly` **httpRequest**: [`BaseHttpRequest`](api_core_BaseHttpRequest.BaseHttpRequest.md) #### Defined in -[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L35) ## Methods ### chat -▸ **chat**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ChatResponse`](../modules/api.md#chatresponse)\> +▸ **chat**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ChatResponse`](../modules/api_models_ChatResponse.md#chatresponse)\> Interact with the session @@ -97,12 +97,12 @@ Interact with the session | :------ | :------ | :------ | | `«destructured»` | `Object` | `undefined` | | › `accept?` | ``"application/json"`` \| ``"text/event-stream"`` | `"application/json"` | -| › `requestBody?` | [`ChatInput`](../modules/api.md#chatinput) | `undefined` | +| › `requestBody?` | [`ChatInput`](../modules/api_models_ChatInput.md#chatinput) | `undefined` | | › `sessionId` | `string` | `undefined` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ChatResponse`](../modules/api.md#chatresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ChatResponse`](../modules/api_models_ChatResponse.md#chatresponse)\> ChatResponse @@ -112,13 +112,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L404) ___ ### createAgent -▸ **createAgent**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **createAgent**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> Create a new agent Create a new agent @@ -128,11 +128,11 @@ Create a new agent | Name | Type | Description | | :------ | :------ | :------ | | `«destructured»` | `Object` | - | -| › `requestBody?` | [`CreateAgentRequest`](../modules/api.md#createagentrequest) | Agent create options | +| › `requestBody?` | [`CreateAgentRequest`](../modules/api_models_CreateAgentRequest.md#createagentrequest) | Agent create options | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> ResourceCreatedResponse Agent successfully created @@ -142,13 +142,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L180) ___ ### createAgentDoc -▸ **createAgentDoc**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **createAgentDoc**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> Create doc of the agent @@ -158,11 +158,11 @@ Create doc of the agent | :------ | :------ | | `«destructured»` | `Object` | | › `agentId` | `string` | -| › `requestBody?` | [`CreateDoc`](../modules/api.md#createdoc) | +| › `requestBody?` | [`CreateDoc`](../modules/api_models_CreateDoc.md#createdoc) | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> ResourceCreatedResponse @@ -172,13 +172,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L668) ___ ### createAgentTool -▸ **createAgentTool**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **createAgentTool**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> Create tool for the agent @@ -188,11 +188,11 @@ Create tool for the agent | :------ | :------ | | `«destructured»` | `Object` | | › `agentId` | `string` | -| › `requestBody?` | [`CreateToolRequest`](../modules/api.md#createtoolrequest) | +| › `requestBody?` | [`CreateToolRequest`](../modules/api_models_CreateToolRequest.md#createtoolrequest) | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> ResourceCreatedResponse @@ -202,13 +202,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L857) ___ ### createSession -▸ **createSession**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **createSession**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> Create a new session Create a session between an agent and a user @@ -218,11 +218,11 @@ Create a session between an agent and a user | Name | Type | Description | | :------ | :------ | :------ | | `«destructured»` | `Object` | - | -| › `requestBody?` | [`CreateSessionRequest`](../modules/api.md#createsessionrequest) | Session initialization options | +| › `requestBody?` | [`CreateSessionRequest`](../modules/api_models_CreateSessionRequest.md#createsessionrequest) | Session initialization options | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> ResourceCreatedResponse Session successfully created @@ -232,13 +232,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L42) ___ ### createUser -▸ **createUser**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **createUser**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> Create a new user Create a new user @@ -248,11 +248,11 @@ Create a new user | Name | Type | Description | | :------ | :------ | :------ | | `«destructured»` | `Object` | - | -| › `requestBody?` | [`CreateUserRequest`](../modules/api.md#createuserrequest) | User create options | +| › `requestBody?` | [`CreateUserRequest`](../modules/api_models_CreateUserRequest.md#createuserrequest) | User create options | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> ResourceCreatedResponse User successfully created @@ -262,13 +262,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L111) ___ ### createUserDoc -▸ **createUserDoc**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **createUserDoc**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> Create doc of the user @@ -277,12 +277,12 @@ Create doc of the user | Name | Type | | :------ | :------ | | `«destructured»` | `Object` | -| › `requestBody?` | [`CreateDoc`](../modules/api.md#createdoc) | +| › `requestBody?` | [`CreateDoc`](../modules/api_models_CreateDoc.md#createdoc) | | › `userId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> ResourceCreatedResponse @@ -292,13 +292,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L740) ___ ### deleteAgent -▸ **deleteAgent**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteAgent**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete agent @@ -311,7 +311,7 @@ Delete agent #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -321,13 +321,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L556) ___ ### deleteAgentDoc -▸ **deleteAgentDoc**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteAgentDoc**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete doc by id @@ -341,7 +341,7 @@ Delete doc by id #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -351,13 +351,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L783) ___ ### deleteAgentMemory -▸ **deleteAgentMemory**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteAgentMemory**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete memory of the agent by id @@ -371,7 +371,7 @@ Delete memory of the agent by id #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -381,13 +381,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L804) ___ ### deleteAgentTool -▸ **deleteAgentTool**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteAgentTool**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete tool by id @@ -401,7 +401,7 @@ Delete tool by id #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -411,13 +411,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L879) ___ ### deleteSession -▸ **deleteSession**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteSession**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete session @@ -430,7 +430,7 @@ Delete session #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -440,13 +440,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L266) ___ ### deleteSessionHistory -▸ **deleteSessionHistory**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteSessionHistory**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete session history (does NOT delete related memories) @@ -459,7 +459,7 @@ Delete session history (does NOT delete related memories) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -469,13 +469,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L386) ___ ### deleteUser -▸ **deleteUser**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteUser**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete user @@ -488,7 +488,7 @@ Delete user #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -498,13 +498,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L480) ___ ### deleteUserDoc -▸ **deleteUserDoc**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +▸ **deleteUserDoc**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> Delete doc by id @@ -518,7 +518,7 @@ Delete doc by id #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api.md#resourcedeletedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceDeletedResponse`](../modules/api_models_ResourceDeletedResponse.md#resourcedeletedresponse)\> ResourceDeletedResponse @@ -528,13 +528,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L762) ___ ### getAgent -▸ **getAgent**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`Agent`](../modules/api.md#agent)\> +▸ **getAgent**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`Agent`](../modules/api_models_Agent.md#agent)\> Get details of the agent @@ -547,7 +547,7 @@ Get details of the agent #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`Agent`](../modules/api.md#agent)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`Agent`](../modules/api_models_Agent.md#agent)\> Agent @@ -557,13 +557,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L542) ___ ### getAgentDocs -▸ **getAgentDocs**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api.md#doc)[] }\> +▸ **getAgentDocs**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api_models_Doc.md#doc)[] }\> Get docs of the agent Sorted (created_at descending) @@ -583,7 +583,7 @@ Sorted (created_at descending) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api.md#doc)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api_models_Doc.md#doc)[] }\> any @@ -593,13 +593,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L619) ___ ### getAgentMemories -▸ **getAgentMemories**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Memory`](../modules/api.md#memory)[] }\> +▸ **getAgentMemories**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Memory`](../modules/api_models_Memory.md#memory)[] }\> Get memories of the agent Sorted (created_at descending) @@ -617,7 +617,7 @@ Sorted (created_at descending) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Memory`](../modules/api.md#memory)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Memory`](../modules/api_models_Memory.md#memory)[] }\> any @@ -627,13 +627,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L432) ___ ### getAgentTools -▸ **getAgentTools**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Tool`](../modules/api.md#tool)[] }\> +▸ **getAgentTools**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Tool`](../modules/api_models_Tool.md#tool)[] }\> Get tools of the agent Sorted (created_at descending) @@ -650,7 +650,7 @@ Sorted (created_at descending) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Tool`](../modules/api.md#tool)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Tool`](../modules/api_models_Tool.md#tool)[] }\> any @@ -660,13 +660,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L826) ___ ### getHistory -▸ **getHistory**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`ChatMLMessage`](../modules/api.md#chatmlmessage)[] }\> +▸ **getHistory**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`ChatMLMessage`](../modules/api_models_ChatMLMessage.md#chatmlmessage)[] }\> Get all messages in a session Sorted (created_at ascending) @@ -682,7 +682,7 @@ Sorted (created_at ascending) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`ChatMLMessage`](../modules/api.md#chatmlmessage)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`ChatMLMessage`](../modules/api_models_ChatMLMessage.md#chatmlmessage)[] }\> any @@ -692,13 +692,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L358) ___ ### getJobStatus -▸ **getJobStatus**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`JobStatus`](../modules/api.md#jobstatus)\> +▸ **getJobStatus**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`JobStatus`](../modules/api_models_JobStatus.md#jobstatus)\> Get status of the job @@ -711,7 +711,7 @@ Get status of the job #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`JobStatus`](../modules/api.md#jobstatus)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`JobStatus`](../modules/api_models_JobStatus.md#jobstatus)\> JobStatus @@ -721,13 +721,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L950) ___ ### getSession -▸ **getSession**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`Session`](../modules/api.md#session)\> +▸ **getSession**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`Session`](../modules/api_models_Session.md#session)\> Get details of the session @@ -740,7 +740,7 @@ Get details of the session #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`Session`](../modules/api.md#session)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`Session`](../modules/api_models_Session.md#session)\> Session @@ -750,13 +750,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L248) ___ ### getSuggestions -▸ **getSuggestions**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Suggestion`](../modules/api.md#suggestion)[] }\> +▸ **getSuggestions**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Suggestion`](../modules/api_models_Suggestion.md#suggestion)[] }\> Get autogenerated suggestions for session user and agent Sorted (created_at descending) @@ -772,7 +772,7 @@ Sorted (created_at descending) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Suggestion`](../modules/api.md#suggestion)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Suggestion`](../modules/api_models_Suggestion.md#suggestion)[] }\> any @@ -782,13 +782,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L329) ___ ### getUser -▸ **getUser**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`User`](../modules/api.md#user)\> +▸ **getUser**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`User`](../modules/api_models_User.md#user)\> Get details of the user @@ -801,7 +801,7 @@ Get details of the user #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`User`](../modules/api.md#user)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`User`](../modules/api_models_User.md#user)\> User @@ -811,13 +811,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L466) ___ ### getUserDocs -▸ **getUserDocs**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api.md#doc)[] }\> +▸ **getUserDocs**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api_models_Doc.md#doc)[] }\> Get docs of the user Sorted (created_at descending) @@ -837,7 +837,7 @@ Sorted (created_at descending) #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api.md#doc)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items?`: [`Doc`](../modules/api_models_Doc.md#doc)[] }\> any @@ -847,13 +847,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L691) ___ ### listAgents -▸ **listAgents**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items`: [`Agent`](../modules/api.md#agent)[] }\> +▸ **listAgents**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items`: [`Agent`](../modules/api_models_Agent.md#agent)[] }\> List agents List agents created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -871,7 +871,7 @@ List agents created (use limit/offset pagination to get large number of sessions #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items`: [`Agent`](../modules/api.md#agent)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items`: [`Agent`](../modules/api_models_Agent.md#agent)[] }\> any List of agents (sorted created_at descending order) with limit+offset pagination @@ -881,13 +881,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L201) ___ ### listSessions -▸ **listSessions**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items`: [`Session`](../modules/api.md#session)[] }\> +▸ **listSessions**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items`: [`Session`](../modules/api_models_Session.md#session)[] }\> List sessions List sessions created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -905,7 +905,7 @@ List sessions created (use limit/offset pagination to get large number of sessio #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items`: [`Session`](../modules/api.md#session)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items`: [`Session`](../modules/api_models_Session.md#session)[] }\> any List of sessions (sorted created_at descending order) with limit+offset pagination @@ -915,13 +915,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L63) ___ ### listUsers -▸ **listUsers**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<\{ `items`: [`User`](../modules/api.md#user)[] }\> +▸ **listUsers**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items`: [`User`](../modules/api_models_User.md#user)[] }\> List users List users created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -939,7 +939,7 @@ List users created (use limit/offset pagination to get large number of sessions; #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<\{ `items`: [`User`](../modules/api.md#user)[] }\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<\{ `items`: [`User`](../modules/api_models_User.md#user)[] }\> any List of users (sorted created_at descending order) with limit+offset pagination @@ -949,13 +949,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L132) ___ ### patchAgent -▸ **patchAgent**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **patchAgent**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Patch Agent parameters (merge instead of replace) @@ -965,11 +965,11 @@ Patch Agent parameters (merge instead of replace) | :------ | :------ | | `«destructured»` | `Object` | | › `agentId` | `string` | -| › `requestBody?` | [`PatchAgentRequest`](../modules/api.md#patchagentrequest) | +| › `requestBody?` | [`PatchAgentRequest`](../modules/api_models_PatchAgentRequest.md#patchagentrequest) | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -979,13 +979,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L596) ___ ### patchAgentTool -▸ **patchAgentTool**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **patchAgentTool**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Patch Agent tool parameters (merge instead of replace) @@ -995,12 +995,12 @@ Patch Agent tool parameters (merge instead of replace) | :------ | :------ | | `«destructured»` | `Object` | | › `agentId` | `string` | -| › `requestBody?` | [`PatchToolRequest`](../modules/api.md#patchtoolrequest) | +| › `requestBody?` | [`PatchToolRequest`](../modules/api_models_PatchToolRequest.md#patchtoolrequest) | | › `toolId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1010,13 +1010,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L925) ___ ### patchSession -▸ **patchSession**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **patchSession**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Patch Session parameters (merge instead of replace) @@ -1025,12 +1025,12 @@ Patch Session parameters (merge instead of replace) | Name | Type | | :------ | :------ | | `«destructured»` | `Object` | -| › `requestBody?` | [`PatchSessionRequest`](../modules/api.md#patchsessionrequest) | +| › `requestBody?` | [`PatchSessionRequest`](../modules/api_models_PatchSessionRequest.md#patchsessionrequest) | | › `sessionId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1040,13 +1040,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L306) ___ ### patchUser -▸ **patchUser**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **patchUser**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Patch User parameters (merge instead of replace) @@ -1055,12 +1055,12 @@ Patch User parameters (merge instead of replace) | Name | Type | | :------ | :------ | | `«destructured»` | `Object` | -| › `requestBody?` | [`PatchUserRequest`](../modules/api.md#patchuserrequest) | +| › `requestBody?` | [`PatchUserRequest`](../modules/api_models_PatchUserRequest.md#patchuserrequest) | | › `userId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1070,13 +1070,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L520) ___ ### updateAgent -▸ **updateAgent**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **updateAgent**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Update agent parameters @@ -1086,11 +1086,11 @@ Update agent parameters | :------ | :------ | | `«destructured»` | `Object` | | › `agentId` | `string` | -| › `requestBody?` | [`UpdateAgentRequest`](../modules/api.md#updateagentrequest) | +| › `requestBody?` | [`UpdateAgentRequest`](../modules/api_models_UpdateAgentRequest.md#updateagentrequest) | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1100,13 +1100,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L574) ___ ### updateAgentTool -▸ **updateAgentTool**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **updateAgentTool**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Update agent tool definition @@ -1116,12 +1116,12 @@ Update agent tool definition | :------ | :------ | | `«destructured»` | `Object` | | › `agentId` | `string` | -| › `requestBody?` | [`UpdateToolRequest`](../modules/api.md#updatetoolrequest) | +| › `requestBody?` | [`UpdateToolRequest`](../modules/api_models_UpdateToolRequest.md#updatetoolrequest) | | › `toolId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1131,13 +1131,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L900) ___ ### updateSession -▸ **updateSession**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **updateSession**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Update session parameters @@ -1146,12 +1146,12 @@ Update session parameters | Name | Type | | :------ | :------ | | `«destructured»` | `Object` | -| › `requestBody?` | [`UpdateSessionRequest`](../modules/api.md#updatesessionrequest) | +| › `requestBody?` | [`UpdateSessionRequest`](../modules/api_models_UpdateSessionRequest.md#updatesessionrequest) | | › `sessionId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1161,13 +1161,13 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L284) ___ ### updateUser -▸ **updateUser**(`«destructured»`): [`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **updateUser**(`«destructured»`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> Update user parameters @@ -1176,12 +1176,12 @@ Update user parameters | Name | Type | | :------ | :------ | | `«destructured»` | `Object` | -| › `requestBody?` | [`UpdateUserRequest`](../modules/api.md#updateuserrequest) | +| › `requestBody?` | [`UpdateUserRequest`](../modules/api_models_UpdateUserRequest.md#updateuserrequest) | | › `userId` | `string` | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> ResourceUpdatedResponse @@ -1191,4 +1191,4 @@ ApiError #### Defined in -[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/services/DefaultService.ts#L498) diff --git a/docs/js-sdk-docs/classes/client.Client.md b/docs/js-sdk-docs/classes/client.Client.md new file mode 100644 index 000000000..2615184cb --- /dev/null +++ b/docs/js-sdk-docs/classes/client.Client.md @@ -0,0 +1,177 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / [client](../modules/client.md) / Client + +# Class: Client + +[client](../modules/client.md).Client + +Client for interacting with the Julep API and OpenAI. + +## Table of contents + +### Constructors + +- [constructor](client.Client.md#constructor) + +### Properties + +- [\_apiClient](client.Client.md#_apiclient) +- [\_openaiClient](client.Client.md#_openaiclient) +- [agents](client.Client.md#agents) +- [chat](client.Client.md#chat) +- [completions](client.Client.md#completions) +- [docs](client.Client.md#docs) +- [memories](client.Client.md#memories) +- [sessions](client.Client.md#sessions) +- [tools](client.Client.md#tools) +- [users](client.Client.md#users) + +## Constructors + +### constructor + +• **new Client**(`options?`): [`Client`](client.Client.md) + +Creates an instance of Client. +Initializes the client with the provided or default API key and base URL. If neither are provided nor set as environment variables, an error is thrown. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `options?` | `ClientOptions` | Configuration options for the client. | + +#### Returns + +[`Client`](client.Client.md) + +**`Throws`** + +Throws an error if both apiKey and baseUrl are not provided and not set as environment variables. + +#### Defined in + +[src/client.ts:33](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L33) + +## Properties + +### \_apiClient + +• `Private` **\_apiClient**: [`JulepApiClient`](api_JulepApiClient.JulepApiClient.md) + +#### Defined in + +[src/client.ts:22](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L22) + +___ + +### \_openaiClient + +• `Private` **\_openaiClient**: `OpenAI` + +#### Defined in + +[src/client.ts:23](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L23) + +___ + +### agents + +• **agents**: [`AgentsManager`](managers_agent.AgentsManager.md) + +Manager for interacting with agents. +Provides methods to manage and interact with agents within the Julep API. + +#### Defined in + +[src/client.ts:72](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L72) + +___ + +### chat + +• **chat**: `Chat` + +OpenAI Chat API. +This is patched to enhance functionality and ensure compatibility with Julep API. + +#### Defined in + +[src/client.ts:108](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L108) + +___ + +### completions + +• **completions**: `Completions` + +OpenAI Completions API. +Enhanced with custom patches for improved integration and usage within Julep. + +#### Defined in + +[src/client.ts:114](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L114) + +___ + +### docs + +• **docs**: [`DocsManager`](managers_doc.DocsManager.md) + +Manager for interacting with documents. +Enables document management including creation, update, and deletion. + +#### Defined in + +[src/client.ts:90](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L90) + +___ + +### memories + +• **memories**: [`MemoriesManager`](managers_memory.MemoriesManager.md) + +Manager for interacting with memories. +Allows for storing and retrieving user-specific data and preferences. + +#### Defined in + +[src/client.ts:96](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L96) + +___ + +### sessions + +• **sessions**: [`SessionsManager`](managers_session.SessionsManager.md) + +Manager for interacting with sessions. +Facilitates the creation, management, and retrieval of user sessions. + +#### Defined in + +[src/client.ts:84](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L84) + +___ + +### tools + +• **tools**: [`ToolsManager`](managers_tool.ToolsManager.md) + +Manager for interacting with tools. +Provides access to various utility tools and functionalities. + +#### Defined in + +[src/client.ts:102](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L102) + +___ + +### users + +• **users**: [`UsersManager`](managers_user.UsersManager.md) + +Manager for interacting with users. +Offers functionalities to handle user accounts and their data. + +#### Defined in + +[src/client.ts:78](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/client.ts#L78) diff --git a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md index 24f961242..a6bc645d9 100644 --- a/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md +++ b/docs/js-sdk-docs/classes/managers_agent.AgentsManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/agent](../modules/managers_agent.md) / AgentsManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/agent](../modules/managers_agent.md) / AgentsManager # Class: AgentsManager @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,13 +71,13 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Methods ### create -▸ **create**(`«destructured»`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> +▸ **create**(`«destructured»`): `Promise`\<`Partial`\<[`Agent`](../modules/api_models_Agent.md#agent)\> & \{ `id`: `string` }\> #### Parameters @@ -85,20 +85,20 @@ The JulepApiClient instance used for API interactions. | :------ | :------ | :------ | | `«destructured»` | `Object` | `undefined` | | › `about` | `string` | `undefined` | -| › `default_settings?` | [`AgentDefaultSettings`](../modules/api.md#agentdefaultsettings) | `undefined` | -| › `docs?` | [`Doc`](../modules/api.md#doc)[] | `[]` | +| › `default_settings?` | [`AgentDefaultSettings`](../modules/api_models_AgentDefaultSettings.md#agentdefaultsettings) | `undefined` | +| › `docs?` | [`Doc`](../modules/api_models_Doc.md#doc)[] | `[]` | | › `instructions` | `string` \| `string`[] | `[]` | | › `model?` | `string` | `"julep-ai/samantha-1-turbo"` | | › `name` | `string` | `undefined` | -| › `tools?` | [`CreateToolRequest`](../modules/api.md#createtoolrequest)[] | `undefined` | +| › `tools?` | [`CreateToolRequest`](../modules/api_models_CreateToolRequest.md#createtoolrequest)[] | `undefined` | #### Returns -`Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> +`Promise`\<`Partial`\<[`Agent`](../modules/api_models_Agent.md#agent)\> & \{ `id`: `string` }\> #### Defined in -[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/agent.ts#L24) ___ @@ -118,13 +118,13 @@ ___ #### Defined in -[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/agent.ts#L85) ___ ### get -▸ **get**(`agentId`): `Promise`\<[`Agent`](../modules/api.md#agent)\> +▸ **get**(`agentId`): `Promise`\<[`Agent`](../modules/api_models_Agent.md#agent)\> #### Parameters @@ -134,17 +134,17 @@ ___ #### Returns -`Promise`\<[`Agent`](../modules/api.md#agent)\> +`Promise`\<[`Agent`](../modules/api_models_Agent.md#agent)\> #### Defined in -[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/agent.ts#L18) ___ ### list -▸ **list**(`«destructured»?`): `Promise`\<[`Agent`](../modules/api.md#agent)[]\> +▸ **list**(`«destructured»?`): `Promise`\<[`Agent`](../modules/api_models_Agent.md#agent)[]\> #### Parameters @@ -157,48 +157,48 @@ ___ #### Returns -`Promise`\<[`Agent`](../modules/api.md#agent)[]\> +`Promise`\<[`Agent`](../modules/api_models_Agent.md#agent)[]\> #### Defined in -[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/agent.ts#L65) ___ ### update -▸ **update**(`agentId`, `request`, `overwrite?`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> +▸ **update**(`agentId`, `request`, `overwrite?`): `Promise`\<`Partial`\<[`Agent`](../modules/api_models_Agent.md#agent)\> & \{ `id`: `string` }\> #### Parameters | Name | Type | | :------ | :------ | | `agentId` | `string` | -| `request` | [`PatchAgentRequest`](../modules/api.md#patchagentrequest) | +| `request` | [`PatchAgentRequest`](../modules/api_models_PatchAgentRequest.md#patchagentrequest) | | `overwrite?` | ``false`` | #### Returns -`Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> +`Promise`\<`Partial`\<[`Agent`](../modules/api_models_Agent.md#agent)\> & \{ `id`: `string` }\> #### Defined in -[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/agent.ts#L92) -▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> +▸ **update**(`agentId`, `request`, `overwrite`): `Promise`\<`Partial`\<[`Agent`](../modules/api_models_Agent.md#agent)\> & \{ `id`: `string` }\> #### Parameters | Name | Type | | :------ | :------ | | `agentId` | `string` | -| `request` | [`UpdateAgentRequest`](../modules/api.md#updateagentrequest) | +| `request` | [`UpdateAgentRequest`](../modules/api_models_UpdateAgentRequest.md#updateagentrequest) | | `overwrite` | ``true`` | #### Returns -`Promise`\<`Partial`\<[`Agent`](../modules/api.md#agent)\> & \{ `id`: `string` }\> +`Promise`\<`Partial`\<[`Agent`](../modules/api_models_Agent.md#agent)\> & \{ `id`: `string` }\> #### Defined in -[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/agent.ts#L98) diff --git a/docs/js-sdk-docs/classes/managers_base.BaseManager.md b/docs/js-sdk-docs/classes/managers_base.BaseManager.md index 0996b3ea5..1a3020388 100644 --- a/docs/js-sdk-docs/classes/managers_base.BaseManager.md +++ b/docs/js-sdk-docs/classes/managers_base.BaseManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/base](../modules/managers_base.md) / BaseManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/base](../modules/managers_base.md) / BaseManager # Class: BaseManager @@ -53,7 +53,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -65,4 +65,4 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) diff --git a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md index 0385991dc..3e2d98191 100644 --- a/docs/js-sdk-docs/classes/managers_doc.DocsManager.md +++ b/docs/js-sdk-docs/classes/managers_doc.DocsManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/doc](../modules/managers_doc.md) / DocsManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/doc](../modules/managers_doc.md) / DocsManager # Class: DocsManager @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,13 +70,13 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Methods ### create -▸ **create**(`params`): `Promise`\<[`Doc`](../modules/api.md#doc)\> +▸ **create**(`params`): `Promise`\<[`Doc`](../modules/api_models_Doc.md#doc)\> Creates a document based on the provided agentId or userId. Ensures that only one of agentId or userId is provided using xor function. @@ -88,12 +88,12 @@ Validates the provided agentId or userId using isValidUuid4. | :------ | :------ | :------ | | `params` | `Object` | The parameters for creating a document. | | `params.agentId?` | `string` | The agent's unique identifier, if creating for an agent. | -| `params.doc` | [`CreateDoc`](../modules/api.md#createdoc) | The document to be created. | +| `params.doc` | [`CreateDoc`](../modules/api_models_CreateDoc.md#createdoc) | The document to be created. | | `params.userId?` | `string` | The user's unique identifier, if creating for a user. | #### Returns -`Promise`\<[`Doc`](../modules/api.md#doc)\> +`Promise`\<[`Doc`](../modules/api_models_Doc.md#doc)\> The created document. @@ -103,7 +103,7 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/doc.ts#L133) ___ @@ -136,13 +136,13 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/doc.ts#L186) ___ ### get -▸ **get**(`params`): `Promise`\<\{ `items?`: [`Doc`](../modules/api.md#doc)[] }\> +▸ **get**(`params`): `Promise`\<\{ `items?`: [`Doc`](../modules/api_models_Doc.md#doc)[] }\> Retrieves documents based on the provided agentId or userId. Ensures that only one of agentId or userId is provided using xor function. @@ -160,7 +160,7 @@ Validates the provided agentId or userId using isValidUuid4. #### Returns -`Promise`\<\{ `items?`: [`Doc`](../modules/api.md#doc)[] }\> +`Promise`\<\{ `items?`: [`Doc`](../modules/api_models_Doc.md#doc)[] }\> The retrieved documents. @@ -170,13 +170,13 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/doc.ts#L22) ___ ### list -▸ **list**(`params?`): `Promise`\<[`Doc`](../modules/api.md#doc)[]\> +▸ **list**(`params?`): `Promise`\<[`Doc`](../modules/api_models_Doc.md#doc)[]\> Lists documents based on the provided agentId or userId, with optional metadata filtering. Ensures that only one of agentId or userId is provided using xor function. @@ -196,7 +196,7 @@ Allows for filtering based on metadata. #### Returns -`Promise`\<[`Doc`](../modules/api.md#doc)[]\> +`Promise`\<[`Doc`](../modules/api_models_Doc.md#doc)[]\> The list of filtered documents. @@ -206,4 +206,4 @@ If neither agentId nor userId is provided. #### Defined in -[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/doc.ts#L74) diff --git a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md index 7e3aa9945..e1718479f 100644 --- a/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md +++ b/docs/js-sdk-docs/classes/managers_memory.MemoriesManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/memory](../modules/managers_memory.md) / MemoriesManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/memory](../modules/managers_memory.md) / MemoriesManager # Class: MemoriesManager @@ -51,7 +51,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -67,13 +67,13 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Methods ### list -▸ **list**(`«destructured»`): `Promise`\<[`Memory`](../modules/api.md#memory)[]\> +▸ **list**(`«destructured»`): `Promise`\<[`Memory`](../modules/api_models_Memory.md#memory)[]\> Lists memories based on the provided parameters. @@ -90,10 +90,10 @@ Lists memories based on the provided parameters. #### Returns -`Promise`\<[`Memory`](../modules/api.md#memory)[]\> +`Promise`\<[`Memory`](../modules/api_models_Memory.md#memory)[]\> A promise that resolves to an array of Memory objects. #### Defined in -[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/memory.ts#L21) diff --git a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md index 8462e23cb..5266ab7b8 100644 --- a/docs/js-sdk-docs/classes/managers_session.SessionsManager.md +++ b/docs/js-sdk-docs/classes/managers_session.SessionsManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/session](../modules/managers_session.md) / SessionsManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/session](../modules/managers_session.md) / SessionsManager # Class: SessionsManager @@ -59,7 +59,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -75,34 +75,34 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Methods ### chat -▸ **chat**(`sessionId`, `«destructured»`): `Promise`\<[`ChatResponse`](../modules/api.md#chatresponse)\> +▸ **chat**(`sessionId`, `«destructured»`): `Promise`\<[`ChatResponse`](../modules/api_models_ChatResponse.md#chatresponse)\> #### Parameters | Name | Type | | :------ | :------ | | `sessionId` | `string` | -| `«destructured»` | [`ChatInput`](../modules/api.md#chatinput) | +| `«destructured»` | [`ChatInput`](../modules/api_models_ChatInput.md#chatinput) | #### Returns -`Promise`\<[`ChatResponse`](../modules/api.md#chatresponse)\> +`Promise`\<[`ChatResponse`](../modules/api_models_ChatResponse.md#chatresponse)\> #### Defined in -[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L104) +[src/managers/session.ts:104](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L104) ___ ### create -▸ **create**(`«destructured»`): `Promise`\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +▸ **create**(`«destructured»`): `Promise`\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> #### Parameters @@ -112,11 +112,11 @@ ___ #### Returns -`Promise`\<[`ResourceCreatedResponse`](../modules/api.md#resourcecreatedresponse)\> +`Promise`\<[`ResourceCreatedResponse`](../modules/api_models_ResourceCreatedResponse.md#resourcecreatedresponse)\> #### Defined in -[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L33) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L33) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L83) +[src/managers/session.ts:83](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L83) ___ @@ -156,13 +156,13 @@ ___ #### Defined in -[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L188) +[src/managers/session.ts:188](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L188) ___ ### get -▸ **get**(`sessionId`): `Promise`\<[`Session`](../modules/api.md#session)\> +▸ **get**(`sessionId`): `Promise`\<[`Session`](../modules/api_models_Session.md#session)\> Retrieves a session by its ID. @@ -174,19 +174,19 @@ Retrieves a session by its ID. #### Returns -`Promise`\<[`Session`](../modules/api.md#session)\> +`Promise`\<[`Session`](../modules/api_models_Session.md#session)\> A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L29) +[src/managers/session.ts:29](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L29) ___ ### history -▸ **history**(`sessionId`, `«destructured»?`): `Promise`\<[`ChatMLMessage`](../modules/api.md#chatmlmessage)[]\> +▸ **history**(`sessionId`, `«destructured»?`): `Promise`\<[`ChatMLMessage`](../modules/api_models_ChatMLMessage.md#chatmlmessage)[]\> #### Parameters @@ -199,17 +199,17 @@ ___ #### Returns -`Promise`\<[`ChatMLMessage`](../modules/api.md#chatmlmessage)[]\> +`Promise`\<[`ChatMLMessage`](../modules/api_models_ChatMLMessage.md#chatmlmessage)[]\> #### Defined in -[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L173) +[src/managers/session.ts:173](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L173) ___ ### list -▸ **list**(`«destructured»?`): `Promise`\<[`Session`](../modules/api.md#session)[]\> +▸ **list**(`«destructured»?`): `Promise`\<[`Session`](../modules/api_models_Session.md#session)[]\> #### Parameters @@ -222,17 +222,17 @@ ___ #### Returns -`Promise`\<[`Session`](../modules/api.md#session)[]\> +`Promise`\<[`Session`](../modules/api_models_Session.md#session)[]\> #### Defined in -[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L63) +[src/managers/session.ts:63](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L63) ___ ### suggestions -▸ **suggestions**(`sessionId`, `«destructured»?`): `Promise`\<[`Suggestion`](../modules/api.md#suggestion)[]\> +▸ **suggestions**(`sessionId`, `«destructured»?`): `Promise`\<[`Suggestion`](../modules/api_models_Suggestion.md#suggestion)[]\> #### Parameters @@ -245,17 +245,17 @@ ___ #### Returns -`Promise`\<[`Suggestion`](../modules/api.md#suggestion)[]\> +`Promise`\<[`Suggestion`](../modules/api_models_Suggestion.md#suggestion)[]\> #### Defined in -[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L158) +[src/managers/session.ts:158](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L158) ___ ### update -▸ **update**(`sessionId`, `«destructured»`, `overwrite?`): `Promise`\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +▸ **update**(`sessionId`, `«destructured»`, `overwrite?`): `Promise`\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> #### Parameters @@ -269,8 +269,8 @@ ___ #### Returns -`Promise`\<[`ResourceUpdatedResponse`](../modules/api.md#resourceupdatedresponse)\> +`Promise`\<[`ResourceUpdatedResponse`](../modules/api_models_ResourceUpdatedResponse.md#resourceupdatedresponse)\> #### Defined in -[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L89) +[src/managers/session.ts:89](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L89) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 2207952e0..334f6c50c 100644 --- a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md +++ b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/tool](../modules/managers_tool.md) / ToolsManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/tool](../modules/managers_tool.md) / ToolsManager # Class: ToolsManager @@ -54,7 +54,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -70,13 +70,13 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Methods ### create -▸ **create**(`«destructured»`): `Promise`\<[`Tool`](../modules/api.md#tool)\> +▸ **create**(`«destructured»`): `Promise`\<[`Tool`](../modules/api_models_Tool.md#tool)\> #### Parameters @@ -85,16 +85,16 @@ The JulepApiClient instance used for API interactions. | `«destructured»` | `Object` | | › `agentId` | `string` | | › `tool` | `Object` | -| › `tool.function` | [`FunctionDef`](../modules/api.md#functiondef) | +| › `tool.function` | [`FunctionDef`](../modules/api_models_FunctionDef.md#functiondef) | | › `tool.type` | ``"function"`` \| ``"webhook"`` | #### Returns -`Promise`\<[`Tool`](../modules/api.md#tool)\> +`Promise`\<[`Tool`](../modules/api_models_Tool.md#tool)\> #### Defined in -[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/tool.ts#L32) ___ @@ -116,13 +116,13 @@ ___ #### Defined in -[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/tool.ts#L86) ___ ### list -▸ **list**(`agentId`, `«destructured»?`): `Promise`\<[`Tool`](../modules/api.md#tool)[]\> +▸ **list**(`agentId`, `«destructured»?`): `Promise`\<[`Tool`](../modules/api_models_Tool.md#tool)[]\> #### Parameters @@ -135,17 +135,17 @@ ___ #### Returns -`Promise`\<[`Tool`](../modules/api.md#tool)[]\> +`Promise`\<[`Tool`](../modules/api_models_Tool.md#tool)[]\> #### Defined in -[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/tool.ts#L12) ___ ### update -▸ **update**(`«destructured»`, `overwrite?`): `Promise`\<[`Tool`](../modules/api.md#tool)\> +▸ **update**(`«destructured»`, `overwrite?`): `Promise`\<[`Tool`](../modules/api_models_Tool.md#tool)\> #### Parameters @@ -153,14 +153,14 @@ ___ | :------ | :------ | :------ | | `«destructured»` | `Object` | `undefined` | | › `agentId` | `string` | `undefined` | -| › `tool` | [`UpdateToolRequest`](../modules/api.md#updatetoolrequest) | `undefined` | +| › `tool` | [`UpdateToolRequest`](../modules/api_models_UpdateToolRequest.md#updatetoolrequest) | `undefined` | | › `toolId` | `string` | `undefined` | | `overwrite` | `boolean` | `false` | #### Returns -`Promise`\<[`Tool`](../modules/api.md#tool)\> +`Promise`\<[`Tool`](../modules/api_models_Tool.md#tool)\> #### Defined in -[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/tool.ts#L54) diff --git a/docs/js-sdk-docs/classes/managers_user.UsersManager.md b/docs/js-sdk-docs/classes/managers_user.UsersManager.md index ebe5d8b2d..222b33b00 100644 --- a/docs/js-sdk-docs/classes/managers_user.UsersManager.md +++ b/docs/js-sdk-docs/classes/managers_user.UsersManager.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/user](../modules/managers_user.md) / UsersManager +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/user](../modules/managers_user.md) / UsersManager # Class: UsersManager @@ -55,7 +55,7 @@ Constructs a new instance of BaseManager. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Properties @@ -71,27 +71,27 @@ The JulepApiClient instance used for API interactions. #### Defined in -[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/base.ts#L12) ## Methods ### create -▸ **create**(`«destructured»?`): `Promise`\<[`User`](../modules/api.md#user)\> +▸ **create**(`«destructured»?`): `Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Parameters | Name | Type | | :------ | :------ | -| `«destructured»` | [`CreateUserRequest`](../modules/api.md#createuserrequest) | +| `«destructured»` | [`CreateUserRequest`](../modules/api_models_CreateUserRequest.md#createuserrequest) | #### Returns -`Promise`\<[`User`](../modules/api.md#user)\> +`Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Defined in -[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/user.ts#L27) ___ @@ -111,13 +111,13 @@ ___ #### Defined in -[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/user.ts#L63) ___ ### get -▸ **get**(`userId`): `Promise`\<[`User`](../modules/api.md#user)\> +▸ **get**(`userId`): `Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Parameters @@ -127,17 +127,17 @@ ___ #### Returns -`Promise`\<[`User`](../modules/api.md#user)\> +`Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Defined in -[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/user.ts#L15) ___ ### list -▸ **list**(`«destructured»?`): `Promise`\<[`User`](../modules/api.md#user)[]\> +▸ **list**(`«destructured»?`): `Promise`\<[`User`](../modules/api_models_User.md#user)[]\> #### Parameters @@ -150,48 +150,48 @@ ___ #### Returns -`Promise`\<[`User`](../modules/api.md#user)[]\> +`Promise`\<[`User`](../modules/api_models_User.md#user)[]\> #### Defined in -[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/user.ts#L44) ___ ### update -▸ **update**(`userId`, `request`, `overwrite`): `Promise`\<[`User`](../modules/api.md#user)\> +▸ **update**(`userId`, `request`, `overwrite`): `Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Parameters | Name | Type | | :------ | :------ | | `userId` | `string` | -| `request` | [`UpdateUserRequest`](../modules/api.md#updateuserrequest) | +| `request` | [`UpdateUserRequest`](../modules/api_models_UpdateUserRequest.md#updateuserrequest) | | `overwrite` | ``true`` | #### Returns -`Promise`\<[`User`](../modules/api.md#user)\> +`Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Defined in -[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/user.ts#L73) -▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api.md#user)\> +▸ **update**(`userId`, `request`, `overwrite?`): `Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Parameters | Name | Type | | :------ | :------ | | `userId` | `string` | -| `request` | [`PatchUserRequest`](../modules/api.md#patchuserrequest) | +| `request` | [`PatchUserRequest`](../modules/api_models_PatchUserRequest.md#patchuserrequest) | | `overwrite?` | ``false`` | #### Returns -`Promise`\<[`User`](../modules/api.md#user)\> +`Promise`\<[`User`](../modules/api_models_User.md#user)\> #### Defined in -[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/user.ts#L79) diff --git a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md index 6f6a2f0d7..84d0101df 100644 --- a/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md +++ b/docs/js-sdk-docs/classes/utils_requestConstructor.CustomHttpRequest.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [utils/requestConstructor](../modules/utils_requestConstructor.md) / CustomHttpRequest +[@julep/sdk](../README.md) / [Exports](../modules.md) / [utils/requestConstructor](../modules/utils_requestConstructor.md) / CustomHttpRequest # Class: CustomHttpRequest @@ -6,7 +6,7 @@ ## Hierarchy -- `AxiosHttpRequest` +- [`AxiosHttpRequest`](api_core_AxiosHttpRequest.AxiosHttpRequest.md) ↳ **`CustomHttpRequest`** @@ -34,7 +34,7 @@ | Name | Type | | :------ | :------ | -| `config` | [`OpenAPIConfig`](../modules/api.md#openapiconfig) | +| `config` | [`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig) | #### Returns @@ -42,31 +42,33 @@ #### Overrides -AxiosHttpRequest.constructor +[AxiosHttpRequest](api_core_AxiosHttpRequest.AxiosHttpRequest.md).[constructor](api_core_AxiosHttpRequest.AxiosHttpRequest.md#constructor) #### Defined in -[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/utils/requestConstructor.ts#L16) ## Properties ### config -• `Readonly` **config**: [`OpenAPIConfig`](../modules/api.md#openapiconfig) +• `Readonly` **config**: [`OpenAPIConfig`](../modules/api_core_OpenAPI.md#openapiconfig) #### Inherited from -AxiosHttpRequest.config +[AxiosHttpRequest](api_core_AxiosHttpRequest.AxiosHttpRequest.md).[config](api_core_AxiosHttpRequest.AxiosHttpRequest.md#config) #### Defined in -[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) ## Methods ### request -▸ **request**\<`T`\>(`options`): [`CancelablePromise`](api.CancelablePromise.md)\<`T`\> +▸ **request**\<`T`\>(`options`): [`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +Request method #### Type parameters @@ -76,18 +78,24 @@ AxiosHttpRequest.config #### Parameters -| Name | Type | -| :------ | :------ | -| `options` | `ApiRequestOptions` | +| Name | Type | Description | +| :------ | :------ | :------ | +| `options` | [`ApiRequestOptions`](../modules/api_core_ApiRequestOptions.md#apirequestoptions) | The request options from the service | #### Returns -[`CancelablePromise`](api.CancelablePromise.md)\<`T`\> +[`CancelablePromise`](api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +CancelablePromise + +**`Throws`** + +ApiError #### Overrides -AxiosHttpRequest.request +[AxiosHttpRequest](api_core_AxiosHttpRequest.AxiosHttpRequest.md).[request](api_core_AxiosHttpRequest.AxiosHttpRequest.md#request) #### Defined in -[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/utils/requestConstructor.ts#L21) diff --git a/docs/js-sdk-docs/interfaces/api_core_CancelablePromise.OnCancel.md b/docs/js-sdk-docs/interfaces/api_core_CancelablePromise.OnCancel.md new file mode 100644 index 000000000..179c3fbfc --- /dev/null +++ b/docs/js-sdk-docs/interfaces/api_core_CancelablePromise.OnCancel.md @@ -0,0 +1,63 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / [api/core/CancelablePromise](../modules/api_core_CancelablePromise.md) / OnCancel + +# Interface: OnCancel + +[api/core/CancelablePromise](../modules/api_core_CancelablePromise.md).OnCancel + +## Callable + +### OnCancel + +▸ **OnCancel**(`cancelHandler`): `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `cancelHandler` | () => `void` | + +#### Returns + +`void` + +#### Defined in + +[src/api/core/CancelablePromise.ts:21](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L21) + +## Table of contents + +### Properties + +- [isCancelled](api_core_CancelablePromise.OnCancel.md#iscancelled) +- [isRejected](api_core_CancelablePromise.OnCancel.md#isrejected) +- [isResolved](api_core_CancelablePromise.OnCancel.md#isresolved) + +## Properties + +### isCancelled + +• `Readonly` **isCancelled**: `boolean` + +#### Defined in + +[src/api/core/CancelablePromise.ts:19](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L19) + +___ + +### isRejected + +• `Readonly` **isRejected**: `boolean` + +#### Defined in + +[src/api/core/CancelablePromise.ts:18](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L18) + +___ + +### isResolved + +• `Readonly` **isResolved**: `boolean` + +#### Defined in + +[src/api/core/CancelablePromise.ts:17](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/CancelablePromise.ts#L17) diff --git a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md index df323916f..e5c1135b8 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / [managers/session](../modules/managers_session.md) / CreateSessionPayload +[@julep/sdk](../README.md) / [Exports](../modules.md) / [managers/session](../modules/managers_session.md) / CreateSessionPayload # Interface: CreateSessionPayload @@ -22,7 +22,7 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L17) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L19) +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L20) +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/managers/session.ts#L16) diff --git a/docs/js-sdk-docs/modules.md b/docs/js-sdk-docs/modules.md index ec445aa16..626acd7d0 100644 --- a/docs/js-sdk-docs/modules.md +++ b/docs/js-sdk-docs/modules.md @@ -1,4 +1,4 @@ -[@julep/sdk](README.md) / Modules +[@julep/sdk](README.md) / Exports # @julep/sdk @@ -8,6 +8,114 @@ - [api](modules/api.md) - [api/JulepApiClient](modules/api_JulepApiClient.md) +- [api/core/ApiError](modules/api_core_ApiError.md) +- [api/core/ApiRequestOptions](modules/api_core_ApiRequestOptions.md) +- [api/core/ApiResult](modules/api_core_ApiResult.md) +- [api/core/AxiosHttpRequest](modules/api_core_AxiosHttpRequest.md) +- [api/core/BaseHttpRequest](modules/api_core_BaseHttpRequest.md) +- [api/core/CancelablePromise](modules/api_core_CancelablePromise.md) +- [api/core/OpenAPI](modules/api_core_OpenAPI.md) +- [api/core/request](modules/api_core_request.md) +- [api/models/Agent](modules/api_models_Agent.md) +- [api/models/AgentDefaultSettings](modules/api_models_AgentDefaultSettings.md) +- [api/models/ChatInput](modules/api_models_ChatInput.md) +- [api/models/ChatInputData](modules/api_models_ChatInputData.md) +- [api/models/ChatMLMessage](modules/api_models_ChatMLMessage.md) +- [api/models/ChatResponse](modules/api_models_ChatResponse.md) +- [api/models/ChatSettings](modules/api_models_ChatSettings.md) +- [api/models/CompletionUsage](modules/api_models_CompletionUsage.md) +- [api/models/CreateAgentRequest](modules/api_models_CreateAgentRequest.md) +- [api/models/CreateDoc](modules/api_models_CreateDoc.md) +- [api/models/CreateSessionRequest](modules/api_models_CreateSessionRequest.md) +- [api/models/CreateToolRequest](modules/api_models_CreateToolRequest.md) +- [api/models/CreateUserRequest](modules/api_models_CreateUserRequest.md) +- [api/models/Doc](modules/api_models_Doc.md) +- [api/models/DocIds](modules/api_models_DocIds.md) +- [api/models/FunctionCallOption](modules/api_models_FunctionCallOption.md) +- [api/models/FunctionDef](modules/api_models_FunctionDef.md) +- [api/models/FunctionParameters](modules/api_models_FunctionParameters.md) +- [api/models/InputChatMLMessage](modules/api_models_InputChatMLMessage.md) +- [api/models/JobStatus](modules/api_models_JobStatus.md) +- [api/models/Memory](modules/api_models_Memory.md) +- [api/models/MemoryAccessOptions](modules/api_models_MemoryAccessOptions.md) +- [api/models/NamedToolChoice](modules/api_models_NamedToolChoice.md) +- [api/models/PartialFunctionDef](modules/api_models_PartialFunctionDef.md) +- [api/models/PatchAgentRequest](modules/api_models_PatchAgentRequest.md) +- [api/models/PatchSessionRequest](modules/api_models_PatchSessionRequest.md) +- [api/models/PatchToolRequest](modules/api_models_PatchToolRequest.md) +- [api/models/PatchUserRequest](modules/api_models_PatchUserRequest.md) +- [api/models/ResourceCreatedResponse](modules/api_models_ResourceCreatedResponse.md) +- [api/models/ResourceDeletedResponse](modules/api_models_ResourceDeletedResponse.md) +- [api/models/ResourceUpdatedResponse](modules/api_models_ResourceUpdatedResponse.md) +- [api/models/Session](modules/api_models_Session.md) +- [api/models/Suggestion](modules/api_models_Suggestion.md) +- [api/models/Tool](modules/api_models_Tool.md) +- [api/models/ToolChoiceOption](modules/api_models_ToolChoiceOption.md) +- [api/models/UpdateAgentRequest](modules/api_models_UpdateAgentRequest.md) +- [api/models/UpdateSessionRequest](modules/api_models_UpdateSessionRequest.md) +- [api/models/UpdateToolRequest](modules/api_models_UpdateToolRequest.md) +- [api/models/UpdateUserRequest](modules/api_models_UpdateUserRequest.md) +- [api/models/User](modules/api_models_User.md) +- [api/models/agent\_id](modules/api_models_agent_id.md) +- [api/models/doc\_id](modules/api_models_doc_id.md) +- [api/models/job\_id](modules/api_models_job_id.md) +- [api/models/memory\_id](modules/api_models_memory_id.md) +- [api/models/message\_id](modules/api_models_message_id.md) +- [api/models/session\_id](modules/api_models_session_id.md) +- [api/models/tool\_id](modules/api_models_tool_id.md) +- [api/models/user\_id](modules/api_models_user_id.md) +- [api/schemas/$Agent](modules/api_schemas__Agent.md) +- [api/schemas/$AgentDefaultSettings](modules/api_schemas__AgentDefaultSettings.md) +- [api/schemas/$ChatInput](modules/api_schemas__ChatInput.md) +- [api/schemas/$ChatInputData](modules/api_schemas__ChatInputData.md) +- [api/schemas/$ChatMLMessage](modules/api_schemas__ChatMLMessage.md) +- [api/schemas/$ChatResponse](modules/api_schemas__ChatResponse.md) +- [api/schemas/$ChatSettings](modules/api_schemas__ChatSettings.md) +- [api/schemas/$CompletionUsage](modules/api_schemas__CompletionUsage.md) +- [api/schemas/$CreateAgentRequest](modules/api_schemas__CreateAgentRequest.md) +- [api/schemas/$CreateDoc](modules/api_schemas__CreateDoc.md) +- [api/schemas/$CreateSessionRequest](modules/api_schemas__CreateSessionRequest.md) +- [api/schemas/$CreateToolRequest](modules/api_schemas__CreateToolRequest.md) +- [api/schemas/$CreateUserRequest](modules/api_schemas__CreateUserRequest.md) +- [api/schemas/$Doc](modules/api_schemas__Doc.md) +- [api/schemas/$DocIds](modules/api_schemas__DocIds.md) +- [api/schemas/$FunctionCallOption](modules/api_schemas__FunctionCallOption.md) +- [api/schemas/$FunctionDef](modules/api_schemas__FunctionDef.md) +- [api/schemas/$FunctionParameters](modules/api_schemas__FunctionParameters.md) +- [api/schemas/$InputChatMLMessage](modules/api_schemas__InputChatMLMessage.md) +- [api/schemas/$JobStatus](modules/api_schemas__JobStatus.md) +- [api/schemas/$Memory](modules/api_schemas__Memory.md) +- [api/schemas/$MemoryAccessOptions](modules/api_schemas__MemoryAccessOptions.md) +- [api/schemas/$NamedToolChoice](modules/api_schemas__NamedToolChoice.md) +- [api/schemas/$PartialFunctionDef](modules/api_schemas__PartialFunctionDef.md) +- [api/schemas/$PatchAgentRequest](modules/api_schemas__PatchAgentRequest.md) +- [api/schemas/$PatchSessionRequest](modules/api_schemas__PatchSessionRequest.md) +- [api/schemas/$PatchToolRequest](modules/api_schemas__PatchToolRequest.md) +- [api/schemas/$PatchUserRequest](modules/api_schemas__PatchUserRequest.md) +- [api/schemas/$ResourceCreatedResponse](modules/api_schemas__ResourceCreatedResponse.md) +- [api/schemas/$ResourceDeletedResponse](modules/api_schemas__ResourceDeletedResponse.md) +- [api/schemas/$ResourceUpdatedResponse](modules/api_schemas__ResourceUpdatedResponse.md) +- [api/schemas/$Session](modules/api_schemas__Session.md) +- [api/schemas/$Suggestion](modules/api_schemas__Suggestion.md) +- [api/schemas/$Tool](modules/api_schemas__Tool.md) +- [api/schemas/$ToolChoiceOption](modules/api_schemas__ToolChoiceOption.md) +- [api/schemas/$UpdateAgentRequest](modules/api_schemas__UpdateAgentRequest.md) +- [api/schemas/$UpdateSessionRequest](modules/api_schemas__UpdateSessionRequest.md) +- [api/schemas/$UpdateToolRequest](modules/api_schemas__UpdateToolRequest.md) +- [api/schemas/$UpdateUserRequest](modules/api_schemas__UpdateUserRequest.md) +- [api/schemas/$User](modules/api_schemas__User.md) +- [api/schemas/$agent\_id](modules/api_schemas__agent_id.md) +- [api/schemas/$doc\_id](modules/api_schemas__doc_id.md) +- [api/schemas/$job\_id](modules/api_schemas__job_id.md) +- [api/schemas/$memory\_id](modules/api_schemas__memory_id.md) +- [api/schemas/$message\_id](modules/api_schemas__message_id.md) +- [api/schemas/$session\_id](modules/api_schemas__session_id.md) +- [api/schemas/$tool\_id](modules/api_schemas__tool_id.md) +- [api/schemas/$user\_id](modules/api_schemas__user_id.md) +- [api/services/DefaultService](modules/api_services_DefaultService.md) +- [client](modules/client.md) +- [env](modules/env.md) +- [index](modules/index.md) - [managers/agent](modules/managers_agent.md) - [managers/base](modules/managers_base.md) - [managers/doc](modules/managers_doc.md) diff --git a/docs/js-sdk-docs/modules/api.md b/docs/js-sdk-docs/modules/api.md index c1ccc945f..3cbc8893b 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / api +[@julep/sdk](../README.md) / [Exports](../modules.md) / api # Module: api @@ -6,69 +6,6 @@ ### References -- [JulepApiClient](api.md#julepapiclient) - -### Classes - -- [ApiError](../classes/api.ApiError.md) -- [BaseHttpRequest](../classes/api.BaseHttpRequest.md) -- [CancelError](../classes/api.CancelError.md) -- [CancelablePromise](../classes/api.CancelablePromise.md) -- [DefaultService](../classes/api.DefaultService.md) - -### Type Aliases - -- [Agent](api.md#agent) -- [AgentDefaultSettings](api.md#agentdefaultsettings) -- [ChatInput](api.md#chatinput) -- [ChatInputData](api.md#chatinputdata) -- [ChatMLMessage](api.md#chatmlmessage) -- [ChatResponse](api.md#chatresponse) -- [ChatSettings](api.md#chatsettings) -- [CompletionUsage](api.md#completionusage) -- [CreateAgentRequest](api.md#createagentrequest) -- [CreateDoc](api.md#createdoc) -- [CreateSessionRequest](api.md#createsessionrequest) -- [CreateToolRequest](api.md#createtoolrequest) -- [CreateUserRequest](api.md#createuserrequest) -- [Doc](api.md#doc) -- [FunctionCallOption](api.md#functioncalloption) -- [FunctionDef](api.md#functiondef) -- [FunctionParameters](api.md#functionparameters) -- [InputChatMLMessage](api.md#inputchatmlmessage) -- [JobStatus](api.md#jobstatus) -- [Memory](api.md#memory) -- [MemoryAccessOptions](api.md#memoryaccessoptions) -- [NamedToolChoice](api.md#namedtoolchoice) -- [OpenAPIConfig](api.md#openapiconfig) -- [PartialFunctionDef](api.md#partialfunctiondef) -- [PatchAgentRequest](api.md#patchagentrequest) -- [PatchSessionRequest](api.md#patchsessionrequest) -- [PatchToolRequest](api.md#patchtoolrequest) -- [PatchUserRequest](api.md#patchuserrequest) -- [ResourceCreatedResponse](api.md#resourcecreatedresponse) -- [ResourceDeletedResponse](api.md#resourcedeletedresponse) -- [ResourceUpdatedResponse](api.md#resourceupdatedresponse) -- [Session](api.md#session) -- [Suggestion](api.md#suggestion) -- [Tool](api.md#tool) -- [ToolChoiceOption](api.md#toolchoiceoption) -- [UpdateAgentRequest](api.md#updateagentrequest) -- [UpdateSessionRequest](api.md#updatesessionrequest) -- [UpdateToolRequest](api.md#updatetoolrequest) -- [UpdateUserRequest](api.md#updateuserrequest) -- [User](api.md#user) -- [agent\_id](api.md#agent_id) -- [doc\_id](api.md#doc_id) -- [job\_id](api.md#job_id) -- [memory\_id](api.md#memory_id) -- [message\_id](api.md#message_id) -- [session\_id](api.md#session_id) -- [tool\_id](api.md#tool_id) -- [user\_id](api.md#user_id) - -### Variables - - [$Agent](api.md#$agent) - [$AgentDefaultSettings](api.md#$agentdefaultsettings) - [$ChatInput](api.md#$chatinput) @@ -83,6 +20,7 @@ - [$CreateToolRequest](api.md#$createtoolrequest) - [$CreateUserRequest](api.md#$createuserrequest) - [$Doc](api.md#$doc) +- [$DocIds](api.md#$docids) - [$FunctionCallOption](api.md#$functioncalloption) - [$FunctionDef](api.md#$functiondef) - [$FunctionParameters](api.md#$functionparameters) @@ -116,2331 +54,683 @@ - [$session\_id](api.md#$session_id) - [$tool\_id](api.md#$tool_id) - [$user\_id](api.md#$user_id) +- [Agent](api.md#agent) +- [AgentDefaultSettings](api.md#agentdefaultsettings) +- [ApiError](api.md#apierror) +- [BaseHttpRequest](api.md#basehttprequest) +- [CancelError](api.md#cancelerror) +- [CancelablePromise](api.md#cancelablepromise) +- [ChatInput](api.md#chatinput) +- [ChatInputData](api.md#chatinputdata) +- [ChatMLMessage](api.md#chatmlmessage) +- [ChatResponse](api.md#chatresponse) +- [ChatSettings](api.md#chatsettings) +- [CompletionUsage](api.md#completionusage) +- [CreateAgentRequest](api.md#createagentrequest) +- [CreateDoc](api.md#createdoc) +- [CreateSessionRequest](api.md#createsessionrequest) +- [CreateToolRequest](api.md#createtoolrequest) +- [CreateUserRequest](api.md#createuserrequest) +- [DefaultService](api.md#defaultservice) +- [Doc](api.md#doc) +- [DocIds](api.md#docids) +- [FunctionCallOption](api.md#functioncalloption) +- [FunctionDef](api.md#functiondef) +- [FunctionParameters](api.md#functionparameters) +- [InputChatMLMessage](api.md#inputchatmlmessage) +- [JobStatus](api.md#jobstatus) +- [JulepApiClient](api.md#julepapiclient) +- [Memory](api.md#memory) +- [MemoryAccessOptions](api.md#memoryaccessoptions) +- [NamedToolChoice](api.md#namedtoolchoice) - [OpenAPI](api.md#openapi) +- [OpenAPIConfig](api.md#openapiconfig) +- [PartialFunctionDef](api.md#partialfunctiondef) +- [PatchAgentRequest](api.md#patchagentrequest) +- [PatchSessionRequest](api.md#patchsessionrequest) +- [PatchToolRequest](api.md#patchtoolrequest) +- [PatchUserRequest](api.md#patchuserrequest) +- [ResourceCreatedResponse](api.md#resourcecreatedresponse) +- [ResourceDeletedResponse](api.md#resourcedeletedresponse) +- [ResourceUpdatedResponse](api.md#resourceupdatedresponse) +- [Session](api.md#session) +- [Suggestion](api.md#suggestion) +- [Tool](api.md#tool) +- [ToolChoiceOption](api.md#toolchoiceoption) +- [UpdateAgentRequest](api.md#updateagentrequest) +- [UpdateSessionRequest](api.md#updatesessionrequest) +- [UpdateToolRequest](api.md#updatetoolrequest) +- [UpdateUserRequest](api.md#updateuserrequest) +- [User](api.md#user) +- [agent\_id](api.md#agent_id) +- [doc\_id](api.md#doc_id) +- [job\_id](api.md#job_id) +- [memory\_id](api.md#memory_id) +- [message\_id](api.md#message_id) +- [session\_id](api.md#session_id) +- [tool\_id](api.md#tool_id) +- [user\_id](api.md#user_id) -## References - -### JulepApiClient - -Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) - -## Type Aliases - -### Agent - -Ƭ **Agent**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `about?` | `string` | About the agent | -| `created_at?` | `string` | Agent created at (RFC-3339 format) | -| `default_settings?` | [`AgentDefaultSettings`](api.md#agentdefaultsettings) | Default settings for all sessions created by this agent | -| `id` | `string` | Agent id (UUID) | -| `instructions?` | `string` \| `string`[] | Instructions for the agent | -| `metadata?` | `any` | Optional metadata | -| `model` | `string` | The model to use with this agent | -| `name` | `string` | Name of the agent | -| `updated_at?` | `string` | Agent updated at (RFC-3339 format) | - -#### Defined in - -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Agent.ts#L6) - -___ - -### AgentDefaultSettings - -Ƭ **AgentDefaultSettings**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `frequency_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | -| `length_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. | -| `min_p?` | `number` | Minimum probability compared to leading token to be considered | -| `presence_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | -| `preset?` | ``"problem_solving"`` \| ``"conversational"`` \| ``"fun"`` \| ``"prose"`` \| ``"creative"`` \| ``"business"`` \| ``"deterministic"`` \| ``"code"`` \| ``"multilingual"`` | Generation preset name (one of: problem_solving, conversational, fun, prose, creative, business, deterministic, code, multilingual) | -| `repetition_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | -| `temperature?` | `number` \| ``null`` | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. | -| `top_p?` | `number` \| ``null`` | Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. | - -#### Defined in - -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) - -___ - -### ChatInput - -Ƭ **ChatInput**: [`ChatInputData`](api.md#chatinputdata) & [`ChatSettings`](api.md#chatsettings) & [`MemoryAccessOptions`](api.md#memoryaccessoptions) - -#### Defined in - -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatInput.ts#L8) - -___ - -### ChatInputData - -Ƭ **ChatInputData**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `messages` | [`InputChatMLMessage`](api.md#inputchatmlmessage)[] | A list of new input messages comprising the conversation so far. | -| `tool_choice?` | [`ToolChoiceOption`](api.md#toolchoiceoption) \| [`NamedToolChoice`](api.md#namedtoolchoice) \| ``null`` | Can be one of existing tools given to the agent earlier or the ones included in the request | -| `tools?` | [`Tool`](api.md#tool)[] \| ``null`` | (Advanced) List of tools that are provided in addition to agent's default set of tools. Functions of same name in agent set are overriden | - -#### Defined in - -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatInputData.ts#L9) - -___ - -### ChatMLMessage - -Ƭ **ChatMLMessage**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | ChatML content | -| `created_at` | `string` | Message created at (RFC-3339 format) | -| `id` | `string` | Message ID | -| `name?` | `string` | ChatML name | -| `role` | ``"user"`` \| ``"assistant"`` \| ``"system"`` \| ``"function_call"`` \| ``"function"`` | ChatML role (system\|assistant\|user\|function_call\|function) | - -#### Defined in - -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatMLMessage.ts#L5) - -___ - -### ChatResponse - -Ƭ **ChatResponse**: `Object` - -Represents a chat completion response returned by model, based on the provided input. - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `finish_reason` | ``"stop"`` \| ``"length"`` \| ``"tool_calls"`` \| ``"content_filter"`` \| ``"function_call"`` | The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence, `length` if the maximum number of tokens specified in the request was reached, `content_filter` if content was omitted due to a flag from our content filters, `tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function. | -| `id` | `string` | A unique identifier for the chat completion. | -| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | -| `response` | [`ChatMLMessage`](api.md#chatmlmessage)[][] | A list of chat completion messages produced as a response. | -| `usage` | [`CompletionUsage`](api.md#completionusage) | - | - -#### Defined in - -[src/api/models/ChatResponse.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatResponse.ts#L10) - -___ - -### ChatSettings - -Ƭ **ChatSettings**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `frequency_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | -| `length_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. | -| `logit_bias?` | `Record`\<`string`, `number`\> \| ``null`` | Modify the likelihood of specified tokens appearing in the completion. Accepts a JSON object that maps tokens (specified by their token ID in the tokenizer) to an associated bias value from -100 to 100. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token. | -| `max_tokens?` | `number` \| ``null`` | The maximum number of tokens to generate in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. | -| `min_p?` | `number` | Minimum probability compared to leading token to be considered | -| `presence_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | -| `preset?` | ``"problem_solving"`` \| ``"conversational"`` \| ``"fun"`` \| ``"prose"`` \| ``"creative"`` \| ``"business"`` \| ``"deterministic"`` \| ``"code"`` \| ``"multilingual"`` | Generation preset name (problem_solving\|conversational\|fun\|prose\|creative\|business\|deterministic\|code\|multilingual) | -| `repetition_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | -| `response_format?` | \{ `pattern?`: `string` ; `schema?`: `any` ; `type?`: ``"text"`` \| ``"json_object"`` \| ``"regex"`` } | An object specifying the format that the model must output. Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the message the model generates is valid JSON. **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly "stuck" request. Also note that the message content may be partially cut off if `finish_reason="length"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length. | -| `response_format.pattern?` | `string` | Regular expression pattern to use if `type` is `"regex"` | -| `response_format.schema?` | `any` | JSON Schema to use if `type` is `"json_object"` | -| `response_format.type?` | ``"text"`` \| ``"json_object"`` \| ``"regex"`` | Must be one of `"text"`, `"regex"` or `"json_object"`. | -| `seed?` | `number` \| ``null`` | This feature is in Beta. If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result. Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend. | -| `stop?` | `string` \| ``null`` \| `string`[] | Up to 4 sequences where the API will stop generating further tokens. | -| `stream?` | `boolean` \| ``null`` | If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions). | -| `temperature?` | `number` \| ``null`` | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. | -| `top_p?` | `number` \| ``null`` | Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. | - -#### Defined in - -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ChatSettings.ts#L5) - -___ - -### CompletionUsage - -Ƭ **CompletionUsage**: `Object` - -Usage statistics for the completion request. - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `completion_tokens` | `number` | Number of tokens in the generated completion. | -| `prompt_tokens` | `number` | Number of tokens in the prompt. | -| `total_tokens` | `number` | Total number of tokens used in the request (prompt + completion). | - -#### Defined in - -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CompletionUsage.ts#L8) - -___ - -### CreateAgentRequest - -Ƭ **CreateAgentRequest**: `Object` - -A valid request payload for creating an agent - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `about?` | `string` | About the agent | -| `default_settings?` | [`AgentDefaultSettings`](api.md#agentdefaultsettings) | Default model settings to start every session with | -| `docs?` | [`CreateDoc`](api.md#createdoc)[] | List of docs about agent | -| `instructions?` | `string` \| `string`[] | Instructions for the agent | -| `metadata?` | `any` | (Optional) metadata | -| `model?` | `string` | Name of the model that the agent is supposed to use | -| `name` | `string` | Name of the agent | -| `tools?` | [`CreateToolRequest`](api.md#createtoolrequest)[] | A list of tools the model may call. Currently, only `function`s are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. | - -#### Defined in - -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) - -___ - -### CreateDoc - -Ƭ **CreateDoc**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | Information content | -| `metadata?` | `any` | Optional metadata | -| `title` | `string` | Title describing what this bit of information contains | - -#### Defined in - -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateDoc.ts#L5) - -___ - -### CreateSessionRequest - -Ƭ **CreateSessionRequest**: `Object` - -A valid request payload for creating a session - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `agent_id` | `string` | Agent ID of agent to associate with this session | -| `metadata?` | `any` | Optional metadata | -| `render_templates?` | `boolean` | Render system and assistant message content as jinja templates | -| `situation?` | `string` | A specific situation that sets the background for this session | -| `user_id?` | `string` | (Optional) User ID of user to associate with this session | - -#### Defined in - -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) - -___ - -### CreateToolRequest - -Ƭ **CreateToolRequest**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `function` | [`FunctionDef`](api.md#functiondef) | Function definition and parameters | -| `type` | ``"function"`` \| ``"webhook"`` | Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) | - -#### Defined in - -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateToolRequest.ts#L6) - -___ - -### CreateUserRequest - -Ƭ **CreateUserRequest**: `Object` - -A valid request payload for creating a user - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `about?` | `string` | About the user | -| `docs?` | [`CreateDoc`](api.md#createdoc)[] | List of docs about user | -| `metadata?` | `any` | (Optional) metadata | -| `name?` | `string` | Name of the user | - -#### Defined in - -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/CreateUserRequest.ts#L9) - -___ - -### Doc - -Ƭ **Doc**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | Information content | -| `created_at` | `string` | Doc created at | -| `id` | `string` | ID of doc | -| `metadata?` | `any` | optional metadata | -| `title` | `string` | Title describing what this bit of information contains | - -#### Defined in - -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Doc.ts#L5) - -___ - -### FunctionCallOption - -Ƭ **FunctionCallOption**: `Object` - -Specifying a particular function via `{"name": "my_function"}` forces the model to call that function. - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `name` | `string` | The name of the function to call. | - -#### Defined in - -[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/FunctionCallOption.ts#L9) - -___ - -### FunctionDef - -Ƭ **FunctionDef**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `description?` | `string` | A description of what the function does, used by the model to choose when and how to call the function. | -| `name` | `string` | The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. | -| `parameters` | [`FunctionParameters`](api.md#functionparameters) | Parameters accepeted by this function | - -#### Defined in - -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/FunctionDef.ts#L6) - -___ - -### FunctionParameters - -Ƭ **FunctionParameters**: `Record`\<`string`, `any`\> - -The parameters the functions accepts, described as a JSON Schema object. - -#### Defined in - -[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/FunctionParameters.ts#L8) - -___ - -### InputChatMLMessage - -Ƭ **InputChatMLMessage**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | ChatML content | -| `continue?` | `boolean` | Whether to continue this message or return a new one | -| `name?` | `string` | ChatML name | -| `role` | ``"user"`` \| ``"assistant"`` \| ``"system"`` \| ``"function_call"`` \| ``"function"`` \| ``"auto"`` | ChatML role (system\|assistant\|user\|function_call\|function\|auto) | - -#### Defined in - -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) - -___ - -### JobStatus - -Ƭ **JobStatus**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `created_at` | `string` | Job created at (RFC-3339 format) | -| `has_progress?` | `boolean` | Whether this Job supports progress updates | -| `id` | `string` | Job id (UUID) | -| `name` | `string` | Name of the job | -| `progress?` | `number` | Progress percentage | -| `reason?` | `string` | Reason for current state | -| `state` | ``"pending"`` \| ``"in_progress"`` \| ``"retrying"`` \| ``"succeeded"`` \| ``"aborted"`` \| ``"failed"`` \| ``"unknown"`` | Current state (one of: pending, in_progress, retrying, succeeded, aborted, failed) | -| `updated_at?` | `string` | Job updated at (RFC-3339 format) | - -#### Defined in - -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/JobStatus.ts#L5) - -___ - -### Memory - -Ƭ **Memory**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `agent_id` | `string` | ID of the agent | -| `content` | `string` | Content of the memory | -| `created_at` | `string` | Memory created at (RFC-3339 format) | -| `entities` | `any`[] | List of entities mentioned in the memory | -| `id` | `string` | Memory id (UUID) | -| `last_accessed_at?` | `string` | Memory last accessed at (RFC-3339 format) | -| `sentiment?` | `number` | Sentiment (valence) of the memory on a scale of -1 to 1 | -| `timestamp?` | `string` | Memory happened at (RFC-3339 format) | -| `user_id` | `string` | ID of the user | - -#### Defined in - -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Memory.ts#L5) - -___ - -### MemoryAccessOptions - -Ƭ **MemoryAccessOptions**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `recall?` | `boolean` | Whether previous memories should be recalled or not | -| `record?` | `boolean` | Whether this interaction should be recorded in history or not | -| `remember?` | `boolean` | Whether this interaction should form memories or not | - -#### Defined in - -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) - -___ - -### NamedToolChoice - -Ƭ **NamedToolChoice**: `Object` - -Specifies a tool the model should use. Use to force the model to call a specific function. - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `function` | \{ `name`: `string` } | - | -| `function.name` | `string` | The name of the function to call. | -| `type` | ``"function"`` | The type of the tool. Currently, only `function` is supported. | - -#### Defined in - -[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/NamedToolChoice.ts#L8) - -___ - -### OpenAPIConfig - -Ƭ **OpenAPIConfig**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `BASE` | `string` | -| `CREDENTIALS` | ``"include"`` \| ``"omit"`` \| ``"same-origin"`` | -| `ENCODE_PATH?` | (`path`: `string`) => `string` | -| `HEADERS?` | `Headers` \| `Resolver`\<`Headers`\> | -| `PASSWORD?` | `string` \| `Resolver`\<`string`\> | -| `TOKEN?` | `string` \| `Resolver`\<`string`\> | -| `USERNAME?` | `string` \| `Resolver`\<`string`\> | -| `VERSION` | `string` | -| `WITH_CREDENTIALS` | `boolean` | - -#### Defined in - -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/OpenAPI.ts#L10) - -___ - -### PartialFunctionDef - -Ƭ **PartialFunctionDef**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `description?` | `string` | A description of what the function does, used by the model to choose when and how to call the function. | -| `name?` | `string` | The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. | -| `parameters?` | [`FunctionParameters`](api.md#functionparameters) | Parameters accepeted by this function | - -#### Defined in - -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) - -___ - -### PatchAgentRequest - -Ƭ **PatchAgentRequest**: `Object` - -A request for patching an agent - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `about?` | `string` | About the agent | -| `default_settings?` | [`AgentDefaultSettings`](api.md#agentdefaultsettings) | Default model settings to start every session with | -| `instructions?` | `string` \| `string`[] | Instructions for the agent | -| `metadata?` | `any` | Optional metadata | -| `model?` | `string` | Name of the model that the agent is supposed to use | -| `name?` | `string` | Name of the agent | - -#### Defined in - -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) - -___ - -### PatchSessionRequest - -Ƭ **PatchSessionRequest**: `Object` - -A request for patching a session - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `metadata?` | `any` | Optional metadata | -| `situation?` | `string` | Updated situation for this session | - -#### Defined in - -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) - -___ - -### PatchToolRequest - -Ƭ **PatchToolRequest**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `function` | [`PartialFunctionDef`](api.md#partialfunctiondef) | Function definition and parameters | - -#### Defined in - -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchToolRequest.ts#L6) - -___ - -### PatchUserRequest - -Ƭ **PatchUserRequest**: `Object` - -A request for patching a user - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `about?` | `string` | About the user | -| `metadata?` | `any` | Optional metadata | -| `name?` | `string` | Name of the user | - -#### Defined in - -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/PatchUserRequest.ts#L8) - -___ - -### ResourceCreatedResponse - -Ƭ **ResourceCreatedResponse**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `created_at` | `string` | - | -| `id` | `string` | - | -| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | - -#### Defined in - -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) - -___ - -### ResourceDeletedResponse - -Ƭ **ResourceDeletedResponse**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `deleted_at` | `string` | - | -| `id` | `string` | - | -| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | - -#### Defined in - -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) - -___ - -### ResourceUpdatedResponse - -Ƭ **ResourceUpdatedResponse**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | - | -| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | -| `updated_at` | `string` | - | - -#### Defined in - -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) - -___ - -### Session - -Ƭ **Session**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `agent_id` | `string` | Agent ID of agent associated with this session | -| `created_at?` | `string` | Session created at (RFC-3339 format) | -| `id` | `string` | Session id (UUID) | -| `metadata?` | `any` | Optional metadata | -| `render_templates?` | `boolean` | Render system and assistant message content as jinja templates | -| `situation?` | `string` | A specific situation that sets the background for this session | -| `summary?` | `string` | (null at the beginning) - generated automatically after every interaction | -| `updated_at?` | `string` | Session updated at (RFC-3339 format) | -| `user_id?` | `string` | User ID of user associated with this session | - -#### Defined in - -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Session.ts#L5) - -___ - -### Suggestion - -Ƭ **Suggestion**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | The content of the suggestion | -| `created_at?` | `string` | Suggestion created at (RFC-3339 format) | -| `message_id` | `string` | The message that produced it | -| `session_id` | `string` | Session this suggestion belongs to | -| `target` | ``"user"`` \| ``"agent"`` | Whether the suggestion is for the `agent` or a `user` | - -#### Defined in - -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Suggestion.ts#L5) - -___ - -### Tool - -Ƭ **Tool**: `Object` - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `function` | [`FunctionDef`](api.md#functiondef) | Function definition and parameters | -| `id` | `string` | Tool ID | -| `type` | ``"function"`` \| ``"webhook"`` | Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) | - -#### Defined in - -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/Tool.ts#L6) - -___ - -### ToolChoiceOption - -Ƭ **ToolChoiceOption**: ``"none"`` \| ``"auto"`` \| [`NamedToolChoice`](api.md#namedtoolchoice) - -Controls which (if any) function is called by the model. -`none` means the model will not call a function and instead generates a message. -`auto` means the model can pick between generating a message or calling a function. -Specifying a particular function via `{"type: "function", "function": {"name": "my_function"}}` forces the model to call that function. - -`none` is the default when no functions are present. `auto` is the default if functions are present. - -#### Defined in - -[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) - -___ - -### UpdateAgentRequest - -Ƭ **UpdateAgentRequest**: `Object` - -A valid request payload for updating an agent - -#### Type declaration - -| Name | Type | Description | -| :------ | :------ | :------ | -| `about` | `string` | About the agent | -| `default_settings?` | [`AgentDefaultSettings`](api.md#agentdefaultsettings) | Default model settings to start every session with | -| `instructions?` | `string` \| `string`[] | Instructions for the agent | -| `metadata?` | `any` | Optional metadata | -| `model?` | `string` | Name of the model that the agent is supposed to use | -| `name` | `string` | Name of the agent | - -#### Defined in - -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) - -___ - -### UpdateSessionRequest - -Ƭ **UpdateSessionRequest**: `Object` +## References -A valid request payload for updating a session +### $Agent -#### Type declaration +Re-exports [$Agent](api_schemas__Agent.md#$agent) -| Name | Type | Description | -| :------ | :------ | :------ | -| `metadata?` | `any` | Optional metadata | -| `situation` | `string` | Updated situation for this session | +___ -#### Defined in +### $AgentDefaultSettings -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +Re-exports [$AgentDefaultSettings](api_schemas__AgentDefaultSettings.md#$agentdefaultsettings) ___ -### UpdateToolRequest - -Ƭ **UpdateToolRequest**: `Object` +### $ChatInput -#### Type declaration +Re-exports [$ChatInput](api_schemas__ChatInput.md#$chatinput) -| Name | Type | Description | -| :------ | :------ | :------ | -| `function` | [`FunctionDef`](api.md#functiondef) | Function definition and parameters | +___ -#### Defined in +### $ChatInputData -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +Re-exports [$ChatInputData](api_schemas__ChatInputData.md#$chatinputdata) ___ -### UpdateUserRequest - -Ƭ **UpdateUserRequest**: `Object` - -A valid request payload for updating a user +### $ChatMLMessage -#### Type declaration +Re-exports [$ChatMLMessage](api_schemas__ChatMLMessage.md#$chatmlmessage) -| Name | Type | Description | -| :------ | :------ | :------ | -| `about` | `string` | About the user | -| `metadata?` | `any` | Optional metadata | -| `name` | `string` | Name of the user | +___ -#### Defined in +### $ChatResponse -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +Re-exports [$ChatResponse](api_schemas__ChatResponse.md#$chatresponse) ___ -### User - -Ƭ **User**: `Object` +### $ChatSettings -#### Type declaration +Re-exports [$ChatSettings](api_schemas__ChatSettings.md#$chatsettings) -| Name | Type | Description | -| :------ | :------ | :------ | -| `about?` | `string` | About the user | -| `created_at?` | `string` | User created at (RFC-3339 format) | -| `id` | `string` | User id (UUID) | -| `metadata?` | `any` | (Optional) metadata | -| `name?` | `string` | Name of the user | -| `updated_at?` | `string` | User updated at (RFC-3339 format) | +___ -#### Defined in +### $CompletionUsage -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/User.ts#L5) +Re-exports [$CompletionUsage](api_schemas__CompletionUsage.md#$completionusage) ___ -### agent\_id - -Ƭ **agent\_id**: `string` - -#### Defined in +### $CreateAgentRequest -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/agent_id.ts#L5) +Re-exports [$CreateAgentRequest](api_schemas__CreateAgentRequest.md#$createagentrequest) ___ -### doc\_id - -Ƭ **doc\_id**: `string` - -#### Defined in +### $CreateDoc -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/doc_id.ts#L5) +Re-exports [$CreateDoc](api_schemas__CreateDoc.md#$createdoc) ___ -### job\_id - -Ƭ **job\_id**: `string` - -#### Defined in +### $CreateSessionRequest -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/job_id.ts#L5) +Re-exports [$CreateSessionRequest](api_schemas__CreateSessionRequest.md#$createsessionrequest) ___ -### memory\_id - -Ƭ **memory\_id**: `string` - -#### Defined in +### $CreateToolRequest -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/memory_id.ts#L5) +Re-exports [$CreateToolRequest](api_schemas__CreateToolRequest.md#$createtoolrequest) ___ -### message\_id +### $CreateUserRequest + +Re-exports [$CreateUserRequest](api_schemas__CreateUserRequest.md#$createuserrequest) -Ƭ **message\_id**: `string` +___ -#### Defined in +### $Doc -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/message_id.ts#L5) +Re-exports [$Doc](api_schemas__Doc.md#$doc) ___ -### session\_id +### $DocIds + +Re-exports [$DocIds](api_schemas__DocIds.md#$docids) -Ƭ **session\_id**: `string` +___ -#### Defined in +### $FunctionCallOption -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/session_id.ts#L5) +Re-exports [$FunctionCallOption](api_schemas__FunctionCallOption.md#$functioncalloption) ___ -### tool\_id +### $FunctionDef -Ƭ **tool\_id**: `string` +Re-exports [$FunctionDef](api_schemas__FunctionDef.md#$functiondef) -#### Defined in +___ + +### $FunctionParameters -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/tool_id.ts#L5) +Re-exports [$FunctionParameters](api_schemas__FunctionParameters.md#$functionparameters) ___ -### user\_id +### $InputChatMLMessage -Ƭ **user\_id**: `string` +Re-exports [$InputChatMLMessage](api_schemas__InputChatMLMessage.md#$inputchatmlmessage) -#### Defined in +___ -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/models/user_id.ts#L5) +### $JobStatus -## Variables +Re-exports [$JobStatus](api_schemas__JobStatus.md#$jobstatus) -### $Agent +___ + +### $Memory -• `Const` **$Agent**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Agent created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default settings for all sessions created by this agent"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `id`: \{ `description`: ``"Agent id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"The model to use with this agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `updated_at`: \{ `description`: ``"Agent updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the agent"`` | -| `properties.about.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"Agent created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Agent created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.default_settings` | \{ `description`: ``"Default settings for all sessions created by this agent"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | -| `properties.default_settings.description` | ``"Default settings for all sessions created by this agent"`` | -| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | -| `properties.id` | \{ `description`: ``"Agent id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"Agent id (UUID)"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | -| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | -| `properties.instructions.description` | ``"Instructions for the agent"`` | -| `properties.instructions.type` | ``"one-of"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.model` | \{ `description`: ``"The model to use with this agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.model.description` | ``"The model to use with this agent"`` | -| `properties.model.isRequired` | ``true`` | -| `properties.model.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the agent"`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | -| `properties.updated_at` | \{ `description`: ``"Agent updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.updated_at.description` | ``"Agent updated at (RFC-3339 format)"`` | -| `properties.updated_at.format` | ``"date-time"`` | -| `properties.updated_at.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Agent.ts#L5) +Re-exports [$Memory](api_schemas__Memory.md#$memory) ___ -### $AgentDefaultSettings +### $MemoryAccessOptions -• `Const` **$AgentDefaultSettings**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `frequency_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `minimum`: ``-2`` = -2; `type`: ``"number"`` = "number" } ; `length_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `min_p`: \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } ; `presence_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `preset`: \{ `type`: ``"Enum"`` = "Enum" } ; `repetition_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `temperature`: \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``3`` = 3; `type`: ``"number"`` = "number" } ; `top_p`: \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } } | -| `properties.frequency_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `minimum`: ``-2`` = -2; `type`: ``"number"`` = "number" } | -| `properties.frequency_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | -| `properties.frequency_penalty.isNullable` | ``true`` | -| `properties.frequency_penalty.maximum` | ``2`` | -| `properties.frequency_penalty.minimum` | ``-2`` | -| `properties.frequency_penalty.type` | ``"number"`` | -| `properties.length_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | -| `properties.length_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` | -| `properties.length_penalty.isNullable` | ``true`` | -| `properties.length_penalty.maximum` | ``2`` | -| `properties.length_penalty.type` | ``"number"`` | -| `properties.min_p` | \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | -| `properties.min_p.description` | ``"Minimum probability compared to leading token to be considered"`` | -| `properties.min_p.exclusiveMaximum` | ``true`` | -| `properties.min_p.maximum` | ``1`` | -| `properties.min_p.type` | ``"number"`` | -| `properties.presence_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | -| `properties.presence_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | -| `properties.presence_penalty.isNullable` | ``true`` | -| `properties.presence_penalty.maximum` | ``1`` | -| `properties.presence_penalty.minimum` | ``-1`` | -| `properties.presence_penalty.type` | ``"number"`` | -| `properties.preset` | \{ `type`: ``"Enum"`` = "Enum" } | -| `properties.preset.type` | ``"Enum"`` | -| `properties.repetition_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | -| `properties.repetition_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | -| `properties.repetition_penalty.isNullable` | ``true`` | -| `properties.repetition_penalty.maximum` | ``2`` | -| `properties.repetition_penalty.type` | ``"number"`` | -| `properties.temperature` | \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``3`` = 3; `type`: ``"number"`` = "number" } | -| `properties.temperature.description` | ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` | -| `properties.temperature.isNullable` | ``true`` | -| `properties.temperature.maximum` | ``3`` | -| `properties.temperature.type` | ``"number"`` | -| `properties.top_p` | \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | -| `properties.top_p.description` | ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` | -| `properties.top_p.isNullable` | ``true`` | -| `properties.top_p.maximum` | ``1`` | -| `properties.top_p.type` | ``"number"`` | - -#### Defined in - -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +Re-exports [$MemoryAccessOptions](api_schemas__MemoryAccessOptions.md#$memoryaccessoptions) ___ -### $ChatInput - -• `Const` **$ChatInput**: `Object` +### $NamedToolChoice -#### Type declaration +Re-exports [$NamedToolChoice](api_schemas__NamedToolChoice.md#$namedtoolchoice) -| Name | Type | -| :------ | :------ | -| `contains` | readonly [\{ `type`: ``"ChatInputData"`` = "ChatInputData" }, \{ `type`: ``"ChatSettings"`` = "ChatSettings" }, \{ `type`: ``"MemoryAccessOptions"`` = "MemoryAccessOptions" }] | -| `type` | ``"all-of"`` | +___ -#### Defined in +### $PartialFunctionDef -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +Re-exports [$PartialFunctionDef](api_schemas__PartialFunctionDef.md#$partialfunctiondef) ___ -### $ChatInputData - -• `Const` **$ChatInputData**: `Object` +### $PatchAgentRequest -#### Type declaration +Re-exports [$PatchAgentRequest](api_schemas__PatchAgentRequest.md#$patchagentrequest) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `messages`: \{ `contains`: \{ `type`: ``"InputChatMLMessage"`` = "InputChatMLMessage" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `tool_choice`: \{ `contains`: readonly [\{ `type`: ``"ToolChoiceOption"`` = "ToolChoiceOption" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] ; `description`: ``"Can be one of existing tools given to the agent earlier or the ones included in the request"`` ; `isNullable`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `tools`: \{ `contains`: \{ `type`: ``"Tool"`` = "Tool" } ; `isNullable`: ``true`` = true; `type`: ``"array"`` = "array" } } | -| `properties.messages` | \{ `contains`: \{ `type`: ``"InputChatMLMessage"`` = "InputChatMLMessage" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | -| `properties.messages.contains` | \{ `type`: ``"InputChatMLMessage"`` = "InputChatMLMessage" } | -| `properties.messages.contains.type` | ``"InputChatMLMessage"`` | -| `properties.messages.isRequired` | ``true`` | -| `properties.messages.type` | ``"array"`` | -| `properties.tool_choice` | \{ `contains`: readonly [\{ `type`: ``"ToolChoiceOption"`` = "ToolChoiceOption" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] ; `description`: ``"Can be one of existing tools given to the agent earlier or the ones included in the request"`` ; `isNullable`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | -| `properties.tool_choice.contains` | readonly [\{ `type`: ``"ToolChoiceOption"`` = "ToolChoiceOption" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] | -| `properties.tool_choice.description` | ``"Can be one of existing tools given to the agent earlier or the ones included in the request"`` | -| `properties.tool_choice.isNullable` | ``true`` | -| `properties.tool_choice.type` | ``"one-of"`` | -| `properties.tools` | \{ `contains`: \{ `type`: ``"Tool"`` = "Tool" } ; `isNullable`: ``true`` = true; `type`: ``"array"`` = "array" } | -| `properties.tools.contains` | \{ `type`: ``"Tool"`` = "Tool" } | -| `properties.tools.contains.type` | ``"Tool"`` | -| `properties.tools.isNullable` | ``true`` | -| `properties.tools.type` | ``"array"`` | +___ -#### Defined in +### $PatchSessionRequest -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +Re-exports [$PatchSessionRequest](api_schemas__PatchSessionRequest.md#$patchsessionrequest) ___ -### $ChatMLMessage - -• `Const` **$ChatMLMessage**: `Object` +### $PatchToolRequest -#### Type declaration +Re-exports [$PatchToolRequest](api_schemas__PatchToolRequest.md#$patchtoolrequest) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `content`: \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Message created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"Message ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } ; `role`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | -| `properties.content` | \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.content.description` | ``"ChatML content"`` | -| `properties.content.isRequired` | ``true`` | -| `properties.content.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"Message created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Message created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.isRequired` | ``true`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.id` | \{ `description`: ``"Message ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"Message ID"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"ChatML name"`` | -| `properties.name.type` | ``"string"`` | -| `properties.role` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.role.isRequired` | ``true`` | -| `properties.role.type` | ``"Enum"`` | +___ -#### Defined in +### $PatchUserRequest -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +Re-exports [$PatchUserRequest](api_schemas__PatchUserRequest.md#$patchuserrequest) ___ -### $ChatResponse +### $ResourceCreatedResponse -• `Const` **$ChatResponse**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `description` | ``"Represents a chat completion response returned by model, based on the provided input."`` | -| `properties` | \{ `finish_reason`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } ; `id`: \{ `description`: ``"A unique identifier for the chat completion."`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } ; `response`: \{ `contains`: \{ `contains`: \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } ; `type`: ``"array"`` = "array" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `usage`: \{ `isRequired`: ``true`` = true; `type`: ``"CompletionUsage"`` = "CompletionUsage" } } | -| `properties.finish_reason` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.finish_reason.isRequired` | ``true`` | -| `properties.finish_reason.type` | ``"Enum"`` | -| `properties.id` | \{ `description`: ``"A unique identifier for the chat completion."`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"A unique identifier for the chat completion."`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | -| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | -| `properties.jobs.contains.format` | ``"uuid"`` | -| `properties.jobs.contains.type` | ``"string"`` | -| `properties.jobs.type` | ``"array"`` | -| `properties.response` | \{ `contains`: \{ `contains`: \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } ; `type`: ``"array"`` = "array" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | -| `properties.response.contains` | \{ `contains`: \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } ; `type`: ``"array"`` = "array" } | -| `properties.response.contains.contains` | \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } | -| `properties.response.contains.contains.type` | ``"ChatMLMessage"`` | -| `properties.response.contains.type` | ``"array"`` | -| `properties.response.isRequired` | ``true`` | -| `properties.response.type` | ``"array"`` | -| `properties.usage` | \{ `isRequired`: ``true`` = true; `type`: ``"CompletionUsage"`` = "CompletionUsage" } | -| `properties.usage.isRequired` | ``true`` | -| `properties.usage.type` | ``"CompletionUsage"`` | - -#### Defined in - -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +Re-exports [$ResourceCreatedResponse](api_schemas__ResourceCreatedResponse.md#$resourcecreatedresponse) ___ -### $ChatSettings +### $ResourceDeletedResponse -• `Const` **$ChatSettings**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `frequency_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `length_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `logit_bias`: \{ `contains`: \{ `type`: ``"number"`` = "number" } ; `isNullable`: ``true`` = true; `type`: ``"dictionary"`` = "dictionary" } ; `max_tokens`: \{ `description`: ``"The maximum number of tokens to generate in the chat completion.\n The total length of input tokens and generated tokens is limited by the model's context length.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``16384`` = 16384; `minimum`: ``1`` = 1; `type`: ``"number"`` = "number" } ; `min_p`: \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } ; `presence_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `preset`: \{ `type`: ``"Enum"`` = "Enum" } ; `repetition_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `response_format`: \{ `description`: ``"An object specifying the format that the model must output.\n Setting to `{ \"type\": \"json_object\" }` enables JSON mode, which guarantees the message the model generates is valid JSON.\n **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly \"stuck\" request. Also note that the message content may be partially cut off if `finish_reason=\"length\"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length.\n "`` ; `properties`: \{ `pattern`: \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } ; `schema`: \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } ; `type`: \{ `type`: ``"Enum"`` = "Enum" } } } ; `seed`: \{ `description`: ``"This feature is in Beta.\n If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``9999`` = 9999; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `stop`: \{ `contains`: readonly [\{ `isNullable`: ``true`` = true; `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Up to 4 sequences where the API will stop generating further tokens.\n "`` ; `type`: ``"one-of"`` = "one-of" } ; `stream`: \{ `description`: ``"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).\n "`` ; `isNullable`: ``true`` = true; `type`: ``"boolean"`` = "boolean" } ; `temperature`: \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `top_p`: \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `exclusiveMinimum`: ``true`` = true; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } } | -| `properties.frequency_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | -| `properties.frequency_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | -| `properties.frequency_penalty.isNullable` | ``true`` | -| `properties.frequency_penalty.maximum` | ``1`` | -| `properties.frequency_penalty.minimum` | ``-1`` | -| `properties.frequency_penalty.type` | ``"number"`` | -| `properties.length_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | -| `properties.length_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` | -| `properties.length_penalty.isNullable` | ``true`` | -| `properties.length_penalty.maximum` | ``2`` | -| `properties.length_penalty.type` | ``"number"`` | -| `properties.logit_bias` | \{ `contains`: \{ `type`: ``"number"`` = "number" } ; `isNullable`: ``true`` = true; `type`: ``"dictionary"`` = "dictionary" } | -| `properties.logit_bias.contains` | \{ `type`: ``"number"`` = "number" } | -| `properties.logit_bias.contains.type` | ``"number"`` | -| `properties.logit_bias.isNullable` | ``true`` | -| `properties.logit_bias.type` | ``"dictionary"`` | -| `properties.max_tokens` | \{ `description`: ``"The maximum number of tokens to generate in the chat completion.\n The total length of input tokens and generated tokens is limited by the model's context length.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``16384`` = 16384; `minimum`: ``1`` = 1; `type`: ``"number"`` = "number" } | -| `properties.max_tokens.description` | ``"The maximum number of tokens to generate in the chat completion.\n The total length of input tokens and generated tokens is limited by the model's context length.\n "`` | -| `properties.max_tokens.isNullable` | ``true`` | -| `properties.max_tokens.maximum` | ``16384`` | -| `properties.max_tokens.minimum` | ``1`` | -| `properties.max_tokens.type` | ``"number"`` | -| `properties.min_p` | \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | -| `properties.min_p.description` | ``"Minimum probability compared to leading token to be considered"`` | -| `properties.min_p.exclusiveMaximum` | ``true`` | -| `properties.min_p.maximum` | ``1`` | -| `properties.min_p.type` | ``"number"`` | -| `properties.presence_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | -| `properties.presence_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | -| `properties.presence_penalty.isNullable` | ``true`` | -| `properties.presence_penalty.maximum` | ``1`` | -| `properties.presence_penalty.minimum` | ``-1`` | -| `properties.presence_penalty.type` | ``"number"`` | -| `properties.preset` | \{ `type`: ``"Enum"`` = "Enum" } | -| `properties.preset.type` | ``"Enum"`` | -| `properties.repetition_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | -| `properties.repetition_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | -| `properties.repetition_penalty.isNullable` | ``true`` | -| `properties.repetition_penalty.maximum` | ``2`` | -| `properties.repetition_penalty.type` | ``"number"`` | -| `properties.response_format` | \{ `description`: ``"An object specifying the format that the model must output.\n Setting to `{ \"type\": \"json_object\" }` enables JSON mode, which guarantees the message the model generates is valid JSON.\n **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly \"stuck\" request. Also note that the message content may be partially cut off if `finish_reason=\"length\"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length.\n "`` ; `properties`: \{ `pattern`: \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } ; `schema`: \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } ; `type`: \{ `type`: ``"Enum"`` = "Enum" } } } | -| `properties.response_format.description` | ``"An object specifying the format that the model must output.\n Setting to `{ \"type\": \"json_object\" }` enables JSON mode, which guarantees the message the model generates is valid JSON.\n **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly \"stuck\" request. Also note that the message content may be partially cut off if `finish_reason=\"length\"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length.\n "`` | -| `properties.response_format.properties` | \{ `pattern`: \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } ; `schema`: \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } ; `type`: \{ `type`: ``"Enum"`` = "Enum" } } | -| `properties.response_format.properties.pattern` | \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } | -| `properties.response_format.properties.pattern.description` | ``"Regular expression pattern to use if `type` is `\"regex\"`"`` | -| `properties.response_format.properties.pattern.type` | ``"string"`` | -| `properties.response_format.properties.schema` | \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } | -| `properties.response_format.properties.schema.description` | ``"JSON Schema to use if `type` is `\"json_object\"`"`` | -| `properties.response_format.properties.schema.properties` | {} | -| `properties.response_format.properties.type` | \{ `type`: ``"Enum"`` = "Enum" } | -| `properties.response_format.properties.type.type` | ``"Enum"`` | -| `properties.seed` | \{ `description`: ``"This feature is in Beta.\n If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``9999`` = 9999; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | -| `properties.seed.description` | ``"This feature is in Beta.\n If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.\n "`` | -| `properties.seed.isNullable` | ``true`` | -| `properties.seed.maximum` | ``9999`` | -| `properties.seed.minimum` | ``-1`` | -| `properties.seed.type` | ``"number"`` | -| `properties.stop` | \{ `contains`: readonly [\{ `isNullable`: ``true`` = true; `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Up to 4 sequences where the API will stop generating further tokens.\n "`` ; `type`: ``"one-of"`` = "one-of" } | -| `properties.stop.contains` | readonly [\{ `isNullable`: ``true`` = true; `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | -| `properties.stop.description` | ``"Up to 4 sequences where the API will stop generating further tokens.\n "`` | -| `properties.stop.type` | ``"one-of"`` | -| `properties.stream` | \{ `description`: ``"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).\n "`` ; `isNullable`: ``true`` = true; `type`: ``"boolean"`` = "boolean" } | -| `properties.stream.description` | ``"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).\n "`` | -| `properties.stream.isNullable` | ``true`` | -| `properties.stream.type` | ``"boolean"`` | -| `properties.temperature` | \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | -| `properties.temperature.description` | ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` | -| `properties.temperature.isNullable` | ``true`` | -| `properties.temperature.maximum` | ``2`` | -| `properties.temperature.type` | ``"number"`` | -| `properties.top_p` | \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `exclusiveMinimum`: ``true`` = true; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | -| `properties.top_p.description` | ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` | -| `properties.top_p.exclusiveMinimum` | ``true`` | -| `properties.top_p.isNullable` | ``true`` | -| `properties.top_p.maximum` | ``1`` | -| `properties.top_p.type` | ``"number"`` | - -#### Defined in - -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +Re-exports [$ResourceDeletedResponse](api_schemas__ResourceDeletedResponse.md#$resourcedeletedresponse) ___ -### $CompletionUsage - -• `Const` **$CompletionUsage**: `Object` +### $ResourceUpdatedResponse -#### Type declaration +Re-exports [$ResourceUpdatedResponse](api_schemas__ResourceUpdatedResponse.md#$resourceupdatedresponse) -| Name | Type | -| :------ | :------ | -| `description` | ``"Usage statistics for the completion request."`` | -| `properties` | \{ `completion_tokens`: \{ `description`: ``"Number of tokens in the generated completion."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } ; `prompt_tokens`: \{ `description`: ``"Number of tokens in the prompt."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } ; `total_tokens`: \{ `description`: ``"Total number of tokens used in the request (prompt + completion)."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } } | -| `properties.completion_tokens` | \{ `description`: ``"Number of tokens in the generated completion."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } | -| `properties.completion_tokens.description` | ``"Number of tokens in the generated completion."`` | -| `properties.completion_tokens.isRequired` | ``true`` | -| `properties.completion_tokens.type` | ``"number"`` | -| `properties.prompt_tokens` | \{ `description`: ``"Number of tokens in the prompt."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } | -| `properties.prompt_tokens.description` | ``"Number of tokens in the prompt."`` | -| `properties.prompt_tokens.isRequired` | ``true`` | -| `properties.prompt_tokens.type` | ``"number"`` | -| `properties.total_tokens` | \{ `description`: ``"Total number of tokens used in the request (prompt + completion)."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } | -| `properties.total_tokens.description` | ``"Total number of tokens used in the request (prompt + completion)."`` | -| `properties.total_tokens.isRequired` | ``true`` | -| `properties.total_tokens.type` | ``"number"`` | +___ -#### Defined in +### $Session -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +Re-exports [$Session](api_schemas__Session.md#$session) ___ -### $CreateAgentRequest +### $Suggestion -• `Const` **$CreateAgentRequest**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `description` | ``"A valid request payload for creating an agent"`` | -| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `docs`: \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `tools`: \{ `contains`: \{ `type`: ``"CreateToolRequest"`` = "CreateToolRequest" } ; `type`: ``"array"`` = "array" } } | -| `properties.about` | \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the agent"`` | -| `properties.about.type` | ``"string"`` | -| `properties.default_settings` | \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | -| `properties.default_settings.description` | ``"Default model settings to start every session with"`` | -| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | -| `properties.docs` | \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } | -| `properties.docs.contains` | \{ `type`: ``"CreateDoc"`` = "CreateDoc" } | -| `properties.docs.contains.type` | ``"CreateDoc"`` | -| `properties.docs.type` | ``"array"`` | -| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | -| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | -| `properties.instructions.description` | ``"Instructions for the agent"`` | -| `properties.instructions.type` | ``"one-of"`` | -| `properties.metadata` | \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"(Optional) metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.model` | \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } | -| `properties.model.description` | ``"Name of the model that the agent is supposed to use"`` | -| `properties.model.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the agent"`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | -| `properties.tools` | \{ `contains`: \{ `type`: ``"CreateToolRequest"`` = "CreateToolRequest" } ; `type`: ``"array"`` = "array" } | -| `properties.tools.contains` | \{ `type`: ``"CreateToolRequest"`` = "CreateToolRequest" } | -| `properties.tools.contains.type` | ``"CreateToolRequest"`` | -| `properties.tools.type` | ``"array"`` | - -#### Defined in - -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +Re-exports [$Suggestion](api_schemas__Suggestion.md#$suggestion) ___ -### $CreateDoc - -• `Const` **$CreateDoc**: `Object` +### $Tool -#### Type declaration +Re-exports [$Tool](api_schemas__Tool.md#$tool) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `content`: \{ `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `title`: \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.content` | \{ `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.content.description` | ``"Information content"`` | -| `properties.content.isRequired` | ``true`` | -| `properties.content.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.title` | \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.title.description` | ``"Title describing what this bit of information contains"`` | -| `properties.title.isRequired` | ``true`` | -| `properties.title.type` | ``"string"`` | +___ -#### Defined in +### $ToolChoiceOption -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +Re-exports [$ToolChoiceOption](api_schemas__ToolChoiceOption.md#$toolchoiceoption) ___ -### $CreateSessionRequest - -• `Const` **$CreateSessionRequest**: `Object` +### $UpdateAgentRequest -#### Type declaration +Re-exports [$UpdateAgentRequest](api_schemas__UpdateAgentRequest.md#$updateagentrequest) -| Name | Type | -| :------ | :------ | -| `description` | ``"A valid request payload for creating a session"`` | -| `properties` | \{ `agent_id`: \{ `description`: ``"Agent ID of agent to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `render_templates`: \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } ; `situation`: \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } ; `user_id`: \{ `description`: ``"(Optional) User ID of user to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } } | -| `properties.agent_id` | \{ `description`: ``"Agent ID of agent to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.agent_id.description` | ``"Agent ID of agent to associate with this session"`` | -| `properties.agent_id.format` | ``"uuid"`` | -| `properties.agent_id.isRequired` | ``true`` | -| `properties.agent_id.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.render_templates` | \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.render_templates.description` | ``"Render system and assistant message content as jinja templates"`` | -| `properties.render_templates.type` | ``"boolean"`` | -| `properties.situation` | \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } | -| `properties.situation.description` | ``"A specific situation that sets the background for this session"`` | -| `properties.situation.type` | ``"string"`` | -| `properties.user_id` | \{ `description`: ``"(Optional) User ID of user to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | -| `properties.user_id.description` | ``"(Optional) User ID of user to associate with this session"`` | -| `properties.user_id.format` | ``"uuid"`` | -| `properties.user_id.type` | ``"string"`` | +___ -#### Defined in +### $UpdateSessionRequest -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +Re-exports [$UpdateSessionRequest](api_schemas__UpdateSessionRequest.md#$updatesessionrequest) ___ -### $CreateToolRequest - -• `Const` **$CreateToolRequest**: `Object` +### $UpdateToolRequest -#### Type declaration +Re-exports [$UpdateToolRequest](api_schemas__UpdateToolRequest.md#$updatetoolrequest) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `function`: \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | -| `properties.function` | \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | -| `properties.function.contains` | readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] | -| `properties.function.description` | ``"Function definition and parameters"`` | -| `properties.function.isRequired` | ``true`` | -| `properties.function.type` | ``"one-of"`` | -| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.type.isRequired` | ``true`` | -| `properties.type.type` | ``"Enum"`` | +___ -#### Defined in +### $UpdateUserRequest -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +Re-exports [$UpdateUserRequest](api_schemas__UpdateUserRequest.md#$updateuserrequest) ___ -### $CreateUserRequest - -• `Const` **$CreateUserRequest**: `Object` +### $User -#### Type declaration +Re-exports [$User](api_schemas__User.md#$user) -| Name | Type | -| :------ | :------ | -| `description` | ``"A valid request payload for creating a user"`` | -| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } ; `docs`: \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } ; `metadata`: \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the user"`` | -| `properties.about.type` | ``"string"`` | -| `properties.docs` | \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } | -| `properties.docs.contains` | \{ `type`: ``"CreateDoc"`` = "CreateDoc" } | -| `properties.docs.contains.type` | ``"CreateDoc"`` | -| `properties.docs.type` | ``"array"`` | -| `properties.metadata` | \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"(Optional) metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.name` | \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the user"`` | -| `properties.name.type` | ``"string"`` | +___ -#### Defined in +### $agent\_id -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +Re-exports [$agent_id](api_schemas__agent_id.md#$agent_id) ___ -### $Doc +### $doc\_id -• `Const` **$Doc**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `content`: \{ `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Doc created at"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"ID of doc"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"optional metadata"`` ; `properties`: {} = \{} } ; `title`: \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.content` | \{ `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.content.description` | ``"Information content"`` | -| `properties.content.isRequired` | ``true`` | -| `properties.content.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"Doc created at"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Doc created at"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.isRequired` | ``true`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.id` | \{ `description`: ``"ID of doc"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"ID of doc"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.title` | \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.title.description` | ``"Title describing what this bit of information contains"`` | -| `properties.title.isRequired` | ``true`` | -| `properties.title.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Doc.ts#L5) +Re-exports [$doc_id](api_schemas__doc_id.md#$doc_id) ___ -### $FunctionCallOption - -• `Const` **$FunctionCallOption**: `Object` +### $job\_id -#### Type declaration +Re-exports [$job_id](api_schemas__job_id.md#$job_id) -| Name | Type | -| :------ | :------ | -| `description` | ``"Specifying a particular function via `{\"name\": \"my_function\"}` forces the model to call that function.\n "`` | -| `properties` | \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.name` | \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"The name of the function to call."`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | +___ -#### Defined in +### $memory\_id -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +Re-exports [$memory_id](api_schemas__memory_id.md#$memory_id) ___ -### $FunctionDef - -• `Const` **$FunctionDef**: `Object` +### $message\_id -#### Type declaration +Re-exports [$message_id](api_schemas__message_id.md#$message_id) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `description`: \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `parameters`: \{ `description`: ``"Parameters accepeted by this function"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionParameters"`` = "FunctionParameters" } } | -| `properties.description` | \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } | -| `properties.description.description` | ``"A description of what the function does, used by the model to choose when and how to call the function."`` | -| `properties.description.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | -| `properties.parameters` | \{ `description`: ``"Parameters accepeted by this function"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionParameters"`` = "FunctionParameters" } | -| `properties.parameters.description` | ``"Parameters accepeted by this function"`` | -| `properties.parameters.isRequired` | ``true`` | -| `properties.parameters.type` | ``"FunctionParameters"`` | +___ -#### Defined in +### $session\_id -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +Re-exports [$session_id](api_schemas__session_id.md#$session_id) ___ -### $FunctionParameters - -• `Const` **$FunctionParameters**: `Object` +### $tool\_id -#### Type declaration +Re-exports [$tool_id](api_schemas__tool_id.md#$tool_id) -| Name | Type | -| :------ | :------ | -| `contains` | \{ `properties`: {} = \{} } | -| `contains.properties` | {} | -| `type` | ``"dictionary"`` | +___ -#### Defined in +### $user\_id -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +Re-exports [$user_id](api_schemas__user_id.md#$user_id) ___ -### $InputChatMLMessage - -• `Const` **$InputChatMLMessage**: `Object` +### Agent -#### Type declaration +Re-exports [Agent](api_models_Agent.md#agent) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `content`: \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `continue`: \{ `description`: ``"Whether to continue this message or return a new one"`` ; `type`: ``"boolean"`` = "boolean" } ; `name`: \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } ; `role`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | -| `properties.content` | \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.content.description` | ``"ChatML content"`` | -| `properties.content.isRequired` | ``true`` | -| `properties.content.type` | ``"string"`` | -| `properties.continue` | \{ `description`: ``"Whether to continue this message or return a new one"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.continue.description` | ``"Whether to continue this message or return a new one"`` | -| `properties.continue.type` | ``"boolean"`` | -| `properties.name` | \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"ChatML name"`` | -| `properties.name.type` | ``"string"`` | -| `properties.role` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.role.isRequired` | ``true`` | -| `properties.role.type` | ``"Enum"`` | +___ -#### Defined in +### AgentDefaultSettings -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +Re-exports [AgentDefaultSettings](api_models_AgentDefaultSettings.md#agentdefaultsettings) ___ -### $JobStatus +### ApiError -• `Const` **$JobStatus**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `created_at`: \{ `description`: ``"Job created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `has_progress`: \{ `description`: ``"Whether this Job supports progress updates"`` ; `type`: ``"boolean"`` = "boolean" } ; `id`: \{ `description`: ``"Job id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the job"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `progress`: \{ `description`: ``"Progress percentage"`` ; `maximum`: ``100`` = 100; `type`: ``"number"`` = "number" } ; `reason`: \{ `description`: ``"Reason for current state"`` ; `type`: ``"string"`` = "string" } ; `state`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } ; `updated_at`: \{ `description`: ``"Job updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } } | -| `properties.created_at` | \{ `description`: ``"Job created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Job created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.isRequired` | ``true`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.has_progress` | \{ `description`: ``"Whether this Job supports progress updates"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.has_progress.description` | ``"Whether this Job supports progress updates"`` | -| `properties.has_progress.type` | ``"boolean"`` | -| `properties.id` | \{ `description`: ``"Job id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"Job id (UUID)"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"Name of the job"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the job"`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | -| `properties.progress` | \{ `description`: ``"Progress percentage"`` ; `maximum`: ``100`` = 100; `type`: ``"number"`` = "number" } | -| `properties.progress.description` | ``"Progress percentage"`` | -| `properties.progress.maximum` | ``100`` | -| `properties.progress.type` | ``"number"`` | -| `properties.reason` | \{ `description`: ``"Reason for current state"`` ; `type`: ``"string"`` = "string" } | -| `properties.reason.description` | ``"Reason for current state"`` | -| `properties.reason.type` | ``"string"`` | -| `properties.state` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.state.isRequired` | ``true`` | -| `properties.state.type` | ``"Enum"`` | -| `properties.updated_at` | \{ `description`: ``"Job updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.updated_at.description` | ``"Job updated at (RFC-3339 format)"`` | -| `properties.updated_at.format` | ``"date-time"`` | -| `properties.updated_at.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +Re-exports [ApiError](../classes/api_core_ApiError.ApiError.md) ___ -### $Memory +### BaseHttpRequest -• `Const` **$Memory**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `agent_id`: \{ `description`: ``"ID of the agent"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `content`: \{ `description`: ``"Content of the memory"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Memory created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `entities`: \{ `contains`: \{ `properties`: {} = \{} } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `id`: \{ `description`: ``"Memory id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `last_accessed_at`: \{ `description`: ``"Memory last accessed at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `sentiment`: \{ `description`: ``"Sentiment (valence) of the memory on a scale of -1 to 1"`` ; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `timestamp`: \{ `description`: ``"Memory happened at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `user_id`: \{ `description`: ``"ID of the user"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.agent_id` | \{ `description`: ``"ID of the agent"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.agent_id.description` | ``"ID of the agent"`` | -| `properties.agent_id.format` | ``"uuid"`` | -| `properties.agent_id.isRequired` | ``true`` | -| `properties.agent_id.type` | ``"string"`` | -| `properties.content` | \{ `description`: ``"Content of the memory"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.content.description` | ``"Content of the memory"`` | -| `properties.content.isRequired` | ``true`` | -| `properties.content.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"Memory created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Memory created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.isRequired` | ``true`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.entities` | \{ `contains`: \{ `properties`: {} = \{} } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | -| `properties.entities.contains` | \{ `properties`: {} = \{} } | -| `properties.entities.contains.properties` | {} | -| `properties.entities.isRequired` | ``true`` | -| `properties.entities.type` | ``"array"`` | -| `properties.id` | \{ `description`: ``"Memory id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"Memory id (UUID)"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.last_accessed_at` | \{ `description`: ``"Memory last accessed at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.last_accessed_at.description` | ``"Memory last accessed at (RFC-3339 format)"`` | -| `properties.last_accessed_at.format` | ``"date-time"`` | -| `properties.last_accessed_at.type` | ``"string"`` | -| `properties.sentiment` | \{ `description`: ``"Sentiment (valence) of the memory on a scale of -1 to 1"`` ; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | -| `properties.sentiment.description` | ``"Sentiment (valence) of the memory on a scale of -1 to 1"`` | -| `properties.sentiment.maximum` | ``1`` | -| `properties.sentiment.minimum` | ``-1`` | -| `properties.sentiment.type` | ``"number"`` | -| `properties.timestamp` | \{ `description`: ``"Memory happened at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.timestamp.description` | ``"Memory happened at (RFC-3339 format)"`` | -| `properties.timestamp.format` | ``"date-time"`` | -| `properties.timestamp.type` | ``"string"`` | -| `properties.user_id` | \{ `description`: ``"ID of the user"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.user_id.description` | ``"ID of the user"`` | -| `properties.user_id.format` | ``"uuid"`` | -| `properties.user_id.isRequired` | ``true`` | -| `properties.user_id.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Memory.ts#L5) +Re-exports [BaseHttpRequest](../classes/api_core_BaseHttpRequest.BaseHttpRequest.md) ___ -### $MemoryAccessOptions - -• `Const` **$MemoryAccessOptions**: `Object` +### CancelError -#### Type declaration +Re-exports [CancelError](../classes/api_core_CancelablePromise.CancelError.md) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `recall`: \{ `description`: ``"Whether previous memories should be recalled or not"`` ; `type`: ``"boolean"`` = "boolean" } ; `record`: \{ `description`: ``"Whether this interaction should be recorded in history or not"`` ; `type`: ``"boolean"`` = "boolean" } ; `remember`: \{ `description`: ``"Whether this interaction should form memories or not"`` ; `type`: ``"boolean"`` = "boolean" } } | -| `properties.recall` | \{ `description`: ``"Whether previous memories should be recalled or not"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.recall.description` | ``"Whether previous memories should be recalled or not"`` | -| `properties.recall.type` | ``"boolean"`` | -| `properties.record` | \{ `description`: ``"Whether this interaction should be recorded in history or not"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.record.description` | ``"Whether this interaction should be recorded in history or not"`` | -| `properties.record.type` | ``"boolean"`` | -| `properties.remember` | \{ `description`: ``"Whether this interaction should form memories or not"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.remember.description` | ``"Whether this interaction should form memories or not"`` | -| `properties.remember.type` | ``"boolean"`` | +___ -#### Defined in +### CancelablePromise -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +Re-exports [CancelablePromise](../classes/api_core_CancelablePromise.CancelablePromise.md) ___ -### $NamedToolChoice - -• `Const` **$NamedToolChoice**: `Object` +### ChatInput -#### Type declaration +Re-exports [ChatInput](api_models_ChatInput.md#chatinput) -| Name | Type | -| :------ | :------ | -| `description` | ``"Specifies a tool the model should use. Use to force the model to call a specific function."`` | -| `properties` | \{ `function`: \{ `isRequired`: ``true`` = true; `properties`: \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | -| `properties.function` | \{ `isRequired`: ``true`` = true; `properties`: \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } } | -| `properties.function.isRequired` | ``true`` | -| `properties.function.properties` | \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.function.properties.name` | \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.function.properties.name.description` | ``"The name of the function to call."`` | -| `properties.function.properties.name.isRequired` | ``true`` | -| `properties.function.properties.name.type` | ``"string"`` | -| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.type.isRequired` | ``true`` | -| `properties.type.type` | ``"Enum"`` | +___ -#### Defined in +### ChatInputData -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +Re-exports [ChatInputData](api_models_ChatInputData.md#chatinputdata) ___ -### $PartialFunctionDef - -• `Const` **$PartialFunctionDef**: `Object` +### ChatMLMessage -#### Type declaration +Re-exports [ChatMLMessage](api_models_ChatMLMessage.md#chatmlmessage) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `description`: \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `type`: ``"string"`` = "string" } ; `parameters`: \{ `description`: ``"Parameters accepeted by this function"`` ; `type`: ``"FunctionParameters"`` = "FunctionParameters" } } | -| `properties.description` | \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } | -| `properties.description.description` | ``"A description of what the function does, used by the model to choose when and how to call the function."`` | -| `properties.description.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` | -| `properties.name.type` | ``"string"`` | -| `properties.parameters` | \{ `description`: ``"Parameters accepeted by this function"`` ; `type`: ``"FunctionParameters"`` = "FunctionParameters" } | -| `properties.parameters.description` | ``"Parameters accepeted by this function"`` | -| `properties.parameters.type` | ``"FunctionParameters"`` | +___ -#### Defined in +### ChatResponse -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +Re-exports [ChatResponse](api_models_ChatResponse.md#chatresponse) ___ -### $PatchAgentRequest - -• `Const` **$PatchAgentRequest**: `Object` +### ChatSettings -#### Type declaration +Re-exports [ChatSettings](api_models_ChatSettings.md#chatsettings) -| Name | Type | -| :------ | :------ | -| `description` | ``"A request for patching an agent"`` | -| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the agent"`` | -| `properties.about.type` | ``"string"`` | -| `properties.default_settings` | \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | -| `properties.default_settings.description` | ``"Default model settings to start every session with"`` | -| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | -| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | -| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | -| `properties.instructions.description` | ``"Instructions for the agent"`` | -| `properties.instructions.type` | ``"one-of"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.model` | \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } | -| `properties.model.description` | ``"Name of the model that the agent is supposed to use"`` | -| `properties.model.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the agent"`` | -| `properties.name.type` | ``"string"`` | +___ -#### Defined in +### CompletionUsage -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +Re-exports [CompletionUsage](api_models_CompletionUsage.md#completionusage) ___ -### $PatchSessionRequest - -• `Const` **$PatchSessionRequest**: `Object` +### CreateAgentRequest -#### Type declaration +Re-exports [CreateAgentRequest](api_models_CreateAgentRequest.md#createagentrequest) -| Name | Type | -| :------ | :------ | -| `description` | ``"A request for patching a session"`` | -| `properties` | \{ `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `situation`: \{ `description`: ``"Updated situation for this session"`` ; `type`: ``"string"`` = "string" } } | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.situation` | \{ `description`: ``"Updated situation for this session"`` ; `type`: ``"string"`` = "string" } | -| `properties.situation.description` | ``"Updated situation for this session"`` | -| `properties.situation.type` | ``"string"`` | +___ -#### Defined in +### CreateDoc -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +Re-exports [CreateDoc](api_models_CreateDoc.md#createdoc) ___ -### $PatchToolRequest - -• `Const` **$PatchToolRequest**: `Object` +### CreateSessionRequest -#### Type declaration +Re-exports [CreateSessionRequest](api_models_CreateSessionRequest.md#createsessionrequest) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `function`: \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"PartialFunctionDef"`` = "PartialFunctionDef" } } | -| `properties.function` | \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"PartialFunctionDef"`` = "PartialFunctionDef" } | -| `properties.function.description` | ``"Function definition and parameters"`` | -| `properties.function.isRequired` | ``true`` | -| `properties.function.type` | ``"PartialFunctionDef"`` | +___ -#### Defined in +### CreateToolRequest -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +Re-exports [CreateToolRequest](api_models_CreateToolRequest.md#createtoolrequest) ___ -### $PatchUserRequest - -• `Const` **$PatchUserRequest**: `Object` +### CreateUserRequest -#### Type declaration +Re-exports [CreateUserRequest](api_models_CreateUserRequest.md#createuserrequest) -| Name | Type | -| :------ | :------ | -| `description` | ``"A request for patching a user"`` | -| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the user"`` | -| `properties.about.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.name` | \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the user"`` | -| `properties.name.type` | ``"string"`` | +___ -#### Defined in +### DefaultService -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +Re-exports [DefaultService](../classes/api_services_DefaultService.DefaultService.md) ___ -### $ResourceCreatedResponse - -• `Const` **$ResourceCreatedResponse**: `Object` +### Doc -#### Type declaration +Re-exports [Doc](api_models_Doc.md#doc) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `created_at`: \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } } | -| `properties.created_at` | \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.isRequired` | ``true`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.id` | \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | -| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | -| `properties.jobs.contains.format` | ``"uuid"`` | -| `properties.jobs.contains.type` | ``"string"`` | -| `properties.jobs.type` | ``"array"`` | +___ -#### Defined in +### DocIds -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +Re-exports [DocIds](api_models_DocIds.md#docids) ___ -### $ResourceDeletedResponse - -• `Const` **$ResourceDeletedResponse**: `Object` +### FunctionCallOption -#### Type declaration +Re-exports [FunctionCallOption](api_models_FunctionCallOption.md#functioncalloption) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `deleted_at`: \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } } | -| `properties.deleted_at` | \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.deleted_at.format` | ``"date-time"`` | -| `properties.deleted_at.isRequired` | ``true`` | -| `properties.deleted_at.type` | ``"string"`` | -| `properties.id` | \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | -| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | -| `properties.jobs.contains.format` | ``"uuid"`` | -| `properties.jobs.contains.type` | ``"string"`` | -| `properties.jobs.type` | ``"array"`` | +___ -#### Defined in +### FunctionDef -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +Re-exports [FunctionDef](api_models_FunctionDef.md#functiondef) ___ -### $ResourceUpdatedResponse - -• `Const` **$ResourceUpdatedResponse**: `Object` +### FunctionParameters -#### Type declaration +Re-exports [FunctionParameters](api_models_FunctionParameters.md#functionparameters) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `id`: \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } ; `updated_at`: \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.id` | \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | -| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | -| `properties.jobs.contains.format` | ``"uuid"`` | -| `properties.jobs.contains.type` | ``"string"`` | -| `properties.jobs.type` | ``"array"`` | -| `properties.updated_at` | \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.updated_at.format` | ``"date-time"`` | -| `properties.updated_at.isRequired` | ``true`` | -| `properties.updated_at.type` | ``"string"`` | +___ -#### Defined in +### InputChatMLMessage -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +Re-exports [InputChatMLMessage](api_models_InputChatMLMessage.md#inputchatmlmessage) ___ -### $Session +### JobStatus -• `Const` **$Session**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `agent_id`: \{ `description`: ``"Agent ID of agent associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Session created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"Session id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `render_templates`: \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } ; `situation`: \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } ; `summary`: \{ `description`: ``"(null at the beginning) - generated automatically after every interaction"`` ; `type`: ``"string"`` = "string" } ; `updated_at`: \{ `description`: ``"Session updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `user_id`: \{ `description`: ``"User ID of user associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } } | -| `properties.agent_id` | \{ `description`: ``"Agent ID of agent associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.agent_id.description` | ``"Agent ID of agent associated with this session"`` | -| `properties.agent_id.format` | ``"uuid"`` | -| `properties.agent_id.isRequired` | ``true`` | -| `properties.agent_id.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"Session created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Session created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.id` | \{ `description`: ``"Session id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"Session id (UUID)"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.render_templates` | \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } | -| `properties.render_templates.description` | ``"Render system and assistant message content as jinja templates"`` | -| `properties.render_templates.type` | ``"boolean"`` | -| `properties.situation` | \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } | -| `properties.situation.description` | ``"A specific situation that sets the background for this session"`` | -| `properties.situation.type` | ``"string"`` | -| `properties.summary` | \{ `description`: ``"(null at the beginning) - generated automatically after every interaction"`` ; `type`: ``"string"`` = "string" } | -| `properties.summary.description` | ``"(null at the beginning) - generated automatically after every interaction"`` | -| `properties.summary.type` | ``"string"`` | -| `properties.updated_at` | \{ `description`: ``"Session updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.updated_at.description` | ``"Session updated at (RFC-3339 format)"`` | -| `properties.updated_at.format` | ``"date-time"`` | -| `properties.updated_at.type` | ``"string"`` | -| `properties.user_id` | \{ `description`: ``"User ID of user associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | -| `properties.user_id.description` | ``"User ID of user associated with this session"`` | -| `properties.user_id.format` | ``"uuid"`` | -| `properties.user_id.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Session.ts#L5) +Re-exports [JobStatus](api_models_JobStatus.md#jobstatus) ___ -### $Suggestion +### JulepApiClient -• `Const` **$Suggestion**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `content`: \{ `description`: ``"The content of the suggestion"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Suggestion created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `message_id`: \{ `description`: ``"The message that produced it"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `session_id`: \{ `description`: ``"Session this suggestion belongs to"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `target`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | -| `properties.content` | \{ `description`: ``"The content of the suggestion"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.content.description` | ``"The content of the suggestion"`` | -| `properties.content.isRequired` | ``true`` | -| `properties.content.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"Suggestion created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"Suggestion created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.message_id` | \{ `description`: ``"The message that produced it"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.message_id.description` | ``"The message that produced it"`` | -| `properties.message_id.format` | ``"uuid"`` | -| `properties.message_id.isRequired` | ``true`` | -| `properties.message_id.type` | ``"string"`` | -| `properties.session_id` | \{ `description`: ``"Session this suggestion belongs to"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.session_id.description` | ``"Session this suggestion belongs to"`` | -| `properties.session_id.format` | ``"uuid"`` | -| `properties.session_id.isRequired` | ``true`` | -| `properties.session_id.type` | ``"string"`` | -| `properties.target` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.target.isRequired` | ``true`` | -| `properties.target.type` | ``"Enum"`` | - -#### Defined in - -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) ___ -### $Tool - -• `Const` **$Tool**: `Object` +### Memory -#### Type declaration +Re-exports [Memory](api_models_Memory.md#memory) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `function`: \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `id`: \{ `description`: ``"Tool ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | -| `properties.function` | \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | -| `properties.function.contains` | readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] | -| `properties.function.description` | ``"Function definition and parameters"`` | -| `properties.function.isRequired` | ``true`` | -| `properties.function.type` | ``"one-of"`` | -| `properties.id` | \{ `description`: ``"Tool ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"Tool ID"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | -| `properties.type.isRequired` | ``true`` | -| `properties.type.type` | ``"Enum"`` | +___ -#### Defined in +### MemoryAccessOptions -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$Tool.ts#L5) +Re-exports [MemoryAccessOptions](api_models_MemoryAccessOptions.md#memoryaccessoptions) ___ -### $ToolChoiceOption - -• `Const` **$ToolChoiceOption**: `Object` +### NamedToolChoice -#### Type declaration +Re-exports [NamedToolChoice](api_models_NamedToolChoice.md#namedtoolchoice) -| Name | Type | -| :------ | :------ | -| `contains` | readonly [\{ `type`: ``"Enum"`` = "Enum" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] | -| `description` | ``"Controls which (if any) function is called by the model.\n `none` means the model will not call a function and instead generates a message.\n `auto` means the model can pick between generating a message or calling a function.\n Specifying a particular function via `{\"type: \"function\", \"function\": {\"name\": \"my_function\"}}` forces the model to call that function.\n `none` is the default when no functions are present. `auto` is the default if functions are present.\n "`` | -| `type` | ``"one-of"`` | +___ -#### Defined in +### OpenAPI -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +Re-exports [OpenAPI](api_core_OpenAPI.md#openapi) ___ -### $UpdateAgentRequest +### OpenAPIConfig -• `Const` **$UpdateAgentRequest**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `description` | ``"A valid request payload for updating an agent"`` | -| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the agent"`` | -| `properties.about.isRequired` | ``true`` | -| `properties.about.type` | ``"string"`` | -| `properties.default_settings` | \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | -| `properties.default_settings.description` | ``"Default model settings to start every session with"`` | -| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | -| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | -| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | -| `properties.instructions.description` | ``"Instructions for the agent"`` | -| `properties.instructions.type` | ``"one-of"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.model` | \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } | -| `properties.model.description` | ``"Name of the model that the agent is supposed to use"`` | -| `properties.model.type` | ``"string"`` | -| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the agent"`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +Re-exports [OpenAPIConfig](api_core_OpenAPI.md#openapiconfig) ___ -### $UpdateSessionRequest - -• `Const` **$UpdateSessionRequest**: `Object` +### PartialFunctionDef -#### Type declaration +Re-exports [PartialFunctionDef](api_models_PartialFunctionDef.md#partialfunctiondef) -| Name | Type | -| :------ | :------ | -| `description` | ``"A valid request payload for updating a session"`` | -| `properties` | \{ `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `situation`: \{ `description`: ``"Updated situation for this session"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.situation` | \{ `description`: ``"Updated situation for this session"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.situation.description` | ``"Updated situation for this session"`` | -| `properties.situation.isRequired` | ``true`` | -| `properties.situation.type` | ``"string"`` | +___ -#### Defined in +### PatchAgentRequest -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +Re-exports [PatchAgentRequest](api_models_PatchAgentRequest.md#patchagentrequest) ___ -### $UpdateToolRequest - -• `Const` **$UpdateToolRequest**: `Object` +### PatchSessionRequest -#### Type declaration +Re-exports [PatchSessionRequest](api_models_PatchSessionRequest.md#patchsessionrequest) -| Name | Type | -| :------ | :------ | -| `properties` | \{ `function`: \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionDef"`` = "FunctionDef" } } | -| `properties.function` | \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionDef"`` = "FunctionDef" } | -| `properties.function.description` | ``"Function definition and parameters"`` | -| `properties.function.isRequired` | ``true`` | -| `properties.function.type` | ``"FunctionDef"`` | +___ -#### Defined in +### PatchToolRequest -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +Re-exports [PatchToolRequest](api_models_PatchToolRequest.md#patchtoolrequest) ___ -### $UpdateUserRequest - -• `Const` **$UpdateUserRequest**: `Object` +### PatchUserRequest -#### Type declaration +Re-exports [PatchUserRequest](api_models_PatchUserRequest.md#patchuserrequest) -| Name | Type | -| :------ | :------ | -| `description` | ``"A valid request payload for updating a user"`` | -| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the user"`` | -| `properties.about.isRequired` | ``true`` | -| `properties.about.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"Optional metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.name` | \{ `description`: ``"Name of the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the user"`` | -| `properties.name.isRequired` | ``true`` | -| `properties.name.type` | ``"string"`` | +___ -#### Defined in +### ResourceCreatedResponse -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +Re-exports [ResourceCreatedResponse](api_models_ResourceCreatedResponse.md#resourcecreatedresponse) ___ -### $User +### ResourceDeletedResponse -• `Const` **$User**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"User created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"User id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } ; `updated_at`: \{ `description`: ``"User updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } } | -| `properties.about` | \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } | -| `properties.about.description` | ``"About the user"`` | -| `properties.about.type` | ``"string"`` | -| `properties.created_at` | \{ `description`: ``"User created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.created_at.description` | ``"User created at (RFC-3339 format)"`` | -| `properties.created_at.format` | ``"date-time"`` | -| `properties.created_at.type` | ``"string"`` | -| `properties.id` | \{ `description`: ``"User id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | -| `properties.id.description` | ``"User id (UUID)"`` | -| `properties.id.format` | ``"uuid"`` | -| `properties.id.isRequired` | ``true`` | -| `properties.id.type` | ``"string"`` | -| `properties.metadata` | \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } | -| `properties.metadata.description` | ``"(Optional) metadata"`` | -| `properties.metadata.properties` | {} | -| `properties.name` | \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } | -| `properties.name.description` | ``"Name of the user"`` | -| `properties.name.type` | ``"string"`` | -| `properties.updated_at` | \{ `description`: ``"User updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | -| `properties.updated_at.description` | ``"User updated at (RFC-3339 format)"`` | -| `properties.updated_at.format` | ``"date-time"`` | -| `properties.updated_at.type` | ``"string"`` | - -#### Defined in - -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$User.ts#L5) +Re-exports [ResourceDeletedResponse](api_models_ResourceDeletedResponse.md#resourcedeletedresponse) ___ -### $agent\_id - -• `Const` **$agent\_id**: `Object` +### ResourceUpdatedResponse -#### Type declaration +Re-exports [ResourceUpdatedResponse](api_models_ResourceUpdatedResponse.md#resourceupdatedresponse) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### Session -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$agent_id.ts#L5) +Re-exports [Session](api_models_Session.md#session) ___ -### $doc\_id - -• `Const` **$doc\_id**: `Object` +### Suggestion -#### Type declaration +Re-exports [Suggestion](api_models_Suggestion.md#suggestion) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### Tool -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$doc_id.ts#L5) +Re-exports [Tool](api_models_Tool.md#tool) ___ -### $job\_id - -• `Const` **$job\_id**: `Object` +### ToolChoiceOption -#### Type declaration +Re-exports [ToolChoiceOption](api_models_ToolChoiceOption.md#toolchoiceoption) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### UpdateAgentRequest -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$job_id.ts#L5) +Re-exports [UpdateAgentRequest](api_models_UpdateAgentRequest.md#updateagentrequest) ___ -### $memory\_id - -• `Const` **$memory\_id**: `Object` +### UpdateSessionRequest -#### Type declaration +Re-exports [UpdateSessionRequest](api_models_UpdateSessionRequest.md#updatesessionrequest) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### UpdateToolRequest -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$memory_id.ts#L5) +Re-exports [UpdateToolRequest](api_models_UpdateToolRequest.md#updatetoolrequest) ___ -### $message\_id - -• `Const` **$message\_id**: `Object` +### UpdateUserRequest -#### Type declaration +Re-exports [UpdateUserRequest](api_models_UpdateUserRequest.md#updateuserrequest) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### User -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$message_id.ts#L5) +Re-exports [User](api_models_User.md#user) ___ -### $session\_id - -• `Const` **$session\_id**: `Object` +### agent\_id -#### Type declaration +Re-exports [agent_id](api_models_agent_id.md#agent_id) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### doc\_id -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$session_id.ts#L5) +Re-exports [doc_id](api_models_doc_id.md#doc_id) ___ -### $tool\_id - -• `Const` **$tool\_id**: `Object` +### job\_id -#### Type declaration +Re-exports [job_id](api_models_job_id.md#job_id) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### memory\_id -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$tool_id.ts#L5) +Re-exports [memory_id](api_models_memory_id.md#memory_id) ___ -### $user\_id - -• `Const` **$user\_id**: `Object` +### message\_id -#### Type declaration +Re-exports [message_id](api_models_message_id.md#message_id) -| Name | Type | -| :------ | :------ | -| `format` | ``"uuid"`` | -| `type` | ``"string"`` | +___ -#### Defined in +### session\_id -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/schemas/$user_id.ts#L5) +Re-exports [session_id](api_models_session_id.md#session_id) ___ -### OpenAPI +### tool\_id + +Re-exports [tool_id](api_models_tool_id.md#tool_id) -• `Const` **OpenAPI**: [`OpenAPIConfig`](api.md#openapiconfig) +___ -#### Defined in +### user\_id -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/api/core/OpenAPI.ts#L22) +Re-exports [user_id](api_models_user_id.md#user_id) diff --git a/docs/js-sdk-docs/modules/api_JulepApiClient.md b/docs/js-sdk-docs/modules/api_JulepApiClient.md index 07f3cc365..5ed209f99 100644 --- a/docs/js-sdk-docs/modules/api_JulepApiClient.md +++ b/docs/js-sdk-docs/modules/api_JulepApiClient.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / api/JulepApiClient +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/JulepApiClient # Module: api/JulepApiClient diff --git a/docs/js-sdk-docs/modules/api_core_ApiError.md b/docs/js-sdk-docs/modules/api_core_ApiError.md new file mode 100644 index 000000000..be175c325 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_ApiError.md @@ -0,0 +1,9 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/ApiError + +# Module: api/core/ApiError + +## Table of contents + +### Classes + +- [ApiError](../classes/api_core_ApiError.ApiError.md) diff --git a/docs/js-sdk-docs/modules/api_core_ApiRequestOptions.md b/docs/js-sdk-docs/modules/api_core_ApiRequestOptions.md new file mode 100644 index 000000000..7bd615fba --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_ApiRequestOptions.md @@ -0,0 +1,35 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/ApiRequestOptions + +# Module: api/core/ApiRequestOptions + +## Table of contents + +### Type Aliases + +- [ApiRequestOptions](api_core_ApiRequestOptions.md#apirequestoptions) + +## Type Aliases + +### ApiRequestOptions + +Ƭ **ApiRequestOptions**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `body?` | `any` | +| `cookies?` | `Record`\<`string`, `any`\> | +| `errors?` | `Record`\<`number`, `string`\> | +| `formData?` | `Record`\<`string`, `any`\> | +| `headers?` | `Record`\<`string`, `any`\> | +| `mediaType?` | `string` | +| `method` | ``"GET"`` \| ``"PUT"`` \| ``"POST"`` \| ``"DELETE"`` \| ``"OPTIONS"`` \| ``"HEAD"`` \| ``"PATCH"`` | +| `path?` | `Record`\<`string`, `any`\> | +| `query?` | `Record`\<`string`, `any`\> | +| `responseHeader?` | `string` | +| `url` | `string` | + +#### Defined in + +[src/api/core/ApiRequestOptions.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiRequestOptions.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_core_ApiResult.md b/docs/js-sdk-docs/modules/api_core_ApiResult.md new file mode 100644 index 000000000..9828ec35a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_ApiResult.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/ApiResult + +# Module: api/core/ApiResult + +## Table of contents + +### Type Aliases + +- [ApiResult](api_core_ApiResult.md#apiresult) + +## Type Aliases + +### ApiResult + +Ƭ **ApiResult**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `body` | `any` | +| `ok` | `boolean` | +| `status` | `number` | +| `statusText` | `string` | +| `url` | `string` | + +#### Defined in + +[src/api/core/ApiResult.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/ApiResult.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_core_AxiosHttpRequest.md b/docs/js-sdk-docs/modules/api_core_AxiosHttpRequest.md new file mode 100644 index 000000000..db6b3cb96 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_AxiosHttpRequest.md @@ -0,0 +1,9 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/AxiosHttpRequest + +# Module: api/core/AxiosHttpRequest + +## Table of contents + +### Classes + +- [AxiosHttpRequest](../classes/api_core_AxiosHttpRequest.AxiosHttpRequest.md) diff --git a/docs/js-sdk-docs/modules/api_core_BaseHttpRequest.md b/docs/js-sdk-docs/modules/api_core_BaseHttpRequest.md new file mode 100644 index 000000000..56a370d86 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_BaseHttpRequest.md @@ -0,0 +1,9 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/BaseHttpRequest + +# Module: api/core/BaseHttpRequest + +## Table of contents + +### Classes + +- [BaseHttpRequest](../classes/api_core_BaseHttpRequest.BaseHttpRequest.md) diff --git a/docs/js-sdk-docs/modules/api_core_CancelablePromise.md b/docs/js-sdk-docs/modules/api_core_CancelablePromise.md new file mode 100644 index 000000000..ef7a3ac30 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_CancelablePromise.md @@ -0,0 +1,14 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/CancelablePromise + +# Module: api/core/CancelablePromise + +## Table of contents + +### Classes + +- [CancelError](../classes/api_core_CancelablePromise.CancelError.md) +- [CancelablePromise](../classes/api_core_CancelablePromise.CancelablePromise.md) + +### Interfaces + +- [OnCancel](../interfaces/api_core_CancelablePromise.OnCancel.md) diff --git a/docs/js-sdk-docs/modules/api_core_OpenAPI.md b/docs/js-sdk-docs/modules/api_core_OpenAPI.md new file mode 100644 index 000000000..86428c7e2 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_OpenAPI.md @@ -0,0 +1,47 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/OpenAPI + +# Module: api/core/OpenAPI + +## Table of contents + +### Type Aliases + +- [OpenAPIConfig](api_core_OpenAPI.md#openapiconfig) + +### Variables + +- [OpenAPI](api_core_OpenAPI.md#openapi) + +## Type Aliases + +### OpenAPIConfig + +Ƭ **OpenAPIConfig**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `BASE` | `string` | +| `CREDENTIALS` | ``"include"`` \| ``"omit"`` \| ``"same-origin"`` | +| `ENCODE_PATH?` | (`path`: `string`) => `string` | +| `HEADERS?` | `Headers` \| `Resolver`\<`Headers`\> | +| `PASSWORD?` | `string` \| `Resolver`\<`string`\> | +| `TOKEN?` | `string` \| `Resolver`\<`string`\> | +| `USERNAME?` | `string` \| `Resolver`\<`string`\> | +| `VERSION` | `string` | +| `WITH_CREDENTIALS` | `boolean` | + +#### Defined in + +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/OpenAPI.ts#L10) + +## Variables + +### OpenAPI + +• `Const` **OpenAPI**: [`OpenAPIConfig`](api_core_OpenAPI.md#openapiconfig) + +#### Defined in + +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/OpenAPI.ts#L22) diff --git a/docs/js-sdk-docs/modules/api_core_request.md b/docs/js-sdk-docs/modules/api_core_request.md new file mode 100644 index 000000000..d85cb10a5 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_core_request.md @@ -0,0 +1,411 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/core/request + +# Module: api/core/request + +## Table of contents + +### Functions + +- [base64](api_core_request.md#base64) +- [catchErrorCodes](api_core_request.md#catcherrorcodes) +- [getFormData](api_core_request.md#getformdata) +- [getHeaders](api_core_request.md#getheaders) +- [getQueryString](api_core_request.md#getquerystring) +- [getRequestBody](api_core_request.md#getrequestbody) +- [getResponseBody](api_core_request.md#getresponsebody) +- [getResponseHeader](api_core_request.md#getresponseheader) +- [isBlob](api_core_request.md#isblob) +- [isDefined](api_core_request.md#isdefined) +- [isFormData](api_core_request.md#isformdata) +- [isString](api_core_request.md#isstring) +- [isStringWithValue](api_core_request.md#isstringwithvalue) +- [isSuccess](api_core_request.md#issuccess) +- [request](api_core_request.md#request) +- [resolve](api_core_request.md#resolve) +- [sendRequest](api_core_request.md#sendrequest) + +## Functions + +### base64 + +▸ **base64**(`str`): `string` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `str` | `string` | + +#### Returns + +`string` + +#### Defined in + +[src/api/core/request.ts:56](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L56) + +___ + +### catchErrorCodes + +▸ **catchErrorCodes**(`options`, `result`): `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | +| `result` | [`ApiResult`](api_core_ApiResult.md#apiresult) | + +#### Returns + +`void` + +#### Defined in + +[src/api/core/request.ts:275](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L275) + +___ + +### getFormData + +▸ **getFormData**(`options`): `undefined` \| `FormData` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | + +#### Returns + +`undefined` \| `FormData` + +#### Defined in + +[src/api/core/request.ts:118](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L118) + +___ + +### getHeaders + +▸ **getHeaders**(`config`, `options`, `formData?`): `Promise`\<`Record`\<`string`, `string`\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `config` | [`OpenAPIConfig`](api_core_OpenAPI.md#openapiconfig) | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | +| `formData?` | `FormData` | + +#### Returns + +`Promise`\<`Record`\<`string`, `string`\>\> + +#### Defined in + +[src/api/core/request.ts:159](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L159) + +___ + +### getQueryString + +▸ **getQueryString**(`params`): `string` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `params` | `Record`\<`string`, `any`\> | + +#### Returns + +`string` + +#### Defined in + +[src/api/core/request.ts:65](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L65) + +___ + +### getRequestBody + +▸ **getRequestBody**(`options`): `any` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | + +#### Returns + +`any` + +#### Defined in + +[src/api/core/request.ts:214](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L214) + +___ + +### getResponseBody + +▸ **getResponseBody**(`response`): `any` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `response` | `AxiosResponse`\<`any`, `any`\> | + +#### Returns + +`any` + +#### Defined in + +[src/api/core/request.ts:268](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L268) + +___ + +### getResponseHeader + +▸ **getResponseHeader**(`response`, `responseHeader?`): `undefined` \| `string` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `response` | `AxiosResponse`\<`any`, `any`\> | +| `responseHeader?` | `string` | + +#### Returns + +`undefined` \| `string` + +#### Defined in + +[src/api/core/request.ts:255](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L255) + +___ + +### isBlob + +▸ **isBlob**(`value`): value is Blob + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `value` | `any` | + +#### Returns + +value is Blob + +#### Defined in + +[src/api/core/request.ts:35](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L35) + +___ + +### isDefined + +▸ **isDefined**\<`T`\>(`value`): value is Exclude\ + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `value` | `undefined` \| ``null`` \| `T` | + +#### Returns + +value is Exclude\ + +#### Defined in + +[src/api/core/request.ts:21](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L21) + +___ + +### isFormData + +▸ **isFormData**(`value`): value is FormData + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `value` | `any` | + +#### Returns + +value is FormData + +#### Defined in + +[src/api/core/request.ts:48](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L48) + +___ + +### isString + +▸ **isString**(`value`): value is string + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `value` | `any` | + +#### Returns + +value is string + +#### Defined in + +[src/api/core/request.ts:27](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L27) + +___ + +### isStringWithValue + +▸ **isStringWithValue**(`value`): value is string + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `value` | `any` | + +#### Returns + +value is string + +#### Defined in + +[src/api/core/request.ts:31](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L31) + +___ + +### isSuccess + +▸ **isSuccess**(`status`): `boolean` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `status` | `number` | + +#### Returns + +`boolean` + +#### Defined in + +[src/api/core/request.ts:52](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L52) + +___ + +### request + +▸ **request**\<`T`\>(`config`, `options`, `axiosClient?`): [`CancelablePromise`](../classes/api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +Request method + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | Default value | Description | +| :------ | :------ | :------ | :------ | +| `config` | [`OpenAPIConfig`](api_core_OpenAPI.md#openapiconfig) | `undefined` | The OpenAPI configuration object | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | `undefined` | The request options from the service | +| `axiosClient` | `AxiosInstance` | `axios` | The axios client instance to use | + +#### Returns + +[`CancelablePromise`](../classes/api_core_CancelablePromise.CancelablePromise.md)\<`T`\> + +CancelablePromise + +**`Throws`** + +ApiError + +#### Defined in + +[src/api/core/request.ts:322](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L322) + +___ + +### resolve + +▸ **resolve**\<`T`\>(`options`, `resolver?`): `Promise`\<`undefined` \| `T`\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | +| `resolver?` | `T` \| `Resolver`\<`T`\> | + +#### Returns + +`Promise`\<`undefined` \| `T`\> + +#### Defined in + +[src/api/core/request.ts:149](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L149) + +___ + +### sendRequest + +▸ **sendRequest**\<`T`\>(`config`, `options`, `url`, `body`, `formData`, `headers`, `onCancel`, `axiosClient`): `Promise`\<`AxiosResponse`\<`T`, `any`\>\> + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `config` | [`OpenAPIConfig`](api_core_OpenAPI.md#openapiconfig) | +| `options` | [`ApiRequestOptions`](api_core_ApiRequestOptions.md#apirequestoptions) | +| `url` | `string` | +| `body` | `any` | +| `formData` | `undefined` \| `FormData` | +| `headers` | `Record`\<`string`, `string`\> | +| `onCancel` | [`OnCancel`](../interfaces/api_core_CancelablePromise.OnCancel.md) | +| `axiosClient` | `AxiosInstance` | + +#### Returns + +`Promise`\<`AxiosResponse`\<`T`, `any`\>\> + +#### Defined in + +[src/api/core/request.ts:221](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/core/request.ts#L221) diff --git a/docs/js-sdk-docs/modules/api_models_Agent.md b/docs/js-sdk-docs/modules/api_models_Agent.md new file mode 100644 index 000000000..322583986 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_Agent.md @@ -0,0 +1,33 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/Agent + +# Module: api/models/Agent + +## Table of contents + +### Type Aliases + +- [Agent](api_models_Agent.md#agent) + +## Type Aliases + +### Agent + +Ƭ **Agent**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about?` | `string` | About the agent | +| `created_at?` | `string` | Agent created at (RFC-3339 format) | +| `default_settings?` | [`AgentDefaultSettings`](api_models_AgentDefaultSettings.md#agentdefaultsettings) | Default settings for all sessions created by this agent | +| `id` | `string` | Agent id (UUID) | +| `instructions?` | `string` \| `string`[] | Instructions for the agent | +| `metadata?` | `any` | Optional metadata | +| `model` | `string` | The model to use with this agent | +| `name` | `string` | Name of the agent | +| `updated_at?` | `string` | Agent updated at (RFC-3339 format) | + +#### Defined in + +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/Agent.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_AgentDefaultSettings.md b/docs/js-sdk-docs/modules/api_models_AgentDefaultSettings.md new file mode 100644 index 000000000..99ea82f5f --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_AgentDefaultSettings.md @@ -0,0 +1,32 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/AgentDefaultSettings + +# Module: api/models/AgentDefaultSettings + +## Table of contents + +### Type Aliases + +- [AgentDefaultSettings](api_models_AgentDefaultSettings.md#agentdefaultsettings) + +## Type Aliases + +### AgentDefaultSettings + +Ƭ **AgentDefaultSettings**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `frequency_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | +| `length_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. | +| `min_p?` | `number` | Minimum probability compared to leading token to be considered | +| `presence_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | +| `preset?` | ``"problem_solving"`` \| ``"conversational"`` \| ``"fun"`` \| ``"prose"`` \| ``"creative"`` \| ``"business"`` \| ``"deterministic"`` \| ``"code"`` \| ``"multilingual"`` | Generation preset name (one of: problem_solving, conversational, fun, prose, creative, business, deterministic, code, multilingual) | +| `repetition_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | +| `temperature?` | `number` \| ``null`` | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. | +| `top_p?` | `number` \| ``null`` | Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. | + +#### Defined in + +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_ChatInput.md b/docs/js-sdk-docs/modules/api_models_ChatInput.md new file mode 100644 index 000000000..14da51adb --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ChatInput.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ChatInput + +# Module: api/models/ChatInput + +## Table of contents + +### Type Aliases + +- [ChatInput](api_models_ChatInput.md#chatinput) + +## Type Aliases + +### ChatInput + +Ƭ **ChatInput**: [`ChatInputData`](api_models_ChatInputData.md#chatinputdata) & [`ChatSettings`](api_models_ChatSettings.md#chatsettings) & [`MemoryAccessOptions`](api_models_MemoryAccessOptions.md#memoryaccessoptions) + +#### Defined in + +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ChatInput.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_ChatInputData.md b/docs/js-sdk-docs/modules/api_models_ChatInputData.md new file mode 100644 index 000000000..8823395fb --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ChatInputData.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ChatInputData + +# Module: api/models/ChatInputData + +## Table of contents + +### Type Aliases + +- [ChatInputData](api_models_ChatInputData.md#chatinputdata) + +## Type Aliases + +### ChatInputData + +Ƭ **ChatInputData**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `messages` | [`InputChatMLMessage`](api_models_InputChatMLMessage.md#inputchatmlmessage)[] | A list of new input messages comprising the conversation so far. | +| `tool_choice?` | [`ToolChoiceOption`](api_models_ToolChoiceOption.md#toolchoiceoption) \| [`NamedToolChoice`](api_models_NamedToolChoice.md#namedtoolchoice) \| ``null`` | Can be one of existing tools given to the agent earlier or the ones included in the request | +| `tools?` | [`Tool`](api_models_Tool.md#tool)[] \| ``null`` | (Advanced) List of tools that are provided in addition to agent's default set of tools. Functions of same name in agent set are overriden | + +#### Defined in + +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ChatInputData.ts#L9) diff --git a/docs/js-sdk-docs/modules/api_models_ChatMLMessage.md b/docs/js-sdk-docs/modules/api_models_ChatMLMessage.md new file mode 100644 index 000000000..3616ebe77 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ChatMLMessage.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ChatMLMessage + +# Module: api/models/ChatMLMessage + +## Table of contents + +### Type Aliases + +- [ChatMLMessage](api_models_ChatMLMessage.md#chatmlmessage) + +## Type Aliases + +### ChatMLMessage + +Ƭ **ChatMLMessage**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `content` | `string` | ChatML content | +| `created_at` | `string` | Message created at (RFC-3339 format) | +| `id` | `string` | Message ID | +| `name?` | `string` | ChatML name | +| `role` | ``"user"`` \| ``"assistant"`` \| ``"system"`` \| ``"function_call"`` \| ``"function"`` | ChatML role (system\|assistant\|user\|function_call\|function) | + +#### Defined in + +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ChatMLMessage.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_ChatResponse.md b/docs/js-sdk-docs/modules/api_models_ChatResponse.md new file mode 100644 index 000000000..5e10f02c8 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ChatResponse.md @@ -0,0 +1,32 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ChatResponse + +# Module: api/models/ChatResponse + +## Table of contents + +### Type Aliases + +- [ChatResponse](api_models_ChatResponse.md#chatresponse) + +## Type Aliases + +### ChatResponse + +Ƭ **ChatResponse**: `Object` + +Represents a chat completion response returned by model, based on the provided input. + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `doc_ids` | [`DocIds`](api_models_DocIds.md#docids) | - | +| `finish_reason` | ``"stop"`` \| ``"length"`` \| ``"tool_calls"`` \| ``"content_filter"`` \| ``"function_call"`` | The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence, `length` if the maximum number of tokens specified in the request was reached, `content_filter` if content was omitted due to a flag from our content filters, `tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function. | +| `id` | `string` | A unique identifier for the chat completion. | +| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | +| `response` | [`ChatMLMessage`](api_models_ChatMLMessage.md#chatmlmessage)[][] | A list of chat completion messages produced as a response. | +| `usage` | [`CompletionUsage`](api_models_CompletionUsage.md#completionusage) | - | + +#### Defined in + +[src/api/models/ChatResponse.ts:11](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ChatResponse.ts#L11) diff --git a/docs/js-sdk-docs/modules/api_models_ChatSettings.md b/docs/js-sdk-docs/modules/api_models_ChatSettings.md new file mode 100644 index 000000000..29bf66774 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ChatSettings.md @@ -0,0 +1,41 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ChatSettings + +# Module: api/models/ChatSettings + +## Table of contents + +### Type Aliases + +- [ChatSettings](api_models_ChatSettings.md#chatsettings) + +## Type Aliases + +### ChatSettings + +Ƭ **ChatSettings**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `frequency_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | +| `length_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. | +| `logit_bias?` | `Record`\<`string`, `number`\> \| ``null`` | Modify the likelihood of specified tokens appearing in the completion. Accepts a JSON object that maps tokens (specified by their token ID in the tokenizer) to an associated bias value from -100 to 100. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token. | +| `max_tokens?` | `number` \| ``null`` | The maximum number of tokens to generate in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. | +| `min_p?` | `number` | Minimum probability compared to leading token to be considered | +| `presence_penalty?` | `number` \| ``null`` | (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | +| `preset?` | ``"problem_solving"`` \| ``"conversational"`` \| ``"fun"`` \| ``"prose"`` \| ``"creative"`` \| ``"business"`` \| ``"deterministic"`` \| ``"code"`` \| ``"multilingual"`` | Generation preset name (problem_solving\|conversational\|fun\|prose\|creative\|business\|deterministic\|code\|multilingual) | +| `repetition_penalty?` | `number` \| ``null`` | (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. | +| `response_format?` | \{ `pattern?`: `string` ; `schema?`: `any` ; `type?`: ``"text"`` \| ``"json_object"`` \| ``"regex"`` } | An object specifying the format that the model must output. Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the message the model generates is valid JSON. **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly "stuck" request. Also note that the message content may be partially cut off if `finish_reason="length"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length. | +| `response_format.pattern?` | `string` | Regular expression pattern to use if `type` is `"regex"` | +| `response_format.schema?` | `any` | JSON Schema to use if `type` is `"json_object"` | +| `response_format.type?` | ``"text"`` \| ``"json_object"`` \| ``"regex"`` | Must be one of `"text"`, `"regex"` or `"json_object"`. | +| `seed?` | `number` \| ``null`` | This feature is in Beta. If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result. Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend. | +| `stop?` | `string` \| ``null`` \| `string`[] | Up to 4 sequences where the API will stop generating further tokens. | +| `stream?` | `boolean` \| ``null`` | If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions). | +| `temperature?` | `number` \| ``null`` | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. | +| `top_p?` | `number` \| ``null`` | Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. | + +#### Defined in + +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ChatSettings.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_CompletionUsage.md b/docs/js-sdk-docs/modules/api_models_CompletionUsage.md new file mode 100644 index 000000000..ad7044d6c --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_CompletionUsage.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/CompletionUsage + +# Module: api/models/CompletionUsage + +## Table of contents + +### Type Aliases + +- [CompletionUsage](api_models_CompletionUsage.md#completionusage) + +## Type Aliases + +### CompletionUsage + +Ƭ **CompletionUsage**: `Object` + +Usage statistics for the completion request. + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `completion_tokens` | `number` | Number of tokens in the generated completion. | +| `prompt_tokens` | `number` | Number of tokens in the prompt. | +| `total_tokens` | `number` | Total number of tokens used in the request (prompt + completion). | + +#### Defined in + +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/CompletionUsage.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_CreateAgentRequest.md b/docs/js-sdk-docs/modules/api_models_CreateAgentRequest.md new file mode 100644 index 000000000..8070b6cce --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_CreateAgentRequest.md @@ -0,0 +1,34 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/CreateAgentRequest + +# Module: api/models/CreateAgentRequest + +## Table of contents + +### Type Aliases + +- [CreateAgentRequest](api_models_CreateAgentRequest.md#createagentrequest) + +## Type Aliases + +### CreateAgentRequest + +Ƭ **CreateAgentRequest**: `Object` + +A valid request payload for creating an agent + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about?` | `string` | About the agent | +| `default_settings?` | [`AgentDefaultSettings`](api_models_AgentDefaultSettings.md#agentdefaultsettings) | Default model settings to start every session with | +| `docs?` | [`CreateDoc`](api_models_CreateDoc.md#createdoc)[] | List of docs about agent | +| `instructions?` | `string` \| `string`[] | Instructions for the agent | +| `metadata?` | `any` | (Optional) metadata | +| `model?` | `string` | Name of the model that the agent is supposed to use | +| `name` | `string` | Name of the agent | +| `tools?` | [`CreateToolRequest`](api_models_CreateToolRequest.md#createtoolrequest)[] | A list of tools the model may call. Currently, only `function`s are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. | + +#### Defined in + +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) diff --git a/docs/js-sdk-docs/modules/api_models_CreateDoc.md b/docs/js-sdk-docs/modules/api_models_CreateDoc.md new file mode 100644 index 000000000..f6c362954 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_CreateDoc.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/CreateDoc + +# Module: api/models/CreateDoc + +## Table of contents + +### Type Aliases + +- [CreateDoc](api_models_CreateDoc.md#createdoc) + +## Type Aliases + +### CreateDoc + +Ƭ **CreateDoc**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `content` | `string`[] \| `string` | Information content | +| `metadata?` | `any` | Optional metadata | +| `title` | `string` | Title describing what this bit of information contains | + +#### Defined in + +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/CreateDoc.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_CreateSessionRequest.md b/docs/js-sdk-docs/modules/api_models_CreateSessionRequest.md new file mode 100644 index 000000000..b5a9d2eae --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_CreateSessionRequest.md @@ -0,0 +1,31 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/CreateSessionRequest + +# Module: api/models/CreateSessionRequest + +## Table of contents + +### Type Aliases + +- [CreateSessionRequest](api_models_CreateSessionRequest.md#createsessionrequest) + +## Type Aliases + +### CreateSessionRequest + +Ƭ **CreateSessionRequest**: `Object` + +A valid request payload for creating a session + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `agent_id` | `string` | Agent ID of agent to associate with this session | +| `metadata?` | `any` | Optional metadata | +| `render_templates?` | `boolean` | Render system and assistant message content as jinja templates | +| `situation?` | `string` | A specific situation that sets the background for this session | +| `user_id?` | `string` | (Optional) User ID of user to associate with this session | + +#### Defined in + +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_CreateToolRequest.md b/docs/js-sdk-docs/modules/api_models_CreateToolRequest.md new file mode 100644 index 000000000..09685507a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_CreateToolRequest.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/CreateToolRequest + +# Module: api/models/CreateToolRequest + +## Table of contents + +### Type Aliases + +- [CreateToolRequest](api_models_CreateToolRequest.md#createtoolrequest) + +## Type Aliases + +### CreateToolRequest + +Ƭ **CreateToolRequest**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `function` | [`FunctionDef`](api_models_FunctionDef.md#functiondef) | Function definition and parameters | +| `type` | ``"function"`` \| ``"webhook"`` | Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) | + +#### Defined in + +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/CreateToolRequest.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_CreateUserRequest.md b/docs/js-sdk-docs/modules/api_models_CreateUserRequest.md new file mode 100644 index 000000000..85ff4d8f7 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_CreateUserRequest.md @@ -0,0 +1,30 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/CreateUserRequest + +# Module: api/models/CreateUserRequest + +## Table of contents + +### Type Aliases + +- [CreateUserRequest](api_models_CreateUserRequest.md#createuserrequest) + +## Type Aliases + +### CreateUserRequest + +Ƭ **CreateUserRequest**: `Object` + +A valid request payload for creating a user + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about?` | `string` | About the user | +| `docs?` | [`CreateDoc`](api_models_CreateDoc.md#createdoc)[] | List of docs about user | +| `metadata?` | `any` | (Optional) metadata | +| `name?` | `string` | Name of the user | + +#### Defined in + +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/CreateUserRequest.ts#L9) diff --git a/docs/js-sdk-docs/modules/api_models_Doc.md b/docs/js-sdk-docs/modules/api_models_Doc.md new file mode 100644 index 000000000..f9d58ef99 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_Doc.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/Doc + +# Module: api/models/Doc + +## Table of contents + +### Type Aliases + +- [Doc](api_models_Doc.md#doc) + +## Type Aliases + +### Doc + +Ƭ **Doc**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `content` | `string`[] \| `string` | Information content | +| `created_at` | `string` | Doc created at | +| `id` | `string` | ID of doc | +| `metadata?` | `any` | optional metadata | +| `title` | `string` | Title describing what this bit of information contains | + +#### Defined in + +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/Doc.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_DocIds.md b/docs/js-sdk-docs/modules/api_models_DocIds.md new file mode 100644 index 000000000..26b2ee1fa --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_DocIds.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/DocIds + +# Module: api/models/DocIds + +## Table of contents + +### Type Aliases + +- [DocIds](api_models_DocIds.md#docids) + +## Type Aliases + +### DocIds + +Ƭ **DocIds**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `agent_doc_ids` | `string`[] | +| `user_doc_ids` | `string`[] | + +#### Defined in + +[src/api/models/DocIds.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/DocIds.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_FunctionCallOption.md b/docs/js-sdk-docs/modules/api_models_FunctionCallOption.md new file mode 100644 index 000000000..98d36644a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_FunctionCallOption.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/FunctionCallOption + +# Module: api/models/FunctionCallOption + +## Table of contents + +### Type Aliases + +- [FunctionCallOption](api_models_FunctionCallOption.md#functioncalloption) + +## Type Aliases + +### FunctionCallOption + +Ƭ **FunctionCallOption**: `Object` + +Specifying a particular function via `{"name": "my_function"}` forces the model to call that function. + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `name` | `string` | The name of the function to call. | + +#### Defined in + +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/FunctionCallOption.ts#L9) diff --git a/docs/js-sdk-docs/modules/api_models_FunctionDef.md b/docs/js-sdk-docs/modules/api_models_FunctionDef.md new file mode 100644 index 000000000..ebd4b1111 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_FunctionDef.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/FunctionDef + +# Module: api/models/FunctionDef + +## Table of contents + +### Type Aliases + +- [FunctionDef](api_models_FunctionDef.md#functiondef) + +## Type Aliases + +### FunctionDef + +Ƭ **FunctionDef**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `description?` | `string` | A description of what the function does, used by the model to choose when and how to call the function. | +| `name` | `string` | The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. | +| `parameters` | [`FunctionParameters`](api_models_FunctionParameters.md#functionparameters) | Parameters accepeted by this function | + +#### Defined in + +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/FunctionDef.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_FunctionParameters.md b/docs/js-sdk-docs/modules/api_models_FunctionParameters.md new file mode 100644 index 000000000..a472377ab --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_FunctionParameters.md @@ -0,0 +1,21 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/FunctionParameters + +# Module: api/models/FunctionParameters + +## Table of contents + +### Type Aliases + +- [FunctionParameters](api_models_FunctionParameters.md#functionparameters) + +## Type Aliases + +### FunctionParameters + +Ƭ **FunctionParameters**: `Record`\<`string`, `any`\> + +The parameters the functions accepts, described as a JSON Schema object. + +#### Defined in + +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/FunctionParameters.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_InputChatMLMessage.md b/docs/js-sdk-docs/modules/api_models_InputChatMLMessage.md new file mode 100644 index 000000000..256c337e1 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_InputChatMLMessage.md @@ -0,0 +1,28 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/InputChatMLMessage + +# Module: api/models/InputChatMLMessage + +## Table of contents + +### Type Aliases + +- [InputChatMLMessage](api_models_InputChatMLMessage.md#inputchatmlmessage) + +## Type Aliases + +### InputChatMLMessage + +Ƭ **InputChatMLMessage**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `content` | `string` | ChatML content | +| `continue?` | `boolean` | Whether to continue this message or return a new one | +| `name?` | `string` | ChatML name | +| `role` | ``"user"`` \| ``"assistant"`` \| ``"system"`` \| ``"function_call"`` \| ``"function"`` \| ``"auto"`` | ChatML role (system\|assistant\|user\|function_call\|function\|auto) | + +#### Defined in + +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_JobStatus.md b/docs/js-sdk-docs/modules/api_models_JobStatus.md new file mode 100644 index 000000000..62be3b95e --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_JobStatus.md @@ -0,0 +1,32 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/JobStatus + +# Module: api/models/JobStatus + +## Table of contents + +### Type Aliases + +- [JobStatus](api_models_JobStatus.md#jobstatus) + +## Type Aliases + +### JobStatus + +Ƭ **JobStatus**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `created_at` | `string` | Job created at (RFC-3339 format) | +| `has_progress?` | `boolean` | Whether this Job supports progress updates | +| `id` | `string` | Job id (UUID) | +| `name` | `string` | Name of the job | +| `progress?` | `number` | Progress percentage | +| `reason?` | `string` | Reason for current state | +| `state` | ``"pending"`` \| ``"in_progress"`` \| ``"retrying"`` \| ``"succeeded"`` \| ``"aborted"`` \| ``"failed"`` \| ``"unknown"`` | Current state (one of: pending, in_progress, retrying, succeeded, aborted, failed) | +| `updated_at?` | `string` | Job updated at (RFC-3339 format) | + +#### Defined in + +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/JobStatus.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_Memory.md b/docs/js-sdk-docs/modules/api_models_Memory.md new file mode 100644 index 000000000..db32b7f39 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_Memory.md @@ -0,0 +1,33 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/Memory + +# Module: api/models/Memory + +## Table of contents + +### Type Aliases + +- [Memory](api_models_Memory.md#memory) + +## Type Aliases + +### Memory + +Ƭ **Memory**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `agent_id` | `string` | ID of the agent | +| `content` | `string` | Content of the memory | +| `created_at` | `string` | Memory created at (RFC-3339 format) | +| `entities` | `any`[] | List of entities mentioned in the memory | +| `id` | `string` | Memory id (UUID) | +| `last_accessed_at?` | `string` | Memory last accessed at (RFC-3339 format) | +| `sentiment?` | `number` | Sentiment (valence) of the memory on a scale of -1 to 1 | +| `timestamp?` | `string` | Memory happened at (RFC-3339 format) | +| `user_id` | `string` | ID of the user | + +#### Defined in + +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/Memory.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_MemoryAccessOptions.md b/docs/js-sdk-docs/modules/api_models_MemoryAccessOptions.md new file mode 100644 index 000000000..959ac29a1 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_MemoryAccessOptions.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/MemoryAccessOptions + +# Module: api/models/MemoryAccessOptions + +## Table of contents + +### Type Aliases + +- [MemoryAccessOptions](api_models_MemoryAccessOptions.md#memoryaccessoptions) + +## Type Aliases + +### MemoryAccessOptions + +Ƭ **MemoryAccessOptions**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `recall?` | `boolean` | Whether previous memories should be recalled or not | +| `record?` | `boolean` | Whether this interaction should be recorded in history or not | +| `remember?` | `boolean` | Whether this interaction should form memories or not | + +#### Defined in + +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_NamedToolChoice.md b/docs/js-sdk-docs/modules/api_models_NamedToolChoice.md new file mode 100644 index 000000000..db889e9ce --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_NamedToolChoice.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/NamedToolChoice + +# Module: api/models/NamedToolChoice + +## Table of contents + +### Type Aliases + +- [NamedToolChoice](api_models_NamedToolChoice.md#namedtoolchoice) + +## Type Aliases + +### NamedToolChoice + +Ƭ **NamedToolChoice**: `Object` + +Specifies a tool the model should use. Use to force the model to call a specific function. + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `function` | \{ `name`: `string` } | - | +| `function.name` | `string` | The name of the function to call. | +| `type` | ``"function"`` | The type of the tool. Currently, only `function` is supported. | + +#### Defined in + +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/NamedToolChoice.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_PartialFunctionDef.md b/docs/js-sdk-docs/modules/api_models_PartialFunctionDef.md new file mode 100644 index 000000000..2a1da5139 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_PartialFunctionDef.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/PartialFunctionDef + +# Module: api/models/PartialFunctionDef + +## Table of contents + +### Type Aliases + +- [PartialFunctionDef](api_models_PartialFunctionDef.md#partialfunctiondef) + +## Type Aliases + +### PartialFunctionDef + +Ƭ **PartialFunctionDef**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `description?` | `string` | A description of what the function does, used by the model to choose when and how to call the function. | +| `name?` | `string` | The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. | +| `parameters?` | [`FunctionParameters`](api_models_FunctionParameters.md#functionparameters) | Parameters accepeted by this function | + +#### Defined in + +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_PatchAgentRequest.md b/docs/js-sdk-docs/modules/api_models_PatchAgentRequest.md new file mode 100644 index 000000000..8e6f8046b --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_PatchAgentRequest.md @@ -0,0 +1,32 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/PatchAgentRequest + +# Module: api/models/PatchAgentRequest + +## Table of contents + +### Type Aliases + +- [PatchAgentRequest](api_models_PatchAgentRequest.md#patchagentrequest) + +## Type Aliases + +### PatchAgentRequest + +Ƭ **PatchAgentRequest**: `Object` + +A request for patching an agent + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about?` | `string` | About the agent | +| `default_settings?` | [`AgentDefaultSettings`](api_models_AgentDefaultSettings.md#agentdefaultsettings) | Default model settings to start every session with | +| `instructions?` | `string` \| `string`[] | Instructions for the agent | +| `metadata?` | `any` | Optional metadata | +| `model?` | `string` | Name of the model that the agent is supposed to use | +| `name?` | `string` | Name of the agent | + +#### Defined in + +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) diff --git a/docs/js-sdk-docs/modules/api_models_PatchSessionRequest.md b/docs/js-sdk-docs/modules/api_models_PatchSessionRequest.md new file mode 100644 index 000000000..ae2adfb8a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_PatchSessionRequest.md @@ -0,0 +1,28 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/PatchSessionRequest + +# Module: api/models/PatchSessionRequest + +## Table of contents + +### Type Aliases + +- [PatchSessionRequest](api_models_PatchSessionRequest.md#patchsessionrequest) + +## Type Aliases + +### PatchSessionRequest + +Ƭ **PatchSessionRequest**: `Object` + +A request for patching a session + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `metadata?` | `any` | Optional metadata | +| `situation?` | `string` | Updated situation for this session | + +#### Defined in + +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_PatchToolRequest.md b/docs/js-sdk-docs/modules/api_models_PatchToolRequest.md new file mode 100644 index 000000000..c7b9b1d9e --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_PatchToolRequest.md @@ -0,0 +1,25 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/PatchToolRequest + +# Module: api/models/PatchToolRequest + +## Table of contents + +### Type Aliases + +- [PatchToolRequest](api_models_PatchToolRequest.md#patchtoolrequest) + +## Type Aliases + +### PatchToolRequest + +Ƭ **PatchToolRequest**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `function` | [`PartialFunctionDef`](api_models_PartialFunctionDef.md#partialfunctiondef) | Function definition and parameters | + +#### Defined in + +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/PatchToolRequest.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_PatchUserRequest.md b/docs/js-sdk-docs/modules/api_models_PatchUserRequest.md new file mode 100644 index 000000000..1cd7d73c8 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_PatchUserRequest.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/PatchUserRequest + +# Module: api/models/PatchUserRequest + +## Table of contents + +### Type Aliases + +- [PatchUserRequest](api_models_PatchUserRequest.md#patchuserrequest) + +## Type Aliases + +### PatchUserRequest + +Ƭ **PatchUserRequest**: `Object` + +A request for patching a user + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about?` | `string` | About the user | +| `metadata?` | `any` | Optional metadata | +| `name?` | `string` | Name of the user | + +#### Defined in + +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/PatchUserRequest.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_ResourceCreatedResponse.md b/docs/js-sdk-docs/modules/api_models_ResourceCreatedResponse.md new file mode 100644 index 000000000..004019833 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ResourceCreatedResponse.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ResourceCreatedResponse + +# Module: api/models/ResourceCreatedResponse + +## Table of contents + +### Type Aliases + +- [ResourceCreatedResponse](api_models_ResourceCreatedResponse.md#resourcecreatedresponse) + +## Type Aliases + +### ResourceCreatedResponse + +Ƭ **ResourceCreatedResponse**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `created_at` | `string` | - | +| `id` | `string` | - | +| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | + +#### Defined in + +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_ResourceDeletedResponse.md b/docs/js-sdk-docs/modules/api_models_ResourceDeletedResponse.md new file mode 100644 index 000000000..e8f0936a8 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ResourceDeletedResponse.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ResourceDeletedResponse + +# Module: api/models/ResourceDeletedResponse + +## Table of contents + +### Type Aliases + +- [ResourceDeletedResponse](api_models_ResourceDeletedResponse.md#resourcedeletedresponse) + +## Type Aliases + +### ResourceDeletedResponse + +Ƭ **ResourceDeletedResponse**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `deleted_at` | `string` | - | +| `id` | `string` | - | +| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | + +#### Defined in + +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_ResourceUpdatedResponse.md b/docs/js-sdk-docs/modules/api_models_ResourceUpdatedResponse.md new file mode 100644 index 000000000..fd1dc831c --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ResourceUpdatedResponse.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ResourceUpdatedResponse + +# Module: api/models/ResourceUpdatedResponse + +## Table of contents + +### Type Aliases + +- [ResourceUpdatedResponse](api_models_ResourceUpdatedResponse.md#resourceupdatedresponse) + +## Type Aliases + +### ResourceUpdatedResponse + +Ƭ **ResourceUpdatedResponse**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `id` | `string` | - | +| `jobs?` | `string`[] | IDs (if any) of jobs created as part of this request | +| `updated_at` | `string` | - | + +#### Defined in + +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_Session.md b/docs/js-sdk-docs/modules/api_models_Session.md new file mode 100644 index 000000000..b7fcabc25 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_Session.md @@ -0,0 +1,33 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/Session + +# Module: api/models/Session + +## Table of contents + +### Type Aliases + +- [Session](api_models_Session.md#session) + +## Type Aliases + +### Session + +Ƭ **Session**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `agent_id` | `string` | Agent ID of agent associated with this session | +| `created_at?` | `string` | Session created at (RFC-3339 format) | +| `id` | `string` | Session id (UUID) | +| `metadata?` | `any` | Optional metadata | +| `render_templates?` | `boolean` | Render system and assistant message content as jinja templates | +| `situation?` | `string` | A specific situation that sets the background for this session | +| `summary?` | `string` | (null at the beginning) - generated automatically after every interaction | +| `updated_at?` | `string` | Session updated at (RFC-3339 format) | +| `user_id?` | `string` | User ID of user associated with this session | + +#### Defined in + +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/Session.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_Suggestion.md b/docs/js-sdk-docs/modules/api_models_Suggestion.md new file mode 100644 index 000000000..75fc70c27 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_Suggestion.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/Suggestion + +# Module: api/models/Suggestion + +## Table of contents + +### Type Aliases + +- [Suggestion](api_models_Suggestion.md#suggestion) + +## Type Aliases + +### Suggestion + +Ƭ **Suggestion**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `content` | `string` | The content of the suggestion | +| `created_at?` | `string` | Suggestion created at (RFC-3339 format) | +| `message_id` | `string` | The message that produced it | +| `session_id` | `string` | Session this suggestion belongs to | +| `target` | ``"user"`` \| ``"agent"`` | Whether the suggestion is for the `agent` or a `user` | + +#### Defined in + +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/Suggestion.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_Tool.md b/docs/js-sdk-docs/modules/api_models_Tool.md new file mode 100644 index 000000000..397ee1d87 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_Tool.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/Tool + +# Module: api/models/Tool + +## Table of contents + +### Type Aliases + +- [Tool](api_models_Tool.md#tool) + +## Type Aliases + +### Tool + +Ƭ **Tool**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `function` | [`FunctionDef`](api_models_FunctionDef.md#functiondef) | Function definition and parameters | +| `id` | `string` | Tool ID | +| `type` | ``"function"`` \| ``"webhook"`` | Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) | + +#### Defined in + +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/Tool.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_ToolChoiceOption.md b/docs/js-sdk-docs/modules/api_models_ToolChoiceOption.md new file mode 100644 index 000000000..2d533cbbb --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_ToolChoiceOption.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/ToolChoiceOption + +# Module: api/models/ToolChoiceOption + +## Table of contents + +### Type Aliases + +- [ToolChoiceOption](api_models_ToolChoiceOption.md#toolchoiceoption) + +## Type Aliases + +### ToolChoiceOption + +Ƭ **ToolChoiceOption**: ``"none"`` \| ``"auto"`` \| [`NamedToolChoice`](api_models_NamedToolChoice.md#namedtoolchoice) + +Controls which (if any) function is called by the model. +`none` means the model will not call a function and instead generates a message. +`auto` means the model can pick between generating a message or calling a function. +Specifying a particular function via `{"type: "function", "function": {"name": "my_function"}}` forces the model to call that function. + +`none` is the default when no functions are present. `auto` is the default if functions are present. + +#### Defined in + +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) diff --git a/docs/js-sdk-docs/modules/api_models_UpdateAgentRequest.md b/docs/js-sdk-docs/modules/api_models_UpdateAgentRequest.md new file mode 100644 index 000000000..a0cf5444e --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_UpdateAgentRequest.md @@ -0,0 +1,32 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/UpdateAgentRequest + +# Module: api/models/UpdateAgentRequest + +## Table of contents + +### Type Aliases + +- [UpdateAgentRequest](api_models_UpdateAgentRequest.md#updateagentrequest) + +## Type Aliases + +### UpdateAgentRequest + +Ƭ **UpdateAgentRequest**: `Object` + +A valid request payload for updating an agent + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about` | `string` | About the agent | +| `default_settings?` | [`AgentDefaultSettings`](api_models_AgentDefaultSettings.md#agentdefaultsettings) | Default model settings to start every session with | +| `instructions?` | `string` \| `string`[] | Instructions for the agent | +| `metadata?` | `any` | Optional metadata | +| `model?` | `string` | Name of the model that the agent is supposed to use | +| `name` | `string` | Name of the agent | + +#### Defined in + +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) diff --git a/docs/js-sdk-docs/modules/api_models_UpdateSessionRequest.md b/docs/js-sdk-docs/modules/api_models_UpdateSessionRequest.md new file mode 100644 index 000000000..1c37e86d0 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_UpdateSessionRequest.md @@ -0,0 +1,28 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/UpdateSessionRequest + +# Module: api/models/UpdateSessionRequest + +## Table of contents + +### Type Aliases + +- [UpdateSessionRequest](api_models_UpdateSessionRequest.md#updatesessionrequest) + +## Type Aliases + +### UpdateSessionRequest + +Ƭ **UpdateSessionRequest**: `Object` + +A valid request payload for updating a session + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `metadata?` | `any` | Optional metadata | +| `situation` | `string` | Updated situation for this session | + +#### Defined in + +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_UpdateToolRequest.md b/docs/js-sdk-docs/modules/api_models_UpdateToolRequest.md new file mode 100644 index 000000000..024b1a1b9 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_UpdateToolRequest.md @@ -0,0 +1,25 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/UpdateToolRequest + +# Module: api/models/UpdateToolRequest + +## Table of contents + +### Type Aliases + +- [UpdateToolRequest](api_models_UpdateToolRequest.md#updatetoolrequest) + +## Type Aliases + +### UpdateToolRequest + +Ƭ **UpdateToolRequest**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `function` | [`FunctionDef`](api_models_FunctionDef.md#functiondef) | Function definition and parameters | + +#### Defined in + +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) diff --git a/docs/js-sdk-docs/modules/api_models_UpdateUserRequest.md b/docs/js-sdk-docs/modules/api_models_UpdateUserRequest.md new file mode 100644 index 000000000..6657145ee --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_UpdateUserRequest.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/UpdateUserRequest + +# Module: api/models/UpdateUserRequest + +## Table of contents + +### Type Aliases + +- [UpdateUserRequest](api_models_UpdateUserRequest.md#updateuserrequest) + +## Type Aliases + +### UpdateUserRequest + +Ƭ **UpdateUserRequest**: `Object` + +A valid request payload for updating a user + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about` | `string` | About the user | +| `metadata?` | `any` | Optional metadata | +| `name` | `string` | Name of the user | + +#### Defined in + +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) diff --git a/docs/js-sdk-docs/modules/api_models_User.md b/docs/js-sdk-docs/modules/api_models_User.md new file mode 100644 index 000000000..d4a0ca055 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_User.md @@ -0,0 +1,30 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/User + +# Module: api/models/User + +## Table of contents + +### Type Aliases + +- [User](api_models_User.md#user) + +## Type Aliases + +### User + +Ƭ **User**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `about?` | `string` | About the user | +| `created_at?` | `string` | User created at (RFC-3339 format) | +| `id` | `string` | User id (UUID) | +| `metadata?` | `any` | (Optional) metadata | +| `name?` | `string` | Name of the user | +| `updated_at?` | `string` | User updated at (RFC-3339 format) | + +#### Defined in + +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/User.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_agent_id.md b/docs/js-sdk-docs/modules/api_models_agent_id.md new file mode 100644 index 000000000..ddcf9f564 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_agent_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/agent\_id + +# Module: api/models/agent\_id + +## Table of contents + +### Type Aliases + +- [agent\_id](api_models_agent_id.md#agent_id) + +## Type Aliases + +### agent\_id + +Ƭ **agent\_id**: `string` + +#### Defined in + +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/agent_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_doc_id.md b/docs/js-sdk-docs/modules/api_models_doc_id.md new file mode 100644 index 000000000..5dd47229d --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_doc_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/doc\_id + +# Module: api/models/doc\_id + +## Table of contents + +### Type Aliases + +- [doc\_id](api_models_doc_id.md#doc_id) + +## Type Aliases + +### doc\_id + +Ƭ **doc\_id**: `string` + +#### Defined in + +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/doc_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_job_id.md b/docs/js-sdk-docs/modules/api_models_job_id.md new file mode 100644 index 000000000..088a64ad2 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_job_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/job\_id + +# Module: api/models/job\_id + +## Table of contents + +### Type Aliases + +- [job\_id](api_models_job_id.md#job_id) + +## Type Aliases + +### job\_id + +Ƭ **job\_id**: `string` + +#### Defined in + +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/job_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_memory_id.md b/docs/js-sdk-docs/modules/api_models_memory_id.md new file mode 100644 index 000000000..c5fbfbd85 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_memory_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/memory\_id + +# Module: api/models/memory\_id + +## Table of contents + +### Type Aliases + +- [memory\_id](api_models_memory_id.md#memory_id) + +## Type Aliases + +### memory\_id + +Ƭ **memory\_id**: `string` + +#### Defined in + +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/memory_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_message_id.md b/docs/js-sdk-docs/modules/api_models_message_id.md new file mode 100644 index 000000000..cd71c4fc0 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_message_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/message\_id + +# Module: api/models/message\_id + +## Table of contents + +### Type Aliases + +- [message\_id](api_models_message_id.md#message_id) + +## Type Aliases + +### message\_id + +Ƭ **message\_id**: `string` + +#### Defined in + +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/message_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_session_id.md b/docs/js-sdk-docs/modules/api_models_session_id.md new file mode 100644 index 000000000..9a8c20956 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_session_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/session\_id + +# Module: api/models/session\_id + +## Table of contents + +### Type Aliases + +- [session\_id](api_models_session_id.md#session_id) + +## Type Aliases + +### session\_id + +Ƭ **session\_id**: `string` + +#### Defined in + +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/session_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_tool_id.md b/docs/js-sdk-docs/modules/api_models_tool_id.md new file mode 100644 index 000000000..def40319e --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_tool_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/tool\_id + +# Module: api/models/tool\_id + +## Table of contents + +### Type Aliases + +- [tool\_id](api_models_tool_id.md#tool_id) + +## Type Aliases + +### tool\_id + +Ƭ **tool\_id**: `string` + +#### Defined in + +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/tool_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_models_user_id.md b/docs/js-sdk-docs/modules/api_models_user_id.md new file mode 100644 index 000000000..b6ecb3e07 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_models_user_id.md @@ -0,0 +1,19 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/models/user\_id + +# Module: api/models/user\_id + +## Table of contents + +### Type Aliases + +- [user\_id](api_models_user_id.md#user_id) + +## Type Aliases + +### user\_id + +Ƭ **user\_id**: `string` + +#### Defined in + +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/models/user_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__Agent.md b/docs/js-sdk-docs/modules/api_schemas__Agent.md new file mode 100644 index 000000000..38d06841d --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__Agent.md @@ -0,0 +1,59 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$Agent + +# Module: api/schemas/$Agent + +## Table of contents + +### Variables + +- [$Agent](api_schemas__Agent.md#$agent) + +## Variables + +### $Agent + +• `Const` **$Agent**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Agent created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default settings for all sessions created by this agent"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `id`: \{ `description`: ``"Agent id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"The model to use with this agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `updated_at`: \{ `description`: ``"Agent updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the agent"`` | +| `properties.about.type` | ``"string"`` | +| `properties.created_at` | \{ `description`: ``"Agent created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Agent created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.default_settings` | \{ `description`: ``"Default settings for all sessions created by this agent"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | +| `properties.default_settings.description` | ``"Default settings for all sessions created by this agent"`` | +| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | +| `properties.id` | \{ `description`: ``"Agent id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"Agent id (UUID)"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | +| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | +| `properties.instructions.description` | ``"Instructions for the agent"`` | +| `properties.instructions.type` | ``"one-of"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.model` | \{ `description`: ``"The model to use with this agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.model.description` | ``"The model to use with this agent"`` | +| `properties.model.isRequired` | ``true`` | +| `properties.model.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the agent"`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | +| `properties.updated_at` | \{ `description`: ``"Agent updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.updated_at.description` | ``"Agent updated at (RFC-3339 format)"`` | +| `properties.updated_at.format` | ``"date-time"`` | +| `properties.updated_at.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$Agent.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__AgentDefaultSettings.md b/docs/js-sdk-docs/modules/api_schemas__AgentDefaultSettings.md new file mode 100644 index 000000000..4eab4181b --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__AgentDefaultSettings.md @@ -0,0 +1,64 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$AgentDefaultSettings + +# Module: api/schemas/$AgentDefaultSettings + +## Table of contents + +### Variables + +- [$AgentDefaultSettings](api_schemas__AgentDefaultSettings.md#$agentdefaultsettings) + +## Variables + +### $AgentDefaultSettings + +• `Const` **$AgentDefaultSettings**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `frequency_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `minimum`: ``-2`` = -2; `type`: ``"number"`` = "number" } ; `length_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `min_p`: \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } ; `presence_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `preset`: \{ `type`: ``"Enum"`` = "Enum" } ; `repetition_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `temperature`: \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``3`` = 3; `type`: ``"number"`` = "number" } ; `top_p`: \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } } | +| `properties.frequency_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `minimum`: ``-2`` = -2; `type`: ``"number"`` = "number" } | +| `properties.frequency_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | +| `properties.frequency_penalty.isNullable` | ``true`` | +| `properties.frequency_penalty.maximum` | ``2`` | +| `properties.frequency_penalty.minimum` | ``-2`` | +| `properties.frequency_penalty.type` | ``"number"`` | +| `properties.length_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | +| `properties.length_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` | +| `properties.length_penalty.isNullable` | ``true`` | +| `properties.length_penalty.maximum` | ``2`` | +| `properties.length_penalty.type` | ``"number"`` | +| `properties.min_p` | \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | +| `properties.min_p.description` | ``"Minimum probability compared to leading token to be considered"`` | +| `properties.min_p.exclusiveMaximum` | ``true`` | +| `properties.min_p.maximum` | ``1`` | +| `properties.min_p.type` | ``"number"`` | +| `properties.presence_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | +| `properties.presence_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | +| `properties.presence_penalty.isNullable` | ``true`` | +| `properties.presence_penalty.maximum` | ``1`` | +| `properties.presence_penalty.minimum` | ``-1`` | +| `properties.presence_penalty.type` | ``"number"`` | +| `properties.preset` | \{ `type`: ``"Enum"`` = "Enum" } | +| `properties.preset.type` | ``"Enum"`` | +| `properties.repetition_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | +| `properties.repetition_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | +| `properties.repetition_penalty.isNullable` | ``true`` | +| `properties.repetition_penalty.maximum` | ``2`` | +| `properties.repetition_penalty.type` | ``"number"`` | +| `properties.temperature` | \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``3`` = 3; `type`: ``"number"`` = "number" } | +| `properties.temperature.description` | ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` | +| `properties.temperature.isNullable` | ``true`` | +| `properties.temperature.maximum` | ``3`` | +| `properties.temperature.type` | ``"number"`` | +| `properties.top_p` | \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | +| `properties.top_p.description` | ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` | +| `properties.top_p.isNullable` | ``true`` | +| `properties.top_p.maximum` | ``1`` | +| `properties.top_p.type` | ``"number"`` | + +#### Defined in + +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ChatInput.md b/docs/js-sdk-docs/modules/api_schemas__ChatInput.md new file mode 100644 index 000000000..88414bd96 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ChatInput.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ChatInput + +# Module: api/schemas/$ChatInput + +## Table of contents + +### Variables + +- [$ChatInput](api_schemas__ChatInput.md#$chatinput) + +## Variables + +### $ChatInput + +• `Const` **$ChatInput**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `contains` | readonly [\{ `type`: ``"ChatInputData"`` = "ChatInputData" }, \{ `type`: ``"ChatSettings"`` = "ChatSettings" }, \{ `type`: ``"MemoryAccessOptions"`` = "MemoryAccessOptions" }] | +| `type` | ``"all-of"`` | + +#### Defined in + +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ChatInput.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ChatInputData.md b/docs/js-sdk-docs/modules/api_schemas__ChatInputData.md new file mode 100644 index 000000000..dc823515d --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ChatInputData.md @@ -0,0 +1,40 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ChatInputData + +# Module: api/schemas/$ChatInputData + +## Table of contents + +### Variables + +- [$ChatInputData](api_schemas__ChatInputData.md#$chatinputdata) + +## Variables + +### $ChatInputData + +• `Const` **$ChatInputData**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `messages`: \{ `contains`: \{ `type`: ``"InputChatMLMessage"`` = "InputChatMLMessage" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `tool_choice`: \{ `contains`: readonly [\{ `type`: ``"ToolChoiceOption"`` = "ToolChoiceOption" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] ; `description`: ``"Can be one of existing tools given to the agent earlier or the ones included in the request"`` ; `isNullable`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `tools`: \{ `contains`: \{ `type`: ``"Tool"`` = "Tool" } ; `isNullable`: ``true`` = true; `type`: ``"array"`` = "array" } } | +| `properties.messages` | \{ `contains`: \{ `type`: ``"InputChatMLMessage"`` = "InputChatMLMessage" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | +| `properties.messages.contains` | \{ `type`: ``"InputChatMLMessage"`` = "InputChatMLMessage" } | +| `properties.messages.contains.type` | ``"InputChatMLMessage"`` | +| `properties.messages.isRequired` | ``true`` | +| `properties.messages.type` | ``"array"`` | +| `properties.tool_choice` | \{ `contains`: readonly [\{ `type`: ``"ToolChoiceOption"`` = "ToolChoiceOption" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] ; `description`: ``"Can be one of existing tools given to the agent earlier or the ones included in the request"`` ; `isNullable`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | +| `properties.tool_choice.contains` | readonly [\{ `type`: ``"ToolChoiceOption"`` = "ToolChoiceOption" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] | +| `properties.tool_choice.description` | ``"Can be one of existing tools given to the agent earlier or the ones included in the request"`` | +| `properties.tool_choice.isNullable` | ``true`` | +| `properties.tool_choice.type` | ``"one-of"`` | +| `properties.tools` | \{ `contains`: \{ `type`: ``"Tool"`` = "Tool" } ; `isNullable`: ``true`` = true; `type`: ``"array"`` = "array" } | +| `properties.tools.contains` | \{ `type`: ``"Tool"`` = "Tool" } | +| `properties.tools.contains.type` | ``"Tool"`` | +| `properties.tools.isNullable` | ``true`` | +| `properties.tools.type` | ``"array"`` | + +#### Defined in + +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ChatMLMessage.md b/docs/js-sdk-docs/modules/api_schemas__ChatMLMessage.md new file mode 100644 index 000000000..2a118c0fe --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ChatMLMessage.md @@ -0,0 +1,45 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ChatMLMessage + +# Module: api/schemas/$ChatMLMessage + +## Table of contents + +### Variables + +- [$ChatMLMessage](api_schemas__ChatMLMessage.md#$chatmlmessage) + +## Variables + +### $ChatMLMessage + +• `Const` **$ChatMLMessage**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `content`: \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Message created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"Message ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } ; `role`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.content` | \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.content.description` | ``"ChatML content"`` | +| `properties.content.isRequired` | ``true`` | +| `properties.content.type` | ``"string"`` | +| `properties.created_at` | \{ `description`: ``"Message created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Message created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.isRequired` | ``true`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.id` | \{ `description`: ``"Message ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"Message ID"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"ChatML name"`` | +| `properties.name.type` | ``"string"`` | +| `properties.role` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.role.isRequired` | ``true`` | +| `properties.role.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ChatResponse.md b/docs/js-sdk-docs/modules/api_schemas__ChatResponse.md new file mode 100644 index 000000000..db694022e --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ChatResponse.md @@ -0,0 +1,52 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ChatResponse + +# Module: api/schemas/$ChatResponse + +## Table of contents + +### Variables + +- [$ChatResponse](api_schemas__ChatResponse.md#$chatresponse) + +## Variables + +### $ChatResponse + +• `Const` **$ChatResponse**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"Represents a chat completion response returned by model, based on the provided input."`` | +| `properties` | \{ `doc_ids`: \{ `isRequired`: ``true`` = true; `type`: ``"DocIds"`` = "DocIds" } ; `finish_reason`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } ; `id`: \{ `description`: ``"A unique identifier for the chat completion."`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } ; `response`: \{ `contains`: \{ `contains`: \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } ; `type`: ``"array"`` = "array" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `usage`: \{ `isRequired`: ``true`` = true; `type`: ``"CompletionUsage"`` = "CompletionUsage" } } | +| `properties.doc_ids` | \{ `isRequired`: ``true`` = true; `type`: ``"DocIds"`` = "DocIds" } | +| `properties.doc_ids.isRequired` | ``true`` | +| `properties.doc_ids.type` | ``"DocIds"`` | +| `properties.finish_reason` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.finish_reason.isRequired` | ``true`` | +| `properties.finish_reason.type` | ``"Enum"`` | +| `properties.id` | \{ `description`: ``"A unique identifier for the chat completion."`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"A unique identifier for the chat completion."`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | +| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | +| `properties.jobs.contains.format` | ``"uuid"`` | +| `properties.jobs.contains.type` | ``"string"`` | +| `properties.jobs.type` | ``"array"`` | +| `properties.response` | \{ `contains`: \{ `contains`: \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } ; `type`: ``"array"`` = "array" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | +| `properties.response.contains` | \{ `contains`: \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } ; `type`: ``"array"`` = "array" } | +| `properties.response.contains.contains` | \{ `type`: ``"ChatMLMessage"`` = "ChatMLMessage" } | +| `properties.response.contains.contains.type` | ``"ChatMLMessage"`` | +| `properties.response.contains.type` | ``"array"`` | +| `properties.response.isRequired` | ``true`` | +| `properties.response.type` | ``"array"`` | +| `properties.usage` | \{ `isRequired`: ``true`` = true; `type`: ``"CompletionUsage"`` = "CompletionUsage" } | +| `properties.usage.isRequired` | ``true`` | +| `properties.usage.type` | ``"CompletionUsage"`` | + +#### Defined in + +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ChatSettings.md b/docs/js-sdk-docs/modules/api_schemas__ChatSettings.md new file mode 100644 index 000000000..2271c5761 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ChatSettings.md @@ -0,0 +1,101 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ChatSettings + +# Module: api/schemas/$ChatSettings + +## Table of contents + +### Variables + +- [$ChatSettings](api_schemas__ChatSettings.md#$chatsettings) + +## Variables + +### $ChatSettings + +• `Const` **$ChatSettings**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `frequency_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `length_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `logit_bias`: \{ `contains`: \{ `type`: ``"number"`` = "number" } ; `isNullable`: ``true`` = true; `type`: ``"dictionary"`` = "dictionary" } ; `max_tokens`: \{ `description`: ``"The maximum number of tokens to generate in the chat completion.\n The total length of input tokens and generated tokens is limited by the model's context length.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``16384`` = 16384; `minimum`: ``1`` = 1; `type`: ``"number"`` = "number" } ; `min_p`: \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } ; `presence_penalty`: \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `preset`: \{ `type`: ``"Enum"`` = "Enum" } ; `repetition_penalty`: \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `response_format`: \{ `description`: ``"An object specifying the format that the model must output.\n Setting to `{ \"type\": \"json_object\" }` enables JSON mode, which guarantees the message the model generates is valid JSON.\n **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly \"stuck\" request. Also note that the message content may be partially cut off if `finish_reason=\"length\"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length.\n "`` ; `properties`: \{ `pattern`: \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } ; `schema`: \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } ; `type`: \{ `type`: ``"Enum"`` = "Enum" } } } ; `seed`: \{ `description`: ``"This feature is in Beta.\n If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``9999`` = 9999; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `stop`: \{ `contains`: readonly [\{ `isNullable`: ``true`` = true; `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Up to 4 sequences where the API will stop generating further tokens.\n "`` ; `type`: ``"one-of"`` = "one-of" } ; `stream`: \{ `description`: ``"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).\n "`` ; `isNullable`: ``true`` = true; `type`: ``"boolean"`` = "boolean" } ; `temperature`: \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } ; `top_p`: \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `exclusiveMinimum`: ``true`` = true; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } } | +| `properties.frequency_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | +| `properties.frequency_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | +| `properties.frequency_penalty.isNullable` | ``true`` | +| `properties.frequency_penalty.maximum` | ``1`` | +| `properties.frequency_penalty.minimum` | ``-1`` | +| `properties.frequency_penalty.type` | ``"number"`` | +| `properties.length_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | +| `properties.length_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. "`` | +| `properties.length_penalty.isNullable` | ``true`` | +| `properties.length_penalty.maximum` | ``2`` | +| `properties.length_penalty.type` | ``"number"`` | +| `properties.logit_bias` | \{ `contains`: \{ `type`: ``"number"`` = "number" } ; `isNullable`: ``true`` = true; `type`: ``"dictionary"`` = "dictionary" } | +| `properties.logit_bias.contains` | \{ `type`: ``"number"`` = "number" } | +| `properties.logit_bias.contains.type` | ``"number"`` | +| `properties.logit_bias.isNullable` | ``true`` | +| `properties.logit_bias.type` | ``"dictionary"`` | +| `properties.max_tokens` | \{ `description`: ``"The maximum number of tokens to generate in the chat completion.\n The total length of input tokens and generated tokens is limited by the model's context length.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``16384`` = 16384; `minimum`: ``1`` = 1; `type`: ``"number"`` = "number" } | +| `properties.max_tokens.description` | ``"The maximum number of tokens to generate in the chat completion.\n The total length of input tokens and generated tokens is limited by the model's context length.\n "`` | +| `properties.max_tokens.isNullable` | ``true`` | +| `properties.max_tokens.maximum` | ``16384`` | +| `properties.max_tokens.minimum` | ``1`` | +| `properties.max_tokens.type` | ``"number"`` | +| `properties.min_p` | \{ `description`: ``"Minimum probability compared to leading token to be considered"`` ; `exclusiveMaximum`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | +| `properties.min_p.description` | ``"Minimum probability compared to leading token to be considered"`` | +| `properties.min_p.exclusiveMaximum` | ``true`` | +| `properties.min_p.maximum` | ``1`` | +| `properties.min_p.type` | ``"number"`` | +| `properties.presence_penalty` | \{ `description`: ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | +| `properties.presence_penalty.description` | ``"(OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | +| `properties.presence_penalty.isNullable` | ``true`` | +| `properties.presence_penalty.maximum` | ``1`` | +| `properties.presence_penalty.minimum` | ``-1`` | +| `properties.presence_penalty.type` | ``"number"`` | +| `properties.preset` | \{ `type`: ``"Enum"`` = "Enum" } | +| `properties.preset.type` | ``"Enum"`` | +| `properties.repetition_penalty` | \{ `description`: ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | +| `properties.repetition_penalty.description` | ``"(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."`` | +| `properties.repetition_penalty.isNullable` | ``true`` | +| `properties.repetition_penalty.maximum` | ``2`` | +| `properties.repetition_penalty.type` | ``"number"`` | +| `properties.response_format` | \{ `description`: ``"An object specifying the format that the model must output.\n Setting to `{ \"type\": \"json_object\" }` enables JSON mode, which guarantees the message the model generates is valid JSON.\n **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly \"stuck\" request. Also note that the message content may be partially cut off if `finish_reason=\"length\"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length.\n "`` ; `properties`: \{ `pattern`: \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } ; `schema`: \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } ; `type`: \{ `type`: ``"Enum"`` = "Enum" } } } | +| `properties.response_format.description` | ``"An object specifying the format that the model must output.\n Setting to `{ \"type\": \"json_object\" }` enables JSON mode, which guarantees the message the model generates is valid JSON.\n **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly \"stuck\" request. Also note that the message content may be partially cut off if `finish_reason=\"length\"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length.\n "`` | +| `properties.response_format.properties` | \{ `pattern`: \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } ; `schema`: \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } ; `type`: \{ `type`: ``"Enum"`` = "Enum" } } | +| `properties.response_format.properties.pattern` | \{ `description`: ``"Regular expression pattern to use if `type` is `\"regex\"`"`` ; `type`: ``"string"`` = "string" } | +| `properties.response_format.properties.pattern.description` | ``"Regular expression pattern to use if `type` is `\"regex\"`"`` | +| `properties.response_format.properties.pattern.type` | ``"string"`` | +| `properties.response_format.properties.schema` | \{ `description`: ``"JSON Schema to use if `type` is `\"json_object\"`"`` ; `properties`: {} = \{} } | +| `properties.response_format.properties.schema.description` | ``"JSON Schema to use if `type` is `\"json_object\"`"`` | +| `properties.response_format.properties.schema.properties` | {} | +| `properties.response_format.properties.type` | \{ `type`: ``"Enum"`` = "Enum" } | +| `properties.response_format.properties.type.type` | ``"Enum"`` | +| `properties.seed` | \{ `description`: ``"This feature is in Beta.\n If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.\n "`` ; `isNullable`: ``true`` = true; `maximum`: ``9999`` = 9999; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | +| `properties.seed.description` | ``"This feature is in Beta.\n If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.\n "`` | +| `properties.seed.isNullable` | ``true`` | +| `properties.seed.maximum` | ``9999`` | +| `properties.seed.minimum` | ``-1`` | +| `properties.seed.type` | ``"number"`` | +| `properties.stop` | \{ `contains`: readonly [\{ `isNullable`: ``true`` = true; `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Up to 4 sequences where the API will stop generating further tokens.\n "`` ; `type`: ``"one-of"`` = "one-of" } | +| `properties.stop.contains` | readonly [\{ `isNullable`: ``true`` = true; `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | +| `properties.stop.description` | ``"Up to 4 sequences where the API will stop generating further tokens.\n "`` | +| `properties.stop.type` | ``"one-of"`` | +| `properties.stream` | \{ `description`: ``"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).\n "`` ; `isNullable`: ``true`` = true; `type`: ``"boolean"`` = "boolean" } | +| `properties.stream.description` | ``"If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).\n "`` | +| `properties.stream.isNullable` | ``true`` | +| `properties.stream.type` | ``"boolean"`` | +| `properties.temperature` | \{ `description`: ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` ; `isNullable`: ``true`` = true; `maximum`: ``2`` = 2; `type`: ``"number"`` = "number" } | +| `properties.temperature.description` | ``"What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic."`` | +| `properties.temperature.isNullable` | ``true`` | +| `properties.temperature.maximum` | ``2`` | +| `properties.temperature.type` | ``"number"`` | +| `properties.top_p` | \{ `description`: ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` ; `exclusiveMinimum`: ``true`` = true; `isNullable`: ``true`` = true; `maximum`: ``1`` = 1; `type`: ``"number"`` = "number" } | +| `properties.top_p.description` | ``"Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both."`` | +| `properties.top_p.exclusiveMinimum` | ``true`` | +| `properties.top_p.isNullable` | ``true`` | +| `properties.top_p.maximum` | ``1`` | +| `properties.top_p.type` | ``"number"`` | + +#### Defined in + +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__CompletionUsage.md b/docs/js-sdk-docs/modules/api_schemas__CompletionUsage.md new file mode 100644 index 000000000..85f9f26e6 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__CompletionUsage.md @@ -0,0 +1,38 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$CompletionUsage + +# Module: api/schemas/$CompletionUsage + +## Table of contents + +### Variables + +- [$CompletionUsage](api_schemas__CompletionUsage.md#$completionusage) + +## Variables + +### $CompletionUsage + +• `Const` **$CompletionUsage**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"Usage statistics for the completion request."`` | +| `properties` | \{ `completion_tokens`: \{ `description`: ``"Number of tokens in the generated completion."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } ; `prompt_tokens`: \{ `description`: ``"Number of tokens in the prompt."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } ; `total_tokens`: \{ `description`: ``"Total number of tokens used in the request (prompt + completion)."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } } | +| `properties.completion_tokens` | \{ `description`: ``"Number of tokens in the generated completion."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } | +| `properties.completion_tokens.description` | ``"Number of tokens in the generated completion."`` | +| `properties.completion_tokens.isRequired` | ``true`` | +| `properties.completion_tokens.type` | ``"number"`` | +| `properties.prompt_tokens` | \{ `description`: ``"Number of tokens in the prompt."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } | +| `properties.prompt_tokens.description` | ``"Number of tokens in the prompt."`` | +| `properties.prompt_tokens.isRequired` | ``true`` | +| `properties.prompt_tokens.type` | ``"number"`` | +| `properties.total_tokens` | \{ `description`: ``"Total number of tokens used in the request (prompt + completion)."`` ; `isRequired`: ``true`` = true; `type`: ``"number"`` = "number" } | +| `properties.total_tokens.description` | ``"Total number of tokens used in the request (prompt + completion)."`` | +| `properties.total_tokens.isRequired` | ``true`` | +| `properties.total_tokens.type` | ``"number"`` | + +#### Defined in + +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__CreateAgentRequest.md b/docs/js-sdk-docs/modules/api_schemas__CreateAgentRequest.md new file mode 100644 index 000000000..a400fc828 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__CreateAgentRequest.md @@ -0,0 +1,54 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$CreateAgentRequest + +# Module: api/schemas/$CreateAgentRequest + +## Table of contents + +### Variables + +- [$CreateAgentRequest](api_schemas__CreateAgentRequest.md#$createagentrequest) + +## Variables + +### $CreateAgentRequest + +• `Const` **$CreateAgentRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A valid request payload for creating an agent"`` | +| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `docs`: \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `tools`: \{ `contains`: \{ `type`: ``"CreateToolRequest"`` = "CreateToolRequest" } ; `type`: ``"array"`` = "array" } } | +| `properties.about` | \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the agent"`` | +| `properties.about.type` | ``"string"`` | +| `properties.default_settings` | \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | +| `properties.default_settings.description` | ``"Default model settings to start every session with"`` | +| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | +| `properties.docs` | \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } | +| `properties.docs.contains` | \{ `type`: ``"CreateDoc"`` = "CreateDoc" } | +| `properties.docs.contains.type` | ``"CreateDoc"`` | +| `properties.docs.type` | ``"array"`` | +| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | +| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | +| `properties.instructions.description` | ``"Instructions for the agent"`` | +| `properties.instructions.type` | ``"one-of"`` | +| `properties.metadata` | \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"(Optional) metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.model` | \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } | +| `properties.model.description` | ``"Name of the model that the agent is supposed to use"`` | +| `properties.model.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the agent"`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | +| `properties.tools` | \{ `contains`: \{ `type`: ``"CreateToolRequest"`` = "CreateToolRequest" } ; `type`: ``"array"`` = "array" } | +| `properties.tools.contains` | \{ `type`: ``"CreateToolRequest"`` = "CreateToolRequest" } | +| `properties.tools.contains.type` | ``"CreateToolRequest"`` | +| `properties.tools.type` | ``"array"`` | + +#### Defined in + +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__CreateDoc.md b/docs/js-sdk-docs/modules/api_schemas__CreateDoc.md new file mode 100644 index 000000000..e12180205 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__CreateDoc.md @@ -0,0 +1,37 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$CreateDoc + +# Module: api/schemas/$CreateDoc + +## Table of contents + +### Variables + +- [$CreateDoc](api_schemas__CreateDoc.md#$createdoc) + +## Variables + +### $CreateDoc + +• `Const` **$CreateDoc**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `content`: \{ `contains`: readonly [\{ `contains`: \{ `minItems`: ``1`` = 1; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }, \{ `description`: ``"A single document chunk"`` ; `type`: ``"string"`` = "string" }] ; `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `title`: \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.content` | \{ `contains`: readonly [\{ `contains`: \{ `minItems`: ``1`` = 1; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }, \{ `description`: ``"A single document chunk"`` ; `type`: ``"string"`` = "string" }] ; `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | +| `properties.content.contains` | readonly [\{ `contains`: \{ `minItems`: ``1`` = 1; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }, \{ `description`: ``"A single document chunk"`` ; `type`: ``"string"`` = "string" }] | +| `properties.content.description` | ``"Information content"`` | +| `properties.content.isRequired` | ``true`` | +| `properties.content.type` | ``"one-of"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.title` | \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.title.description` | ``"Title describing what this bit of information contains"`` | +| `properties.title.isRequired` | ``true`` | +| `properties.title.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__CreateSessionRequest.md b/docs/js-sdk-docs/modules/api_schemas__CreateSessionRequest.md new file mode 100644 index 000000000..bf21e2d72 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__CreateSessionRequest.md @@ -0,0 +1,44 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$CreateSessionRequest + +# Module: api/schemas/$CreateSessionRequest + +## Table of contents + +### Variables + +- [$CreateSessionRequest](api_schemas__CreateSessionRequest.md#$createsessionrequest) + +## Variables + +### $CreateSessionRequest + +• `Const` **$CreateSessionRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A valid request payload for creating a session"`` | +| `properties` | \{ `agent_id`: \{ `description`: ``"Agent ID of agent to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `render_templates`: \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } ; `situation`: \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } ; `user_id`: \{ `description`: ``"(Optional) User ID of user to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } } | +| `properties.agent_id` | \{ `description`: ``"Agent ID of agent to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.agent_id.description` | ``"Agent ID of agent to associate with this session"`` | +| `properties.agent_id.format` | ``"uuid"`` | +| `properties.agent_id.isRequired` | ``true`` | +| `properties.agent_id.type` | ``"string"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.render_templates` | \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.render_templates.description` | ``"Render system and assistant message content as jinja templates"`` | +| `properties.render_templates.type` | ``"boolean"`` | +| `properties.situation` | \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } | +| `properties.situation.description` | ``"A specific situation that sets the background for this session"`` | +| `properties.situation.type` | ``"string"`` | +| `properties.user_id` | \{ `description`: ``"(Optional) User ID of user to associate with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | +| `properties.user_id.description` | ``"(Optional) User ID of user to associate with this session"`` | +| `properties.user_id.format` | ``"uuid"`` | +| `properties.user_id.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__CreateToolRequest.md b/docs/js-sdk-docs/modules/api_schemas__CreateToolRequest.md new file mode 100644 index 000000000..e14b90a10 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__CreateToolRequest.md @@ -0,0 +1,33 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$CreateToolRequest + +# Module: api/schemas/$CreateToolRequest + +## Table of contents + +### Variables + +- [$CreateToolRequest](api_schemas__CreateToolRequest.md#$createtoolrequest) + +## Variables + +### $CreateToolRequest + +• `Const` **$CreateToolRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `function`: \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.function` | \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | +| `properties.function.contains` | readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] | +| `properties.function.description` | ``"Function definition and parameters"`` | +| `properties.function.isRequired` | ``true`` | +| `properties.function.type` | ``"one-of"`` | +| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.type.isRequired` | ``true`` | +| `properties.type.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__CreateUserRequest.md b/docs/js-sdk-docs/modules/api_schemas__CreateUserRequest.md new file mode 100644 index 000000000..0a7268bc1 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__CreateUserRequest.md @@ -0,0 +1,39 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$CreateUserRequest + +# Module: api/schemas/$CreateUserRequest + +## Table of contents + +### Variables + +- [$CreateUserRequest](api_schemas__CreateUserRequest.md#$createuserrequest) + +## Variables + +### $CreateUserRequest + +• `Const` **$CreateUserRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A valid request payload for creating a user"`` | +| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } ; `docs`: \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } ; `metadata`: \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the user"`` | +| `properties.about.type` | ``"string"`` | +| `properties.docs` | \{ `contains`: \{ `type`: ``"CreateDoc"`` = "CreateDoc" } ; `type`: ``"array"`` = "array" } | +| `properties.docs.contains` | \{ `type`: ``"CreateDoc"`` = "CreateDoc" } | +| `properties.docs.contains.type` | ``"CreateDoc"`` | +| `properties.docs.type` | ``"array"`` | +| `properties.metadata` | \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"(Optional) metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.name` | \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the user"`` | +| `properties.name.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__Doc.md b/docs/js-sdk-docs/modules/api_schemas__Doc.md new file mode 100644 index 000000000..c27abc5ca --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__Doc.md @@ -0,0 +1,47 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$Doc + +# Module: api/schemas/$Doc + +## Table of contents + +### Variables + +- [$Doc](api_schemas__Doc.md#$doc) + +## Variables + +### $Doc + +• `Const` **$Doc**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `content`: \{ `contains`: readonly [\{ `contains`: \{ `minItems`: ``1`` = 1; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }, \{ `description`: ``"A single document chunk"`` ; `type`: ``"string"`` = "string" }] ; `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `created_at`: \{ `description`: ``"Doc created at"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"ID of doc"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"optional metadata"`` ; `properties`: {} = \{} } ; `title`: \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.content` | \{ `contains`: readonly [\{ `contains`: \{ `minItems`: ``1`` = 1; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }, \{ `description`: ``"A single document chunk"`` ; `type`: ``"string"`` = "string" }] ; `description`: ``"Information content"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | +| `properties.content.contains` | readonly [\{ `contains`: \{ `minItems`: ``1`` = 1; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }, \{ `description`: ``"A single document chunk"`` ; `type`: ``"string"`` = "string" }] | +| `properties.content.description` | ``"Information content"`` | +| `properties.content.isRequired` | ``true`` | +| `properties.content.type` | ``"one-of"`` | +| `properties.created_at` | \{ `description`: ``"Doc created at"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Doc created at"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.isRequired` | ``true`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.id` | \{ `description`: ``"ID of doc"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"ID of doc"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.metadata` | \{ `description`: ``"optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.title` | \{ `description`: ``"Title describing what this bit of information contains"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.title.description` | ``"Title describing what this bit of information contains"`` | +| `properties.title.isRequired` | ``true`` | +| `properties.title.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$Doc.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__DocIds.md b/docs/js-sdk-docs/modules/api_schemas__DocIds.md new file mode 100644 index 000000000..fb2544485 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__DocIds.md @@ -0,0 +1,35 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$DocIds + +# Module: api/schemas/$DocIds + +## Table of contents + +### Variables + +- [$DocIds](api_schemas__DocIds.md#$docids) + +## Variables + +### $DocIds + +• `Const` **$DocIds**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `agent_doc_ids`: \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `user_doc_ids`: \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } } | +| `properties.agent_doc_ids` | \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | +| `properties.agent_doc_ids.contains` | \{ `type`: ``"string"`` = "string" } | +| `properties.agent_doc_ids.contains.type` | ``"string"`` | +| `properties.agent_doc_ids.isRequired` | ``true`` | +| `properties.agent_doc_ids.type` | ``"array"`` | +| `properties.user_doc_ids` | \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | +| `properties.user_doc_ids.contains` | \{ `type`: ``"string"`` = "string" } | +| `properties.user_doc_ids.contains.type` | ``"string"`` | +| `properties.user_doc_ids.isRequired` | ``true`` | +| `properties.user_doc_ids.type` | ``"array"`` | + +#### Defined in + +[src/api/schemas/$DocIds.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$DocIds.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__FunctionCallOption.md b/docs/js-sdk-docs/modules/api_schemas__FunctionCallOption.md new file mode 100644 index 000000000..1e4c1608a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__FunctionCallOption.md @@ -0,0 +1,30 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$FunctionCallOption + +# Module: api/schemas/$FunctionCallOption + +## Table of contents + +### Variables + +- [$FunctionCallOption](api_schemas__FunctionCallOption.md#$functioncalloption) + +## Variables + +### $FunctionCallOption + +• `Const` **$FunctionCallOption**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"Specifying a particular function via `{\"name\": \"my_function\"}` forces the model to call that function.\n "`` | +| `properties` | \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.name` | \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"The name of the function to call."`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__FunctionDef.md b/docs/js-sdk-docs/modules/api_schemas__FunctionDef.md new file mode 100644 index 000000000..690cc6bf7 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__FunctionDef.md @@ -0,0 +1,36 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$FunctionDef + +# Module: api/schemas/$FunctionDef + +## Table of contents + +### Variables + +- [$FunctionDef](api_schemas__FunctionDef.md#$functiondef) + +## Variables + +### $FunctionDef + +• `Const` **$FunctionDef**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `description`: \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `parameters`: \{ `description`: ``"Parameters accepeted by this function"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionParameters"`` = "FunctionParameters" } } | +| `properties.description` | \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } | +| `properties.description.description` | ``"A description of what the function does, used by the model to choose when and how to call the function."`` | +| `properties.description.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | +| `properties.parameters` | \{ `description`: ``"Parameters accepeted by this function"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionParameters"`` = "FunctionParameters" } | +| `properties.parameters.description` | ``"Parameters accepeted by this function"`` | +| `properties.parameters.isRequired` | ``true`` | +| `properties.parameters.type` | ``"FunctionParameters"`` | + +#### Defined in + +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__FunctionParameters.md b/docs/js-sdk-docs/modules/api_schemas__FunctionParameters.md new file mode 100644 index 000000000..8dc50b139 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__FunctionParameters.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$FunctionParameters + +# Module: api/schemas/$FunctionParameters + +## Table of contents + +### Variables + +- [$FunctionParameters](api_schemas__FunctionParameters.md#$functionparameters) + +## Variables + +### $FunctionParameters + +• `Const` **$FunctionParameters**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `contains` | \{ `properties`: {} = \{} } | +| `contains.properties` | {} | +| `type` | ``"dictionary"`` | + +#### Defined in + +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__InputChatMLMessage.md b/docs/js-sdk-docs/modules/api_schemas__InputChatMLMessage.md new file mode 100644 index 000000000..66e30644a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__InputChatMLMessage.md @@ -0,0 +1,38 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$InputChatMLMessage + +# Module: api/schemas/$InputChatMLMessage + +## Table of contents + +### Variables + +- [$InputChatMLMessage](api_schemas__InputChatMLMessage.md#$inputchatmlmessage) + +## Variables + +### $InputChatMLMessage + +• `Const` **$InputChatMLMessage**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `content`: \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `continue`: \{ `description`: ``"Whether to continue this message or return a new one"`` ; `type`: ``"boolean"`` = "boolean" } ; `name`: \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } ; `role`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.content` | \{ `description`: ``"ChatML content"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.content.description` | ``"ChatML content"`` | +| `properties.content.isRequired` | ``true`` | +| `properties.content.type` | ``"string"`` | +| `properties.continue` | \{ `description`: ``"Whether to continue this message or return a new one"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.continue.description` | ``"Whether to continue this message or return a new one"`` | +| `properties.continue.type` | ``"boolean"`` | +| `properties.name` | \{ `description`: ``"ChatML name"`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"ChatML name"`` | +| `properties.name.type` | ``"string"`` | +| `properties.role` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.role.isRequired` | ``true`` | +| `properties.role.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__JobStatus.md b/docs/js-sdk-docs/modules/api_schemas__JobStatus.md new file mode 100644 index 000000000..7cbc51755 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__JobStatus.md @@ -0,0 +1,56 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$JobStatus + +# Module: api/schemas/$JobStatus + +## Table of contents + +### Variables + +- [$JobStatus](api_schemas__JobStatus.md#$jobstatus) + +## Variables + +### $JobStatus + +• `Const` **$JobStatus**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `created_at`: \{ `description`: ``"Job created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `has_progress`: \{ `description`: ``"Whether this Job supports progress updates"`` ; `type`: ``"boolean"`` = "boolean" } ; `id`: \{ `description`: ``"Job id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the job"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `progress`: \{ `description`: ``"Progress percentage"`` ; `maximum`: ``100`` = 100; `type`: ``"number"`` = "number" } ; `reason`: \{ `description`: ``"Reason for current state"`` ; `type`: ``"string"`` = "string" } ; `state`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } ; `updated_at`: \{ `description`: ``"Job updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } } | +| `properties.created_at` | \{ `description`: ``"Job created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Job created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.isRequired` | ``true`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.has_progress` | \{ `description`: ``"Whether this Job supports progress updates"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.has_progress.description` | ``"Whether this Job supports progress updates"`` | +| `properties.has_progress.type` | ``"boolean"`` | +| `properties.id` | \{ `description`: ``"Job id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"Job id (UUID)"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"Name of the job"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the job"`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | +| `properties.progress` | \{ `description`: ``"Progress percentage"`` ; `maximum`: ``100`` = 100; `type`: ``"number"`` = "number" } | +| `properties.progress.description` | ``"Progress percentage"`` | +| `properties.progress.maximum` | ``100`` | +| `properties.progress.type` | ``"number"`` | +| `properties.reason` | \{ `description`: ``"Reason for current state"`` ; `type`: ``"string"`` = "string" } | +| `properties.reason.description` | ``"Reason for current state"`` | +| `properties.reason.type` | ``"string"`` | +| `properties.state` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.state.isRequired` | ``true`` | +| `properties.state.type` | ``"Enum"`` | +| `properties.updated_at` | \{ `description`: ``"Job updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.updated_at.description` | ``"Job updated at (RFC-3339 format)"`` | +| `properties.updated_at.format` | ``"date-time"`` | +| `properties.updated_at.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$JobStatus.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__Memory.md b/docs/js-sdk-docs/modules/api_schemas__Memory.md new file mode 100644 index 000000000..eff2b983d --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__Memory.md @@ -0,0 +1,67 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$Memory + +# Module: api/schemas/$Memory + +## Table of contents + +### Variables + +- [$Memory](api_schemas__Memory.md#$memory) + +## Variables + +### $Memory + +• `Const` **$Memory**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `agent_id`: \{ `description`: ``"ID of the agent"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `content`: \{ `description`: ``"Content of the memory"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Memory created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `entities`: \{ `contains`: \{ `properties`: {} = \{} } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } ; `id`: \{ `description`: ``"Memory id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `last_accessed_at`: \{ `description`: ``"Memory last accessed at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `sentiment`: \{ `description`: ``"Sentiment (valence) of the memory on a scale of -1 to 1"`` ; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } ; `timestamp`: \{ `description`: ``"Memory happened at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `user_id`: \{ `description`: ``"ID of the user"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.agent_id` | \{ `description`: ``"ID of the agent"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.agent_id.description` | ``"ID of the agent"`` | +| `properties.agent_id.format` | ``"uuid"`` | +| `properties.agent_id.isRequired` | ``true`` | +| `properties.agent_id.type` | ``"string"`` | +| `properties.content` | \{ `description`: ``"Content of the memory"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.content.description` | ``"Content of the memory"`` | +| `properties.content.isRequired` | ``true`` | +| `properties.content.type` | ``"string"`` | +| `properties.created_at` | \{ `description`: ``"Memory created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Memory created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.isRequired` | ``true`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.entities` | \{ `contains`: \{ `properties`: {} = \{} } ; `isRequired`: ``true`` = true; `type`: ``"array"`` = "array" } | +| `properties.entities.contains` | \{ `properties`: {} = \{} } | +| `properties.entities.contains.properties` | {} | +| `properties.entities.isRequired` | ``true`` | +| `properties.entities.type` | ``"array"`` | +| `properties.id` | \{ `description`: ``"Memory id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"Memory id (UUID)"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.last_accessed_at` | \{ `description`: ``"Memory last accessed at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.last_accessed_at.description` | ``"Memory last accessed at (RFC-3339 format)"`` | +| `properties.last_accessed_at.format` | ``"date-time"`` | +| `properties.last_accessed_at.type` | ``"string"`` | +| `properties.sentiment` | \{ `description`: ``"Sentiment (valence) of the memory on a scale of -1 to 1"`` ; `maximum`: ``1`` = 1; `minimum`: ``-1`` = -1; `type`: ``"number"`` = "number" } | +| `properties.sentiment.description` | ``"Sentiment (valence) of the memory on a scale of -1 to 1"`` | +| `properties.sentiment.maximum` | ``1`` | +| `properties.sentiment.minimum` | ``-1`` | +| `properties.sentiment.type` | ``"number"`` | +| `properties.timestamp` | \{ `description`: ``"Memory happened at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.timestamp.description` | ``"Memory happened at (RFC-3339 format)"`` | +| `properties.timestamp.format` | ``"date-time"`` | +| `properties.timestamp.type` | ``"string"`` | +| `properties.user_id` | \{ `description`: ``"ID of the user"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.user_id.description` | ``"ID of the user"`` | +| `properties.user_id.format` | ``"uuid"`` | +| `properties.user_id.isRequired` | ``true`` | +| `properties.user_id.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$Memory.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__MemoryAccessOptions.md b/docs/js-sdk-docs/modules/api_schemas__MemoryAccessOptions.md new file mode 100644 index 000000000..e134f4b56 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__MemoryAccessOptions.md @@ -0,0 +1,34 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$MemoryAccessOptions + +# Module: api/schemas/$MemoryAccessOptions + +## Table of contents + +### Variables + +- [$MemoryAccessOptions](api_schemas__MemoryAccessOptions.md#$memoryaccessoptions) + +## Variables + +### $MemoryAccessOptions + +• `Const` **$MemoryAccessOptions**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `recall`: \{ `description`: ``"Whether previous memories should be recalled or not"`` ; `type`: ``"boolean"`` = "boolean" } ; `record`: \{ `description`: ``"Whether this interaction should be recorded in history or not"`` ; `type`: ``"boolean"`` = "boolean" } ; `remember`: \{ `description`: ``"Whether this interaction should form memories or not"`` ; `type`: ``"boolean"`` = "boolean" } } | +| `properties.recall` | \{ `description`: ``"Whether previous memories should be recalled or not"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.recall.description` | ``"Whether previous memories should be recalled or not"`` | +| `properties.recall.type` | ``"boolean"`` | +| `properties.record` | \{ `description`: ``"Whether this interaction should be recorded in history or not"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.record.description` | ``"Whether this interaction should be recorded in history or not"`` | +| `properties.record.type` | ``"boolean"`` | +| `properties.remember` | \{ `description`: ``"Whether this interaction should form memories or not"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.remember.description` | ``"Whether this interaction should form memories or not"`` | +| `properties.remember.type` | ``"boolean"`` | + +#### Defined in + +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__NamedToolChoice.md b/docs/js-sdk-docs/modules/api_schemas__NamedToolChoice.md new file mode 100644 index 000000000..178041658 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__NamedToolChoice.md @@ -0,0 +1,36 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$NamedToolChoice + +# Module: api/schemas/$NamedToolChoice + +## Table of contents + +### Variables + +- [$NamedToolChoice](api_schemas__NamedToolChoice.md#$namedtoolchoice) + +## Variables + +### $NamedToolChoice + +• `Const` **$NamedToolChoice**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"Specifies a tool the model should use. Use to force the model to call a specific function."`` | +| `properties` | \{ `function`: \{ `isRequired`: ``true`` = true; `properties`: \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.function` | \{ `isRequired`: ``true`` = true; `properties`: \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } } | +| `properties.function.isRequired` | ``true`` | +| `properties.function.properties` | \{ `name`: \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.function.properties.name` | \{ `description`: ``"The name of the function to call."`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.function.properties.name.description` | ``"The name of the function to call."`` | +| `properties.function.properties.name.isRequired` | ``true`` | +| `properties.function.properties.name.type` | ``"string"`` | +| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.type.isRequired` | ``true`` | +| `properties.type.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__PartialFunctionDef.md b/docs/js-sdk-docs/modules/api_schemas__PartialFunctionDef.md new file mode 100644 index 000000000..f87e26402 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__PartialFunctionDef.md @@ -0,0 +1,34 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$PartialFunctionDef + +# Module: api/schemas/$PartialFunctionDef + +## Table of contents + +### Variables + +- [$PartialFunctionDef](api_schemas__PartialFunctionDef.md#$partialfunctiondef) + +## Variables + +### $PartialFunctionDef + +• `Const` **$PartialFunctionDef**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `description`: \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `type`: ``"string"`` = "string" } ; `parameters`: \{ `description`: ``"Parameters accepeted by this function"`` ; `type`: ``"FunctionParameters"`` = "FunctionParameters" } } | +| `properties.description` | \{ `description`: ``"A description of what the function does, used by the model to choose when and how to call the function."`` ; `type`: ``"string"`` = "string" } | +| `properties.description.description` | ``"A description of what the function does, used by the model to choose when and how to call the function."`` | +| `properties.description.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64."`` | +| `properties.name.type` | ``"string"`` | +| `properties.parameters` | \{ `description`: ``"Parameters accepeted by this function"`` ; `type`: ``"FunctionParameters"`` = "FunctionParameters" } | +| `properties.parameters.description` | ``"Parameters accepeted by this function"`` | +| `properties.parameters.type` | ``"FunctionParameters"`` | + +#### Defined in + +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__PatchAgentRequest.md b/docs/js-sdk-docs/modules/api_schemas__PatchAgentRequest.md new file mode 100644 index 000000000..a755d5d0c --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__PatchAgentRequest.md @@ -0,0 +1,45 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$PatchAgentRequest + +# Module: api/schemas/$PatchAgentRequest + +## Table of contents + +### Variables + +- [$PatchAgentRequest](api_schemas__PatchAgentRequest.md#$patchagentrequest) + +## Variables + +### $PatchAgentRequest + +• `Const` **$PatchAgentRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A request for patching an agent"`` | +| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the agent"`` ; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the agent"`` | +| `properties.about.type` | ``"string"`` | +| `properties.default_settings` | \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | +| `properties.default_settings.description` | ``"Default model settings to start every session with"`` | +| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | +| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | +| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | +| `properties.instructions.description` | ``"Instructions for the agent"`` | +| `properties.instructions.type` | ``"one-of"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.model` | \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } | +| `properties.model.description` | ``"Name of the model that the agent is supposed to use"`` | +| `properties.model.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the agent"`` | +| `properties.name.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__PatchSessionRequest.md b/docs/js-sdk-docs/modules/api_schemas__PatchSessionRequest.md new file mode 100644 index 000000000..20fceabb4 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__PatchSessionRequest.md @@ -0,0 +1,32 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$PatchSessionRequest + +# Module: api/schemas/$PatchSessionRequest + +## Table of contents + +### Variables + +- [$PatchSessionRequest](api_schemas__PatchSessionRequest.md#$patchsessionrequest) + +## Variables + +### $PatchSessionRequest + +• `Const` **$PatchSessionRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A request for patching a session"`` | +| `properties` | \{ `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `situation`: \{ `description`: ``"Updated situation for this session"`` ; `type`: ``"string"`` = "string" } } | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.situation` | \{ `description`: ``"Updated situation for this session"`` ; `type`: ``"string"`` = "string" } | +| `properties.situation.description` | ``"Updated situation for this session"`` | +| `properties.situation.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__PatchToolRequest.md b/docs/js-sdk-docs/modules/api_schemas__PatchToolRequest.md new file mode 100644 index 000000000..731137646 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__PatchToolRequest.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$PatchToolRequest + +# Module: api/schemas/$PatchToolRequest + +## Table of contents + +### Variables + +- [$PatchToolRequest](api_schemas__PatchToolRequest.md#$patchtoolrequest) + +## Variables + +### $PatchToolRequest + +• `Const` **$PatchToolRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `function`: \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"PartialFunctionDef"`` = "PartialFunctionDef" } } | +| `properties.function` | \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"PartialFunctionDef"`` = "PartialFunctionDef" } | +| `properties.function.description` | ``"Function definition and parameters"`` | +| `properties.function.isRequired` | ``true`` | +| `properties.function.type` | ``"PartialFunctionDef"`` | + +#### Defined in + +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__PatchUserRequest.md b/docs/js-sdk-docs/modules/api_schemas__PatchUserRequest.md new file mode 100644 index 000000000..f69f137b6 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__PatchUserRequest.md @@ -0,0 +1,35 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$PatchUserRequest + +# Module: api/schemas/$PatchUserRequest + +## Table of contents + +### Variables + +- [$PatchUserRequest](api_schemas__PatchUserRequest.md#$patchuserrequest) + +## Variables + +### $PatchUserRequest + +• `Const` **$PatchUserRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A request for patching a user"`` | +| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the user"`` | +| `properties.about.type` | ``"string"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.name` | \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the user"`` | +| `properties.name.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ResourceCreatedResponse.md b/docs/js-sdk-docs/modules/api_schemas__ResourceCreatedResponse.md new file mode 100644 index 000000000..67701ede6 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ResourceCreatedResponse.md @@ -0,0 +1,38 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ResourceCreatedResponse + +# Module: api/schemas/$ResourceCreatedResponse + +## Table of contents + +### Variables + +- [$ResourceCreatedResponse](api_schemas__ResourceCreatedResponse.md#$resourcecreatedresponse) + +## Variables + +### $ResourceCreatedResponse + +• `Const` **$ResourceCreatedResponse**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `created_at`: \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } } | +| `properties.created_at` | \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.isRequired` | ``true`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.id` | \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | +| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | +| `properties.jobs.contains.format` | ``"uuid"`` | +| `properties.jobs.contains.type` | ``"string"`` | +| `properties.jobs.type` | ``"array"`` | + +#### Defined in + +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ResourceDeletedResponse.md b/docs/js-sdk-docs/modules/api_schemas__ResourceDeletedResponse.md new file mode 100644 index 000000000..54fd7d5b3 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ResourceDeletedResponse.md @@ -0,0 +1,38 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ResourceDeletedResponse + +# Module: api/schemas/$ResourceDeletedResponse + +## Table of contents + +### Variables + +- [$ResourceDeletedResponse](api_schemas__ResourceDeletedResponse.md#$resourcedeletedresponse) + +## Variables + +### $ResourceDeletedResponse + +• `Const` **$ResourceDeletedResponse**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `deleted_at`: \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `id`: \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } } | +| `properties.deleted_at` | \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.deleted_at.format` | ``"date-time"`` | +| `properties.deleted_at.isRequired` | ``true`` | +| `properties.deleted_at.type` | ``"string"`` | +| `properties.id` | \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | +| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | +| `properties.jobs.contains.format` | ``"uuid"`` | +| `properties.jobs.contains.type` | ``"string"`` | +| `properties.jobs.type` | ``"array"`` | + +#### Defined in + +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ResourceUpdatedResponse.md b/docs/js-sdk-docs/modules/api_schemas__ResourceUpdatedResponse.md new file mode 100644 index 000000000..dfa860b85 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ResourceUpdatedResponse.md @@ -0,0 +1,38 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ResourceUpdatedResponse + +# Module: api/schemas/$ResourceUpdatedResponse + +## Table of contents + +### Variables + +- [$ResourceUpdatedResponse](api_schemas__ResourceUpdatedResponse.md#$resourceupdatedresponse) + +## Variables + +### $ResourceUpdatedResponse + +• `Const` **$ResourceUpdatedResponse**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `id`: \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `jobs`: \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } ; `updated_at`: \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.id` | \{ `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.jobs` | \{ `contains`: \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" } | +| `properties.jobs.contains` | \{ `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | +| `properties.jobs.contains.format` | ``"uuid"`` | +| `properties.jobs.contains.type` | ``"string"`` | +| `properties.jobs.type` | ``"array"`` | +| `properties.updated_at` | \{ `format`: ``"date-time"`` = "date-time"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.updated_at.format` | ``"date-time"`` | +| `properties.updated_at.isRequired` | ``true`` | +| `properties.updated_at.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__Session.md b/docs/js-sdk-docs/modules/api_schemas__Session.md new file mode 100644 index 000000000..f43260a31 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__Session.md @@ -0,0 +1,59 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$Session + +# Module: api/schemas/$Session + +## Table of contents + +### Variables + +- [$Session](api_schemas__Session.md#$session) + +## Variables + +### $Session + +• `Const` **$Session**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `agent_id`: \{ `description`: ``"Agent ID of agent associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Session created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"Session id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `render_templates`: \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } ; `situation`: \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } ; `summary`: \{ `description`: ``"(null at the beginning) - generated automatically after every interaction"`` ; `type`: ``"string"`` = "string" } ; `updated_at`: \{ `description`: ``"Session updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `user_id`: \{ `description`: ``"User ID of user associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } } | +| `properties.agent_id` | \{ `description`: ``"Agent ID of agent associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.agent_id.description` | ``"Agent ID of agent associated with this session"`` | +| `properties.agent_id.format` | ``"uuid"`` | +| `properties.agent_id.isRequired` | ``true`` | +| `properties.agent_id.type` | ``"string"`` | +| `properties.created_at` | \{ `description`: ``"Session created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Session created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.id` | \{ `description`: ``"Session id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"Session id (UUID)"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.render_templates` | \{ `description`: ``"Render system and assistant message content as jinja templates"`` ; `type`: ``"boolean"`` = "boolean" } | +| `properties.render_templates.description` | ``"Render system and assistant message content as jinja templates"`` | +| `properties.render_templates.type` | ``"boolean"`` | +| `properties.situation` | \{ `description`: ``"A specific situation that sets the background for this session"`` ; `type`: ``"string"`` = "string" } | +| `properties.situation.description` | ``"A specific situation that sets the background for this session"`` | +| `properties.situation.type` | ``"string"`` | +| `properties.summary` | \{ `description`: ``"(null at the beginning) - generated automatically after every interaction"`` ; `type`: ``"string"`` = "string" } | +| `properties.summary.description` | ``"(null at the beginning) - generated automatically after every interaction"`` | +| `properties.summary.type` | ``"string"`` | +| `properties.updated_at` | \{ `description`: ``"Session updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.updated_at.description` | ``"Session updated at (RFC-3339 format)"`` | +| `properties.updated_at.format` | ``"date-time"`` | +| `properties.updated_at.type` | ``"string"`` | +| `properties.user_id` | \{ `description`: ``"User ID of user associated with this session"`` ; `format`: ``"uuid"`` = "uuid"; `type`: ``"string"`` = "string" } | +| `properties.user_id.description` | ``"User ID of user associated with this session"`` | +| `properties.user_id.format` | ``"uuid"`` | +| `properties.user_id.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$Session.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__Suggestion.md b/docs/js-sdk-docs/modules/api_schemas__Suggestion.md new file mode 100644 index 000000000..df306f68c --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__Suggestion.md @@ -0,0 +1,46 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$Suggestion + +# Module: api/schemas/$Suggestion + +## Table of contents + +### Variables + +- [$Suggestion](api_schemas__Suggestion.md#$suggestion) + +## Variables + +### $Suggestion + +• `Const` **$Suggestion**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `content`: \{ `description`: ``"The content of the suggestion"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"Suggestion created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `message_id`: \{ `description`: ``"The message that produced it"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `session_id`: \{ `description`: ``"Session this suggestion belongs to"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `target`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.content` | \{ `description`: ``"The content of the suggestion"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.content.description` | ``"The content of the suggestion"`` | +| `properties.content.isRequired` | ``true`` | +| `properties.content.type` | ``"string"`` | +| `properties.created_at` | \{ `description`: ``"Suggestion created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"Suggestion created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.message_id` | \{ `description`: ``"The message that produced it"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.message_id.description` | ``"The message that produced it"`` | +| `properties.message_id.format` | ``"uuid"`` | +| `properties.message_id.isRequired` | ``true`` | +| `properties.message_id.type` | ``"string"`` | +| `properties.session_id` | \{ `description`: ``"Session this suggestion belongs to"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.session_id.description` | ``"Session this suggestion belongs to"`` | +| `properties.session_id.format` | ``"uuid"`` | +| `properties.session_id.isRequired` | ``true`` | +| `properties.session_id.type` | ``"string"`` | +| `properties.target` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.target.isRequired` | ``true`` | +| `properties.target.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$Suggestion.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__Tool.md b/docs/js-sdk-docs/modules/api_schemas__Tool.md new file mode 100644 index 000000000..f461676a8 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__Tool.md @@ -0,0 +1,38 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$Tool + +# Module: api/schemas/$Tool + +## Table of contents + +### Variables + +- [$Tool](api_schemas__Tool.md#$tool) + +## Variables + +### $Tool + +• `Const` **$Tool**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `function`: \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } ; `id`: \{ `description`: ``"Tool ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.function` | \{ `contains`: readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] ; `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"one-of"`` = "one-of" } | +| `properties.function.contains` | readonly [\{ `type`: ``"FunctionDef"`` = "FunctionDef" }] | +| `properties.function.description` | ``"Function definition and parameters"`` | +| `properties.function.isRequired` | ``true`` | +| `properties.function.type` | ``"one-of"`` | +| `properties.id` | \{ `description`: ``"Tool ID"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"Tool ID"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.type.isRequired` | ``true`` | +| `properties.type.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$Tool.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__ToolChoiceOption.md b/docs/js-sdk-docs/modules/api_schemas__ToolChoiceOption.md new file mode 100644 index 000000000..004b25aef --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__ToolChoiceOption.md @@ -0,0 +1,27 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$ToolChoiceOption + +# Module: api/schemas/$ToolChoiceOption + +## Table of contents + +### Variables + +- [$ToolChoiceOption](api_schemas__ToolChoiceOption.md#$toolchoiceoption) + +## Variables + +### $ToolChoiceOption + +• `Const` **$ToolChoiceOption**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `contains` | readonly [\{ `type`: ``"Enum"`` = "Enum" }, \{ `type`: ``"NamedToolChoice"`` = "NamedToolChoice" }] | +| `description` | ``"Controls which (if any) function is called by the model.\n `none` means the model will not call a function and instead generates a message.\n `auto` means the model can pick between generating a message or calling a function.\n Specifying a particular function via `{\"type: \"function\", \"function\": {\"name\": \"my_function\"}}` forces the model to call that function.\n `none` is the default when no functions are present. `auto` is the default if functions are present.\n "`` | +| `type` | ``"one-of"`` | + +#### Defined in + +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__UpdateAgentRequest.md b/docs/js-sdk-docs/modules/api_schemas__UpdateAgentRequest.md new file mode 100644 index 000000000..f2136738a --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__UpdateAgentRequest.md @@ -0,0 +1,47 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$UpdateAgentRequest + +# Module: api/schemas/$UpdateAgentRequest + +## Table of contents + +### Variables + +- [$UpdateAgentRequest](api_schemas__UpdateAgentRequest.md#$updateagentrequest) + +## Variables + +### $UpdateAgentRequest + +• `Const` **$UpdateAgentRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A valid request payload for updating an agent"`` | +| `properties` | \{ `about`: \{ `description`: ``"About the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `default_settings`: \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } ; `instructions`: \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `model`: \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } ; `name`: \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the agent"`` | +| `properties.about.isRequired` | ``true`` | +| `properties.about.type` | ``"string"`` | +| `properties.default_settings` | \{ `description`: ``"Default model settings to start every session with"`` ; `type`: ``"AgentDefaultSettings"`` = "AgentDefaultSettings" } | +| `properties.default_settings.description` | ``"Default model settings to start every session with"`` | +| `properties.default_settings.type` | ``"AgentDefaultSettings"`` | +| `properties.instructions` | \{ `contains`: readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] ; `description`: ``"Instructions for the agent"`` ; `type`: ``"one-of"`` = "one-of" } | +| `properties.instructions.contains` | readonly [\{ `type`: ``"string"`` = "string" }, \{ `contains`: \{ `type`: ``"string"`` = "string" } ; `type`: ``"array"`` = "array" }] | +| `properties.instructions.description` | ``"Instructions for the agent"`` | +| `properties.instructions.type` | ``"one-of"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.model` | \{ `description`: ``"Name of the model that the agent is supposed to use"`` ; `type`: ``"string"`` = "string" } | +| `properties.model.description` | ``"Name of the model that the agent is supposed to use"`` | +| `properties.model.type` | ``"string"`` | +| `properties.name` | \{ `description`: ``"Name of the agent"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the agent"`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__UpdateSessionRequest.md b/docs/js-sdk-docs/modules/api_schemas__UpdateSessionRequest.md new file mode 100644 index 000000000..e7372bcf2 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__UpdateSessionRequest.md @@ -0,0 +1,33 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$UpdateSessionRequest + +# Module: api/schemas/$UpdateSessionRequest + +## Table of contents + +### Variables + +- [$UpdateSessionRequest](api_schemas__UpdateSessionRequest.md#$updatesessionrequest) + +## Variables + +### $UpdateSessionRequest + +• `Const` **$UpdateSessionRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A valid request payload for updating a session"`` | +| `properties` | \{ `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `situation`: \{ `description`: ``"Updated situation for this session"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.situation` | \{ `description`: ``"Updated situation for this session"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.situation.description` | ``"Updated situation for this session"`` | +| `properties.situation.isRequired` | ``true`` | +| `properties.situation.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__UpdateToolRequest.md b/docs/js-sdk-docs/modules/api_schemas__UpdateToolRequest.md new file mode 100644 index 000000000..7ae682328 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__UpdateToolRequest.md @@ -0,0 +1,29 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$UpdateToolRequest + +# Module: api/schemas/$UpdateToolRequest + +## Table of contents + +### Variables + +- [$UpdateToolRequest](api_schemas__UpdateToolRequest.md#$updatetoolrequest) + +## Variables + +### $UpdateToolRequest + +• `Const` **$UpdateToolRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `function`: \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionDef"`` = "FunctionDef" } } | +| `properties.function` | \{ `description`: ``"Function definition and parameters"`` ; `isRequired`: ``true`` = true; `type`: ``"FunctionDef"`` = "FunctionDef" } | +| `properties.function.description` | ``"Function definition and parameters"`` | +| `properties.function.isRequired` | ``true`` | +| `properties.function.type` | ``"FunctionDef"`` | + +#### Defined in + +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__UpdateUserRequest.md b/docs/js-sdk-docs/modules/api_schemas__UpdateUserRequest.md new file mode 100644 index 000000000..556f6c80b --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__UpdateUserRequest.md @@ -0,0 +1,37 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$UpdateUserRequest + +# Module: api/schemas/$UpdateUserRequest + +## Table of contents + +### Variables + +- [$UpdateUserRequest](api_schemas__UpdateUserRequest.md#$updateuserrequest) + +## Variables + +### $UpdateUserRequest + +• `Const` **$UpdateUserRequest**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `description` | ``"A valid request payload for updating a user"`` | +| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the user"`` | +| `properties.about.isRequired` | ``true`` | +| `properties.about.type` | ``"string"`` | +| `properties.metadata` | \{ `description`: ``"Optional metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"Optional metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.name` | \{ `description`: ``"Name of the user"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the user"`` | +| `properties.name.isRequired` | ``true`` | +| `properties.name.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__User.md b/docs/js-sdk-docs/modules/api_schemas__User.md new file mode 100644 index 000000000..d13c768a7 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__User.md @@ -0,0 +1,47 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$User + +# Module: api/schemas/$User + +## Table of contents + +### Variables + +- [$User](api_schemas__User.md#$user) + +## Variables + +### $User + +• `Const` **$User**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `about`: \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } ; `created_at`: \{ `description`: ``"User created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } ; `id`: \{ `description`: ``"User id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `metadata`: \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } ; `name`: \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } ; `updated_at`: \{ `description`: ``"User updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } } | +| `properties.about` | \{ `description`: ``"About the user"`` ; `type`: ``"string"`` = "string" } | +| `properties.about.description` | ``"About the user"`` | +| `properties.about.type` | ``"string"`` | +| `properties.created_at` | \{ `description`: ``"User created at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.created_at.description` | ``"User created at (RFC-3339 format)"`` | +| `properties.created_at.format` | ``"date-time"`` | +| `properties.created_at.type` | ``"string"`` | +| `properties.id` | \{ `description`: ``"User id (UUID)"`` ; `format`: ``"uuid"`` = "uuid"; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.id.description` | ``"User id (UUID)"`` | +| `properties.id.format` | ``"uuid"`` | +| `properties.id.isRequired` | ``true`` | +| `properties.id.type` | ``"string"`` | +| `properties.metadata` | \{ `description`: ``"(Optional) metadata"`` ; `properties`: {} = \{} } | +| `properties.metadata.description` | ``"(Optional) metadata"`` | +| `properties.metadata.properties` | {} | +| `properties.name` | \{ `description`: ``"Name of the user"`` ; `type`: ``"string"`` = "string" } | +| `properties.name.description` | ``"Name of the user"`` | +| `properties.name.type` | ``"string"`` | +| `properties.updated_at` | \{ `description`: ``"User updated at (RFC-3339 format)"`` ; `format`: ``"date-time"`` = "date-time"; `type`: ``"string"`` = "string" } | +| `properties.updated_at.description` | ``"User updated at (RFC-3339 format)"`` | +| `properties.updated_at.format` | ``"date-time"`` | +| `properties.updated_at.type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$User.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__agent_id.md b/docs/js-sdk-docs/modules/api_schemas__agent_id.md new file mode 100644 index 000000000..f9862b770 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__agent_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$agent\_id + +# Module: api/schemas/$agent\_id + +## Table of contents + +### Variables + +- [$agent\_id](api_schemas__agent_id.md#$agent_id) + +## Variables + +### $agent\_id + +• `Const` **$agent\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$agent_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__doc_id.md b/docs/js-sdk-docs/modules/api_schemas__doc_id.md new file mode 100644 index 000000000..7b409032f --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__doc_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$doc\_id + +# Module: api/schemas/$doc\_id + +## Table of contents + +### Variables + +- [$doc\_id](api_schemas__doc_id.md#$doc_id) + +## Variables + +### $doc\_id + +• `Const` **$doc\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$doc_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__job_id.md b/docs/js-sdk-docs/modules/api_schemas__job_id.md new file mode 100644 index 000000000..168e5efea --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__job_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$job\_id + +# Module: api/schemas/$job\_id + +## Table of contents + +### Variables + +- [$job\_id](api_schemas__job_id.md#$job_id) + +## Variables + +### $job\_id + +• `Const` **$job\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$job_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__memory_id.md b/docs/js-sdk-docs/modules/api_schemas__memory_id.md new file mode 100644 index 000000000..596372423 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__memory_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$memory\_id + +# Module: api/schemas/$memory\_id + +## Table of contents + +### Variables + +- [$memory\_id](api_schemas__memory_id.md#$memory_id) + +## Variables + +### $memory\_id + +• `Const` **$memory\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$memory_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__message_id.md b/docs/js-sdk-docs/modules/api_schemas__message_id.md new file mode 100644 index 000000000..63f4b075f --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__message_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$message\_id + +# Module: api/schemas/$message\_id + +## Table of contents + +### Variables + +- [$message\_id](api_schemas__message_id.md#$message_id) + +## Variables + +### $message\_id + +• `Const` **$message\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$message_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__session_id.md b/docs/js-sdk-docs/modules/api_schemas__session_id.md new file mode 100644 index 000000000..793e48498 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__session_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$session\_id + +# Module: api/schemas/$session\_id + +## Table of contents + +### Variables + +- [$session\_id](api_schemas__session_id.md#$session_id) + +## Variables + +### $session\_id + +• `Const` **$session\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$session_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__tool_id.md b/docs/js-sdk-docs/modules/api_schemas__tool_id.md new file mode 100644 index 000000000..5d92f530f --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__tool_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$tool\_id + +# Module: api/schemas/$tool\_id + +## Table of contents + +### Variables + +- [$tool\_id](api_schemas__tool_id.md#$tool_id) + +## Variables + +### $tool\_id + +• `Const` **$tool\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$tool_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_schemas__user_id.md b/docs/js-sdk-docs/modules/api_schemas__user_id.md new file mode 100644 index 000000000..e6c13f934 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_schemas__user_id.md @@ -0,0 +1,26 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/schemas/$user\_id + +# Module: api/schemas/$user\_id + +## Table of contents + +### Variables + +- [$user\_id](api_schemas__user_id.md#$user_id) + +## Variables + +### $user\_id + +• `Const` **$user\_id**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `format` | ``"uuid"`` | +| `type` | ``"string"`` | + +#### Defined in + +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/api/schemas/$user_id.ts#L5) diff --git a/docs/js-sdk-docs/modules/api_services_DefaultService.md b/docs/js-sdk-docs/modules/api_services_DefaultService.md new file mode 100644 index 000000000..b3b309632 --- /dev/null +++ b/docs/js-sdk-docs/modules/api_services_DefaultService.md @@ -0,0 +1,9 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / api/services/DefaultService + +# Module: api/services/DefaultService + +## Table of contents + +### Classes + +- [DefaultService](../classes/api_services_DefaultService.DefaultService.md) diff --git a/docs/js-sdk-docs/modules/client.md b/docs/js-sdk-docs/modules/client.md new file mode 100644 index 000000000..7c865f4a6 --- /dev/null +++ b/docs/js-sdk-docs/modules/client.md @@ -0,0 +1,9 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / client + +# Module: client + +## Table of contents + +### Classes + +- [Client](../classes/client.Client.md) diff --git a/docs/js-sdk-docs/modules/env.md b/docs/js-sdk-docs/modules/env.md new file mode 100644 index 000000000..e1d2912ef --- /dev/null +++ b/docs/js-sdk-docs/modules/env.md @@ -0,0 +1,30 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / env + +# Module: env + +## Table of contents + +### Variables + +- [JULEP\_API\_KEY](env.md#julep_api_key) +- [JULEP\_API\_URL](env.md#julep_api_url) + +## Variables + +### JULEP\_API\_KEY + +• **JULEP\_API\_KEY**: `string` = `""` + +#### Defined in + +[src/env.ts:4](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/env.ts#L4) + +___ + +### JULEP\_API\_URL + +• **JULEP\_API\_URL**: `string` = `""` + +#### Defined in + +[src/env.ts:5](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/env.ts#L5) diff --git a/docs/js-sdk-docs/modules/index.md b/docs/js-sdk-docs/modules/index.md new file mode 100644 index 000000000..73e693130 --- /dev/null +++ b/docs/js-sdk-docs/modules/index.md @@ -0,0 +1,15 @@ +[@julep/sdk](../README.md) / [Exports](../modules.md) / index + +# Module: index + +## Table of contents + +### References + +- [Client](index.md#client) + +## References + +### Client + +Re-exports [Client](../classes/client.Client.md) diff --git a/docs/js-sdk-docs/modules/managers_agent.md b/docs/js-sdk-docs/modules/managers_agent.md index 6f5ea9677..2bc665ac6 100644 --- a/docs/js-sdk-docs/modules/managers_agent.md +++ b/docs/js-sdk-docs/modules/managers_agent.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/agent +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/agent # Module: managers/agent diff --git a/docs/js-sdk-docs/modules/managers_base.md b/docs/js-sdk-docs/modules/managers_base.md index fd0e930a7..8e280aa41 100644 --- a/docs/js-sdk-docs/modules/managers_base.md +++ b/docs/js-sdk-docs/modules/managers_base.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/base +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/base # Module: managers/base diff --git a/docs/js-sdk-docs/modules/managers_doc.md b/docs/js-sdk-docs/modules/managers_doc.md index b7a31fa3a..184b8fa90 100644 --- a/docs/js-sdk-docs/modules/managers_doc.md +++ b/docs/js-sdk-docs/modules/managers_doc.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/doc +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/doc # Module: managers/doc diff --git a/docs/js-sdk-docs/modules/managers_memory.md b/docs/js-sdk-docs/modules/managers_memory.md index 720bd4e70..fa57b3f94 100644 --- a/docs/js-sdk-docs/modules/managers_memory.md +++ b/docs/js-sdk-docs/modules/managers_memory.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/memory +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/memory # Module: managers/memory diff --git a/docs/js-sdk-docs/modules/managers_session.md b/docs/js-sdk-docs/modules/managers_session.md index 38c9d75ef..b2b0680a1 100644 --- a/docs/js-sdk-docs/modules/managers_session.md +++ b/docs/js-sdk-docs/modules/managers_session.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/session +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/session # Module: managers/session diff --git a/docs/js-sdk-docs/modules/managers_tool.md b/docs/js-sdk-docs/modules/managers_tool.md index 1c425999c..482af8f0b 100644 --- a/docs/js-sdk-docs/modules/managers_tool.md +++ b/docs/js-sdk-docs/modules/managers_tool.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/tool +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/tool # Module: managers/tool diff --git a/docs/js-sdk-docs/modules/managers_user.md b/docs/js-sdk-docs/modules/managers_user.md index d0d6bffbf..dd7c96c68 100644 --- a/docs/js-sdk-docs/modules/managers_user.md +++ b/docs/js-sdk-docs/modules/managers_user.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / managers/user +[@julep/sdk](../README.md) / [Exports](../modules.md) / managers/user # Module: managers/user diff --git a/docs/js-sdk-docs/modules/utils_invariant.md b/docs/js-sdk-docs/modules/utils_invariant.md index 0d4fa1560..e2e49873f 100644 --- a/docs/js-sdk-docs/modules/utils_invariant.md +++ b/docs/js-sdk-docs/modules/utils_invariant.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / utils/invariant +[@julep/sdk](../README.md) / [Exports](../modules.md) / utils/invariant # Module: utils/invariant @@ -29,4 +29,4 @@ Ensures that a condition is met, throwing a custom error message if not. #### Defined in -[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/utils/invariant.ts#L6) diff --git a/docs/js-sdk-docs/modules/utils_isValidUuid4.md b/docs/js-sdk-docs/modules/utils_isValidUuid4.md index f94dd6dc8..9736306c7 100644 --- a/docs/js-sdk-docs/modules/utils_isValidUuid4.md +++ b/docs/js-sdk-docs/modules/utils_isValidUuid4.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / utils/isValidUuid4 +[@julep/sdk](../README.md) / [Exports](../modules.md) / utils/isValidUuid4 # Module: utils/isValidUuid4 @@ -33,4 +33,4 @@ True if the input is a valid UUID v4, otherwise false. #### Defined in -[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/utils/isValidUuid4.ts#L11) diff --git a/docs/js-sdk-docs/modules/utils_openaiPatch.md b/docs/js-sdk-docs/modules/utils_openaiPatch.md index b5d8e1c5d..316886bac 100644 --- a/docs/js-sdk-docs/modules/utils_openaiPatch.md +++ b/docs/js-sdk-docs/modules/utils_openaiPatch.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / utils/openaiPatch +[@julep/sdk](../README.md) / [Exports](../modules.md) / utils/openaiPatch # Module: utils/openaiPatch @@ -30,4 +30,4 @@ This is useful for enforcing a consistent model usage across different parts of #### Defined in -[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/utils/openaiPatch.ts#L8) diff --git a/docs/js-sdk-docs/modules/utils_requestConstructor.md b/docs/js-sdk-docs/modules/utils_requestConstructor.md index a18bf52fe..d24300b17 100644 --- a/docs/js-sdk-docs/modules/utils_requestConstructor.md +++ b/docs/js-sdk-docs/modules/utils_requestConstructor.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / utils/requestConstructor +[@julep/sdk](../README.md) / [Exports](../modules.md) / utils/requestConstructor # Module: utils/requestConstructor diff --git a/docs/js-sdk-docs/modules/utils_xor.md b/docs/js-sdk-docs/modules/utils_xor.md index 4646ba9f4..c5d7b9cee 100644 --- a/docs/js-sdk-docs/modules/utils_xor.md +++ b/docs/js-sdk-docs/modules/utils_xor.md @@ -1,4 +1,4 @@ -[@julep/sdk](../README.md) / [Modules](../modules.md) / utils/xor +[@julep/sdk](../README.md) / [Exports](../modules.md) / utils/xor # Module: utils/xor @@ -27,4 +27,4 @@ #### Defined in -[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/5fd292d2b36b7388e396daec0948fa7ee9ff5bcd/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/035e7f91b35da5c19151875490e535b6923a07fe/sdks/ts/src/utils/xor.ts#L1) diff --git a/docs/python-sdk-docs/README.md b/docs/python-sdk-docs/README.md index d9a5345a7..1923b2880 100644 --- a/docs/python-sdk-docs/README.md +++ b/docs/python-sdk-docs/README.md @@ -18,6 +18,7 @@ A full list of `Julep Python SDK` project modules. - [Agent](julep/api/types/agent.md#agent) - [AgentDefaultSettings](julep/api/types/agent_default_settings.md#agentdefaultsettings) - [AgentDefaultSettingsPreset](julep/api/types/agent_default_settings_preset.md#agentdefaultsettingspreset) + - [Agent Instructions](julep/api/types/agent_instructions.md#agent-instructions) - [AgentMetadata](julep/api/types/agent_metadata.md#agentmetadata) - [ChatInputData](julep/api/types/chat_input_data.md#chatinputdata) - [Chat Input Data Tool Choice](julep/api/types/chat_input_data_tool_choice.md#chat-input-data-tool-choice) @@ -32,14 +33,18 @@ A full list of `Julep Python SDK` project modules. - [ChatSettingsResponseFormatType](julep/api/types/chat_settings_response_format_type.md#chatsettingsresponseformattype) - [Chat Settings Stop](julep/api/types/chat_settings_stop.md#chat-settings-stop) - [CompletionUsage](julep/api/types/completion_usage.md#completionusage) + - [Create Agent Request Instructions](julep/api/types/create_agent_request_instructions.md#create-agent-request-instructions) - [CreateAgentRequestMetadata](julep/api/types/create_agent_request_metadata.md#createagentrequestmetadata) - [CreateDoc](julep/api/types/create_doc.md#createdoc) + - [Create Doc Content](julep/api/types/create_doc_content.md#create-doc-content) - [CreateDocMetadata](julep/api/types/create_doc_metadata.md#createdocmetadata) - [CreateSessionRequestMetadata](julep/api/types/create_session_request_metadata.md#createsessionrequestmetadata) - [CreateToolRequest](julep/api/types/create_tool_request.md#createtoolrequest) - [CreateToolRequestType](julep/api/types/create_tool_request_type.md#createtoolrequesttype) - [CreateUserRequestMetadata](julep/api/types/create_user_request_metadata.md#createuserrequestmetadata) - [Doc](julep/api/types/doc.md#doc) + - [Doc Content](julep/api/types/doc_content.md#doc-content) + - [DocIds](julep/api/types/doc_ids.md#docids) - [DocMetadata](julep/api/types/doc_metadata.md#docmetadata) - [FunctionCallOption](julep/api/types/function_call_option.md#functioncalloption) - [FunctionDef](julep/api/types/function_def.md#functiondef) @@ -73,6 +78,7 @@ A full list of `Julep Python SDK` project modules. - [NamedToolChoice](julep/api/types/named_tool_choice.md#namedtoolchoice) - [NamedToolChoiceFunction](julep/api/types/named_tool_choice_function.md#namedtoolchoicefunction) - [PartialFunctionDef](julep/api/types/partial_function_def.md#partialfunctiondef) + - [Patch Agent Request Instructions](julep/api/types/patch_agent_request_instructions.md#patch-agent-request-instructions) - [PatchAgentRequestMetadata](julep/api/types/patch_agent_request_metadata.md#patchagentrequestmetadata) - [PatchSessionRequestMetadata](julep/api/types/patch_session_request_metadata.md#patchsessionrequestmetadata) - [PatchUserRequestMetadata](julep/api/types/patch_user_request_metadata.md#patchuserrequestmetadata) @@ -86,6 +92,7 @@ A full list of `Julep Python SDK` project modules. - [Tool](julep/api/types/tool.md#tool) - [Tool Choice Option](julep/api/types/tool_choice_option.md#tool-choice-option) - [ToolType](julep/api/types/tool_type.md#tooltype) + - [Update Agent Request Instructions](julep/api/types/update_agent_request_instructions.md#update-agent-request-instructions) - [UpdateAgentRequestMetadata](julep/api/types/update_agent_request_metadata.md#updateagentrequestmetadata) - [UpdateSessionRequestMetadata](julep/api/types/update_session_request_metadata.md#updatesessionrequestmetadata) - [UpdateUserRequestMetadata](julep/api/types/update_user_request_metadata.md#updateuserrequestmetadata) diff --git a/docs/python-sdk-docs/julep/api/client.md b/docs/python-sdk-docs/julep/api/client.md index bfa9453a4..c1ab52b53 100644 --- a/docs/python-sdk-docs/julep/api/client.md +++ b/docs/python-sdk-docs/julep/api/client.md @@ -15,7 +15,7 @@ ## AsyncJulepApi -[Show source in client.py:1833](../../../../../../julep/api/client.py#L1833) +[Show source in client.py:1834](../../../../../../julep/api/client.py#L1834) #### Signature @@ -33,7 +33,7 @@ class AsyncJulepApi: ### AsyncJulepApi().chat -[Show source in client.py:2470](../../../../../../julep/api/client.py#L2470) +[Show source in client.py:2471](../../../../../../julep/api/client.py#L2471) #### Arguments @@ -137,7 +137,7 @@ async def chat( ### AsyncJulepApi().create_agent -[Show source in client.py:2119](../../../../../../julep/api/client.py#L2119) +[Show source in client.py:2120](../../../../../../julep/api/client.py#L2120) Create a new agent @@ -147,8 +147,6 @@ Create a new agent - `-` *about* - typing.Optional[str]. About the agent -- `-` *instructions* - typing.Optional[typing.List[str]]. List of instructions for the agent - - `-` *tools* - typing.Optional[typing.List[CreateToolRequest]]. A list of tools the model may call. Currently, only `function`s are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. - `-` *default_settings* - typing.Optional[AgentDefaultSettings]. Default model settings to start every session with @@ -157,7 +155,9 @@ Create a new agent - `-` *docs* - typing.Optional[typing.List[CreateDoc]]. List of docs about agent - - `-` *metadata* - typing.Optional[CreateAgentRequestMetadata]. (Optional) metadata +- `-` *metadata* - typing.Optional[CreateAgentRequestMetadata]. (Optional) metadata + + - `-` *instructions* - typing.Optional[CreateAgentRequestInstructions]. Instructions for the agent --- from julep.client import AsyncJulepApi @@ -175,12 +175,12 @@ async def create_agent( self, name: str, about: typing.Optional[str] = OMIT, - instructions: typing.Optional[typing.List[str]] = OMIT, tools: typing.Optional[typing.List[CreateToolRequest]] = OMIT, default_settings: typing.Optional[AgentDefaultSettings] = OMIT, model: typing.Optional[str] = OMIT, docs: typing.Optional[typing.List[CreateDoc]] = OMIT, metadata: typing.Optional[CreateAgentRequestMetadata] = OMIT, + instructions: typing.Optional[CreateAgentRequestInstructions] = OMIT, ) -> ResourceCreatedResponse: ... ``` @@ -190,7 +190,7 @@ async def create_agent( ### AsyncJulepApi().create_agent_doc -[Show source in client.py:3100](../../../../../../julep/api/client.py#L3100) +[Show source in client.py:3101](../../../../../../julep/api/client.py#L3101) #### Arguments @@ -208,7 +208,6 @@ await client.create_agent_doc( agent_id="agent_id", request=CreateDoc( title="title", - content="content", ), ) @@ -222,7 +221,7 @@ async def create_agent_doc( ### AsyncJulepApi().create_agent_tool -[Show source in client.py:3395](../../../../../../julep/api/client.py#L3395) +[Show source in client.py:3394](../../../../../../julep/api/client.py#L3394) #### Arguments @@ -257,7 +256,7 @@ async def create_agent_tool( ### AsyncJulepApi().create_session -[Show source in client.py:1906](../../../../../../julep/api/client.py#L1906) +[Show source in client.py:1907](../../../../../../julep/api/client.py#L1907) Create a session between an agent and a user @@ -301,7 +300,7 @@ async def create_session( ### AsyncJulepApi().create_user -[Show source in client.py:2015](../../../../../../julep/api/client.py#L2015) +[Show source in client.py:2016](../../../../../../julep/api/client.py#L2016) Create a new user @@ -358,7 +357,6 @@ await client.create_user_doc( user_id="user_id", request=CreateDoc( title="title", - content="content", ), ) @@ -372,7 +370,7 @@ async def create_user_doc( ### AsyncJulepApi().delete_agent -[Show source in client.py:2940](../../../../../../julep/api/client.py#L2940) +[Show source in client.py:2941](../../../../../../julep/api/client.py#L2941) #### Arguments @@ -395,7 +393,7 @@ async def delete_agent(self, agent_id: str) -> None: ... ### AsyncJulepApi().delete_agent_doc -[Show source in client.py:3280](../../../../../../julep/api/client.py#L3280) +[Show source in client.py:3279](../../../../../../julep/api/client.py#L3279) #### Arguments @@ -421,7 +419,7 @@ async def delete_agent_doc(self, agent_id: str, doc_id: str) -> None: ... ### AsyncJulepApi().delete_agent_memory -[Show source in client.py:3316](../../../../../../julep/api/client.py#L3316) +[Show source in client.py:3315](../../../../../../julep/api/client.py#L3315) #### Arguments @@ -447,7 +445,7 @@ async def delete_agent_memory(self, agent_id: str, memory_id: str) -> None: ... ### AsyncJulepApi().delete_agent_tool -[Show source in client.py:3486](../../../../../../julep/api/client.py#L3486) +[Show source in client.py:3485](../../../../../../julep/api/client.py#L3485) #### Arguments @@ -473,7 +471,7 @@ async def delete_agent_tool(self, agent_id: str, tool_id: str) -> None: ... ### AsyncJulepApi().delete_session -[Show source in client.py:2269](../../../../../../julep/api/client.py#L2269) +[Show source in client.py:2270](../../../../../../julep/api/client.py#L2270) #### Arguments @@ -496,7 +494,7 @@ async def delete_session(self, session_id: str) -> None: ... ### AsyncJulepApi().delete_session_history -[Show source in client.py:2437](../../../../../../julep/api/client.py#L2437) +[Show source in client.py:2438](../../../../../../julep/api/client.py#L2438) #### Arguments @@ -519,7 +517,7 @@ async def delete_session_history(self, session_id: str) -> None: ... ### AsyncJulepApi().delete_user -[Show source in client.py:2757](../../../../../../julep/api/client.py#L2757) +[Show source in client.py:2758](../../../../../../julep/api/client.py#L2758) #### Arguments @@ -542,7 +540,7 @@ async def delete_user(self, user_id: str) -> None: ... ### AsyncJulepApi().delete_user_doc -[Show source in client.py:3244](../../../../../../julep/api/client.py#L3244) +[Show source in client.py:3243](../../../../../../julep/api/client.py#L3243) #### Arguments @@ -568,7 +566,7 @@ async def delete_user_doc(self, user_id: str, doc_id: str) -> None: ... ### AsyncJulepApi().get_agent -[Show source in client.py:2842](../../../../../../julep/api/client.py#L2842) +[Show source in client.py:2843](../../../../../../julep/api/client.py#L2843) #### Arguments @@ -591,7 +589,7 @@ async def get_agent(self, agent_id: str) -> Agent: ... ### AsyncJulepApi().get_agent_docs -[Show source in client.py:3040](../../../../../../julep/api/client.py#L3040) +[Show source in client.py:3041](../../../../../../julep/api/client.py#L3041) Sorted (created_at descending) @@ -634,7 +632,7 @@ async def get_agent_docs( ### AsyncJulepApi().get_agent_memories -[Show source in client.py:2622](../../../../../../julep/api/client.py#L2622) +[Show source in client.py:2623](../../../../../../julep/api/client.py#L2623) Sorted (created_at descending) @@ -675,7 +673,7 @@ async def get_agent_memories( ### AsyncJulepApi().get_agent_tools -[Show source in client.py:3352](../../../../../../julep/api/client.py#L3352) +[Show source in client.py:3351](../../../../../../julep/api/client.py#L3351) Sorted (created_at descending) @@ -709,7 +707,7 @@ async def get_agent_tools( ### AsyncJulepApi().get_history -[Show source in client.py:2393](../../../../../../julep/api/client.py#L2393) +[Show source in client.py:2394](../../../../../../julep/api/client.py#L2394) Sorted (created_at ascending) @@ -743,7 +741,7 @@ async def get_history( ### AsyncJulepApi().get_job_status -[Show source in client.py:3565](../../../../../../julep/api/client.py#L3565) +[Show source in client.py:3564](../../../../../../julep/api/client.py#L3564) #### Arguments @@ -766,7 +764,7 @@ async def get_job_status(self, job_id: str) -> JobStatus: ... ### AsyncJulepApi().get_session -[Show source in client.py:2190](../../../../../../julep/api/client.py#L2190) +[Show source in client.py:2191](../../../../../../julep/api/client.py#L2191) #### Arguments @@ -789,7 +787,7 @@ async def get_session(self, session_id: str) -> Session: ... ### AsyncJulepApi().get_suggestions -[Show source in client.py:2349](../../../../../../julep/api/client.py#L2349) +[Show source in client.py:2350](../../../../../../julep/api/client.py#L2350) Sorted (created_at descending) @@ -823,7 +821,7 @@ async def get_suggestions( ### AsyncJulepApi().get_user -[Show source in client.py:2674](../../../../../../julep/api/client.py#L2674) +[Show source in client.py:2675](../../../../../../julep/api/client.py#L2675) #### Arguments @@ -889,7 +887,7 @@ async def get_user_docs( ### AsyncJulepApi().list_agents -[Show source in client.py:2066](../../../../../../julep/api/client.py#L2066) +[Show source in client.py:2067](../../../../../../julep/api/client.py#L2067) List agents created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -927,7 +925,7 @@ async def list_agents( ### AsyncJulepApi().list_sessions -[Show source in client.py:1853](../../../../../../julep/api/client.py#L1853) +[Show source in client.py:1854](../../../../../../julep/api/client.py#L1854) List sessions created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -965,7 +963,7 @@ async def list_sessions( ### AsyncJulepApi().list_users -[Show source in client.py:1962](../../../../../../julep/api/client.py#L1962) +[Show source in client.py:1963](../../../../../../julep/api/client.py#L1963) List users created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -1003,7 +1001,7 @@ async def list_users( ### AsyncJulepApi().patch_agent -[Show source in client.py:2972](../../../../../../julep/api/client.py#L2972) +[Show source in client.py:2973](../../../../../../julep/api/client.py#L2973) #### Arguments @@ -1011,15 +1009,15 @@ async def list_users( - `-` *about* - typing.Optional[str]. About the agent -- `-` *instructions* - typing.Optional[typing.List[str]]. List of instructions for the agent - - `-` *name* - typing.Optional[str]. Name of the agent - `-` *model* - typing.Optional[str]. Name of the model that the agent is supposed to use - `-` *default_settings* - typing.Optional[AgentDefaultSettings]. Default model settings to start every session with - - `-` *metadata* - typing.Optional[PatchAgentRequestMetadata]. Optional metadata +- `-` *metadata* - typing.Optional[PatchAgentRequestMetadata]. Optional metadata + + - `-` *instructions* - typing.Optional[PatchAgentRequestInstructions]. Instructions for the agent --- from julep.client import AsyncJulepApi @@ -1037,11 +1035,11 @@ async def patch_agent( self, agent_id: str, about: typing.Optional[str] = OMIT, - instructions: typing.Optional[typing.List[str]] = OMIT, name: typing.Optional[str] = OMIT, model: typing.Optional[str] = OMIT, default_settings: typing.Optional[AgentDefaultSettings] = OMIT, metadata: typing.Optional[PatchAgentRequestMetadata] = OMIT, + instructions: typing.Optional[PatchAgentRequestInstructions] = OMIT, ) -> ResourceUpdatedResponse: ... ``` @@ -1051,7 +1049,7 @@ async def patch_agent( ### AsyncJulepApi().patch_agent_tool -[Show source in client.py:3522](../../../../../../julep/api/client.py#L3522) +[Show source in client.py:3521](../../../../../../julep/api/client.py#L3521) #### Arguments @@ -1083,7 +1081,7 @@ async def patch_agent_tool( ### AsyncJulepApi().patch_session -[Show source in client.py:2301](../../../../../../julep/api/client.py#L2301) +[Show source in client.py:2302](../../../../../../julep/api/client.py#L2302) #### Arguments @@ -1119,7 +1117,7 @@ async def patch_session( ### AsyncJulepApi().patch_user -[Show source in client.py:2789](../../../../../../julep/api/client.py#L2789) +[Show source in client.py:2790](../../../../../../julep/api/client.py#L2790) #### Arguments @@ -1158,7 +1156,7 @@ async def patch_user( ### AsyncJulepApi().update_agent -[Show source in client.py:2874](../../../../../../julep/api/client.py#L2874) +[Show source in client.py:2875](../../../../../../julep/api/client.py#L2875) #### Arguments @@ -1166,15 +1164,15 @@ async def patch_user( - `-` *about* - str. About the agent -- `-` *instructions* - typing.Optional[typing.List[str]]. List of instructions for the agent - - `-` *name* - str. Name of the agent - `-` *model* - typing.Optional[str]. Name of the model that the agent is supposed to use - `-` *default_settings* - typing.Optional[AgentDefaultSettings]. Default model settings to start every session with - - `-` *metadata* - typing.Optional[UpdateAgentRequestMetadata]. Optional metadata +- `-` *metadata* - typing.Optional[UpdateAgentRequestMetadata]. Optional metadata + + - `-` *instructions* - typing.Optional[UpdateAgentRequestInstructions]. Instructions for the agent --- from julep.client import AsyncJulepApi @@ -1194,11 +1192,11 @@ async def update_agent( self, agent_id: str, about: str, - instructions: typing.Optional[typing.List[str]] = OMIT, name: str, model: typing.Optional[str] = OMIT, default_settings: typing.Optional[AgentDefaultSettings] = OMIT, metadata: typing.Optional[UpdateAgentRequestMetadata] = OMIT, + instructions: typing.Optional[UpdateAgentRequestInstructions] = OMIT, ) -> ResourceUpdatedResponse: ... ``` @@ -1208,7 +1206,7 @@ async def update_agent( ### AsyncJulepApi().update_agent_tool -[Show source in client.py:3440](../../../../../../julep/api/client.py#L3440) +[Show source in client.py:3439](../../../../../../julep/api/client.py#L3439) #### Arguments @@ -1243,7 +1241,7 @@ async def update_agent_tool( ### AsyncJulepApi().update_session -[Show source in client.py:2222](../../../../../../julep/api/client.py#L2222) +[Show source in client.py:2223](../../../../../../julep/api/client.py#L2223) #### Arguments @@ -1280,7 +1278,7 @@ async def update_session( ### AsyncJulepApi().update_user -[Show source in client.py:2706](../../../../../../julep/api/client.py#L2706) +[Show source in client.py:2707](../../../../../../julep/api/client.py#L2707) #### Arguments @@ -1323,7 +1321,7 @@ async def update_user( ## JulepApi -[Show source in client.py:70](../../../../../../julep/api/client.py#L70) +[Show source in client.py:73](../../../../../../julep/api/client.py#L73) #### Signature @@ -1341,7 +1339,7 @@ class JulepApi: ### JulepApi().chat -[Show source in client.py:705](../../../../../../julep/api/client.py#L705) +[Show source in client.py:708](../../../../../../julep/api/client.py#L708) #### Arguments @@ -1445,7 +1443,7 @@ def chat( ### JulepApi().create_agent -[Show source in client.py:354](../../../../../../julep/api/client.py#L354) +[Show source in client.py:357](../../../../../../julep/api/client.py#L357) Create a new agent @@ -1455,8 +1453,6 @@ Create a new agent - `-` *about* - typing.Optional[str]. About the agent -- `-` *instructions* - typing.Optional[typing.List[str]]. List of instructions for the agent - - `-` *tools* - typing.Optional[typing.List[CreateToolRequest]]. A list of tools the model may call. Currently, only `function`s are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. - `-` *default_settings* - typing.Optional[AgentDefaultSettings]. Default model settings to start every session with @@ -1465,7 +1461,9 @@ Create a new agent - `-` *docs* - typing.Optional[typing.List[CreateDoc]]. List of docs about agent - - `-` *metadata* - typing.Optional[CreateAgentRequestMetadata]. (Optional) metadata +- `-` *metadata* - typing.Optional[CreateAgentRequestMetadata]. (Optional) metadata + + - `-` *instructions* - typing.Optional[CreateAgentRequestInstructions]. Instructions for the agent --- from julep.client import JulepApi @@ -1483,12 +1481,12 @@ def create_agent( self, name: str, about: typing.Optional[str] = OMIT, - instructions: typing.Optional[typing.List[str]] = OMIT, tools: typing.Optional[typing.List[CreateToolRequest]] = OMIT, default_settings: typing.Optional[AgentDefaultSettings] = OMIT, model: typing.Optional[str] = OMIT, docs: typing.Optional[typing.List[CreateDoc]] = OMIT, metadata: typing.Optional[CreateAgentRequestMetadata] = OMIT, + instructions: typing.Optional[CreateAgentRequestInstructions] = OMIT, ) -> ResourceCreatedResponse: ... ``` @@ -1498,7 +1496,7 @@ def create_agent( ### JulepApi().create_agent_doc -[Show source in client.py:1335](../../../../../../julep/api/client.py#L1335) +[Show source in client.py:1338](../../../../../../julep/api/client.py#L1338) #### Arguments @@ -1516,7 +1514,6 @@ client.create_agent_doc( agent_id="agent_id", request=CreateDoc( title="title", - content="content", ), ) @@ -1530,7 +1527,7 @@ def create_agent_doc( ### JulepApi().create_agent_tool -[Show source in client.py:1630](../../../../../../julep/api/client.py#L1630) +[Show source in client.py:1631](../../../../../../julep/api/client.py#L1631) #### Arguments @@ -1565,7 +1562,7 @@ def create_agent_tool( ### JulepApi().create_session -[Show source in client.py:141](../../../../../../julep/api/client.py#L141) +[Show source in client.py:144](../../../../../../julep/api/client.py#L144) Create a session between an agent and a user @@ -1609,7 +1606,7 @@ def create_session( ### JulepApi().create_user -[Show source in client.py:250](../../../../../../julep/api/client.py#L250) +[Show source in client.py:253](../../../../../../julep/api/client.py#L253) Create a new user @@ -1648,7 +1645,7 @@ def create_user( ### JulepApi().create_user_doc -[Show source in client.py:1437](../../../../../../julep/api/client.py#L1437) +[Show source in client.py:1439](../../../../../../julep/api/client.py#L1439) #### Arguments @@ -1666,7 +1663,6 @@ client.create_user_doc( user_id="user_id", request=CreateDoc( title="title", - content="content", ), ) @@ -1680,7 +1676,7 @@ def create_user_doc( ### JulepApi().delete_agent -[Show source in client.py:1175](../../../../../../julep/api/client.py#L1175) +[Show source in client.py:1178](../../../../../../julep/api/client.py#L1178) #### Arguments @@ -1703,7 +1699,7 @@ def delete_agent(self, agent_id: str) -> None: ... ### JulepApi().delete_agent_doc -[Show source in client.py:1515](../../../../../../julep/api/client.py#L1515) +[Show source in client.py:1516](../../../../../../julep/api/client.py#L1516) #### Arguments @@ -1729,7 +1725,7 @@ def delete_agent_doc(self, agent_id: str, doc_id: str) -> None: ... ### JulepApi().delete_agent_memory -[Show source in client.py:1551](../../../../../../julep/api/client.py#L1551) +[Show source in client.py:1552](../../../../../../julep/api/client.py#L1552) #### Arguments @@ -1755,7 +1751,7 @@ def delete_agent_memory(self, agent_id: str, memory_id: str) -> None: ... ### JulepApi().delete_agent_tool -[Show source in client.py:1721](../../../../../../julep/api/client.py#L1721) +[Show source in client.py:1722](../../../../../../julep/api/client.py#L1722) #### Arguments @@ -1781,7 +1777,7 @@ def delete_agent_tool(self, agent_id: str, tool_id: str) -> None: ... ### JulepApi().delete_session -[Show source in client.py:504](../../../../../../julep/api/client.py#L504) +[Show source in client.py:507](../../../../../../julep/api/client.py#L507) #### Arguments @@ -1804,7 +1800,7 @@ def delete_session(self, session_id: str) -> None: ... ### JulepApi().delete_session_history -[Show source in client.py:672](../../../../../../julep/api/client.py#L672) +[Show source in client.py:675](../../../../../../julep/api/client.py#L675) #### Arguments @@ -1827,7 +1823,7 @@ def delete_session_history(self, session_id: str) -> None: ... ### JulepApi().delete_user -[Show source in client.py:992](../../../../../../julep/api/client.py#L992) +[Show source in client.py:995](../../../../../../julep/api/client.py#L995) #### Arguments @@ -1850,7 +1846,7 @@ def delete_user(self, user_id: str) -> None: ... ### JulepApi().delete_user_doc -[Show source in client.py:1479](../../../../../../julep/api/client.py#L1479) +[Show source in client.py:1480](../../../../../../julep/api/client.py#L1480) #### Arguments @@ -1876,7 +1872,7 @@ def delete_user_doc(self, user_id: str, doc_id: str) -> None: ... ### JulepApi().get_agent -[Show source in client.py:1077](../../../../../../julep/api/client.py#L1077) +[Show source in client.py:1080](../../../../../../julep/api/client.py#L1080) #### Arguments @@ -1899,7 +1895,7 @@ def get_agent(self, agent_id: str) -> Agent: ... ### JulepApi().get_agent_docs -[Show source in client.py:1275](../../../../../../julep/api/client.py#L1275) +[Show source in client.py:1278](../../../../../../julep/api/client.py#L1278) Sorted (created_at descending) @@ -1942,7 +1938,7 @@ def get_agent_docs( ### JulepApi().get_agent_memories -[Show source in client.py:857](../../../../../../julep/api/client.py#L857) +[Show source in client.py:860](../../../../../../julep/api/client.py#L860) Sorted (created_at descending) @@ -1983,7 +1979,7 @@ def get_agent_memories( ### JulepApi().get_agent_tools -[Show source in client.py:1587](../../../../../../julep/api/client.py#L1587) +[Show source in client.py:1588](../../../../../../julep/api/client.py#L1588) Sorted (created_at descending) @@ -2017,7 +2013,7 @@ def get_agent_tools( ### JulepApi().get_history -[Show source in client.py:628](../../../../../../julep/api/client.py#L628) +[Show source in client.py:631](../../../../../../julep/api/client.py#L631) Sorted (created_at ascending) @@ -2051,7 +2047,7 @@ def get_history( ### JulepApi().get_job_status -[Show source in client.py:1800](../../../../../../julep/api/client.py#L1800) +[Show source in client.py:1801](../../../../../../julep/api/client.py#L1801) #### Arguments @@ -2074,7 +2070,7 @@ def get_job_status(self, job_id: str) -> JobStatus: ... ### JulepApi().get_session -[Show source in client.py:425](../../../../../../julep/api/client.py#L425) +[Show source in client.py:428](../../../../../../julep/api/client.py#L428) #### Arguments @@ -2097,7 +2093,7 @@ def get_session(self, session_id: str) -> Session: ... ### JulepApi().get_suggestions -[Show source in client.py:584](../../../../../../julep/api/client.py#L584) +[Show source in client.py:587](../../../../../../julep/api/client.py#L587) Sorted (created_at descending) @@ -2131,7 +2127,7 @@ def get_suggestions( ### JulepApi().get_user -[Show source in client.py:909](../../../../../../julep/api/client.py#L909) +[Show source in client.py:912](../../../../../../julep/api/client.py#L912) #### Arguments @@ -2154,7 +2150,7 @@ def get_user(self, user_id: str) -> User: ... ### JulepApi().get_user_docs -[Show source in client.py:1377](../../../../../../julep/api/client.py#L1377) +[Show source in client.py:1379](../../../../../../julep/api/client.py#L1379) Sorted (created_at descending) @@ -2197,7 +2193,7 @@ def get_user_docs( ### JulepApi().list_agents -[Show source in client.py:301](../../../../../../julep/api/client.py#L301) +[Show source in client.py:304](../../../../../../julep/api/client.py#L304) List agents created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -2235,7 +2231,7 @@ def list_agents( ### JulepApi().list_sessions -[Show source in client.py:88](../../../../../../julep/api/client.py#L88) +[Show source in client.py:91](../../../../../../julep/api/client.py#L91) List sessions created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -2273,7 +2269,7 @@ def list_sessions( ### JulepApi().list_users -[Show source in client.py:197](../../../../../../julep/api/client.py#L197) +[Show source in client.py:200](../../../../../../julep/api/client.py#L200) List users created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) @@ -2311,7 +2307,7 @@ def list_users( ### JulepApi().patch_agent -[Show source in client.py:1207](../../../../../../julep/api/client.py#L1207) +[Show source in client.py:1210](../../../../../../julep/api/client.py#L1210) #### Arguments @@ -2319,15 +2315,15 @@ def list_users( - `-` *about* - typing.Optional[str]. About the agent -- `-` *instructions* - typing.Optional[typing.List[str]]. List of instructions for the agent - - `-` *name* - typing.Optional[str]. Name of the agent - `-` *model* - typing.Optional[str]. Name of the model that the agent is supposed to use - `-` *default_settings* - typing.Optional[AgentDefaultSettings]. Default model settings to start every session with - - `-` *metadata* - typing.Optional[PatchAgentRequestMetadata]. Optional metadata +- `-` *metadata* - typing.Optional[PatchAgentRequestMetadata]. Optional metadata + + - `-` *instructions* - typing.Optional[PatchAgentRequestInstructions]. Instructions for the agent --- from julep.client import JulepApi @@ -2345,11 +2341,11 @@ def patch_agent( self, agent_id: str, about: typing.Optional[str] = OMIT, - instructions: typing.Optional[typing.List[str]] = OMIT, name: typing.Optional[str] = OMIT, model: typing.Optional[str] = OMIT, default_settings: typing.Optional[AgentDefaultSettings] = OMIT, metadata: typing.Optional[PatchAgentRequestMetadata] = OMIT, + instructions: typing.Optional[PatchAgentRequestInstructions] = OMIT, ) -> ResourceUpdatedResponse: ... ``` @@ -2359,7 +2355,7 @@ def patch_agent( ### JulepApi().patch_agent_tool -[Show source in client.py:1757](../../../../../../julep/api/client.py#L1757) +[Show source in client.py:1758](../../../../../../julep/api/client.py#L1758) #### Arguments @@ -2391,7 +2387,7 @@ def patch_agent_tool( ### JulepApi().patch_session -[Show source in client.py:536](../../../../../../julep/api/client.py#L536) +[Show source in client.py:539](../../../../../../julep/api/client.py#L539) #### Arguments @@ -2427,7 +2423,7 @@ def patch_session( ### JulepApi().patch_user -[Show source in client.py:1024](../../../../../../julep/api/client.py#L1024) +[Show source in client.py:1027](../../../../../../julep/api/client.py#L1027) #### Arguments @@ -2466,7 +2462,7 @@ def patch_user( ### JulepApi().update_agent -[Show source in client.py:1109](../../../../../../julep/api/client.py#L1109) +[Show source in client.py:1112](../../../../../../julep/api/client.py#L1112) #### Arguments @@ -2474,15 +2470,15 @@ def patch_user( - `-` *about* - str. About the agent -- `-` *instructions* - typing.Optional[typing.List[str]]. List of instructions for the agent - - `-` *name* - str. Name of the agent - `-` *model* - typing.Optional[str]. Name of the model that the agent is supposed to use - `-` *default_settings* - typing.Optional[AgentDefaultSettings]. Default model settings to start every session with - - `-` *metadata* - typing.Optional[UpdateAgentRequestMetadata]. Optional metadata +- `-` *metadata* - typing.Optional[UpdateAgentRequestMetadata]. Optional metadata + + - `-` *instructions* - typing.Optional[UpdateAgentRequestInstructions]. Instructions for the agent --- from julep.client import JulepApi @@ -2502,11 +2498,11 @@ def update_agent( self, agent_id: str, about: str, - instructions: typing.Optional[typing.List[str]] = OMIT, name: str, model: typing.Optional[str] = OMIT, default_settings: typing.Optional[AgentDefaultSettings] = OMIT, metadata: typing.Optional[UpdateAgentRequestMetadata] = OMIT, + instructions: typing.Optional[UpdateAgentRequestInstructions] = OMIT, ) -> ResourceUpdatedResponse: ... ``` @@ -2516,7 +2512,7 @@ def update_agent( ### JulepApi().update_agent_tool -[Show source in client.py:1675](../../../../../../julep/api/client.py#L1675) +[Show source in client.py:1676](../../../../../../julep/api/client.py#L1676) #### Arguments @@ -2551,7 +2547,7 @@ def update_agent_tool( ### JulepApi().update_session -[Show source in client.py:457](../../../../../../julep/api/client.py#L457) +[Show source in client.py:460](../../../../../../julep/api/client.py#L460) #### Arguments @@ -2588,7 +2584,7 @@ def update_session( ### JulepApi().update_user -[Show source in client.py:941](../../../../../../julep/api/client.py#L941) +[Show source in client.py:944](../../../../../../julep/api/client.py#L944) #### Arguments diff --git a/docs/python-sdk-docs/julep/api/types/agent.md b/docs/python-sdk-docs/julep/api/types/agent.md index 1c27ecb5c..810fb3ccf 100644 --- a/docs/python-sdk-docs/julep/api/types/agent.md +++ b/docs/python-sdk-docs/julep/api/types/agent.md @@ -9,7 +9,7 @@ ## Agent -[Show source in agent.py:16](../../../../../../../julep/api/types/agent.py#L16) +[Show source in agent.py:17](../../../../../../../julep/api/types/agent.py#L17) #### Signature @@ -19,7 +19,7 @@ class Agent(pydantic.BaseModel): ... ### Agent().dict -[Show source in agent.py:45](../../../../../../../julep/api/types/agent.py#L45) +[Show source in agent.py:46](../../../../../../../julep/api/types/agent.py#L46) #### Signature @@ -29,7 +29,7 @@ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... ### Agent().json -[Show source in agent.py:37](../../../../../../../julep/api/types/agent.py#L37) +[Show source in agent.py:38](../../../../../../../julep/api/types/agent.py#L38) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/agent_instructions.md b/docs/python-sdk-docs/julep/api/types/agent_instructions.md new file mode 100644 index 000000000..2fcdd8f44 --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/agent_instructions.md @@ -0,0 +1,6 @@ +# Agent Instructions + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / Agent Instructions + +> Auto-generated documentation for [julep.api.types.agent_instructions](../../../../../../../julep/api/types/agent_instructions.py) module. +- [Agent Instructions](#agent-instructions) diff --git a/docs/python-sdk-docs/julep/api/types/chat_ml_message.md b/docs/python-sdk-docs/julep/api/types/chat_ml_message.md index 3d65beeca..bb735a4b8 100644 --- a/docs/python-sdk-docs/julep/api/types/chat_ml_message.md +++ b/docs/python-sdk-docs/julep/api/types/chat_ml_message.md @@ -19,7 +19,7 @@ class ChatMlMessage(pydantic.BaseModel): ... ### ChatMlMessage().dict -[Show source in chat_ml_message.py:34](../../../../../../../julep/api/types/chat_ml_message.py#L34) +[Show source in chat_ml_message.py:40](../../../../../../../julep/api/types/chat_ml_message.py#L40) #### Signature @@ -29,7 +29,7 @@ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... ### ChatMlMessage().json -[Show source in chat_ml_message.py:26](../../../../../../../julep/api/types/chat_ml_message.py#L26) +[Show source in chat_ml_message.py:32](../../../../../../../julep/api/types/chat_ml_message.py#L32) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/chat_ml_message_role.md b/docs/python-sdk-docs/julep/api/types/chat_ml_message_role.md index 4819b76a1..a86971ccf 100644 --- a/docs/python-sdk-docs/julep/api/types/chat_ml_message_role.md +++ b/docs/python-sdk-docs/julep/api/types/chat_ml_message_role.md @@ -11,7 +11,7 @@ [Show source in chat_ml_message_role.py:9](../../../../../../../julep/api/types/chat_ml_message_role.py#L9) -ChatML role (system|assistant|user|function_call) +ChatML role (system|assistant|user|function_call|function) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/chat_response.md b/docs/python-sdk-docs/julep/api/types/chat_response.md index fa595315a..7b7119ab8 100644 --- a/docs/python-sdk-docs/julep/api/types/chat_response.md +++ b/docs/python-sdk-docs/julep/api/types/chat_response.md @@ -9,7 +9,7 @@ ## ChatResponse -[Show source in chat_response.py:17](../../../../../../../julep/api/types/chat_response.py#L17) +[Show source in chat_response.py:18](../../../../../../../julep/api/types/chat_response.py#L18) Represents a chat completion response returned by model, based on the provided input. @@ -21,7 +21,7 @@ class ChatResponse(pydantic.BaseModel): ... ### ChatResponse().dict -[Show source in chat_response.py:42](../../../../../../../julep/api/types/chat_response.py#L42) +[Show source in chat_response.py:44](../../../../../../../julep/api/types/chat_response.py#L44) #### Signature @@ -31,7 +31,7 @@ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... ### ChatResponse().json -[Show source in chat_response.py:34](../../../../../../../julep/api/types/chat_response.py#L34) +[Show source in chat_response.py:36](../../../../../../../julep/api/types/chat_response.py#L36) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/create_agent_request_instructions.md b/docs/python-sdk-docs/julep/api/types/create_agent_request_instructions.md new file mode 100644 index 000000000..a969de1ff --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/create_agent_request_instructions.md @@ -0,0 +1,6 @@ +# Create Agent Request Instructions + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / Create Agent Request Instructions + +> Auto-generated documentation for [julep.api.types.create_agent_request_instructions](../../../../../../../julep/api/types/create_agent_request_instructions.py) module. +- [Create Agent Request Instructions](#create-agent-request-instructions) diff --git a/docs/python-sdk-docs/julep/api/types/create_doc.md b/docs/python-sdk-docs/julep/api/types/create_doc.md index 151a6b0bb..85c9d4e52 100644 --- a/docs/python-sdk-docs/julep/api/types/create_doc.md +++ b/docs/python-sdk-docs/julep/api/types/create_doc.md @@ -9,7 +9,7 @@ ## CreateDoc -[Show source in create_doc.py:15](../../../../../../../julep/api/types/create_doc.py#L15) +[Show source in create_doc.py:16](../../../../../../../julep/api/types/create_doc.py#L16) #### Signature @@ -19,7 +19,7 @@ class CreateDoc(pydantic.BaseModel): ... ### CreateDoc().dict -[Show source in create_doc.py:32](../../../../../../../julep/api/types/create_doc.py#L32) +[Show source in create_doc.py:33](../../../../../../../julep/api/types/create_doc.py#L33) #### Signature @@ -29,7 +29,7 @@ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... ### CreateDoc().json -[Show source in create_doc.py:24](../../../../../../../julep/api/types/create_doc.py#L24) +[Show source in create_doc.py:25](../../../../../../../julep/api/types/create_doc.py#L25) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/create_doc_content.md b/docs/python-sdk-docs/julep/api/types/create_doc_content.md new file mode 100644 index 000000000..da3594cc7 --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/create_doc_content.md @@ -0,0 +1,6 @@ +# Create Doc Content + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / Create Doc Content + +> Auto-generated documentation for [julep.api.types.create_doc_content](../../../../../../../julep/api/types/create_doc_content.py) module. +- [Create Doc Content](#create-doc-content) diff --git a/docs/python-sdk-docs/julep/api/types/doc.md b/docs/python-sdk-docs/julep/api/types/doc.md index e22a672f6..c7217cc81 100644 --- a/docs/python-sdk-docs/julep/api/types/doc.md +++ b/docs/python-sdk-docs/julep/api/types/doc.md @@ -9,7 +9,7 @@ ## Doc -[Show source in doc.py:15](../../../../../../../julep/api/types/doc.py#L15) +[Show source in doc.py:16](../../../../../../../julep/api/types/doc.py#L16) #### Signature @@ -19,7 +19,7 @@ class Doc(pydantic.BaseModel): ... ### Doc().dict -[Show source in doc.py:34](../../../../../../../julep/api/types/doc.py#L34) +[Show source in doc.py:35](../../../../../../../julep/api/types/doc.py#L35) #### Signature @@ -29,7 +29,7 @@ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... ### Doc().json -[Show source in doc.py:26](../../../../../../../julep/api/types/doc.py#L26) +[Show source in doc.py:27](../../../../../../../julep/api/types/doc.py#L27) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/doc_content.md b/docs/python-sdk-docs/julep/api/types/doc_content.md new file mode 100644 index 000000000..d94af58c9 --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/doc_content.md @@ -0,0 +1,6 @@ +# Doc Content + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / Doc Content + +> Auto-generated documentation for [julep.api.types.doc_content](../../../../../../../julep/api/types/doc_content.py) module. +- [Doc Content](#doc-content) diff --git a/docs/python-sdk-docs/julep/api/types/doc_ids.md b/docs/python-sdk-docs/julep/api/types/doc_ids.md new file mode 100644 index 000000000..87348c73b --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/doc_ids.md @@ -0,0 +1,38 @@ +# DocIds + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / DocIds + +> Auto-generated documentation for [julep.api.types.doc_ids](../../../../../../../julep/api/types/doc_ids.py) module. + +- [DocIds](#docids) + - [DocIds](#docids-1) + +## DocIds + +[Show source in doc_ids.py:14](../../../../../../../julep/api/types/doc_ids.py#L14) + +#### Signature + +```python +class DocIds(pydantic.BaseModel): ... +``` + +### DocIds().dict + +[Show source in doc_ids.py:26](../../../../../../../julep/api/types/doc_ids.py#L26) + +#### Signature + +```python +def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... +``` + +### DocIds().json + +[Show source in doc_ids.py:18](../../../../../../../julep/api/types/doc_ids.py#L18) + +#### Signature + +```python +def json(self, **kwargs: typing.Any) -> str: ... +``` \ No newline at end of file diff --git a/docs/python-sdk-docs/julep/api/types/index.md b/docs/python-sdk-docs/julep/api/types/index.md index ec990539f..c7da97ff4 100644 --- a/docs/python-sdk-docs/julep/api/types/index.md +++ b/docs/python-sdk-docs/julep/api/types/index.md @@ -12,6 +12,7 @@ - [Agent](./agent.md) - [AgentDefaultSettings](./agent_default_settings.md) - [AgentDefaultSettingsPreset](./agent_default_settings_preset.md) +- [Agent Instructions](./agent_instructions.md) - [AgentMetadata](./agent_metadata.md) - [ChatInputData](./chat_input_data.md) - [Chat Input Data Tool Choice](./chat_input_data_tool_choice.md) @@ -26,14 +27,18 @@ - [ChatSettingsResponseFormatType](./chat_settings_response_format_type.md) - [Chat Settings Stop](./chat_settings_stop.md) - [CompletionUsage](./completion_usage.md) +- [Create Agent Request Instructions](./create_agent_request_instructions.md) - [CreateAgentRequestMetadata](./create_agent_request_metadata.md) - [CreateDoc](./create_doc.md) +- [Create Doc Content](./create_doc_content.md) - [CreateDocMetadata](./create_doc_metadata.md) - [CreateSessionRequestMetadata](./create_session_request_metadata.md) - [CreateToolRequest](./create_tool_request.md) - [CreateToolRequestType](./create_tool_request_type.md) - [CreateUserRequestMetadata](./create_user_request_metadata.md) - [Doc](./doc.md) +- [Doc Content](./doc_content.md) +- [DocIds](./doc_ids.md) - [DocMetadata](./doc_metadata.md) - [FunctionCallOption](./function_call_option.md) - [FunctionDef](./function_def.md) @@ -67,6 +72,7 @@ - [NamedToolChoice](./named_tool_choice.md) - [NamedToolChoiceFunction](./named_tool_choice_function.md) - [PartialFunctionDef](./partial_function_def.md) +- [Patch Agent Request Instructions](./patch_agent_request_instructions.md) - [PatchAgentRequestMetadata](./patch_agent_request_metadata.md) - [PatchSessionRequestMetadata](./patch_session_request_metadata.md) - [PatchUserRequestMetadata](./patch_user_request_metadata.md) @@ -80,6 +86,7 @@ - [Tool](./tool.md) - [Tool Choice Option](./tool_choice_option.md) - [ToolType](./tool_type.md) +- [Update Agent Request Instructions](./update_agent_request_instructions.md) - [UpdateAgentRequestMetadata](./update_agent_request_metadata.md) - [UpdateSessionRequestMetadata](./update_session_request_metadata.md) - [UpdateUserRequestMetadata](./update_user_request_metadata.md) diff --git a/docs/python-sdk-docs/julep/api/types/input_chat_ml_message.md b/docs/python-sdk-docs/julep/api/types/input_chat_ml_message.md index b9378ad8d..bbf8fc54d 100644 --- a/docs/python-sdk-docs/julep/api/types/input_chat_ml_message.md +++ b/docs/python-sdk-docs/julep/api/types/input_chat_ml_message.md @@ -19,7 +19,7 @@ class InputChatMlMessage(pydantic.BaseModel): ... ### InputChatMlMessage().dict -[Show source in input_chat_ml_message.py:34](../../../../../../../julep/api/types/input_chat_ml_message.py#L34) +[Show source in input_chat_ml_message.py:41](../../../../../../../julep/api/types/input_chat_ml_message.py#L41) #### Signature @@ -29,7 +29,7 @@ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ... ### InputChatMlMessage().json -[Show source in input_chat_ml_message.py:26](../../../../../../../julep/api/types/input_chat_ml_message.py#L26) +[Show source in input_chat_ml_message.py:33](../../../../../../../julep/api/types/input_chat_ml_message.py#L33) #### Signature diff --git a/docs/python-sdk-docs/julep/api/types/input_chat_ml_message_role.md b/docs/python-sdk-docs/julep/api/types/input_chat_ml_message_role.md index 38357c3a8..3a32633ab 100644 --- a/docs/python-sdk-docs/julep/api/types/input_chat_ml_message_role.md +++ b/docs/python-sdk-docs/julep/api/types/input_chat_ml_message_role.md @@ -11,7 +11,7 @@ [Show source in input_chat_ml_message_role.py:9](../../../../../../../julep/api/types/input_chat_ml_message_role.py#L9) -ChatML role (system|assistant|user|function_call) +ChatML role (system|assistant|user|function_call|function|auto) #### Signature @@ -21,7 +21,7 @@ class InputChatMlMessageRole(str, enum.Enum): ... ### InputChatMlMessageRole().visit -[Show source in input_chat_ml_message_role.py:20](../../../../../../../julep/api/types/input_chat_ml_message_role.py#L20) +[Show source in input_chat_ml_message_role.py:21](../../../../../../../julep/api/types/input_chat_ml_message_role.py#L21) #### Signature @@ -32,6 +32,7 @@ def visit( assistant: typing.Callable[[], T_Result], system: typing.Callable[[], T_Result], function_call: typing.Callable[[], T_Result], + function: typing.Callable[[], T_Result], auto: typing.Callable[[], T_Result], ) -> T_Result: ... ``` diff --git a/docs/python-sdk-docs/julep/api/types/patch_agent_request_instructions.md b/docs/python-sdk-docs/julep/api/types/patch_agent_request_instructions.md new file mode 100644 index 000000000..21d3fca36 --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/patch_agent_request_instructions.md @@ -0,0 +1,6 @@ +# Patch Agent Request Instructions + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / Patch Agent Request Instructions + +> Auto-generated documentation for [julep.api.types.patch_agent_request_instructions](../../../../../../../julep/api/types/patch_agent_request_instructions.py) module. +- [Patch Agent Request Instructions](#patch-agent-request-instructions) diff --git a/docs/python-sdk-docs/julep/api/types/update_agent_request_instructions.md b/docs/python-sdk-docs/julep/api/types/update_agent_request_instructions.md new file mode 100644 index 000000000..405efe156 --- /dev/null +++ b/docs/python-sdk-docs/julep/api/types/update_agent_request_instructions.md @@ -0,0 +1,6 @@ +# Update Agent Request Instructions + +[Julep Python SDK Index](../../../README.md#julep-python-sdk-index) / [Julep](../../index.md#julep) / [Api](../index.md#api) / [Types](./index.md#types) / Update Agent Request Instructions + +> Auto-generated documentation for [julep.api.types.update_agent_request_instructions](../../../../../../../julep/api/types/update_agent_request_instructions.py) module. +- [Update Agent Request Instructions](#update-agent-request-instructions) diff --git a/docs/python-sdk-docs/julep/managers/doc.md b/docs/python-sdk-docs/julep/managers/doc.md index b18d376bc..d25537089 100644 --- a/docs/python-sdk-docs/julep/managers/doc.md +++ b/docs/python-sdk-docs/julep/managers/doc.md @@ -12,7 +12,7 @@ ## AsyncDocsManager -[Show source in doc.py:339](../../../../../../julep/managers/doc.py#L339) +[Show source in doc.py:342](../../../../../../julep/managers/doc.py#L342) A class for managing asynchronous operations on documents. @@ -67,7 +67,7 @@ class AsyncDocsManager(BaseDocsManager): ... ### AsyncDocsManager().create -[Show source in doc.py:420](../../../../../../julep/managers/doc.py#L420) +[Show source in doc.py:423](../../../../../../julep/managers/doc.py#L423) Create a new resource asynchronously. @@ -99,7 +99,7 @@ async def create(self, **kwargs: DocsCreateArgs) -> Doc: ... ### AsyncDocsManager().delete -[Show source in doc.py:440](../../../../../../julep/managers/doc.py#L440) +[Show source in doc.py:443](../../../../../../julep/managers/doc.py#L443) Asynchronously deletes a document by its ID. @@ -133,7 +133,7 @@ async def delete( ### AsyncDocsManager().list -[Show source in doc.py:379](../../../../../../julep/managers/doc.py#L379) +[Show source in doc.py:382](../../../../../../julep/managers/doc.py#L382) Asynchronously get a list of documents. @@ -177,7 +177,7 @@ async def list( ## BaseDocsManager -[Show source in doc.py:29](../../../../../../julep/managers/doc.py#L29) +[Show source in doc.py:30](../../../../../../julep/managers/doc.py#L30) Manages documents for agents or users by providing internal methods to list, create, and delete documents. @@ -219,7 +219,7 @@ class BaseDocsManager(BaseManager): ... ### BaseDocsManager()._create -[Show source in doc.py:114](../../../../../../julep/managers/doc.py#L114) +[Show source in doc.py:115](../../../../../../julep/managers/doc.py#L115) Create a new resource with docsrmation for either an agent or a user, but not both. @@ -256,7 +256,7 @@ def _create( ### BaseDocsManager()._delete -[Show source in doc.py:163](../../../../../../julep/managers/doc.py#L163) +[Show source in doc.py:164](../../../../../../julep/managers/doc.py#L164) Delete docs based on either an agent_id or a user_id. @@ -282,12 +282,12 @@ def _delete( agent_id: Optional[Union[str, UUID]], user_id: Optional[Union[str, UUID]], doc_id: Union[str, UUID], -): ... +) -> Union[ResourceDeletedResponse, Awaitable[ResourceDeletedResponse]]: ... ``` ### BaseDocsManager()._list -[Show source in doc.py:62](../../../../../../julep/managers/doc.py#L62) +[Show source in doc.py:63](../../../../../../julep/managers/doc.py#L63) Retrieve docsrmation for an agent or user based on their ID. @@ -328,7 +328,7 @@ def _list( ## DocsCreateArgs -[Show source in doc.py:22](../../../../../../julep/managers/doc.py#L22) +[Show source in doc.py:23](../../../../../../julep/managers/doc.py#L23) #### Signature @@ -340,7 +340,7 @@ class DocsCreateArgs(TypedDict): ... ## DocsManager -[Show source in doc.py:205](../../../../../../julep/managers/doc.py#L205) +[Show source in doc.py:208](../../../../../../julep/managers/doc.py#L208) A class responsible for managing documents. @@ -396,7 +396,7 @@ class DocsManager(BaseDocsManager): ... ### DocsManager().create -[Show source in doc.py:285](../../../../../../julep/managers/doc.py#L285) +[Show source in doc.py:288](../../../../../../julep/managers/doc.py#L288) Create a new resource with the specified document. @@ -431,7 +431,7 @@ def create(self, **kwargs: DocsCreateArgs) -> Doc: ... ### DocsManager().delete -[Show source in doc.py:308](../../../../../../julep/managers/doc.py#L308) +[Show source in doc.py:311](../../../../../../julep/managers/doc.py#L311) Deletes a document by its identifier. @@ -465,7 +465,7 @@ def delete( ### DocsManager().list -[Show source in doc.py:250](../../../../../../julep/managers/doc.py#L250) +[Show source in doc.py:253](../../../../../../julep/managers/doc.py#L253) Retrieve a list of documents based on specified criteria. diff --git a/docs/python-sdk-docs/julep/managers/session.md b/docs/python-sdk-docs/julep/managers/session.md index 7e321196a..2ed72dffe 100644 --- a/docs/python-sdk-docs/julep/managers/session.md +++ b/docs/python-sdk-docs/julep/managers/session.md @@ -13,7 +13,7 @@ ## AsyncSessionsManager -[Show source in session.py:777](../../../../../../julep/managers/session.py#L777) +[Show source in session.py:782](../../../../../../julep/managers/session.py#L782) A class for managing asynchronous sessions. @@ -71,7 +71,7 @@ class AsyncSessionsManager(BaseSessionsManager): ... ### AsyncSessionsManager().chat -[Show source in session.py:952](../../../../../../julep/managers/session.py#L952) +[Show source in session.py:957](../../../../../../julep/managers/session.py#L957) Sends a message in an asynchronous chat session and retrieves the response. @@ -144,7 +144,7 @@ async def chat( ### AsyncSessionsManager().create -[Show source in session.py:849](../../../../../../julep/managers/session.py#L849) +[Show source in session.py:854](../../../../../../julep/managers/session.py#L854) Asynchronously create a resource with the specified user and agent identifiers. @@ -179,7 +179,7 @@ async def create(self, **kwargs: SessionCreateArgs) -> Session: ... ### AsyncSessionsManager().delete -[Show source in session.py:902](../../../../../../julep/managers/session.py#L902) +[Show source in session.py:907](../../../../../../julep/managers/session.py#L907) Asynchronously delete a session given its ID. @@ -207,7 +207,7 @@ async def delete(self, session_id: Union[str, UUID]): ... ### AsyncSessionsManager().delete_history -[Show source in session.py:1097](../../../../../../julep/managers/session.py#L1097) +[Show source in session.py:1102](../../../../../../julep/managers/session.py#L1102) Delete the history of a session asynchronously. @@ -232,7 +232,7 @@ async def delete_history(self, session_id: Union[str, UUID]) -> None: ... ### AsyncSessionsManager().get -[Show source in session.py:821](../../../../../../julep/managers/session.py#L821) +[Show source in session.py:826](../../../../../../julep/managers/session.py#L826) Asynchronously get a Session object by its identifier. @@ -270,7 +270,7 @@ async def get(self, id: Union[UUID, str]) -> Session: ... ### AsyncSessionsManager().history -[Show source in session.py:1065](../../../../../../julep/managers/session.py#L1065) +[Show source in session.py:1070](../../../../../../julep/managers/session.py#L1070) Retrieve a history of chat messages based on the session ID, with optional limit and offset. @@ -304,7 +304,7 @@ async def history( ### AsyncSessionsManager().list -[Show source in session.py:872](../../../../../../julep/managers/session.py#L872) +[Show source in session.py:877](../../../../../../julep/managers/session.py#L877) Asynchronously retrieves a list of sessions with optional pagination. @@ -333,7 +333,7 @@ async def list( ### AsyncSessionsManager().suggestions -[Show source in session.py:1033](../../../../../../julep/managers/session.py#L1033) +[Show source in session.py:1038](../../../../../../julep/managers/session.py#L1038) Retrieve a list of suggestions asynchronously. @@ -367,7 +367,7 @@ async def suggestions( ### AsyncSessionsManager().update -[Show source in session.py:921](../../../../../../julep/managers/session.py#L921) +[Show source in session.py:926](../../../../../../julep/managers/session.py#L926) Asynchronously update a resource with the given situation. @@ -410,7 +410,7 @@ async def update(self, **kwargs: SessionUpdateArgs) -> Session: ... ## BaseSessionsManager -[Show source in session.py:51](../../../../../../julep/managers/session.py#L51) +[Show source in session.py:53](../../../../../../julep/managers/session.py#L53) A class to manage sessions using base API client methods. @@ -515,7 +515,7 @@ class BaseSessionsManager(BaseManager): ... ### BaseSessionsManager()._chat -[Show source in session.py:293](../../../../../../julep/managers/session.py#L293) +[Show source in session.py:298](../../../../../../julep/managers/session.py#L298) Conducts a chat conversation with an AI model using specific parameters. @@ -582,7 +582,7 @@ def _chat( ### BaseSessionsManager()._create -[Show source in session.py:176](../../../../../../julep/managers/session.py#L176) +[Show source in session.py:178](../../../../../../julep/managers/session.py#L178) Creates a session for a specified user and agent. @@ -594,6 +594,7 @@ agent_id (Union[str, UUID]): The agent's identifier which could be a string or a user_id (Optional[Union[str, UUID]]): The user's identifier which could be a string or a UUID object. - `situation` *Optional[str], optional* - An optional description of the situation. metadata (Dict[str, Any]) +- `render_templates` *bool, optional* - Whether to render templates in the metadata. Defaults to False. #### Returns @@ -612,12 +613,13 @@ def _create( user_id: Optional[Union[str, UUID]] = None, situation: Optional[str] = None, metadata: Dict[str, Any] = {}, + render_templates: bool = False, ) -> Union[ResourceCreatedResponse, Awaitable[ResourceCreatedResponse]]: ... ``` ### BaseSessionsManager()._delete -[Show source in session.py:238](../../../../../../julep/managers/session.py#L238) +[Show source in session.py:243](../../../../../../julep/managers/session.py#L243) Delete a session given its session ID. @@ -643,7 +645,7 @@ def _delete(self, session_id: Union[str, UUID]) -> Union[None, Awaitable[None]]: ### BaseSessionsManager()._delete_history -[Show source in session.py:421](../../../../../../julep/managers/session.py#L421) +[Show source in session.py:426](../../../../../../julep/managers/session.py#L426) Delete the history of a session. @@ -671,7 +673,7 @@ def _delete_history( ### BaseSessionsManager()._get -[Show source in session.py:160](../../../../../../julep/managers/session.py#L160) +[Show source in session.py:162](../../../../../../julep/managers/session.py#L162) Get a session by its ID. @@ -695,7 +697,7 @@ def _get(self, id: Union[str, UUID]) -> Union[Session, Awaitable[Session]]: ... ### BaseSessionsManager()._history -[Show source in session.py:393](../../../../../../julep/managers/session.py#L393) +[Show source in session.py:398](../../../../../../julep/managers/session.py#L398) Retrieve a session's history with optional pagination controls. @@ -725,7 +727,7 @@ def _history( ### BaseSessionsManager()._list_items -[Show source in session.py:213](../../../../../../julep/managers/session.py#L213) +[Show source in session.py:218](../../../../../../julep/managers/session.py#L218) List items with optional pagination. @@ -755,7 +757,7 @@ def _list_items( ### BaseSessionsManager()._suggestions -[Show source in session.py:370](../../../../../../julep/managers/session.py#L370) +[Show source in session.py:375](../../../../../../julep/managers/session.py#L375) Retrieve a list of suggestions for a given session. @@ -780,7 +782,7 @@ def _suggestions( ### BaseSessionsManager()._update -[Show source in session.py:259](../../../../../../julep/managers/session.py#L259) +[Show source in session.py:264](../../../../../../julep/managers/session.py#L264) Update a session with a given situation. @@ -826,7 +828,7 @@ class SessionCreateArgs(TypedDict): ... ## SessionUpdateArgs -[Show source in session.py:44](../../../../../../julep/managers/session.py#L44) +[Show source in session.py:45](../../../../../../julep/managers/session.py#L45) #### Signature @@ -838,7 +840,7 @@ class SessionUpdateArgs(TypedDict): ... ## SessionsManager -[Show source in session.py:443](../../../../../../julep/managers/session.py#L443) +[Show source in session.py:448](../../../../../../julep/managers/session.py#L448) A class responsible for managing session interactions. @@ -918,7 +920,7 @@ class SessionsManager(BaseSessionsManager): ... ### SessionsManager().chat -[Show source in session.py:624](../../../../../../julep/managers/session.py#L624) +[Show source in session.py:629](../../../../../../julep/managers/session.py#L629) Initiate a chat session with the provided inputs and configurations. @@ -982,7 +984,7 @@ def chat( ### SessionsManager().create -[Show source in session.py:528](../../../../../../julep/managers/session.py#L528) +[Show source in session.py:533](../../../../../../julep/managers/session.py#L533) Create a new resource with a user ID and an agent ID, optionally including a situation description. @@ -1015,7 +1017,7 @@ def create(self, **kwargs: SessionCreateArgs) -> Session: ... ### SessionsManager().delete -[Show source in session.py:580](../../../../../../julep/managers/session.py#L580) +[Show source in session.py:585](../../../../../../julep/managers/session.py#L585) Deletes a session based on its session ID. @@ -1040,7 +1042,7 @@ def delete(self, session_id: Union[str, UUID]): ... ### SessionsManager().delete_history -[Show source in session.py:760](../../../../../../julep/managers/session.py#L760) +[Show source in session.py:765](../../../../../../julep/managers/session.py#L765) Delete the history of a session. @@ -1065,7 +1067,7 @@ def delete_history(self, session_id: Union[str, UUID]) -> None: ... ### SessionsManager().get -[Show source in session.py:511](../../../../../../julep/managers/session.py#L511) +[Show source in session.py:516](../../../../../../julep/managers/session.py#L516) Retrieve a Session object based on a given identifier. @@ -1088,7 +1090,7 @@ def get(self, id: Union[str, UUID]) -> Session: ... ### SessionsManager().history -[Show source in session.py:733](../../../../../../julep/managers/session.py#L733) +[Show source in session.py:738](../../../../../../julep/managers/session.py#L738) Retrieve a history of ChatMl messages for a given session. @@ -1116,7 +1118,7 @@ def history( ### SessionsManager().list -[Show source in session.py:549](../../../../../../julep/managers/session.py#L549) +[Show source in session.py:554](../../../../../../julep/managers/session.py#L554) Retrieve a list of Session objects with optional pagination. @@ -1146,7 +1148,7 @@ def list( ### SessionsManager().suggestions -[Show source in session.py:699](../../../../../../julep/managers/session.py#L699) +[Show source in session.py:704](../../../../../../julep/managers/session.py#L704) Provides a list of suggestion objects based on the given session ID. @@ -1184,7 +1186,7 @@ def suggestions( ### SessionsManager().update -[Show source in session.py:596](../../../../../../julep/managers/session.py#L596) +[Show source in session.py:601](../../../../../../julep/managers/session.py#L601) Updates the state of a resource based on a given situation. diff --git a/docs/python-sdk-docs/julep/managers/tool.md b/docs/python-sdk-docs/julep/managers/tool.md index 97c0d0573..73889b87a 100644 --- a/docs/python-sdk-docs/julep/managers/tool.md +++ b/docs/python-sdk-docs/julep/managers/tool.md @@ -11,7 +11,7 @@ ## AsyncToolsManager -[Show source in tool.py:351](../../../../../../julep/managers/tool.py#L351) +[Show source in tool.py:352](../../../../../../julep/managers/tool.py#L352) A manager for asynchronous tools handling. @@ -38,7 +38,7 @@ class AsyncToolsManager(BaseToolsManager): ... ### AsyncToolsManager().create -[Show source in tool.py:402](../../../../../../julep/managers/tool.py#L402) +[Show source in tool.py:403](../../../../../../julep/managers/tool.py#L403) Create a new resource asynchronously. @@ -68,7 +68,7 @@ async def create( ### AsyncToolsManager().delete -[Show source in tool.py:429](../../../../../../julep/managers/tool.py#L429) +[Show source in tool.py:430](../../../../../../julep/managers/tool.py#L430) Asynchronously delete a specified agent-tool association. @@ -97,12 +97,14 @@ Raises: ```python @beartype -async def delete(self, agent_id: Union[str, UUID], tool_id: Union[str, UUID]): ... +async def delete( + self, agent_id: Union[str, UUID], tool_id: Union[str, UUID] +) -> Awaitable[ResourceDeletedResponse]: ... ``` ### AsyncToolsManager().get -[Show source in tool.py:367](../../../../../../julep/managers/tool.py#L367) +[Show source in tool.py:368](../../../../../../julep/managers/tool.py#L368) Asynchronously get a list of Tool objects based on provided filters. @@ -139,7 +141,7 @@ async def get( ### AsyncToolsManager().update -[Show source in tool.py:465](../../../../../../julep/managers/tool.py#L465) +[Show source in tool.py:466](../../../../../../julep/managers/tool.py#L466) Asynchronously updates a resource identified by the agent_id and tool_id with a new definition. @@ -175,7 +177,7 @@ async def update( ## BaseToolsManager -[Show source in tool.py:21](../../../../../../julep/managers/tool.py#L21) +[Show source in tool.py:22](../../../../../../julep/managers/tool.py#L22) A class to manage tools by interacting with an API client. @@ -207,7 +209,7 @@ class BaseToolsManager(BaseManager): ... ### BaseToolsManager()._create -[Show source in tool.py:76](../../../../../../julep/managers/tool.py#L76) +[Show source in tool.py:77](../../../../../../julep/managers/tool.py#L77) Create a new tool associated with a given agent. @@ -229,7 +231,7 @@ def _create( ### BaseToolsManager()._delete -[Show source in tool.py:141](../../../../../../julep/managers/tool.py#L141) +[Show source in tool.py:142](../../../../../../julep/managers/tool.py#L142) Delete a tool associated with an agent. @@ -246,12 +248,14 @@ Raises: #### Signature ```python -def _delete(self, agent_id: Union[str, UUID], tool_id: Union[str, UUID]): ... +def _delete( + self, agent_id: Union[str, UUID], tool_id: Union[str, UUID] +) -> Union[ResourceDeletedResponse, Awaitable[ResourceDeletedResponse]]: ... ``` ### BaseToolsManager()._get -[Show source in tool.py:44](../../../../../../julep/managers/tool.py#L44) +[Show source in tool.py:45](../../../../../../julep/managers/tool.py#L45) Retrieve tools associated with the given agent. @@ -288,7 +292,7 @@ def _get( ### BaseToolsManager()._update -[Show source in tool.py:101](../../../../../../julep/managers/tool.py#L101) +[Show source in tool.py:102](../../../../../../julep/managers/tool.py#L102) Update the tool definition for a given agent. @@ -320,7 +324,7 @@ def _update( ## ToolsManager -[Show source in tool.py:169](../../../../../../julep/managers/tool.py#L169) +[Show source in tool.py:170](../../../../../../julep/managers/tool.py#L170) A manager class for handling tools related to agents. @@ -380,7 +384,7 @@ class ToolsManager(BaseToolsManager): ... ### ToolsManager().create -[Show source in tool.py:251](../../../../../../julep/managers/tool.py#L251) +[Show source in tool.py:252](../../../../../../julep/managers/tool.py#L252) Create a new resource with the provided agent identifier and tool information. @@ -420,7 +424,7 @@ def create( ### ToolsManager().delete -[Show source in tool.py:289](../../../../../../julep/managers/tool.py#L289) +[Show source in tool.py:290](../../../../../../julep/managers/tool.py#L290) Deletes an agent's access to a specific tool. @@ -446,7 +450,7 @@ def delete(self, agent_id: Union[str, UUID], tool_id: Union[str, UUID]): ... ### ToolsManager().get -[Show source in tool.py:220](../../../../../../julep/managers/tool.py#L220) +[Show source in tool.py:221](../../../../../../julep/managers/tool.py#L221) Retrieve a list of Tool objects for the specified agent. @@ -478,7 +482,7 @@ def get( ### ToolsManager().update -[Show source in tool.py:314](../../../../../../julep/managers/tool.py#L314) +[Show source in tool.py:315](../../../../../../julep/managers/tool.py#L315) Update a specific tool definition for an agent. diff --git a/mock_openapi.yaml b/mock_openapi.yaml index c30365969..008f2b129 100644 --- a/mock_openapi.yaml +++ b/mock_openapi.yaml @@ -51,7 +51,8 @@ paths: get: summary: List sessions description: >- - List sessions created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) + List sessions created (use limit/offset pagination to get large number + of sessions; sorted by descending order of `created_at` by default) operationId: ListSessions tags: [] parameters: @@ -89,7 +90,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -111,7 +113,8 @@ paths: required: - items description: >- - List of sessions (sorted created_at descending order) with limit+offset pagination + List of sessions (sorted created_at descending order) with + limit+offset pagination security: - api-key: [] /api/users: @@ -139,7 +142,8 @@ paths: get: summary: List users description: >- - List users created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) + List users created (use limit/offset pagination to get large number of + sessions; sorted by descending order of `created_at` by default) operationId: ListUsers tags: [] parameters: @@ -175,7 +179,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -197,7 +202,8 @@ paths: required: - items description: >- - List of users (sorted created_at descending order) with limit+offset pagination + List of users (sorted created_at descending order) with limit+offset + pagination security: - api-key: [] /api/agents: @@ -225,7 +231,8 @@ paths: get: summary: List agents description: >- - List agents created (use limit/offset pagination to get large number of sessions; sorted by descending order of `created_at` by default) + List agents created (use limit/offset pagination to get large number of + sessions; sorted by descending order of `created_at` by default) operationId: ListAgents tags: [] parameters: @@ -263,7 +270,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -273,7 +281,8 @@ paths: responses: '200': description: >- - List of agents (sorted created_at descending order) with limit+offset pagination + List of agents (sorted created_at descending order) with + limit+offset pagination content: application/json: schema: @@ -744,7 +753,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -830,7 +840,8 @@ paths: - in: query name: order description: >- - Which order should the sort be: `asc` (ascending) or `desc` (descending) + Which order should the sort be: `asc` (ascending) or `desc` + (descending) schema: type: string enum: @@ -1211,11 +1222,13 @@ components: description: type: string description: >- - A description of what the function does, used by the model to choose when and how to call the function. + A description of what the function does, used by the model to choose + when and how to call the function. name: type: string description: >- - The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. + The name of the function to be called. Must be a-z, A-Z, 0-9, or + contain underscores and dashes, with a maximum length of 64. parameters: $ref: '#/components/schemas/FunctionParameters' description: Parameters accepeted by this function @@ -1231,7 +1244,8 @@ components: - function - webhook description: >- - Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) + Whether this tool is a `function` or a `webhook` (Only `function` + tool supported right now) function: oneOf: - $ref: '#/components/schemas/FunctionDef' @@ -1266,7 +1280,8 @@ components: summary: type: string description: >- - (null at the beginning) - generated automatically after every interaction + (null at the beginning) - generated automatically after every + interaction created_at: type: string format: date-time @@ -1350,7 +1365,9 @@ components: items: $ref: '#/components/schemas/CreateToolRequest' description: >- - A list of tools the model may call. Currently, only `function`s are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. + A list of tools the model may call. Currently, only `function`s are + supported as a tool. Use this to provide a list of functions the + model may generate JSON inputs for. default_settings: $ref: '#/components/schemas/AgentDefaultSettings' description: Default model settings to start every session with @@ -1546,7 +1563,9 @@ components: type: array nullable: true description: >- - (Advanced) List of tools that are provided in addition to agent's default set of tools. Functions of same name in agent set are overriden + (Advanced) List of tools that are provided in addition to agent's + default set of tools. Functions of same name in agent set are + overriden items: $ref: '#/components/schemas/Tool' tool_choice: @@ -1555,13 +1574,15 @@ components: - $ref: '#/components/schemas/ToolChoiceOption' - $ref: '#/components/schemas/NamedToolChoice' description: >- - Can be one of existing tools given to the agent earlier or the ones included in the request + Can be one of existing tools given to the agent earlier or the ones + included in the request required: - messages NamedToolChoice: type: object description: >- - Specifies a tool the model should use. Use to force the model to call a specific function. + Specifies a tool the model should use. Use to force the model to call a + specific function. properties: type: type: string @@ -1583,20 +1604,24 @@ components: description: > Controls which (if any) function is called by the model. - `none` means the model will not call a function and instead generates a message. + `none` means the model will not call a function and instead generates a + message. - `auto` means the model can pick between generating a message or calling a function. + `auto` means the model can pick between generating a message or calling + a function. - Specifying a particular function via `{"type: "function", "function": {"name": "my_function"}}` forces the model to call that function. + Specifying a particular function via `{"type: "function", "function": + {"name": "my_function"}}` forces the model to call that function. - `none` is the default when no functions are present. `auto` is the default if functions are present. - + `none` is the default when no functions are present. `auto` is the + default if functions are present. oneOf: - type: string description: > - `none` means the model will not call a function and instead generates a message. `auto` means the model can pick between generating a message or calling a function. - + `none` means the model will not call a function and instead + generates a message. `auto` means the model can pick between + generating a message or calling a function. enum: - none - auto @@ -1605,8 +1630,8 @@ components: FunctionCallOption: type: object description: > - Specifying a particular function via `{"name": "my_function"}` forces the model to call that function. - + Specifying a particular function via `{"name": "my_function"}` forces + the model to call that function. properties: name: type: string @@ -1633,7 +1658,8 @@ components: ChatResponse: type: object description: >- - Represents a chat completion response returned by model, based on the provided input. + Represents a chat completion response returned by model, based on the + provided input. properties: id: type: string @@ -1642,7 +1668,12 @@ components: finish_reason: type: string description: >- - The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence, `length` if the maximum number of tokens specified in the request was reached, `content_filter` if content was omitted due to a flag from our content filters, `tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function. + The reason the model stopped generating tokens. This will be `stop` + if the model hit a natural stop point or a provided stop sequence, + `length` if the maximum number of tokens specified in the request + was reached, `content_filter` if content was omitted due to a flag + from our content filters, `tool_calls` if the model called a tool, + or `function_call` (deprecated) if the model called a function. enum: - stop - length @@ -1668,11 +1699,14 @@ components: format: uuid uniqueItems: true description: IDs (if any) of jobs created as part of this request + doc_ids: + $ref: '#/components/schemas/DocIds' required: - usage - response - finish_reason - id + - doc_ids Memory: $schema: http://json-schema.org/draft-04/schema# type: object @@ -1734,14 +1768,18 @@ components: maximum: 1 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. length_penalty: type: number default: 1 minimum: 0 maximum: 2 nullable: true - description: "(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. " + description: >- + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize number of tokens generated. logit_bias: type: object default: null @@ -1749,19 +1787,25 @@ components: additionalProperties: type: integer description: > - Modify the likelihood of specified tokens appearing in the completion. + Modify the likelihood of specified tokens appearing in the + completion. - Accepts a JSON object that maps tokens (specified by their token ID in the tokenizer) to an associated bias value from -100 to 100. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token. - + Accepts a JSON object that maps tokens (specified by their token ID + in the tokenizer) to an associated bias value from -100 to 100. + Mathematically, the bias is added to the logits generated by the + model prior to sampling. The exact effect will vary per model, but + values between -1 and 1 should decrease or increase likelihood of + selection; values like -100 or 100 should result in a ban or + exclusive selection of the relevant token. properties: {} max_tokens: description: > The maximum number of tokens to generate in the chat completion. - The total length of input tokens and generated tokens is limited by the model's context length. - + The total length of input tokens and generated tokens is limited by + the model's context length. type: integer nullable: true default: 200 @@ -1774,7 +1818,9 @@ components: maximum: 1 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. repetition_penalty: type: number default: 1 @@ -1782,18 +1828,28 @@ components: maximum: 2 nullable: true description: >- - (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize new tokens based on their existing + frequency in the text so far, decreasing the model's likelihood to + repeat the same line verbatim. response_format: type: object description: > An object specifying the format that the model must output. - Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the message the model generates is valid JSON. + Setting to `{ "type": "json_object" }` enables JSON mode, which + guarantees the message the model generates is valid JSON. - **Important:** when using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Without this, the model may generate an unending stream of whitespace until the generation reaches the token limit, resulting in a long-running and seemingly "stuck" request. Also note that the message content may be partially cut off if `finish_reason="length"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length. - + **Important:** when using JSON mode, you **must** also instruct the + model to produce JSON yourself via a system or user message. Without + this, the model may generate an unending stream of whitespace until + the generation reaches the token limit, resulting in a long-running + and seemingly "stuck" request. Also note that the message content + may be partially cut off if `finish_reason="length"`, which + indicates the generation exceeded `max_tokens` or the conversation + exceeded the max context length. properties: type: type: string @@ -1820,10 +1876,13 @@ components: description: > This feature is in Beta. - If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result. - - Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend. + If specified, our system will make a best effort to sample + deterministically, such that repeated requests with the same `seed` + and parameters should return the same result. + Determinism is not guaranteed, and you should refer to the + `system_fingerprint` response parameter to monitor changes in the + backend. stop: description: | Up to 4 sequences where the API will stop generating further tokens. @@ -1838,8 +1897,12 @@ components: type: string stream: description: > - If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions). - + If set, partial message deltas will be sent, like in ChatGPT. Tokens + will be sent as data-only [server-sent + events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) + as they become available, with the stream terminated by a `data: + [DONE]` message. [Example Python + code](https://cookbook.openai.com/examples/how_to_stream_completions). type: boolean nullable: true default: false @@ -1851,7 +1914,9 @@ components: example: 0.75 nullable: true description: >- - What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. + What sampling temperature to use, between 0 and 2. Higher values + like 0.8 will make the output more random, while lower values like + 0.2 will make it more focused and deterministic. top_p: type: number minimum: 0 @@ -1860,7 +1925,11 @@ components: example: 1 nullable: true description: >- - Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. + Defaults to 1 An alternative to sampling with temperature, called + nucleus sampling, where the model considers the results of the + tokens with top_p probability mass. So 0.1 means only the tokens + comprising the top 10% probability mass are considered. We + generally recommend altering this or temperature but not both. exclusiveMinimum: true min_p: type: number @@ -1874,7 +1943,8 @@ components: preset: type: string description: >- - Generation preset name (problem_solving|conversational|fun|prose|creative|business|deterministic|code|multilingual) + Generation preset name + (problem_solving|conversational|fun|prose|creative|business|deterministic|code|multilingual) enum: - problem_solving - conversational @@ -1895,14 +1965,18 @@ components: maximum: 2 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. length_penalty: type: number default: 1 minimum: 0 maximum: 2 nullable: true - description: "(Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize number of tokens generated. " + description: >- + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize number of tokens generated. presence_penalty: type: number default: 0 @@ -1910,7 +1984,9 @@ components: maximum: 1 nullable: true description: >- - (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (OpenAI-like) Number between -2.0 and 2.0. Positive values penalize + new tokens based on their existing frequency in the text so far, + decreasing the model's likelihood to repeat the same line verbatim. repetition_penalty: type: number default: 1 @@ -1918,7 +1994,10 @@ components: maximum: 2 nullable: true description: >- - (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and values larger than that penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. + (Huggingface-like) Number between 0 and 2.0. 1.0 is neutral and + values larger than that penalize new tokens based on their existing + frequency in the text so far, decreasing the model's likelihood to + repeat the same line verbatim. temperature: type: number minimum: 0 @@ -1927,7 +2006,9 @@ components: example: 0.75 nullable: true description: >- - What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. + What sampling temperature to use, between 0 and 2. Higher values + like 0.8 will make the output more random, while lower values like + 0.2 will make it more focused and deterministic. top_p: type: number minimum: 0 @@ -1936,7 +2017,11 @@ components: example: 1 nullable: true description: >- - Defaults to 1 An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or temperature but not both. + Defaults to 1 An alternative to sampling with temperature, called + nucleus sampling, where the model considers the results of the + tokens with top_p probability mass. So 0.1 means only the tokens + comprising the top 10% probability mass are considered. We + generally recommend altering this or temperature but not both. min_p: type: number description: Minimum probability compared to leading token to be considered @@ -1949,7 +2034,8 @@ components: preset: type: string description: >- - Generation preset name (one of: problem_solving, conversational, fun, prose, creative, business, deterministic, code, multilingual) + Generation preset name (one of: problem_solving, conversational, + fun, prose, creative, business, deterministic, code, multilingual) enum: - problem_solving - conversational @@ -1972,7 +2058,14 @@ components: type: string description: Title describing what this bit of information contains content: - type: string + oneOf: + - type: array + description: List of document chunks + items: + type: string + minItems: 1 + - type: string + description: A single document chunk description: Information content id: type: string @@ -1998,7 +2091,14 @@ components: type: string description: Title describing what this bit of information contains content: - type: string + oneOf: + - type: array + description: List of document chunks + items: + type: string + minItems: 1 + - type: string + description: A single document chunk description: Information content metadata: type: object @@ -2007,6 +2107,7 @@ components: required: - title - content + - field_0 MemoryAccessOptions: type: object properties: @@ -2031,7 +2132,8 @@ components: - function - webhook description: >- - Whether this tool is a `function` or a `webhook` (Only `function` tool supported right now) + Whether this tool is a `function` or a `webhook` (Only `function` + tool supported right now) function: oneOf: - $ref: '#/components/schemas/FunctionDef' @@ -2139,7 +2241,8 @@ components: state: type: string description: >- - Current state (one of: pending, in_progress, retrying, succeeded, aborted, failed) + Current state (one of: pending, in_progress, retrying, succeeded, + aborted, failed) enum: - pending - in_progress @@ -2223,14 +2326,30 @@ components: description: type: string description: >- - A description of what the function does, used by the model to choose when and how to call the function. + A description of what the function does, used by the model to choose + when and how to call the function. name: type: string description: >- - The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. + The name of the function to be called. Must be a-z, A-Z, 0-9, or + contain underscores and dashes, with a maximum length of 64. parameters: $ref: '#/components/schemas/FunctionParameters' description: Parameters accepeted by this function + DocIds: + type: object + properties: + agent_doc_ids: + type: array + items: + type: string + user_doc_ids: + type: array + items: + type: string + required: + - agent_doc_ids + - user_doc_ids securitySchemes: api-key: type: apiKey diff --git a/openapi.yaml b/openapi.yaml index 358ed03fa..ece3a9da5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2058,7 +2058,14 @@ components: type: string description: Title describing what this bit of information contains content: - type: string + oneOf: + - type: array + description: List of document chunks + items: + type: string + minItems: 1 + - type: string + description: A single document chunk description: Information content id: type: string diff --git a/sdks/postman/collection.json b/sdks/postman/collection.json index 5df99c162..027187a32 100644 --- a/sdks/postman/collection.json +++ b/sdks/postman/collection.json @@ -1296,7 +1296,7 @@ } }, "description": null, - "body": "{\n \"id\": \"id\",\n \"finish_reason\": \"stop\",\n \"response\": [\n [\n {\n \"role\": \"user\",\n \"content\": \"content\",\n \"created_at\": \"2024-01-15T09:30:00Z\",\n \"id\": \"id\"\n }\n ]\n ],\n \"usage\": {\n \"completion_tokens\": 1,\n \"prompt_tokens\": 1,\n \"total_tokens\": 1\n },\n \"jobs\": [\n \"jobs\"\n ]\n}", + "body": "{\n \"id\": \"id\",\n \"finish_reason\": \"stop\",\n \"response\": [\n [\n {\n \"role\": \"user\",\n \"content\": \"content\",\n \"created_at\": \"2024-01-15T09:30:00Z\",\n \"id\": \"id\"\n }\n ]\n ],\n \"usage\": {\n \"completion_tokens\": 1,\n \"prompt_tokens\": 1,\n \"total_tokens\": 1\n },\n \"jobs\": [\n \"jobs\"\n ],\n \"doc_ids\": {\n \"agent_doc_ids\": [\n \"agent_doc_ids\"\n ],\n \"user_doc_ids\": [\n \"user_doc_ids\"\n ]\n }\n}", "_postman_previewlanguage": "json" } ] @@ -2256,7 +2256,7 @@ "body": null }, "description": null, - "body": "{\n \"items\": [\n {\n \"title\": \"title\",\n \"content\": \"content\",\n \"id\": \"id\",\n \"created_at\": \"2024-01-15T09:30:00Z\"\n }\n ]\n}", + "body": "{\n \"items\": [\n {\n \"title\": \"title\",\n \"content\": [\n \"content\"\n ],\n \"id\": \"id\",\n \"created_at\": \"2024-01-15T09:30:00Z\"\n }\n ]\n}", "_postman_previewlanguage": "json" } ] @@ -2302,7 +2302,7 @@ "auth": null, "body": { "mode": "raw", - "raw": "{\n \"title\": \"title\",\n \"content\": \"content\"\n}", + "raw": "{\n \"title\": \"title\",\n \"content\": [\n \"content\"\n ]\n}", "options": { "raw": { "language": "json" @@ -2353,7 +2353,7 @@ "auth": null, "body": { "mode": "raw", - "raw": "{\n \"title\": \"title\",\n \"content\": \"content\"\n}", + "raw": "{\n \"title\": \"title\",\n \"content\": [\n \"content\"\n ]\n}", "options": { "raw": { "language": "json" @@ -2452,7 +2452,7 @@ "body": null }, "description": null, - "body": "{\n \"items\": [\n {\n \"title\": \"title\",\n \"content\": \"content\",\n \"id\": \"id\",\n \"created_at\": \"2024-01-15T09:30:00Z\"\n }\n ]\n}", + "body": "{\n \"items\": [\n {\n \"title\": \"title\",\n \"content\": [\n \"content\"\n ],\n \"id\": \"id\",\n \"created_at\": \"2024-01-15T09:30:00Z\"\n }\n ]\n}", "_postman_previewlanguage": "json" } ] @@ -2498,7 +2498,7 @@ "auth": null, "body": { "mode": "raw", - "raw": "{\n \"title\": \"title\",\n \"content\": \"content\"\n}", + "raw": "{\n \"title\": \"title\",\n \"content\": [\n \"content\"\n ]\n}", "options": { "raw": { "language": "json" @@ -2549,7 +2549,7 @@ "auth": null, "body": { "mode": "raw", - "raw": "{\n \"title\": \"title\",\n \"content\": \"content\"\n}", + "raw": "{\n \"title\": \"title\",\n \"content\": [\n \"content\"\n ]\n}", "options": { "raw": { "language": "json" diff --git a/sdks/python/julep/api/__init__.py b/sdks/python/julep/api/__init__.py index 68d35f5dc..11415eb1a 100644 --- a/sdks/python/julep/api/__init__.py +++ b/sdks/python/julep/api/__init__.py @@ -22,12 +22,15 @@ CreateAgentRequestInstructions, CreateAgentRequestMetadata, CreateDoc, + CreateDocContent, CreateDocMetadata, CreateSessionRequestMetadata, CreateToolRequest, CreateToolRequestType, CreateUserRequestMetadata, Doc, + DocContent, + DocIds, DocMetadata, FunctionCallOption, FunctionDef, @@ -106,12 +109,15 @@ "CreateAgentRequestInstructions", "CreateAgentRequestMetadata", "CreateDoc", + "CreateDocContent", "CreateDocMetadata", "CreateSessionRequestMetadata", "CreateToolRequest", "CreateToolRequestType", "CreateUserRequestMetadata", "Doc", + "DocContent", + "DocIds", "DocMetadata", "FunctionCallOption", "FunctionDef", diff --git a/sdks/python/julep/api/client.py b/sdks/python/julep/api/client.py index 29cc09f07..ad49a9b04 100644 --- a/sdks/python/julep/api/client.py +++ b/sdks/python/julep/api/client.py @@ -1356,7 +1356,6 @@ def create_agent_doc( agent_id="agent_id", request=CreateDoc( title="title", - content="content", ), ) """ @@ -1458,7 +1457,6 @@ def create_user_doc( user_id="user_id", request=CreateDoc( title="title", - content="content", ), ) """ @@ -3121,7 +3119,6 @@ async def create_agent_doc( agent_id="agent_id", request=CreateDoc( title="title", - content="content", ), ) """ @@ -3223,7 +3220,6 @@ async def create_user_doc( user_id="user_id", request=CreateDoc( title="title", - content="content", ), ) """ diff --git a/sdks/python/julep/api/types/__init__.py b/sdks/python/julep/api/types/__init__.py index 5ebde51d9..11fa4d201 100644 --- a/sdks/python/julep/api/types/__init__.py +++ b/sdks/python/julep/api/types/__init__.py @@ -21,12 +21,15 @@ from .create_agent_request_instructions import CreateAgentRequestInstructions from .create_agent_request_metadata import CreateAgentRequestMetadata from .create_doc import CreateDoc +from .create_doc_content import CreateDocContent from .create_doc_metadata import CreateDocMetadata from .create_session_request_metadata import CreateSessionRequestMetadata from .create_tool_request import CreateToolRequest from .create_tool_request_type import CreateToolRequestType from .create_user_request_metadata import CreateUserRequestMetadata from .doc import Doc +from .doc_content import DocContent +from .doc_ids import DocIds from .doc_metadata import DocMetadata from .function_call_option import FunctionCallOption from .function_def import FunctionDef @@ -103,12 +106,15 @@ "CreateAgentRequestInstructions", "CreateAgentRequestMetadata", "CreateDoc", + "CreateDocContent", "CreateDocMetadata", "CreateSessionRequestMetadata", "CreateToolRequest", "CreateToolRequestType", "CreateUserRequestMetadata", "Doc", + "DocContent", + "DocIds", "DocMetadata", "FunctionCallOption", "FunctionDef", diff --git a/sdks/python/julep/api/types/chat_response.py b/sdks/python/julep/api/types/chat_response.py index 17e44c33a..c24284f61 100644 --- a/sdks/python/julep/api/types/chat_response.py +++ b/sdks/python/julep/api/types/chat_response.py @@ -7,6 +7,7 @@ from .chat_ml_message import ChatMlMessage from .chat_response_finish_reason import ChatResponseFinishReason from .completion_usage import CompletionUsage +from .doc_ids import DocIds try: import pydantic.v1 as pydantic # type: ignore @@ -30,6 +31,7 @@ class ChatResponse(pydantic.BaseModel): jobs: typing.Optional[typing.List[str]] = pydantic.Field( description="IDs (if any) of jobs created as part of this request" ) + doc_ids: DocIds def json(self, **kwargs: typing.Any) -> str: kwargs_with_defaults: typing.Any = { diff --git a/sdks/python/julep/api/types/create_doc.py b/sdks/python/julep/api/types/create_doc.py index 76a713dab..3c7d2b602 100644 --- a/sdks/python/julep/api/types/create_doc.py +++ b/sdks/python/julep/api/types/create_doc.py @@ -4,6 +4,7 @@ import typing from ..core.datetime_utils import serialize_datetime +from .create_doc_content import CreateDocContent from .create_doc_metadata import CreateDocMetadata try: @@ -16,7 +17,7 @@ class CreateDoc(pydantic.BaseModel): title: str = pydantic.Field( description="Title describing what this bit of information contains" ) - content: str = pydantic.Field(description="Information content") + content: CreateDocContent = pydantic.Field(description="Information content") metadata: typing.Optional[CreateDocMetadata] = pydantic.Field( description="Optional metadata" ) diff --git a/sdks/python/julep/api/types/create_doc_content.py b/sdks/python/julep/api/types/create_doc_content.py new file mode 100644 index 000000000..e186d7fa0 --- /dev/null +++ b/sdks/python/julep/api/types/create_doc_content.py @@ -0,0 +1,5 @@ +# This file was auto-generated by Fern from our API Definition. + +import typing + +CreateDocContent = typing.Union[typing.List[str], str] diff --git a/sdks/python/julep/api/types/doc.py b/sdks/python/julep/api/types/doc.py index 112e9ddbd..6239d4090 100644 --- a/sdks/python/julep/api/types/doc.py +++ b/sdks/python/julep/api/types/doc.py @@ -4,6 +4,7 @@ import typing from ..core.datetime_utils import serialize_datetime +from .doc_content import DocContent from .doc_metadata import DocMetadata try: @@ -16,7 +17,7 @@ class Doc(pydantic.BaseModel): title: str = pydantic.Field( description="Title describing what this bit of information contains" ) - content: str = pydantic.Field(description="Information content") + content: DocContent = pydantic.Field(description="Information content") id: str = pydantic.Field(description="ID of doc") created_at: dt.datetime = pydantic.Field(description="Doc created at") metadata: typing.Optional[DocMetadata] = pydantic.Field( diff --git a/sdks/python/julep/api/types/doc_content.py b/sdks/python/julep/api/types/doc_content.py new file mode 100644 index 000000000..8b27a9501 --- /dev/null +++ b/sdks/python/julep/api/types/doc_content.py @@ -0,0 +1,5 @@ +# This file was auto-generated by Fern from our API Definition. + +import typing + +DocContent = typing.Union[typing.List[str], str] diff --git a/sdks/python/julep/api/types/doc_ids.py b/sdks/python/julep/api/types/doc_ids.py new file mode 100644 index 000000000..19eea5473 --- /dev/null +++ b/sdks/python/julep/api/types/doc_ids.py @@ -0,0 +1,37 @@ +# This file was auto-generated by Fern from our API Definition. + +import datetime as dt +import typing + +from ..core.datetime_utils import serialize_datetime + +try: + import pydantic.v1 as pydantic # type: ignore +except ImportError: + import pydantic # type: ignore + + +class DocIds(pydantic.BaseModel): + agent_doc_ids: typing.List[str] + user_doc_ids: typing.List[str] + + def json(self, **kwargs: typing.Any) -> str: + kwargs_with_defaults: typing.Any = { + "by_alias": True, + "exclude_unset": True, + **kwargs, + } + return super().json(**kwargs_with_defaults) + + def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: + kwargs_with_defaults: typing.Any = { + "by_alias": True, + "exclude_unset": True, + **kwargs, + } + return super().dict(**kwargs_with_defaults) + + class Config: + frozen = True + smart_union = True + json_encoders = {dt.datetime: serialize_datetime} diff --git a/sdks/python/poetry.lock b/sdks/python/poetry.lock index 07a9f3e5d..bc5cf6912 100644 --- a/sdks/python/poetry.lock +++ b/sdks/python/poetry.lock @@ -176,13 +176,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "babel" -version = "2.14.0" +version = "2.15.0" description = "Internationalization utilities" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Babel-2.14.0-py3-none-any.whl", hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"}, - {file = "Babel-2.14.0.tar.gz", hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363"}, + {file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"}, + {file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"}, ] [package.dependencies] @@ -948,13 +948,13 @@ testing = ["Django", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -987,13 +987,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.21.1" +version = "4.22.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, - {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, + {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, + {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, ] [package.dependencies] @@ -1171,13 +1171,13 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.1.6" +version = "4.2.0" description = "JupyterLab computational environment" optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlab-4.1.6-py3-none-any.whl", hash = "sha256:cf3e862bc10dbf4331e4eb37438634f813c238cfc62c71c640b3b3b2caa089a8"}, - {file = "jupyterlab-4.1.6.tar.gz", hash = "sha256:7935f36ba26eb615183a4f5c2bbca5791b5108ce2a00b5505f8cfd100d53648e"}, + {file = "jupyterlab-4.2.0-py3-none-any.whl", hash = "sha256:0dfe9278e25a145362289c555d9beb505697d269c10e99909766af7c440ad3cc"}, + {file = "jupyterlab-4.2.0.tar.gz", hash = "sha256:356e9205a6a2ab689c47c8fe4919dba6c076e376d03f26baadc05748c2435dd5"}, ] [package.dependencies] @@ -1190,7 +1190,7 @@ jinja2 = ">=3.0.3" jupyter-core = "*" jupyter-lsp = ">=2.0.0" jupyter-server = ">=2.4.0,<3" -jupyterlab-server = ">=2.19.0,<3" +jupyterlab-server = ">=2.27.1,<3" notebook-shim = ">=0.2" packaging = "*" tomli = {version = ">=1.2.2", markers = "python_version < \"3.11\""} @@ -1198,11 +1198,11 @@ tornado = ">=6.2.0" traitlets = "*" [package.extras] -dev = ["build", "bump2version", "coverage", "hatch", "pre-commit", "pytest-cov", "ruff (==0.2.0)"] +dev = ["build", "bump2version", "coverage", "hatch", "pre-commit", "pytest-cov", "ruff (==0.3.5)"] docs = ["jsx-lexer", "myst-parser", "pydata-sphinx-theme (>=0.13.0)", "pytest", "pytest-check-links", "pytest-jupyter", "sphinx (>=1.8,<7.3.0)", "sphinx-copybutton"] -docs-screenshots = ["altair (==5.2.0)", "ipython (==8.16.1)", "ipywidgets (==8.1.1)", "jupyterlab-geojson (==3.4.0)", "jupyterlab-language-pack-zh-cn (==4.0.post6)", "matplotlib (==3.8.2)", "nbconvert (>=7.0.0)", "pandas (==2.2.0)", "scipy (==1.12.0)", "vega-datasets (==0.9.0)"] +docs-screenshots = ["altair (==5.3.0)", "ipython (==8.16.1)", "ipywidgets (==8.1.2)", "jupyterlab-geojson (==3.4.0)", "jupyterlab-language-pack-zh-cn (==4.1.post2)", "matplotlib (==3.8.3)", "nbconvert (>=7.0.0)", "pandas (==2.2.1)", "scipy (==1.12.0)", "vega-datasets (==0.9.0)"] test = ["coverage", "pytest (>=7.0)", "pytest-check-links (>=0.7)", "pytest-console-scripts", "pytest-cov", "pytest-jupyter (>=0.5.3)", "pytest-timeout", "pytest-tornasync", "requests", "requests-cache", "virtualenv"] -upgrade-extension = ["copier (>=8.0,<9.0)", "jinja2-time (<0.3)", "pydantic (<2.0)", "pyyaml-include (<2.0)", "tomli-w (<2.0)"] +upgrade-extension = ["copier (>=8,<10)", "jinja2-time (<0.3)", "pydantic (<2.0)", "pyyaml-include (<2.0)", "tomli-w (<2.0)"] [[package]] name = "jupyterlab-pygments" @@ -1384,13 +1384,13 @@ files = [ [[package]] name = "marshmallow" -version = "3.21.1" +version = "3.21.2" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.8" files = [ - {file = "marshmallow-3.21.1-py3-none-any.whl", hash = "sha256:f085493f79efb0644f270a9bf2892843142d80d7174bbbd2f3713f2a589dc633"}, - {file = "marshmallow-3.21.1.tar.gz", hash = "sha256:4e65e9e0d80fc9e609574b9983cf32579f305c718afb30d7233ab818571768c3"}, + {file = "marshmallow-3.21.2-py3-none-any.whl", hash = "sha256:70b54a6282f4704d12c0a41599682c5c5450e843b9ec406308653b47c59648a1"}, + {file = "marshmallow-3.21.2.tar.gz", hash = "sha256:82408deadd8b33d56338d2182d455db632c6313aa2af61916672146bb32edc56"}, ] [package.dependencies] @@ -1398,7 +1398,7 @@ packaging = ">=17.0" [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<4.0)", "tox"] -docs = ["alabaster (==0.7.16)", "autodocsumm (==0.2.12)", "sphinx (==7.2.6)", "sphinx-issues (==4.0.0)", "sphinx-version-warning (==1.1.2)"] +docs = ["alabaster (==0.7.16)", "autodocsumm (==0.2.12)", "sphinx (==7.3.7)", "sphinx-issues (==4.1.0)", "sphinx-version-warning (==1.1.2)"] tests = ["pytest", "pytz", "simplejson"] [[package]] @@ -1472,13 +1472,13 @@ test = ["flaky", "ipykernel (>=6.19.3)", "ipython", "ipywidgets", "nbconvert (>= [[package]] name = "nbconvert" -version = "7.16.3" +version = "7.16.4" description = "Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (`import nbconvert`) or as a command line tool (invoked as `jupyter nbconvert ...`)." optional = false python-versions = ">=3.8" files = [ - {file = "nbconvert-7.16.3-py3-none-any.whl", hash = "sha256:ddeff14beeeedf3dd0bc506623e41e4507e551736de59df69a91f86700292b3b"}, - {file = "nbconvert-7.16.3.tar.gz", hash = "sha256:a6733b78ce3d47c3f85e504998495b07e6ea9cf9bf6ec1c98dda63ec6ad19142"}, + {file = "nbconvert-7.16.4-py3-none-any.whl", hash = "sha256:05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3"}, + {file = "nbconvert-7.16.4.tar.gz", hash = "sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4"}, ] [package.dependencies] @@ -1500,9 +1500,9 @@ tinycss2 = "*" traitlets = ">=5.1" [package.extras] -all = ["nbconvert[docs,qtpdf,serve,test,webpdf]"] +all = ["flaky", "ipykernel", "ipython", "ipywidgets (>=7.5)", "myst-parser", "nbsphinx (>=0.2.12)", "playwright", "pydata-sphinx-theme", "pyqtwebengine (>=5.15)", "pytest (>=7)", "sphinx (==5.0.2)", "sphinxcontrib-spelling", "tornado (>=6.1)"] docs = ["ipykernel", "ipython", "myst-parser", "nbsphinx (>=0.2.12)", "pydata-sphinx-theme", "sphinx (==5.0.2)", "sphinxcontrib-spelling"] -qtpdf = ["nbconvert[qtpng]"] +qtpdf = ["pyqtwebengine (>=5.15)"] qtpng = ["pyqtwebengine (>=5.15)"] serve = ["tornado (>=6.1)"] test = ["flaky", "ipykernel", "ipywidgets (>=7.5)", "pytest (>=7)"] @@ -1618,13 +1618,13 @@ test = ["pytest", "pytest-console-scripts", "pytest-jupyter", "pytest-tornasync" [[package]] name = "openai" -version = "1.23.6" +version = "1.30.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.23.6-py3-none-any.whl", hash = "sha256:f406c76ba279d16b9aca5a89cee0d968488e39f671f4dc6f0d690ac3c6f6fca1"}, - {file = "openai-1.23.6.tar.gz", hash = "sha256:612de2d54cf580920a1156273f84aada6b3dca26d048f62eb5364a4314d7f449"}, + {file = "openai-1.30.1-py3-none-any.whl", hash = "sha256:c9fb3c3545c118bbce8deb824397b9433a66d0d0ede6a96f7009c95b76de4a46"}, + {file = "openai-1.30.1.tar.gz", hash = "sha256:4f85190e577cba0b066e1950b8eb9b11d25bc7ebcc43a86b326ce1bfa564ec74"}, ] [package.dependencies] @@ -1758,13 +1758,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.2.1" +version = "4.2.2" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.2.1-py3-none-any.whl", hash = "sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1"}, - {file = "platformdirs-4.2.1.tar.gz", hash = "sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf"}, + {file = "platformdirs-4.2.2-py3-none-any.whl", hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee"}, + {file = "platformdirs-4.2.2.tar.gz", hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"}, ] [package.extras] @@ -2050,17 +2050,16 @@ tests = ["black", "chardet", "tox"] [[package]] name = "pygments" -version = "2.17.2" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, - {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, + {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [package.extras] -plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] [[package]] @@ -2079,13 +2078,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyright" -version = "1.1.360" +version = "1.1.363" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.360-py3-none-any.whl", hash = "sha256:7637f75451ac968b7cf1f8c51cfefb6d60ac7d086eb845364bc8ac03a026efd7"}, - {file = "pyright-1.1.360.tar.gz", hash = "sha256:784ddcda9745e9f5610483d7b963e9aa8d4f50d7755a9dffb28ccbeb27adce32"}, + {file = "pyright-1.1.363-py3-none-any.whl", hash = "sha256:d3b8d73c8d230e26cc3523862f3398032a0c39a00d7bb69dc0f595f8e888fd01"}, + {file = "pyright-1.1.363.tar.gz", hash = "sha256:00a8f0ae0e339473bb0488f8a2a2dcdf574e94a16cd7b4390d49d144714d8db2"}, ] [package.dependencies] @@ -2242,6 +2241,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -2278,99 +2278,99 @@ files = [ [[package]] name = "pyzmq" -version = "26.0.2" +version = "26.0.3" description = "Python bindings for 0MQ" optional = false python-versions = ">=3.7" files = [ - {file = "pyzmq-26.0.2-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:1a60a03b01e8c9c58932ec0cca15b1712d911c2800eb82d4281bc1ae5b6dad50"}, - {file = "pyzmq-26.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:949067079e14ea1973bd740255e0840118c163d4bce8837f539d749f145cf5c3"}, - {file = "pyzmq-26.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:37e7edfa6cf96d036a403775c96afa25058d1bb940a79786a9a2fc94a783abe3"}, - {file = "pyzmq-26.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:903cc7a84a7d4326b43755c368780800e035aa3d711deae84a533fdffa8755b0"}, - {file = "pyzmq-26.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6cb2e41af165e5f327d06fbdd79a42a4e930267fade4e9f92d17f3ccce03f3a7"}, - {file = "pyzmq-26.0.2-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:55353b8189adcfc4c125fc4ce59d477744118e9c0ec379dd0999c5fa120ac4f5"}, - {file = "pyzmq-26.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:f961423ff6236a752ced80057a20e623044df95924ed1009f844cde8b3a595f9"}, - {file = "pyzmq-26.0.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ba77fe84fe4f5f3dc0ef681a6d366685c8ffe1c8439c1d7530997b05ac06a04b"}, - {file = "pyzmq-26.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:52589f0a745ef61b9c75c872cf91f8c1f7c0668eb3dd99d7abd639d8c0fb9ca7"}, - {file = "pyzmq-26.0.2-cp310-cp310-win32.whl", hash = "sha256:b7b6d2a46c7afe2ad03ec8faf9967090c8ceae85c4d8934d17d7cae6f9062b64"}, - {file = "pyzmq-26.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:86531e20de249d9204cc6d8b13d5a30537748c78820215161d8a3b9ea58ca111"}, - {file = "pyzmq-26.0.2-cp310-cp310-win_arm64.whl", hash = "sha256:f26a05029ecd2bd306b941ff8cb80f7620b7901421052bc429d238305b1cbf2f"}, - {file = "pyzmq-26.0.2-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:70770e296a9cb03d955540c99360aab861cbb3cba29516abbd106a15dbd91268"}, - {file = "pyzmq-26.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2740fd7161b39e178554ebf21aa5667a1c9ef0cd2cb74298fd4ef017dae7aec4"}, - {file = "pyzmq-26.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5e3706c32dea077faa42b1c92d825b7f86c866f72532d342e0be5e64d14d858"}, - {file = "pyzmq-26.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0fa1416876194927f7723d6b7171b95e1115602967fc6bfccbc0d2d51d8ebae1"}, - {file = "pyzmq-26.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4ef9a79a48794099c57dc2df00340b5d47c5caa1792f9ddb8c7a26b1280bd575"}, - {file = "pyzmq-26.0.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:1c60fcdfa3229aeee4291c5d60faed3a813b18bdadb86299c4bf49e8e51e8605"}, - {file = "pyzmq-26.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e943c39c206b04df2eb5d71305761d7c3ca75fd49452115ea92db1b5b98dbdef"}, - {file = "pyzmq-26.0.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:8da0ed8a598693731c76659880a668f4748b59158f26ed283a93f7f04d47447e"}, - {file = "pyzmq-26.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7bf51970b11d67096bede97cdbad0f4333f7664f4708b9b2acb352bf4faa3140"}, - {file = "pyzmq-26.0.2-cp311-cp311-win32.whl", hash = "sha256:6f8e6bd5d066be605faa9fe5ec10aa1a46ad9f18fc8646f2b9aaefc8fb575742"}, - {file = "pyzmq-26.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:6d03da3a0ae691b361edcb39530075461202f699ce05adbb15055a0e1c9bcaa4"}, - {file = "pyzmq-26.0.2-cp311-cp311-win_arm64.whl", hash = "sha256:f84e33321b68ff00b60e9dbd1a483e31ab6022c577c8de525b8e771bd274ce68"}, - {file = "pyzmq-26.0.2-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:44c33ebd1c62a01db7fbc24e18bdda569d6639217d13d5929e986a2b0f69070d"}, - {file = "pyzmq-26.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ac04f904b4fce4afea9cdccbb78e24d468cb610a839d5a698853e14e2a3f9ecf"}, - {file = "pyzmq-26.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2133de5ba9adc5f481884ccb699eac9ce789708292945c05746880f95b241c0"}, - {file = "pyzmq-26.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7753c67c570d7fc80c2dc59b90ca1196f1224e0e2e29a548980c95fe0fe27fc1"}, - {file = "pyzmq-26.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d4e51632e6b12e65e8d9d7612446ecda2eda637a868afa7bce16270194650dd"}, - {file = "pyzmq-26.0.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:d6c38806f6ecd0acf3104b8d7e76a206bcf56dadd6ce03720d2fa9d9157d5718"}, - {file = "pyzmq-26.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:48f496bbe14686b51cec15406323ae6942851e14022efd7fc0e2ecd092c5982c"}, - {file = "pyzmq-26.0.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:e84a3161149c75bb7a7dc8646384186c34033e286a67fec1ad1bdedea165e7f4"}, - {file = "pyzmq-26.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:dabf796c67aa9f5a4fcc956d47f0d48b5c1ed288d628cf53aa1cf08e88654343"}, - {file = "pyzmq-26.0.2-cp312-cp312-win32.whl", hash = "sha256:3eee4c676af1b109f708d80ef0cf57ecb8aaa5900d1edaf90406aea7e0e20e37"}, - {file = "pyzmq-26.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:26721fec65846b3e4450dad050d67d31b017f97e67f7e0647b5f98aa47f828cf"}, - {file = "pyzmq-26.0.2-cp312-cp312-win_arm64.whl", hash = "sha256:653955c6c233e90de128a1b8e882abc7216f41f44218056bd519969c8c413a15"}, - {file = "pyzmq-26.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:becd8d8fb068fbb5a52096efd83a2d8e54354383f691781f53a4c26aee944542"}, - {file = "pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:7a15e5465e7083c12517209c9dd24722b25e9b63c49a563922922fc03554eb35"}, - {file = "pyzmq-26.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e8158ac8616941f874841f9fa0f6d2f1466178c2ff91ea08353fdc19de0d40c2"}, - {file = "pyzmq-26.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea2c6a53e28c7066ea7db86fcc0b71d78d01b818bb11d4a4341ec35059885295"}, - {file = "pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:bdbc7dab0b0e9c62c97b732899c4242e3282ba803bad668e03650b59b165466e"}, - {file = "pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:e74b6d5ef57bb65bf1b4a37453d8d86d88550dde3fb0f23b1f1a24e60c70af5b"}, - {file = "pyzmq-26.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ed4c6ee624ecbc77b18aeeb07bf0700d26571ab95b8f723f0d02e056b5bce438"}, - {file = "pyzmq-26.0.2-cp37-cp37m-win32.whl", hash = "sha256:8a98b3cb0484b83c19d8fb5524c8a469cd9f10e743f5904ac285d92678ee761f"}, - {file = "pyzmq-26.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:aa5f95d71b6eca9cec28aa0a2f8310ea53dea313b63db74932879ff860c1fb8d"}, - {file = "pyzmq-26.0.2-cp38-cp38-macosx_10_15_universal2.whl", hash = "sha256:5ff56c76ce77b9805378a7a73032c17cbdb1a5b84faa1df03c5d3e306e5616df"}, - {file = "pyzmq-26.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bab697fc1574fee4b81da955678708567c43c813c84c91074e452bda5346c921"}, - {file = "pyzmq-26.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0c0fed8aa9ba0488ee1cbdaa304deea92d52fab43d373297002cfcc69c0a20c5"}, - {file = "pyzmq-26.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:606b922699fcec472ed814dda4dc3ff7c748254e0b26762a0ba21a726eb1c107"}, - {file = "pyzmq-26.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45f0fd82bad4d199fa993fbf0ac586a7ac5879addbe436a35a389df7e0eb4c91"}, - {file = "pyzmq-26.0.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:166c5e41045939a52c01e6f374e493d9a6a45dfe677360d3e7026e38c42e8906"}, - {file = "pyzmq-26.0.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d566e859e8b8d5bca08467c093061774924b3d78a5ba290e82735b2569edc84b"}, - {file = "pyzmq-26.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:264ee0e72b72ca59279dc320deab5ae0fac0d97881aed1875ce4bde2e56ffde0"}, - {file = "pyzmq-26.0.2-cp38-cp38-win32.whl", hash = "sha256:3152bbd3a4744cbdd83dfb210ed701838b8b0c9065cef14671d6d91df12197d0"}, - {file = "pyzmq-26.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:bf77601d75ca692c179154b7e5943c286a4aaffec02c491afe05e60493ce95f2"}, - {file = "pyzmq-26.0.2-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:c770a7545b3deca2db185b59175e710a820dd4ed43619f4c02e90b0e227c6252"}, - {file = "pyzmq-26.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d47175f0a380bfd051726bc5c0054036ae4a5d8caf922c62c8a172ccd95c1a2a"}, - {file = "pyzmq-26.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:9bce298c1ce077837e110367c321285dc4246b531cde1abfc27e4a5bbe2bed4d"}, - {file = "pyzmq-26.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c40b09b7e184d6e3e1be1c8af2cc320c0f9f610d8a5df3dd866e6e6e4e32b235"}, - {file = "pyzmq-26.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d420d856bf728713874cefb911398efe69e1577835851dd297a308a78c14c249"}, - {file = "pyzmq-26.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d792d3cab987058451e55c70c5926e93e2ceb68ca5a2334863bb903eb860c9cb"}, - {file = "pyzmq-26.0.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:83ec17729cf6d3464dab98a11e98294fcd50e6b17eaabd3d841515c23f6dbd3a"}, - {file = "pyzmq-26.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:47c17d5ebfa88ae90f08960c97b49917098665b8cd8be31f2c24e177bcf37a0f"}, - {file = "pyzmq-26.0.2-cp39-cp39-win32.whl", hash = "sha256:d509685d1cd1d018705a811c5f9d5bc237790936ead6d06f6558b77e16cc7235"}, - {file = "pyzmq-26.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:c7cc8cc009e8f6989a6d86c96f87dae5f5fb07d6c96916cdc7719d546152c7db"}, - {file = "pyzmq-26.0.2-cp39-cp39-win_arm64.whl", hash = "sha256:3ada31cb879cd7532f4a85b501f4255c747d4813ab76b35c49ed510ce4865b45"}, - {file = "pyzmq-26.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0a6ceaddc830dd3ca86cb8451cf373d1f05215368e11834538c2902ed5205139"}, - {file = "pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6a967681463aa7a99eb9a62bb18229b653b45c10ff0947b31cc0837a83dfb86f"}, - {file = "pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6472a73bc115bc40a2076609a90894775abe6faf19a78375675a2f889a613071"}, - {file = "pyzmq-26.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d6aea92bcccfe5e5524d3c70a6f16ffdae548390ddad26f4207d55c55a40593"}, - {file = "pyzmq-26.0.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:e025f6351e49d48a5aa2f5a09293aa769b0ee7369c25bed551647234b7fa0c75"}, - {file = "pyzmq-26.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:40bd7ebe4dbb37d27f0c56e2a844f360239343a99be422085e13e97da13f73f9"}, - {file = "pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:1dd40d586ad6f53764104df6e01810fe1b4e88fd353774629a5e6fe253813f79"}, - {file = "pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f2aca15e9ad8c8657b5b3d7ae3d1724dc8c1c1059c06b4b674c3aa36305f4930"}, - {file = "pyzmq-26.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:450ec234736732eb0ebeffdb95a352450d4592f12c3e087e2a9183386d22c8bf"}, - {file = "pyzmq-26.0.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:f43be2bebbd09360a2f23af83b243dc25ffe7b583ea8c722e6df03e03a55f02f"}, - {file = "pyzmq-26.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:867f55e54aff254940bcec5eec068e7c0ac1e6bf360ab91479394a8bf356b0e6"}, - {file = "pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:b4dbc033c5ad46f8c429bf238c25a889b8c1d86bfe23a74e1031a991cb3f0000"}, - {file = "pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6e8dd2961462e337e21092ec2da0c69d814dcb1b6e892955a37444a425e9cfb8"}, - {file = "pyzmq-26.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35391e72df6c14a09b697c7b94384947c1dd326aca883ff98ff137acdf586c33"}, - {file = "pyzmq-26.0.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:1c3d3c92fa54eda94ab369ca5b8d35059987c326ba5e55326eb068862f64b1fc"}, - {file = "pyzmq-26.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e7aa61a9cc4f0523373e31fc9255bf4567185a099f85ca3598e64de484da3ab2"}, - {file = "pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee53a8191271f144cc20b12c19daa9f1546adc84a2f33839e3338039b55c373c"}, - {file = "pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ac60a980f07fa988983f7bfe6404ef3f1e4303f5288a01713bc1266df6d18783"}, - {file = "pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:88896b1b4817d7b2fe1ec7205c4bbe07bf5d92fb249bf2d226ddea8761996068"}, - {file = "pyzmq-26.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:18dfffe23751edee917764ffa133d5d3fef28dfd1cf3adebef8c90bc854c74c4"}, - {file = "pyzmq-26.0.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:6926dd14cfe6967d3322640b6d5c3c3039db71716a5e43cca6e3b474e73e0b36"}, - {file = "pyzmq-26.0.2.tar.gz", hash = "sha256:f0f9bb370449158359bb72a3e12c658327670c0ffe6fbcd1af083152b64f9df0"}, + {file = "pyzmq-26.0.3-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:44dd6fc3034f1eaa72ece33588867df9e006a7303725a12d64c3dff92330f625"}, + {file = "pyzmq-26.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:acb704195a71ac5ea5ecf2811c9ee19ecdc62b91878528302dd0be1b9451cc90"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dbb9c997932473a27afa93954bb77a9f9b786b4ccf718d903f35da3232317de"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6bcb34f869d431799c3ee7d516554797f7760cb2198ecaa89c3f176f72d062be"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38ece17ec5f20d7d9b442e5174ae9f020365d01ba7c112205a4d59cf19dc38ee"}, + {file = "pyzmq-26.0.3-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:ba6e5e6588e49139a0979d03a7deb9c734bde647b9a8808f26acf9c547cab1bf"}, + {file = "pyzmq-26.0.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3bf8b000a4e2967e6dfdd8656cd0757d18c7e5ce3d16339e550bd462f4857e59"}, + {file = "pyzmq-26.0.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:2136f64fbb86451dbbf70223635a468272dd20075f988a102bf8a3f194a411dc"}, + {file = "pyzmq-26.0.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e8918973fbd34e7814f59143c5f600ecd38b8038161239fd1a3d33d5817a38b8"}, + {file = "pyzmq-26.0.3-cp310-cp310-win32.whl", hash = "sha256:0aaf982e68a7ac284377d051c742610220fd06d330dcd4c4dbb4cdd77c22a537"}, + {file = "pyzmq-26.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:f1a9b7d00fdf60b4039f4455afd031fe85ee8305b019334b72dcf73c567edc47"}, + {file = "pyzmq-26.0.3-cp310-cp310-win_arm64.whl", hash = "sha256:80b12f25d805a919d53efc0a5ad7c0c0326f13b4eae981a5d7b7cc343318ebb7"}, + {file = "pyzmq-26.0.3-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:a72a84570f84c374b4c287183debc776dc319d3e8ce6b6a0041ce2e400de3f32"}, + {file = "pyzmq-26.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:7ca684ee649b55fd8f378127ac8462fb6c85f251c2fb027eb3c887e8ee347bcd"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e222562dc0f38571c8b1ffdae9d7adb866363134299264a1958d077800b193b7"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f17cde1db0754c35a91ac00b22b25c11da6eec5746431d6e5092f0cd31a3fea9"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b7c0c0b3244bb2275abe255d4a30c050d541c6cb18b870975553f1fb6f37527"}, + {file = "pyzmq-26.0.3-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:ac97a21de3712afe6a6c071abfad40a6224fd14fa6ff0ff8d0c6e6cd4e2f807a"}, + {file = "pyzmq-26.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:88b88282e55fa39dd556d7fc04160bcf39dea015f78e0cecec8ff4f06c1fc2b5"}, + {file = "pyzmq-26.0.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:72b67f966b57dbd18dcc7efbc1c7fc9f5f983e572db1877081f075004614fcdd"}, + {file = "pyzmq-26.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f4b6cecbbf3b7380f3b61de3a7b93cb721125dc125c854c14ddc91225ba52f83"}, + {file = "pyzmq-26.0.3-cp311-cp311-win32.whl", hash = "sha256:eed56b6a39216d31ff8cd2f1d048b5bf1700e4b32a01b14379c3b6dde9ce3aa3"}, + {file = "pyzmq-26.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:3191d312c73e3cfd0f0afdf51df8405aafeb0bad71e7ed8f68b24b63c4f36500"}, + {file = "pyzmq-26.0.3-cp311-cp311-win_arm64.whl", hash = "sha256:b6907da3017ef55139cf0e417c5123a84c7332520e73a6902ff1f79046cd3b94"}, + {file = "pyzmq-26.0.3-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:068ca17214038ae986d68f4a7021f97e187ed278ab6dccb79f837d765a54d753"}, + {file = "pyzmq-26.0.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:7821d44fe07335bea256b9f1f41474a642ca55fa671dfd9f00af8d68a920c2d4"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eeb438a26d87c123bb318e5f2b3d86a36060b01f22fbdffd8cf247d52f7c9a2b"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:69ea9d6d9baa25a4dc9cef5e2b77b8537827b122214f210dd925132e34ae9b12"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7daa3e1369355766dea11f1d8ef829905c3b9da886ea3152788dc25ee6079e02"}, + {file = "pyzmq-26.0.3-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:6ca7a9a06b52d0e38ccf6bca1aeff7be178917893f3883f37b75589d42c4ac20"}, + {file = "pyzmq-26.0.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:1b7d0e124948daa4d9686d421ef5087c0516bc6179fdcf8828b8444f8e461a77"}, + {file = "pyzmq-26.0.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:e746524418b70f38550f2190eeee834db8850088c834d4c8406fbb9bc1ae10b2"}, + {file = "pyzmq-26.0.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:6b3146f9ae6af82c47a5282ac8803523d381b3b21caeae0327ed2f7ecb718798"}, + {file = "pyzmq-26.0.3-cp312-cp312-win32.whl", hash = "sha256:2b291d1230845871c00c8462c50565a9cd6026fe1228e77ca934470bb7d70ea0"}, + {file = "pyzmq-26.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:926838a535c2c1ea21c903f909a9a54e675c2126728c21381a94ddf37c3cbddf"}, + {file = "pyzmq-26.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:5bf6c237f8c681dfb91b17f8435b2735951f0d1fad10cc5dfd96db110243370b"}, + {file = "pyzmq-26.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0c0991f5a96a8e620f7691e61178cd8f457b49e17b7d9cfa2067e2a0a89fc1d5"}, + {file = "pyzmq-26.0.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:dbf012d8fcb9f2cf0643b65df3b355fdd74fc0035d70bb5c845e9e30a3a4654b"}, + {file = "pyzmq-26.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:01fbfbeb8249a68d257f601deb50c70c929dc2dfe683b754659569e502fbd3aa"}, + {file = "pyzmq-26.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c8eb19abe87029c18f226d42b8a2c9efdd139d08f8bf6e085dd9075446db450"}, + {file = "pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:5344b896e79800af86ad643408ca9aa303a017f6ebff8cee5a3163c1e9aec987"}, + {file = "pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:204e0f176fd1d067671157d049466869b3ae1fc51e354708b0dc41cf94e23a3a"}, + {file = "pyzmq-26.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a42db008d58530efa3b881eeee4991146de0b790e095f7ae43ba5cc612decbc5"}, + {file = "pyzmq-26.0.3-cp37-cp37m-win32.whl", hash = "sha256:8d7a498671ca87e32b54cb47c82a92b40130a26c5197d392720a1bce1b3c77cf"}, + {file = "pyzmq-26.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:3b4032a96410bdc760061b14ed6a33613ffb7f702181ba999df5d16fb96ba16a"}, + {file = "pyzmq-26.0.3-cp38-cp38-macosx_10_15_universal2.whl", hash = "sha256:2cc4e280098c1b192c42a849de8de2c8e0f3a84086a76ec5b07bfee29bda7d18"}, + {file = "pyzmq-26.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5bde86a2ed3ce587fa2b207424ce15b9a83a9fa14422dcc1c5356a13aed3df9d"}, + {file = "pyzmq-26.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:34106f68e20e6ff253c9f596ea50397dbd8699828d55e8fa18bd4323d8d966e6"}, + {file = "pyzmq-26.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ebbbd0e728af5db9b04e56389e2299a57ea8b9dd15c9759153ee2455b32be6ad"}, + {file = "pyzmq-26.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f6b1d1c631e5940cac5a0b22c5379c86e8df6a4ec277c7a856b714021ab6cfad"}, + {file = "pyzmq-26.0.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e891ce81edd463b3b4c3b885c5603c00141151dd9c6936d98a680c8c72fe5c67"}, + {file = "pyzmq-26.0.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9b273ecfbc590a1b98f014ae41e5cf723932f3b53ba9367cfb676f838038b32c"}, + {file = "pyzmq-26.0.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b32bff85fb02a75ea0b68f21e2412255b5731f3f389ed9aecc13a6752f58ac97"}, + {file = "pyzmq-26.0.3-cp38-cp38-win32.whl", hash = "sha256:f6c21c00478a7bea93caaaef9e7629145d4153b15a8653e8bb4609d4bc70dbfc"}, + {file = "pyzmq-26.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:3401613148d93ef0fd9aabdbddb212de3db7a4475367f49f590c837355343972"}, + {file = "pyzmq-26.0.3-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:2ed8357f4c6e0daa4f3baf31832df8a33334e0fe5b020a61bc8b345a3db7a606"}, + {file = "pyzmq-26.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c1c8f2a2ca45292084c75bb6d3a25545cff0ed931ed228d3a1810ae3758f975f"}, + {file = "pyzmq-26.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:b63731993cdddcc8e087c64e9cf003f909262b359110070183d7f3025d1c56b5"}, + {file = "pyzmq-26.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b3cd31f859b662ac5d7f4226ec7d8bd60384fa037fc02aee6ff0b53ba29a3ba8"}, + {file = "pyzmq-26.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:115f8359402fa527cf47708d6f8a0f8234f0e9ca0cab7c18c9c189c194dbf620"}, + {file = "pyzmq-26.0.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:715bdf952b9533ba13dfcf1f431a8f49e63cecc31d91d007bc1deb914f47d0e4"}, + {file = "pyzmq-26.0.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:e1258c639e00bf5e8a522fec6c3eaa3e30cf1c23a2f21a586be7e04d50c9acab"}, + {file = "pyzmq-26.0.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:15c59e780be8f30a60816a9adab900c12a58d79c1ac742b4a8df044ab2a6d920"}, + {file = "pyzmq-26.0.3-cp39-cp39-win32.whl", hash = "sha256:d0cdde3c78d8ab5b46595054e5def32a755fc028685add5ddc7403e9f6de9879"}, + {file = "pyzmq-26.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:ce828058d482ef860746bf532822842e0ff484e27f540ef5c813d516dd8896d2"}, + {file = "pyzmq-26.0.3-cp39-cp39-win_arm64.whl", hash = "sha256:788f15721c64109cf720791714dc14afd0f449d63f3a5487724f024345067381"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:2c18645ef6294d99b256806e34653e86236eb266278c8ec8112622b61db255de"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7e6bc96ebe49604df3ec2c6389cc3876cabe475e6bfc84ced1bf4e630662cb35"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:971e8990c5cc4ddcff26e149398fc7b0f6a042306e82500f5e8db3b10ce69f84"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d8416c23161abd94cc7da80c734ad7c9f5dbebdadfdaa77dad78244457448223"}, + {file = "pyzmq-26.0.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:082a2988364b60bb5de809373098361cf1dbb239623e39e46cb18bc035ed9c0c"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d57dfbf9737763b3a60d26e6800e02e04284926329aee8fb01049635e957fe81"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:77a85dca4c2430ac04dc2a2185c2deb3858a34fe7f403d0a946fa56970cf60a1"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4c82a6d952a1d555bf4be42b6532927d2a5686dd3c3e280e5f63225ab47ac1f5"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4496b1282c70c442809fc1b151977c3d967bfb33e4e17cedbf226d97de18f709"}, + {file = "pyzmq-26.0.3-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:e4946d6bdb7ba972dfda282f9127e5756d4f299028b1566d1245fa0d438847e6"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:03c0ae165e700364b266876d712acb1ac02693acd920afa67da2ebb91a0b3c09"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:3e3070e680f79887d60feeda051a58d0ac36622e1759f305a41059eff62c6da7"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6ca08b840fe95d1c2bd9ab92dac5685f949fc6f9ae820ec16193e5ddf603c3b2"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e76654e9dbfb835b3518f9938e565c7806976c07b37c33526b574cc1a1050480"}, + {file = "pyzmq-26.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:871587bdadd1075b112e697173e946a07d722459d20716ceb3d1bd6c64bd08ce"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d0a2d1bd63a4ad79483049b26514e70fa618ce6115220da9efdff63688808b17"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0270b49b6847f0d106d64b5086e9ad5dc8a902413b5dbbb15d12b60f9c1747a4"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:703c60b9910488d3d0954ca585c34f541e506a091a41930e663a098d3b794c67"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:74423631b6be371edfbf7eabb02ab995c2563fee60a80a30829176842e71722a"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:4adfbb5451196842a88fda3612e2c0414134874bffb1c2ce83ab4242ec9e027d"}, + {file = "pyzmq-26.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:3516119f4f9b8671083a70b6afaa0a070f5683e431ab3dc26e9215620d7ca1ad"}, + {file = "pyzmq-26.0.3.tar.gz", hash = "sha256:dba7d9f2e047dfa2bca3b01f4f84aa5246725203d6284e3790f2ca15fba6b40a"}, ] [package.dependencies] @@ -2378,13 +2378,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "referencing" -version = "0.35.0" +version = "0.35.1" description = "JSON Referencing + Python" optional = false python-versions = ">=3.8" files = [ - {file = "referencing-0.35.0-py3-none-any.whl", hash = "sha256:8080727b30e364e5783152903672df9b6b091c926a146a759080b62ca3126cd6"}, - {file = "referencing-0.35.0.tar.gz", hash = "sha256:191e936b0c696d0af17ad7430a3dc68e88bc11be6514f4757dc890f04ab05889"}, + {file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"}, + {file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"}, ] [package.dependencies] @@ -2458,110 +2458,110 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rpds-py" -version = "0.18.0" +version = "0.18.1" description = "Python bindings to Rust's persistent data structures (rpds)" optional = false python-versions = ">=3.8" files = [ - {file = "rpds_py-0.18.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:5b4e7d8d6c9b2e8ee2d55c90b59c707ca59bc30058269b3db7b1f8df5763557e"}, - {file = "rpds_py-0.18.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c463ed05f9dfb9baebef68048aed8dcdc94411e4bf3d33a39ba97e271624f8f7"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d62dec4976954a23d7f91f2f4530852b0c7608116c257833922a896101336c51"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dd18772815d5f008fa03d2b9a681ae38d5ae9f0e599f7dda233c439fcaa00d40"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:923d39efa3cfb7279a0327e337a7958bff00cc447fd07a25cddb0a1cc9a6d2da"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39514da80f971362f9267c600b6d459bfbbc549cffc2cef8e47474fddc9b45b1"}, - {file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a34d557a42aa28bd5c48a023c570219ba2593bcbbb8dc1b98d8cf5d529ab1434"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:93df1de2f7f7239dc9cc5a4a12408ee1598725036bd2dedadc14d94525192fc3"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:34b18ba135c687f4dac449aa5157d36e2cbb7c03cbea4ddbd88604e076aa836e"}, - {file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c0b5dcf9193625afd8ecc92312d6ed78781c46ecbf39af9ad4681fc9f464af88"}, - {file = "rpds_py-0.18.0-cp310-none-win32.whl", hash = "sha256:c4325ff0442a12113a6379af66978c3fe562f846763287ef66bdc1d57925d337"}, - {file = "rpds_py-0.18.0-cp310-none-win_amd64.whl", hash = "sha256:7223a2a5fe0d217e60a60cdae28d6949140dde9c3bcc714063c5b463065e3d66"}, - {file = "rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4"}, - {file = "rpds_py-0.18.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30f43887bbae0d49113cbaab729a112251a940e9b274536613097ab8b4899cf6"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d68c93e381010662ab873fea609bf6c0f428b6d0bb00f2c6939782e0818d37bf"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b34b7aa8b261c1dbf7720b5d6f01f38243e9b9daf7e6b8bc1fd4657000062f2c"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2e6d75ab12b0bbab7215e5d40f1e5b738aa539598db27ef83b2ec46747df90e1"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b8612cd233543a3781bc659c731b9d607de65890085098986dfd573fc2befe5"}, - {file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aec493917dd45e3c69d00a8874e7cbed844efd935595ef78a0f25f14312e33c6"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:661d25cbffaf8cc42e971dd570d87cb29a665f49f4abe1f9e76be9a5182c4688"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:1df3659d26f539ac74fb3b0c481cdf9d725386e3552c6fa2974f4d33d78e544b"}, - {file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a1ce3ba137ed54f83e56fb983a5859a27d43a40188ba798993812fed73c70836"}, - {file = "rpds_py-0.18.0-cp311-none-win32.whl", hash = "sha256:69e64831e22a6b377772e7fb337533c365085b31619005802a79242fee620bc1"}, - {file = "rpds_py-0.18.0-cp311-none-win_amd64.whl", hash = "sha256:998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa"}, - {file = "rpds_py-0.18.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:7f2facbd386dd60cbbf1a794181e6aa0bd429bd78bfdf775436020172e2a23f0"}, - {file = "rpds_py-0.18.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1d9a5be316c15ffb2b3c405c4ff14448c36b4435be062a7f578ccd8b01f0c4d8"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd5bf1af8efe569654bbef5a3e0a56eca45f87cfcffab31dd8dde70da5982475"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5417558f6887e9b6b65b4527232553c139b57ec42c64570569b155262ac0754f"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:56a737287efecafc16f6d067c2ea0117abadcd078d58721f967952db329a3e5c"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8f03bccbd8586e9dd37219bce4d4e0d3ab492e6b3b533e973fa08a112cb2ffc9"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4457a94da0d5c53dc4b3e4de1158bdab077db23c53232f37a3cb7afdb053a4e3"}, - {file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0ab39c1ba9023914297dd88ec3b3b3c3f33671baeb6acf82ad7ce883f6e8e157"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9d54553c1136b50fd12cc17e5b11ad07374c316df307e4cfd6441bea5fb68496"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0af039631b6de0397ab2ba16eaf2872e9f8fca391b44d3d8cac317860a700a3f"}, - {file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:84ffab12db93b5f6bad84c712c92060a2d321b35c3c9960b43d08d0f639d60d7"}, - {file = "rpds_py-0.18.0-cp312-none-win32.whl", hash = "sha256:685537e07897f173abcf67258bee3c05c374fa6fff89d4c7e42fb391b0605e98"}, - {file = "rpds_py-0.18.0-cp312-none-win_amd64.whl", hash = "sha256:e003b002ec72c8d5a3e3da2989c7d6065b47d9eaa70cd8808b5384fbb970f4ec"}, - {file = "rpds_py-0.18.0-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:08f9ad53c3f31dfb4baa00da22f1e862900f45908383c062c27628754af2e88e"}, - {file = "rpds_py-0.18.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c0013fe6b46aa496a6749c77e00a3eb07952832ad6166bd481c74bda0dcb6d58"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e32a92116d4f2a80b629778280103d2a510a5b3f6314ceccd6e38006b5e92dcb"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e541ec6f2ec456934fd279a3120f856cd0aedd209fc3852eca563f81738f6861"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bed88b9a458e354014d662d47e7a5baafd7ff81c780fd91584a10d6ec842cb73"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2644e47de560eb7bd55c20fc59f6daa04682655c58d08185a9b95c1970fa1e07"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e8916ae4c720529e18afa0b879473049e95949bf97042e938530e072fde061d"}, - {file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:465a3eb5659338cf2a9243e50ad9b2296fa15061736d6e26240e713522b6235c"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:ea7d4a99f3b38c37eac212dbd6ec42b7a5ec51e2c74b5d3223e43c811609e65f"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:67071a6171e92b6da534b8ae326505f7c18022c6f19072a81dcf40db2638767c"}, - {file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:41ef53e7c58aa4ef281da975f62c258950f54b76ec8e45941e93a3d1d8580594"}, - {file = "rpds_py-0.18.0-cp38-none-win32.whl", hash = "sha256:fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e"}, - {file = "rpds_py-0.18.0-cp38-none-win_amd64.whl", hash = "sha256:7cd863afe7336c62ec78d7d1349a2f34c007a3cc6c2369d667c65aeec412a5b1"}, - {file = "rpds_py-0.18.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:5307def11a35f5ae4581a0b658b0af8178c65c530e94893345bebf41cc139d33"}, - {file = "rpds_py-0.18.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:77f195baa60a54ef9d2de16fbbfd3ff8b04edc0c0140a761b56c267ac11aa467"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39f5441553f1c2aed4de4377178ad8ff8f9d733723d6c66d983d75341de265ab"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9a00312dea9310d4cb7dbd7787e722d2e86a95c2db92fbd7d0155f97127bcb40"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f2fc11e8fe034ee3c34d316d0ad8808f45bc3b9ce5857ff29d513f3ff2923a1"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:586f8204935b9ec884500498ccc91aa869fc652c40c093bd9e1471fbcc25c022"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ddc2f4dfd396c7bfa18e6ce371cba60e4cf9d2e5cdb71376aa2da264605b60b9"}, - {file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5ddcba87675b6d509139d1b521e0c8250e967e63b5909a7e8f8944d0f90ff36f"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7bd339195d84439cbe5771546fe8a4e8a7a045417d8f9de9a368c434e42a721e"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:d7c36232a90d4755b720fbd76739d8891732b18cf240a9c645d75f00639a9024"}, - {file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6b0817e34942b2ca527b0e9298373e7cc75f429e8da2055607f4931fded23e20"}, - {file = "rpds_py-0.18.0-cp39-none-win32.whl", hash = "sha256:99f70b740dc04d09e6b2699b675874367885217a2e9f782bdf5395632ac663b7"}, - {file = "rpds_py-0.18.0-cp39-none-win_amd64.whl", hash = "sha256:6ef687afab047554a2d366e112dd187b62d261d49eb79b77e386f94644363294"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ad36cfb355e24f1bd37cac88c112cd7730873f20fb0bdaf8ba59eedf8216079f"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:36b3ee798c58ace201289024b52788161e1ea133e4ac93fba7d49da5fec0ef9e"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8a2f084546cc59ea99fda8e070be2fd140c3092dc11524a71aa8f0f3d5a55ca"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e4461d0f003a0aa9be2bdd1b798a041f177189c1a0f7619fe8c95ad08d9a45d7"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8db715ebe3bb7d86d77ac1826f7d67ec11a70dbd2376b7cc214199360517b641"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:793968759cd0d96cac1e367afd70c235867831983f876a53389ad869b043c948"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66e6a3af5a75363d2c9a48b07cb27c4ea542938b1a2e93b15a503cdfa8490795"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6ef0befbb5d79cf32d0266f5cff01545602344eda89480e1dd88aca964260b18"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d4acf42190d449d5e89654d5c1ed3a4f17925eec71f05e2a41414689cda02d1"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:a5f446dd5055667aabaee78487f2b5ab72e244f9bc0b2ffebfeec79051679984"}, - {file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9dbbeb27f4e70bfd9eec1be5477517365afe05a9b2c441a0b21929ee61048124"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:22806714311a69fd0af9b35b7be97c18a0fc2826e6827dbb3a8c94eac6cf7eeb"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:b34ae4636dfc4e76a438ab826a0d1eed2589ca7d9a1b2d5bb546978ac6485461"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c8370641f1a7f0e0669ddccca22f1da893cef7628396431eb445d46d893e5cd"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c8362467a0fdeccd47935f22c256bec5e6abe543bf0d66e3d3d57a8fb5731863"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11a8c85ef4a07a7638180bf04fe189d12757c696eb41f310d2426895356dcf05"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b316144e85316da2723f9d8dc75bada12fa58489a527091fa1d5a612643d1a0e"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf1ea2e34868f6fbf070e1af291c8180480310173de0b0c43fc38a02929fc0e3"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e546e768d08ad55b20b11dbb78a745151acbd938f8f00d0cfbabe8b0199b9880"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:4901165d170a5fde6f589acb90a6b33629ad1ec976d4529e769c6f3d885e3e80"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:618a3d6cae6ef8ec88bb76dd80b83cfe415ad4f1d942ca2a903bf6b6ff97a2da"}, - {file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:ed4eb745efbff0a8e9587d22a84be94a5eb7d2d99c02dacf7bd0911713ed14dd"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c81e5f372cd0dc5dc4809553d34f832f60a46034a5f187756d9b90586c2c307"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:43fbac5f22e25bee1d482c97474f930a353542855f05c1161fd804c9dc74a09d"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d7faa6f14017c0b1e69f5e2c357b998731ea75a442ab3841c0dbbbfe902d2c4"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:08231ac30a842bd04daabc4d71fddd7e6d26189406d5a69535638e4dcb88fe76"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:044a3e61a7c2dafacae99d1e722cc2d4c05280790ec5a05031b3876809d89a5c"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3f26b5bd1079acdb0c7a5645e350fe54d16b17bfc5e71f371c449383d3342e17"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:482103aed1dfe2f3b71a58eff35ba105289b8d862551ea576bd15479aba01f66"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1374f4129f9bcca53a1bba0bb86bf78325a0374577cf7e9e4cd046b1e6f20e24"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:635dc434ff724b178cb192c70016cc0ad25a275228f749ee0daf0eddbc8183b1"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:bc362ee4e314870a70f4ae88772d72d877246537d9f8cb8f7eacf10884862432"}, - {file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:4832d7d380477521a8c1644bbab6588dfedea5e30a7d967b5fb75977c45fd77f"}, - {file = "rpds_py-0.18.0.tar.gz", hash = "sha256:42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d"}, + {file = "rpds_py-0.18.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:d31dea506d718693b6b2cffc0648a8929bdc51c70a311b2770f09611caa10d53"}, + {file = "rpds_py-0.18.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:732672fbc449bab754e0b15356c077cc31566df874964d4801ab14f71951ea80"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a98a1f0552b5f227a3d6422dbd61bc6f30db170939bd87ed14f3c339aa6c7c9"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f1944ce16401aad1e3f7d312247b3d5de7981f634dc9dfe90da72b87d37887d"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:38e14fb4e370885c4ecd734f093a2225ee52dc384b86fa55fe3f74638b2cfb09"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08d74b184f9ab6289b87b19fe6a6d1a97fbfea84b8a3e745e87a5de3029bf944"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d70129cef4a8d979caa37e7fe957202e7eee8ea02c5e16455bc9808a59c6b2f0"}, + {file = "rpds_py-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ce0bb20e3a11bd04461324a6a798af34d503f8d6f1aa3d2aa8901ceaf039176d"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:81c5196a790032e0fc2464c0b4ab95f8610f96f1f2fa3d4deacce6a79852da60"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:f3027be483868c99b4985fda802a57a67fdf30c5d9a50338d9db646d590198da"}, + {file = "rpds_py-0.18.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d44607f98caa2961bab4fa3c4309724b185b464cdc3ba6f3d7340bac3ec97cc1"}, + {file = "rpds_py-0.18.1-cp310-none-win32.whl", hash = "sha256:c273e795e7a0f1fddd46e1e3cb8be15634c29ae8ff31c196debb620e1edb9333"}, + {file = "rpds_py-0.18.1-cp310-none-win_amd64.whl", hash = "sha256:8352f48d511de5f973e4f2f9412736d7dea76c69faa6d36bcf885b50c758ab9a"}, + {file = "rpds_py-0.18.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:6b5ff7e1d63a8281654b5e2896d7f08799378e594f09cf3674e832ecaf396ce8"}, + {file = "rpds_py-0.18.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8927638a4d4137a289e41d0fd631551e89fa346d6dbcfc31ad627557d03ceb6d"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:154bf5c93d79558b44e5b50cc354aa0459e518e83677791e6adb0b039b7aa6a7"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:07f2139741e5deb2c5154a7b9629bc5aa48c766b643c1a6750d16f865a82c5fc"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8c7672e9fba7425f79019db9945b16e308ed8bc89348c23d955c8c0540da0a07"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:489bdfe1abd0406eba6b3bb4fdc87c7fa40f1031de073d0cfb744634cc8fa261"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c20f05e8e3d4fc76875fc9cb8cf24b90a63f5a1b4c5b9273f0e8225e169b100"}, + {file = "rpds_py-0.18.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:967342e045564cef76dfcf1edb700b1e20838d83b1aa02ab313e6a497cf923b8"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2cc7c1a47f3a63282ab0f422d90ddac4aa3034e39fc66a559ab93041e6505da7"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f7afbfee1157e0f9376c00bb232e80a60e59ed716e3211a80cb8506550671e6e"}, + {file = "rpds_py-0.18.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9e6934d70dc50f9f8ea47081ceafdec09245fd9f6032669c3b45705dea096b88"}, + {file = "rpds_py-0.18.1-cp311-none-win32.whl", hash = "sha256:c69882964516dc143083d3795cb508e806b09fc3800fd0d4cddc1df6c36e76bb"}, + {file = "rpds_py-0.18.1-cp311-none-win_amd64.whl", hash = "sha256:70a838f7754483bcdc830444952fd89645569e7452e3226de4a613a4c1793fb2"}, + {file = "rpds_py-0.18.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:3dd3cd86e1db5aadd334e011eba4e29d37a104b403e8ca24dcd6703c68ca55b3"}, + {file = "rpds_py-0.18.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:05f3d615099bd9b13ecf2fc9cf2d839ad3f20239c678f461c753e93755d629ee"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35b2b771b13eee8729a5049c976197ff58a27a3829c018a04341bcf1ae409b2b"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ee17cd26b97d537af8f33635ef38be873073d516fd425e80559f4585a7b90c43"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b646bf655b135ccf4522ed43d6902af37d3f5dbcf0da66c769a2b3938b9d8184"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:19ba472b9606c36716062c023afa2484d1e4220548751bda14f725a7de17b4f6"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e30ac5e329098903262dc5bdd7e2086e0256aa762cc8b744f9e7bf2a427d3f8"}, + {file = "rpds_py-0.18.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d58ad6317d188c43750cb76e9deacf6051d0f884d87dc6518e0280438648a9ac"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e1735502458621921cee039c47318cb90b51d532c2766593be6207eec53e5c4c"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:f5bab211605d91db0e2995a17b5c6ee5edec1270e46223e513eaa20da20076ac"}, + {file = "rpds_py-0.18.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2fc24a329a717f9e2448f8cd1f960f9dac4e45b6224d60734edeb67499bab03a"}, + {file = "rpds_py-0.18.1-cp312-none-win32.whl", hash = "sha256:1805d5901779662d599d0e2e4159d8a82c0b05faa86ef9222bf974572286b2b6"}, + {file = "rpds_py-0.18.1-cp312-none-win_amd64.whl", hash = "sha256:720edcb916df872d80f80a1cc5ea9058300b97721efda8651efcd938a9c70a72"}, + {file = "rpds_py-0.18.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:c827576e2fa017a081346dce87d532a5310241648eb3700af9a571a6e9fc7e74"}, + {file = "rpds_py-0.18.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:aa3679e751408d75a0b4d8d26d6647b6d9326f5e35c00a7ccd82b78ef64f65f8"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0abeee75434e2ee2d142d650d1e54ac1f8b01e6e6abdde8ffd6eeac6e9c38e20"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed402d6153c5d519a0faf1bb69898e97fb31613b49da27a84a13935ea9164dfc"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:338dee44b0cef8b70fd2ef54b4e09bb1b97fc6c3a58fea5db6cc083fd9fc2724"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7750569d9526199c5b97e5a9f8d96a13300950d910cf04a861d96f4273d5b104"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:607345bd5912aacc0c5a63d45a1f73fef29e697884f7e861094e443187c02be5"}, + {file = "rpds_py-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:207c82978115baa1fd8d706d720b4a4d2b0913df1c78c85ba73fe6c5804505f0"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:6d1e42d2735d437e7e80bab4d78eb2e459af48c0a46e686ea35f690b93db792d"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:5463c47c08630007dc0fe99fb480ea4f34a89712410592380425a9b4e1611d8e"}, + {file = "rpds_py-0.18.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:06d218939e1bf2ca50e6b0ec700ffe755e5216a8230ab3e87c059ebb4ea06afc"}, + {file = "rpds_py-0.18.1-cp38-none-win32.whl", hash = "sha256:312fe69b4fe1ffbe76520a7676b1e5ac06ddf7826d764cc10265c3b53f96dbe9"}, + {file = "rpds_py-0.18.1-cp38-none-win_amd64.whl", hash = "sha256:9437ca26784120a279f3137ee080b0e717012c42921eb07861b412340f85bae2"}, + {file = "rpds_py-0.18.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:19e515b78c3fc1039dd7da0a33c28c3154458f947f4dc198d3c72db2b6b5dc93"}, + {file = "rpds_py-0.18.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a7b28c5b066bca9a4eb4e2f2663012debe680f097979d880657f00e1c30875a0"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:673fdbbf668dd958eff750e500495ef3f611e2ecc209464f661bc82e9838991e"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d960de62227635d2e61068f42a6cb6aae91a7fe00fca0e3aeed17667c8a34611"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:352a88dc7892f1da66b6027af06a2e7e5d53fe05924cc2cfc56495b586a10b72"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e0ee01ad8260184db21468a6e1c37afa0529acc12c3a697ee498d3c2c4dcaf3"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4c39ad2f512b4041343ea3c7894339e4ca7839ac38ca83d68a832fc8b3748ab"}, + {file = "rpds_py-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aaa71ee43a703c321906813bb252f69524f02aa05bf4eec85f0c41d5d62d0f4c"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:6cd8098517c64a85e790657e7b1e509b9fe07487fd358e19431cb120f7d96338"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:4adec039b8e2928983f885c53b7cc4cda8965b62b6596501a0308d2703f8af1b"}, + {file = "rpds_py-0.18.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:32b7daaa3e9389db3695964ce8e566e3413b0c43e3394c05e4b243a4cd7bef26"}, + {file = "rpds_py-0.18.1-cp39-none-win32.whl", hash = "sha256:2625f03b105328729f9450c8badda34d5243231eef6535f80064d57035738360"}, + {file = "rpds_py-0.18.1-cp39-none-win_amd64.whl", hash = "sha256:bf18932d0003c8c4d51a39f244231986ab23ee057d235a12b2684ea26a353590"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:cbfbea39ba64f5e53ae2915de36f130588bba71245b418060ec3330ebf85678e"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:a3d456ff2a6a4d2adcdf3c1c960a36f4fd2fec6e3b4902a42a384d17cf4e7a65"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7700936ef9d006b7ef605dc53aa364da2de5a3aa65516a1f3ce73bf82ecfc7ae"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:51584acc5916212e1bf45edd17f3a6b05fe0cbb40482d25e619f824dccb679de"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:942695a206a58d2575033ff1e42b12b2aece98d6003c6bc739fbf33d1773b12f"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b906b5f58892813e5ba5c6056d6a5ad08f358ba49f046d910ad992196ea61397"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6f8e3fecca256fefc91bb6765a693d96692459d7d4c644660a9fff32e517843"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7732770412bab81c5a9f6d20aeb60ae943a9b36dcd990d876a773526468e7163"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:bd1105b50ede37461c1d51b9698c4f4be6e13e69a908ab7751e3807985fc0346"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:618916f5535784960f3ecf8111581f4ad31d347c3de66d02e728de460a46303c"}, + {file = "rpds_py-0.18.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:17c6d2155e2423f7e79e3bb18151c686d40db42d8645e7977442170c360194d4"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:6c4c4c3f878df21faf5fac86eda32671c27889e13570645a9eea0a1abdd50922"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:fab6ce90574645a0d6c58890e9bcaac8d94dff54fb51c69e5522a7358b80ab64"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:531796fb842b53f2695e94dc338929e9f9dbf473b64710c28af5a160b2a8927d"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:740884bc62a5e2bbb31e584f5d23b32320fd75d79f916f15a788d527a5e83644"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:998125738de0158f088aef3cb264a34251908dd2e5d9966774fdab7402edfab7"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e2be6e9dd4111d5b31ba3b74d17da54a8319d8168890fbaea4b9e5c3de630ae5"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0cee71bc618cd93716f3c1bf56653740d2d13ddbd47673efa8bf41435a60daa"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2c3caec4ec5cd1d18e5dd6ae5194d24ed12785212a90b37f5f7f06b8bedd7139"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:27bba383e8c5231cd559affe169ca0b96ec78d39909ffd817f28b166d7ddd4d8"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:a888e8bdb45916234b99da2d859566f1e8a1d2275a801bb8e4a9644e3c7e7909"}, + {file = "rpds_py-0.18.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:6031b25fb1b06327b43d841f33842b383beba399884f8228a6bb3df3088485ff"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:48c2faaa8adfacefcbfdb5f2e2e7bdad081e5ace8d182e5f4ade971f128e6bb3"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:d85164315bd68c0806768dc6bb0429c6f95c354f87485ee3593c4f6b14def2bd"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6afd80f6c79893cfc0574956f78a0add8c76e3696f2d6a15bca2c66c415cf2d4"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fa242ac1ff583e4ec7771141606aafc92b361cd90a05c30d93e343a0c2d82a89"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d21be4770ff4e08698e1e8e0bce06edb6ea0626e7c8f560bc08222880aca6a6f"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c45a639e93a0c5d4b788b2613bd637468edd62f8f95ebc6fcc303d58ab3f0a8"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:910e71711d1055b2768181efa0a17537b2622afeb0424116619817007f8a2b10"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b9bb1f182a97880f6078283b3505a707057c42bf55d8fca604f70dedfdc0772a"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1d54f74f40b1f7aaa595a02ff42ef38ca654b1469bef7d52867da474243cc633"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:8d2e182c9ee01135e11e9676e9a62dfad791a7a467738f06726872374a83db49"}, + {file = "rpds_py-0.18.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:636a15acc588f70fda1661234761f9ed9ad79ebed3f2125d44be0862708b666e"}, + {file = "rpds_py-0.18.1.tar.gz", hash = "sha256:dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f"}, ] [[package]] @@ -2782,13 +2782,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -3009,18 +3009,18 @@ test = ["websockets"] [[package]] name = "zipp" -version = "3.18.1" +version = "3.18.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.18.1-py3-none-any.whl", hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b"}, - {file = "zipp-3.18.1.tar.gz", hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"}, + {file = "zipp-3.18.2-py3-none-any.whl", hash = "sha256:dce197b859eb796242b0622af1b8beb0a722d52aa2f57133ead08edd5bf5374e"}, + {file = "zipp-3.18.2.tar.gz", hash = "sha256:6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059"}, ] [package.extras] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [metadata] lock-version = "2.0" diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 8cdd58fbc..164640439 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "julep" -version = "0.3.2" +version = "0.3.3" description = "Julep is a platform for creating agents with long-term memory" authors = ["Julep Developers "] license = "ISC" diff --git a/sdks/ts/package-lock.json b/sdks/ts/package-lock.json index 2cc1421f9..25daa1d2c 100644 --- a/sdks/ts/package-lock.json +++ b/sdks/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@julep/sdk", - "version": "0.3.0", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@julep/sdk", - "version": "0.3.0", + "version": "0.3.3", "license": "ISC", "dependencies": { "@rollup/plugin-typescript": "^11.1.6", diff --git a/sdks/ts/package.json b/sdks/ts/package.json index 153efac5a..8231cf2a0 100644 --- a/sdks/ts/package.json +++ b/sdks/ts/package.json @@ -1,6 +1,6 @@ { "name": "@julep/sdk", - "version": "0.3.2", + "version": "0.3.3", "description": "Julep is a platform for creating agents with long-term memory", "keywords": [ "julep-ai", @@ -75,7 +75,7 @@ "start_mock_api": "prism mock ./tests/mock_openapi.yaml -p 8080 -v fatal 1> /dev/null &", "kill_mock_api": "kill $(pgrep -f 'prism .*') || echo bye", "format": "prettier -w .", - "openapi-codegen": "openapi -c axios --name JulepApiClient --useOptions --indent 2 -i <(yq -o=json '.' ../../openapi.yaml) -o src/api --exportSchemas true --useUnionTypes true", + "openapi-codegen": "bash -c 'openapi -c axios --name JulepApiClient --useOptions --indent 2 -i <(yq \".\" ../../openapi.yaml) -o src/api --exportSchemas true --useUnionTypes true'", "codegen": "npm run openapi-codegen && npm run format", "generate-docs": "typedoc --plugin typedoc-plugin-markdown --out ../../docs/js-sdk-docs src/**/*.ts", "test-inspect": "node --inspect-brk node_modules/.bin/jest --runInBand", diff --git a/sdks/ts/src/api/index.ts b/sdks/ts/src/api/index.ts index 2393d9be3..3e0dc5da8 100644 --- a/sdks/ts/src/api/index.ts +++ b/sdks/ts/src/api/index.ts @@ -26,6 +26,7 @@ export type { CreateToolRequest } from "./models/CreateToolRequest"; export type { CreateUserRequest } from "./models/CreateUserRequest"; export type { Doc } from "./models/Doc"; export type { doc_id } from "./models/doc_id"; +export type { DocIds } from "./models/DocIds"; export type { FunctionCallOption } from "./models/FunctionCallOption"; export type { FunctionDef } from "./models/FunctionDef"; export type { FunctionParameters } from "./models/FunctionParameters"; @@ -74,6 +75,7 @@ export { $CreateToolRequest } from "./schemas/$CreateToolRequest"; export { $CreateUserRequest } from "./schemas/$CreateUserRequest"; export { $Doc } from "./schemas/$Doc"; export { $doc_id } from "./schemas/$doc_id"; +export { $DocIds } from "./schemas/$DocIds"; export { $FunctionCallOption } from "./schemas/$FunctionCallOption"; export { $FunctionDef } from "./schemas/$FunctionDef"; export { $FunctionParameters } from "./schemas/$FunctionParameters"; diff --git a/sdks/ts/src/api/models/ChatResponse.ts b/sdks/ts/src/api/models/ChatResponse.ts index e880bc927..6614069fe 100644 --- a/sdks/ts/src/api/models/ChatResponse.ts +++ b/sdks/ts/src/api/models/ChatResponse.ts @@ -4,6 +4,7 @@ /* eslint-disable */ import type { ChatMLMessage } from "./ChatMLMessage"; import type { CompletionUsage } from "./CompletionUsage"; +import type { DocIds } from "./DocIds"; /** * Represents a chat completion response returned by model, based on the provided input. */ @@ -30,4 +31,5 @@ export type ChatResponse = { * IDs (if any) of jobs created as part of this request */ jobs?: Array; + doc_ids: DocIds; }; diff --git a/sdks/ts/src/api/models/CreateDoc.ts b/sdks/ts/src/api/models/CreateDoc.ts index 437fa1535..ff4542a0c 100644 --- a/sdks/ts/src/api/models/CreateDoc.ts +++ b/sdks/ts/src/api/models/CreateDoc.ts @@ -10,7 +10,7 @@ export type CreateDoc = { /** * Information content */ - content: string; + content: Array | string; /** * Optional metadata */ diff --git a/sdks/ts/src/api/models/Doc.ts b/sdks/ts/src/api/models/Doc.ts index c19f2b84c..4e190d21f 100644 --- a/sdks/ts/src/api/models/Doc.ts +++ b/sdks/ts/src/api/models/Doc.ts @@ -10,7 +10,7 @@ export type Doc = { /** * Information content */ - content: string; + content: Array | string; /** * ID of doc */ diff --git a/sdks/ts/src/api/models/DocIds.ts b/sdks/ts/src/api/models/DocIds.ts new file mode 100644 index 000000000..c33bb4948 --- /dev/null +++ b/sdks/ts/src/api/models/DocIds.ts @@ -0,0 +1,8 @@ +/* generated using openapi-typescript-codegen -- do no edit */ +/* istanbul ignore file */ +/* tslint:disable */ +/* eslint-disable */ +export type DocIds = { + agent_doc_ids: Array; + user_doc_ids: Array; +}; diff --git a/sdks/ts/src/api/schemas/$ChatResponse.ts b/sdks/ts/src/api/schemas/$ChatResponse.ts index c30f28c57..3c19ea0fc 100644 --- a/sdks/ts/src/api/schemas/$ChatResponse.ts +++ b/sdks/ts/src/api/schemas/$ChatResponse.ts @@ -36,5 +36,9 @@ export const $ChatResponse = { format: "uuid", }, }, + doc_ids: { + type: "DocIds", + isRequired: true, + }, }, } as const; diff --git a/sdks/ts/src/api/schemas/$CreateDoc.ts b/sdks/ts/src/api/schemas/$CreateDoc.ts index 8e7e7b002..85d4bafa0 100644 --- a/sdks/ts/src/api/schemas/$CreateDoc.ts +++ b/sdks/ts/src/api/schemas/$CreateDoc.ts @@ -10,8 +10,21 @@ export const $CreateDoc = { isRequired: true, }, content: { - type: "string", + type: "one-of", description: `Information content`, + contains: [ + { + type: "array", + contains: { + type: "string", + minItems: 1, + }, + }, + { + type: "string", + description: `A single document chunk`, + }, + ], isRequired: true, }, metadata: { diff --git a/sdks/ts/src/api/schemas/$Doc.ts b/sdks/ts/src/api/schemas/$Doc.ts index 549052b3d..8f79f21f9 100644 --- a/sdks/ts/src/api/schemas/$Doc.ts +++ b/sdks/ts/src/api/schemas/$Doc.ts @@ -10,8 +10,21 @@ export const $Doc = { isRequired: true, }, content: { - type: "string", + type: "one-of", description: `Information content`, + contains: [ + { + type: "array", + contains: { + type: "string", + minItems: 1, + }, + }, + { + type: "string", + description: `A single document chunk`, + }, + ], isRequired: true, }, id: { diff --git a/sdks/ts/src/api/schemas/$DocIds.ts b/sdks/ts/src/api/schemas/$DocIds.ts new file mode 100644 index 000000000..594e9771a --- /dev/null +++ b/sdks/ts/src/api/schemas/$DocIds.ts @@ -0,0 +1,22 @@ +/* generated using openapi-typescript-codegen -- do no edit */ +/* istanbul ignore file */ +/* tslint:disable */ +/* eslint-disable */ +export const $DocIds = { + properties: { + agent_doc_ids: { + type: "array", + contains: { + type: "string", + }, + isRequired: true, + }, + user_doc_ids: { + type: "array", + contains: { + type: "string", + }, + isRequired: true, + }, + }, +} as const;