From 25c429dd868e1046a1528af76f5c27791cd0cce6 Mon Sep 17 00:00:00 2001 From: whiterabbit1983 Date: Mon, 1 Jul 2024 07:13:48 +0000 Subject: [PATCH] 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 | 46 ++- docs/js-sdk-docs/modules/api.md | 323 ++++++++++++------ 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, 387 insertions(+), 216 deletions(-) diff --git a/docs/js-sdk-docs/classes/api.ApiError.md b/docs/js-sdk-docs/classes/api.ApiError.md index 555534566..6eb17bd05 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/ApiError.ts#L15) +[src/api/core/ApiError.ts:15](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/ApiError.ts#L12) +[src/api/core/ApiError.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/ApiError.ts#L13) +[src/api/core/ApiError.ts:13](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/ApiError.ts#L10) +[src/api/core/ApiError.ts:10](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/ApiError.ts#L11) +[src/api/core/ApiError.ts:11](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/ApiError.ts#L9) +[src/api/core/ApiError.ts:9](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 5b458f570..edf9adafa 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/BaseHttpRequest.ts#L12) +[src/api/core/BaseHttpRequest.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 349807a73..952e1e19c 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L6) +[src/api/core/CancelablePromise.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L11) +[src/api/core/CancelablePromise.ts:11](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 d568ff6ba..49c2fab9c 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L33) +[src/api/core/CancelablePromise.ts:33](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L28) +[src/api/core/CancelablePromise.ts:28](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L27) +[src/api/core/CancelablePromise.ts:27](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L26) +[src/api/core/CancelablePromise.ts:26](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L25) +[src/api/core/CancelablePromise.ts:25](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L29) +[src/api/core/CancelablePromise.ts:29](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L31) +[src/api/core/CancelablePromise.ts:31](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L30) +[src/api/core/CancelablePromise.ts:30](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L87) +[src/api/core/CancelablePromise.ts:87](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L127) +[src/api/core/CancelablePromise.ts:127](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L108) +[src/api/core/CancelablePromise.ts:108](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L98) +[src/api/core/CancelablePromise.ts:98](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L104) +[src/api/core/CancelablePromise.ts:104](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/CancelablePromise.ts#L91) +[src/api/core/CancelablePromise.ts:91](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 2466d408a..63febf6bf 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L35) +[src/api/services/DefaultService.ts:35](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L404) +[src/api/services/DefaultService.ts:404](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L180) +[src/api/services/DefaultService.ts:180](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L668) +[src/api/services/DefaultService.ts:668](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L857) +[src/api/services/DefaultService.ts:857](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L42) +[src/api/services/DefaultService.ts:42](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L111) +[src/api/services/DefaultService.ts:111](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L740) +[src/api/services/DefaultService.ts:740](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L556) +[src/api/services/DefaultService.ts:556](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L783) +[src/api/services/DefaultService.ts:783](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L804) +[src/api/services/DefaultService.ts:804](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L879) +[src/api/services/DefaultService.ts:879](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L266) +[src/api/services/DefaultService.ts:266](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L386) +[src/api/services/DefaultService.ts:386](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L480) +[src/api/services/DefaultService.ts:480](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L762) +[src/api/services/DefaultService.ts:762](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L542) +[src/api/services/DefaultService.ts:542](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L619) +[src/api/services/DefaultService.ts:619](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L432) +[src/api/services/DefaultService.ts:432](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L826) +[src/api/services/DefaultService.ts:826](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L358) +[src/api/services/DefaultService.ts:358](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L950) +[src/api/services/DefaultService.ts:950](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L248) +[src/api/services/DefaultService.ts:248](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L329) +[src/api/services/DefaultService.ts:329](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L466) +[src/api/services/DefaultService.ts:466](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L691) +[src/api/services/DefaultService.ts:691](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L201) +[src/api/services/DefaultService.ts:201](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L63) +[src/api/services/DefaultService.ts:63](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L132) +[src/api/services/DefaultService.ts:132](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L596) +[src/api/services/DefaultService.ts:596](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L925) +[src/api/services/DefaultService.ts:925](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L306) +[src/api/services/DefaultService.ts:306](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L520) +[src/api/services/DefaultService.ts:520](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L574) +[src/api/services/DefaultService.ts:574](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L900) +[src/api/services/DefaultService.ts:900](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L284) +[src/api/services/DefaultService.ts:284](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/services/DefaultService.ts#L498) +[src/api/services/DefaultService.ts:498](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 bdfe949c9..125c3edc3 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/JulepApiClient.ts#L13) +[src/api/JulepApiClient.ts:13](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/JulepApiClient.ts#L11) +[src/api/JulepApiClient.ts:11](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/JulepApiClient.ts#L12) +[src/api/JulepApiClient.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 5ae95e948..19b64085d 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/agent.ts#L24) +[src/managers/agent.ts:24](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/agent.ts#L85) +[src/managers/agent.ts:85](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/agent.ts#L18) +[src/managers/agent.ts:18](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/agent.ts#L65) +[src/managers/agent.ts:65](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/agent.ts#L92) +[src/managers/agent.ts:92](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/agent.ts#L98) +[src/managers/agent.ts:98](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 6badf8de1..f641a744d 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 2ca8171c0..03ff69cdd 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/doc.ts#L133) +[src/managers/doc.ts:133](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/doc.ts#L186) +[src/managers/doc.ts:186](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/doc.ts#L22) +[src/managers/doc.ts:22](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/doc.ts#L74) +[src/managers/doc.ts:74](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 2134a4831..9c680e575 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/memory.ts#L21) +[src/managers/memory.ts:21](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 dfc633891..285645267 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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:110](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L110) +[src/managers/session.ts:144](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L144) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/managers/session.ts:35](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L35) +[src/managers/session.ts:37](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L37) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/managers/session.ts:81](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L81) +[src/managers/session.ts:100](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L100) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/managers/session.ts:206](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L206) +[src/managers/session.ts:228](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L228) ___ @@ -180,7 +180,7 @@ A promise that resolves with the session object. #### Defined in -[src/managers/session.ts:27](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L27) +[src/managers/session.ts:33](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L33) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/managers/session.ts:187](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L187) +[src/managers/session.ts:213](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L213) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/managers/session.ts:61](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L61) +[src/managers/session.ts:80](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L80) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/managers/session.ts:168](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L168) +[src/managers/session.ts:198](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L198) ___ @@ -275,4 +275,4 @@ ___ #### Defined in -[src/managers/session.ts:91](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L91) +[src/managers/session.ts:106](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L106) diff --git a/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md b/docs/js-sdk-docs/classes/managers_tool.ToolsManager.md index 4fcff43e9..bc681f4a3 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/tool.ts#L32) +[src/managers/tool.ts:32](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/tool.ts#L86) +[src/managers/tool.ts:86](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/tool.ts#L12) +[src/managers/tool.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/tool.ts#L54) +[src/managers/tool.ts:54](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 951158ef9..afb35817f 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/base.ts#L12) +[src/managers/base.ts:12](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/user.ts#L27) +[src/managers/user.ts:27](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/user.ts#L63) +[src/managers/user.ts:63](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/user.ts#L15) +[src/managers/user.ts:15](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/user.ts#L44) +[src/managers/user.ts:44](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/user.ts#L73) +[src/managers/user.ts:73](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/user.ts#L79) +[src/managers/user.ts:79](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 59f494362..5066fb0b4 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/utils/requestConstructor.ts#L16) +[src/utils/requestConstructor.ts:16](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/BaseHttpRequest.ts#L10) +[src/api/core/BaseHttpRequest.ts:10](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/utils/requestConstructor.ts#L21) +[src/utils/requestConstructor.ts:21](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 37806c5e2..9d3ec479c 100644 --- a/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md +++ b/docs/js-sdk-docs/interfaces/managers_session.CreateSessionPayload.md @@ -24,7 +24,37 @@ #### Defined in -[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L17) +[src/managers/session.ts:17](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L17) + +___ + +### contextOverflow + +• `Optional` **contextOverflow**: ``"truncate"`` \| ``"adaptive"`` + +#### Defined in + +[src/managers/session.ts:24](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L24) + +___ + +### metadata + +• `Optional` **metadata**: `Record`\<`string`, `any`\> + +#### Defined in + +[src/managers/session.ts:19](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L19) + +___ + +### renderTemplates + +• `Optional` **renderTemplates**: `boolean` + +#### Defined in + +[src/managers/session.ts:20](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L20) ___ @@ -34,7 +64,17 @@ ___ #### Defined in -[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L18) +[src/managers/session.ts:18](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L18) + +___ + +### tokenBudget + +• `Optional` **tokenBudget**: `number` + +#### Defined in + +[src/managers/session.ts:21](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/managers/session.ts#L21) ___ @@ -44,4 +84,4 @@ ___ #### Defined in -[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/managers/session.ts#L16) +[src/managers/session.ts:16](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 123109e46..45107e83c 100644 --- a/docs/js-sdk-docs/modules/api.md +++ b/docs/js-sdk-docs/modules/api.md @@ -152,7 +152,7 @@ Re-exports [JulepApiClient](../classes/api_JulepApiClient.JulepApiClient.md) #### Defined in -[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/Agent.ts#L6) +[src/api/models/Agent.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/Agent.ts#L6) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) +[src/api/models/AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/AgentDefaultSettings.ts#L5) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ChatInput.ts#L8) +[src/api/models/ChatInput.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatInput.ts#L8) ___ @@ -203,7 +203,26 @@ ___ #### Defined in -[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ChatInputData.ts#L9) +[src/api/models/ChatInputData.ts:9](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatInputData.ts#L9) + +___ + +### ChatMLImageContentPart + +Ƭ **ChatMLImageContentPart**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `image_url` | \{ `detail?`: ``"low"`` \| ``"high"`` \| ``"auto"`` ; `url`: `string` } | Image content part, can be a URL or a base64-encoded image | +| `image_url.detail?` | ``"low"`` \| ``"high"`` \| ``"auto"`` | image detail to feed into the model can be low \| high \| auto | +| `image_url.url` | `string` | URL or base64 data url (e.g. `data:image/jpeg;base64,`) | +| `type` | ``"image_url"`` | Fixed to 'image_url' | + +#### Defined in + +[src/api/models/ChatMLImageContentPart.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatMLImageContentPart.ts#L5) ___ @@ -223,7 +242,24 @@ ___ #### Defined in -[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ChatMLMessage.ts#L5) +[src/api/models/ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatMLMessage.ts#L5) + +___ + +### ChatMLTextContentPart + +Ƭ **ChatMLTextContentPart**: `Object` + +#### Type declaration + +| Name | Type | Description | +| :------ | :------ | :------ | +| `text` | `string` | Text content part | +| `type` | ``"text"`` | Fixed to 'text' | + +#### Defined in + +[src/api/models/ChatMLTextContentPart.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatMLTextContentPart.ts#L5) ___ @@ -246,7 +282,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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ChatResponse.ts#L10) +[src/api/models/ChatResponse.ts:11](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatResponse.ts#L11) ___ @@ -278,7 +314,7 @@ ___ #### Defined in -[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ChatSettings.ts#L5) +[src/api/models/ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ChatSettings.ts#L5) ___ @@ -298,7 +334,7 @@ Usage statistics for the completion request. #### Defined in -[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/CompletionUsage.ts#L8) +[src/api/models/CompletionUsage.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/CompletionUsage.ts#L8) ___ @@ -323,7 +359,7 @@ A valid request payload for creating an agent #### Defined in -[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) +[src/api/models/CreateAgentRequest.ts:11](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/CreateAgentRequest.ts#L11) ___ @@ -341,7 +377,7 @@ ___ #### Defined in -[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/CreateDoc.ts#L5) +[src/api/models/CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/CreateDoc.ts#L5) ___ @@ -365,7 +401,7 @@ A valid request payload for creating a session #### Defined in -[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) +[src/api/models/CreateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/CreateSessionRequest.ts#L8) ___ @@ -382,7 +418,7 @@ ___ #### Defined in -[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/CreateToolRequest.ts#L6) +[src/api/models/CreateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/CreateToolRequest.ts#L6) ___ @@ -403,7 +439,7 @@ A valid request payload for creating a user #### Defined in -[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/CreateUserRequest.ts#L9) +[src/api/models/CreateUserRequest.ts:9](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/CreateUserRequest.ts#L9) ___ @@ -423,7 +459,24 @@ ___ #### Defined in -[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/Doc.ts#L5) +[src/api/models/Doc.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/Doc.ts#L5) + +___ + +### 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/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/DocIds.ts#L5) ___ @@ -441,7 +494,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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/FunctionCallOption.ts#L9) +[src/api/models/FunctionCallOption.ts:9](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/FunctionCallOption.ts#L9) ___ @@ -459,7 +512,7 @@ ___ #### Defined in -[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/FunctionDef.ts#L6) +[src/api/models/FunctionDef.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/FunctionDef.ts#L6) ___ @@ -471,7 +524,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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/FunctionParameters.ts#L8) +[src/api/models/FunctionParameters.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/FunctionParameters.ts#L8) ___ @@ -490,7 +543,7 @@ ___ #### Defined in -[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) +[src/api/models/InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/InputChatMLMessage.ts#L5) ___ @@ -513,7 +566,7 @@ ___ #### Defined in -[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/JobStatus.ts#L5) +[src/api/models/JobStatus.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/JobStatus.ts#L5) ___ @@ -537,7 +590,7 @@ ___ #### Defined in -[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/Memory.ts#L5) +[src/api/models/Memory.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/Memory.ts#L5) ___ @@ -555,7 +608,7 @@ ___ #### Defined in -[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) +[src/api/models/MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/MemoryAccessOptions.ts#L5) ___ @@ -575,7 +628,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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/NamedToolChoice.ts#L8) +[src/api/models/NamedToolChoice.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/NamedToolChoice.ts#L8) ___ @@ -599,7 +652,7 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/OpenAPI.ts#L10) +[src/api/core/OpenAPI.ts:10](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/core/OpenAPI.ts#L10) ___ @@ -617,7 +670,7 @@ ___ #### Defined in -[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) +[src/api/models/PartialFunctionDef.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/PartialFunctionDef.ts#L6) ___ @@ -640,7 +693,7 @@ A request for patching an agent #### Defined in -[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) +[src/api/models/PatchAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/PatchAgentRequest.ts#L9) ___ @@ -661,7 +714,7 @@ A request for patching a session #### Defined in -[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) +[src/api/models/PatchSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/PatchSessionRequest.ts#L8) ___ @@ -677,7 +730,7 @@ ___ #### Defined in -[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/PatchToolRequest.ts#L6) +[src/api/models/PatchToolRequest.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/PatchToolRequest.ts#L6) ___ @@ -697,7 +750,7 @@ A request for patching a user #### Defined in -[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/PatchUserRequest.ts#L8) +[src/api/models/PatchUserRequest.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/PatchUserRequest.ts#L8) ___ @@ -715,7 +768,7 @@ ___ #### Defined in -[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) +[src/api/models/ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ResourceCreatedResponse.ts#L5) ___ @@ -733,7 +786,7 @@ ___ #### Defined in -[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) +[src/api/models/ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ResourceDeletedResponse.ts#L5) ___ @@ -751,7 +804,7 @@ ___ #### Defined in -[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) +[src/api/models/ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ResourceUpdatedResponse.ts#L5) ___ @@ -777,7 +830,7 @@ ___ #### Defined in -[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/Session.ts#L5) +[src/api/models/Session.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/Session.ts#L5) ___ @@ -797,7 +850,7 @@ ___ #### Defined in -[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/Suggestion.ts#L5) +[src/api/models/Suggestion.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/Suggestion.ts#L5) ___ @@ -815,7 +868,7 @@ ___ #### Defined in -[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/Tool.ts#L6) +[src/api/models/Tool.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/Tool.ts#L6) ___ @@ -832,7 +885,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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) +[src/api/models/ToolChoiceOption.ts:15](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/ToolChoiceOption.ts#L15) ___ @@ -855,7 +908,7 @@ A valid request payload for updating an agent #### Defined in -[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) +[src/api/models/UpdateAgentRequest.ts:9](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/UpdateAgentRequest.ts#L9) ___ @@ -876,7 +929,7 @@ A valid request payload for updating a session #### Defined in -[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) +[src/api/models/UpdateSessionRequest.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/UpdateSessionRequest.ts#L8) ___ @@ -892,7 +945,7 @@ ___ #### Defined in -[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) +[src/api/models/UpdateToolRequest.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/UpdateToolRequest.ts#L6) ___ @@ -912,7 +965,7 @@ A valid request payload for updating a user #### Defined in -[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) +[src/api/models/UpdateUserRequest.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/UpdateUserRequest.ts#L8) ___ @@ -933,7 +986,7 @@ ___ #### Defined in -[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/User.ts#L5) +[src/api/models/User.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/User.ts#L5) ___ @@ -943,7 +996,7 @@ ___ #### Defined in -[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/agent_id.ts#L5) +[src/api/models/agent_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/agent_id.ts#L5) ___ @@ -953,7 +1006,7 @@ ___ #### Defined in -[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/doc_id.ts#L5) +[src/api/models/doc_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/doc_id.ts#L5) ___ @@ -963,7 +1016,7 @@ ___ #### Defined in -[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/job_id.ts#L5) +[src/api/models/job_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/job_id.ts#L5) ___ @@ -973,7 +1026,7 @@ ___ #### Defined in -[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/memory_id.ts#L5) +[src/api/models/memory_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/memory_id.ts#L5) ___ @@ -983,7 +1036,7 @@ ___ #### Defined in -[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/message_id.ts#L5) +[src/api/models/message_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/message_id.ts#L5) ___ @@ -993,7 +1046,7 @@ ___ #### Defined in -[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/session_id.ts#L5) +[src/api/models/session_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/session_id.ts#L5) ___ @@ -1003,7 +1056,7 @@ ___ #### Defined in -[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/tool_id.ts#L5) +[src/api/models/tool_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/tool_id.ts#L5) ___ @@ -1013,7 +1066,7 @@ ___ #### Defined in -[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/models/user_id.ts#L5) +[src/api/models/user_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/models/user_id.ts#L5) ## Variables @@ -1063,7 +1116,7 @@ ___ #### Defined in -[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$Agent.ts#L5) +[src/api/schemas/$Agent.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$Agent.ts#L5) ___ @@ -1118,7 +1171,7 @@ ___ #### Defined in -[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) +[src/api/schemas/$AgentDefaultSettings.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$AgentDefaultSettings.ts#L5) ___ @@ -1135,7 +1188,7 @@ ___ #### Defined in -[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ChatInput.ts#L5) +[src/api/schemas/$ChatInput.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatInput.ts#L5) ___ @@ -1166,7 +1219,36 @@ ___ #### Defined in -[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) +[src/api/schemas/$ChatInputData.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatInputData.ts#L5) + +___ + +### $ChatMLImageContentPart + +• `Const` **$ChatMLImageContentPart**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `image_url`: \{ `description`: ``"Image content part, can be a URL or a base64-encoded image"`` ; `isRequired`: ``true`` = true; `properties`: \{ `detail`: \{ `type`: ``"Enum"`` = "Enum" } ; `url`: \{ `description`: ``"URL or base64 data url (e.g. `data:image/jpeg;base64,`)"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.image_url` | \{ `description`: ``"Image content part, can be a URL or a base64-encoded image"`` ; `isRequired`: ``true`` = true; `properties`: \{ `detail`: \{ `type`: ``"Enum"`` = "Enum" } ; `url`: \{ `description`: ``"URL or base64 data url (e.g. `data:image/jpeg;base64,`)"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } } | +| `properties.image_url.description` | ``"Image content part, can be a URL or a base64-encoded image"`` | +| `properties.image_url.isRequired` | ``true`` | +| `properties.image_url.properties` | \{ `detail`: \{ `type`: ``"Enum"`` = "Enum" } ; `url`: \{ `description`: ``"URL or base64 data url (e.g. `data:image/jpeg;base64,`)"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } } | +| `properties.image_url.properties.detail` | \{ `type`: ``"Enum"`` = "Enum" } | +| `properties.image_url.properties.detail.type` | ``"Enum"`` | +| `properties.image_url.properties.url` | \{ `description`: ``"URL or base64 data url (e.g. `data:image/jpeg;base64,`)"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.image_url.properties.url.description` | ``"URL or base64 data url (e.g. `data:image/jpeg;base64,`)"`` | +| `properties.image_url.properties.url.isRequired` | ``true`` | +| `properties.image_url.properties.url.type` | ``"string"`` | +| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.type.isRequired` | ``true`` | +| `properties.type.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$ChatMLImageContentPart.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatMLImageContentPart.ts#L5) ___ @@ -1203,7 +1285,30 @@ ___ #### Defined in -[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) +[src/api/schemas/$ChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatMLMessage.ts#L5) + +___ + +### $ChatMLTextContentPart + +• `Const` **$ChatMLTextContentPart**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `properties` | \{ `text`: \{ `description`: ``"Text content part"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } ; `type`: \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } } | +| `properties.text` | \{ `description`: ``"Text content part"`` ; `isRequired`: ``true`` = true; `type`: ``"string"`` = "string" } | +| `properties.text.description` | ``"Text content part"`` | +| `properties.text.isRequired` | ``true`` | +| `properties.text.type` | ``"string"`` | +| `properties.type` | \{ `isRequired`: ``true`` = true; `type`: ``"Enum"`` = "Enum" } | +| `properties.type.isRequired` | ``true`` | +| `properties.type.type` | ``"Enum"`` | + +#### Defined in + +[src/api/schemas/$ChatMLTextContentPart.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatMLTextContentPart.ts#L5) ___ @@ -1246,7 +1351,7 @@ ___ #### Defined in -[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) +[src/api/schemas/$ChatResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatResponse.ts#L5) ___ @@ -1338,7 +1443,7 @@ ___ #### Defined in -[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) +[src/api/schemas/$ChatSettings.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ChatSettings.ts#L5) ___ @@ -1367,7 +1472,7 @@ ___ #### Defined in -[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) +[src/api/schemas/$CompletionUsage.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$CompletionUsage.ts#L5) ___ @@ -1412,7 +1517,7 @@ ___ #### Defined in -[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) +[src/api/schemas/$CreateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$CreateAgentRequest.ts#L5) ___ @@ -1440,7 +1545,7 @@ ___ #### Defined in -[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) +[src/api/schemas/$CreateDoc.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$CreateDoc.ts#L5) ___ @@ -1481,7 +1586,7 @@ ___ #### Defined in -[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) +[src/api/schemas/$CreateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$CreateSessionRequest.ts#L5) ___ @@ -1505,7 +1610,7 @@ ___ #### Defined in -[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) +[src/api/schemas/$CreateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$CreateToolRequest.ts#L5) ___ @@ -1535,7 +1640,7 @@ ___ #### Defined in -[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) +[src/api/schemas/$CreateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$CreateUserRequest.ts#L5) ___ @@ -1573,7 +1678,33 @@ ___ #### Defined in -[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$Doc.ts#L5) +[src/api/schemas/$Doc.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$Doc.ts#L5) + +___ + +### $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/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$DocIds.ts#L5) ___ @@ -1594,7 +1725,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) +[src/api/schemas/$FunctionCallOption.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$FunctionCallOption.ts#L5) ___ @@ -1621,7 +1752,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) +[src/api/schemas/$FunctionDef.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$FunctionDef.ts#L5) ___ @@ -1639,7 +1770,7 @@ ___ #### Defined in -[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) +[src/api/schemas/$FunctionParameters.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$FunctionParameters.ts#L5) ___ @@ -1669,7 +1800,7 @@ ___ #### Defined in -[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) +[src/api/schemas/$InputChatMLMessage.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$InputChatMLMessage.ts#L5) ___ @@ -1716,7 +1847,7 @@ ___ #### Defined in -[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$JobStatus.ts#L5) +[src/api/schemas/$JobStatus.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$JobStatus.ts#L5) ___ @@ -1774,7 +1905,7 @@ ___ #### Defined in -[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$Memory.ts#L5) +[src/api/schemas/$Memory.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$Memory.ts#L5) ___ @@ -1799,7 +1930,7 @@ ___ #### Defined in -[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) +[src/api/schemas/$MemoryAccessOptions.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$MemoryAccessOptions.ts#L5) ___ @@ -1826,7 +1957,7 @@ ___ #### Defined in -[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) +[src/api/schemas/$NamedToolChoice.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$NamedToolChoice.ts#L5) ___ @@ -1851,7 +1982,7 @@ ___ #### Defined in -[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) +[src/api/schemas/$PartialFunctionDef.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$PartialFunctionDef.ts#L5) ___ @@ -1887,7 +2018,7 @@ ___ #### Defined in -[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) +[src/api/schemas/$PatchAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$PatchAgentRequest.ts#L5) ___ @@ -1916,7 +2047,7 @@ ___ #### Defined in -[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) +[src/api/schemas/$PatchSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$PatchSessionRequest.ts#L5) ___ @@ -1936,7 +2067,7 @@ ___ #### Defined in -[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) +[src/api/schemas/$PatchToolRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$PatchToolRequest.ts#L5) ___ @@ -1962,7 +2093,7 @@ ___ #### Defined in -[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) +[src/api/schemas/$PatchUserRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$PatchUserRequest.ts#L5) ___ @@ -1991,7 +2122,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) +[src/api/schemas/$ResourceCreatedResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ResourceCreatedResponse.ts#L5) ___ @@ -2020,7 +2151,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) +[src/api/schemas/$ResourceDeletedResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ResourceDeletedResponse.ts#L5) ___ @@ -2049,7 +2180,7 @@ ___ #### Defined in -[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) +[src/api/schemas/$ResourceUpdatedResponse.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ResourceUpdatedResponse.ts#L5) ___ @@ -2105,7 +2236,7 @@ ___ #### Defined in -[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$Session.ts#L5) +[src/api/schemas/$Session.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$Session.ts#L5) ___ @@ -2142,7 +2273,7 @@ ___ #### Defined in -[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$Suggestion.ts#L5) +[src/api/schemas/$Suggestion.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$Suggestion.ts#L5) ___ @@ -2171,7 +2302,7 @@ ___ #### Defined in -[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$Tool.ts#L5) +[src/api/schemas/$Tool.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$Tool.ts#L5) ___ @@ -2189,7 +2320,7 @@ ___ #### Defined in -[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) +[src/api/schemas/$ToolChoiceOption.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$ToolChoiceOption.ts#L5) ___ @@ -2227,7 +2358,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) +[src/api/schemas/$UpdateAgentRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$UpdateAgentRequest.ts#L5) ___ @@ -2257,7 +2388,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) +[src/api/schemas/$UpdateSessionRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$UpdateSessionRequest.ts#L5) ___ @@ -2277,7 +2408,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) +[src/api/schemas/$UpdateToolRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$UpdateToolRequest.ts#L5) ___ @@ -2305,7 +2436,7 @@ ___ #### Defined in -[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) +[src/api/schemas/$UpdateUserRequest.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$UpdateUserRequest.ts#L5) ___ @@ -2343,7 +2474,7 @@ ___ #### Defined in -[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$User.ts#L5) +[src/api/schemas/$User.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$User.ts#L5) ___ @@ -2360,7 +2491,7 @@ ___ #### Defined in -[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$agent_id.ts#L5) +[src/api/schemas/$agent_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$agent_id.ts#L5) ___ @@ -2377,7 +2508,7 @@ ___ #### Defined in -[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$doc_id.ts#L5) +[src/api/schemas/$doc_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$doc_id.ts#L5) ___ @@ -2394,7 +2525,7 @@ ___ #### Defined in -[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$job_id.ts#L5) +[src/api/schemas/$job_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$job_id.ts#L5) ___ @@ -2411,7 +2542,7 @@ ___ #### Defined in -[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$memory_id.ts#L5) +[src/api/schemas/$memory_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$memory_id.ts#L5) ___ @@ -2428,7 +2559,7 @@ ___ #### Defined in -[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$message_id.ts#L5) +[src/api/schemas/$message_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$message_id.ts#L5) ___ @@ -2445,7 +2576,7 @@ ___ #### Defined in -[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$session_id.ts#L5) +[src/api/schemas/$session_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$session_id.ts#L5) ___ @@ -2462,7 +2593,7 @@ ___ #### Defined in -[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$tool_id.ts#L5) +[src/api/schemas/$tool_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$tool_id.ts#L5) ___ @@ -2479,7 +2610,7 @@ ___ #### Defined in -[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/schemas/$user_id.ts#L5) +[src/api/schemas/$user_id.ts:5](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/api/schemas/$user_id.ts#L5) ___ @@ -2489,4 +2620,4 @@ ___ #### Defined in -[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/api/core/OpenAPI.ts#L22) +[src/api/core/OpenAPI.ts:22](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 b1f4b20a2..774aa851d 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/utils/invariant.ts#L6) +[src/utils/invariant.ts:6](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 32678cadd..862c11820 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/utils/isValidUuid4.ts#L11) +[src/utils/isValidUuid4.ts:11](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 6a3a8512b..b82550614 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/utils/openaiPatch.ts#L8) +[src/utils/openaiPatch.ts:8](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/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 876799122..fa49ab0e0 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/d206df9c18b678b444460f400a6d3d846e8dbdd4/sdks/ts/src/utils/xor.ts#L1) +[src/utils/xor.ts:1](https://github.com/julep-ai/julep/blob/92b27b3b04bf87600dfd390dfdcb15dc2cd204dd/sdks/ts/src/utils/xor.ts#L1)