oci-generativeaiagentruntime 2.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +29 -0
  6. package/index.js +52 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +139 -0
  9. package/lib/client.js +514 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/chat-details.d.ts +43 -0
  12. package/lib/model/chat-details.js +38 -0
  13. package/lib/model/chat-details.js.map +1 -0
  14. package/lib/model/chat-result.d.ts +37 -0
  15. package/lib/model/chat-result.js +72 -0
  16. package/lib/model/chat-result.js.map +1 -0
  17. package/lib/model/citation.d.ts +37 -0
  18. package/lib/model/citation.js +66 -0
  19. package/lib/model/citation.js.map +1 -0
  20. package/lib/model/create-session-details.d.ts +39 -0
  21. package/lib/model/create-session-details.js +38 -0
  22. package/lib/model/create-session-details.js.map +1 -0
  23. package/lib/model/error-trace.d.ts +38 -0
  24. package/lib/model/error-trace.js +59 -0
  25. package/lib/model/error-trace.js.map +1 -0
  26. package/lib/model/generation-trace.d.ts +38 -0
  27. package/lib/model/generation-trace.js +59 -0
  28. package/lib/model/generation-trace.js.map +1 -0
  29. package/lib/model/index.d.ts +53 -0
  30. package/lib/model/index.js +76 -0
  31. package/lib/model/index.js.map +1 -0
  32. package/lib/model/message-content.d.ts +40 -0
  33. package/lib/model/message-content.js +70 -0
  34. package/lib/model/message-content.js.map +1 -0
  35. package/lib/model/message.d.ts +50 -0
  36. package/lib/model/message.js +74 -0
  37. package/lib/model/message.js.map +1 -0
  38. package/lib/model/oci-database-source-location.d.ts +46 -0
  39. package/lib/model/oci-database-source-location.js +63 -0
  40. package/lib/model/oci-database-source-location.js.map +1 -0
  41. package/lib/model/oci-object-storage-source-location.d.ts +38 -0
  42. package/lib/model/oci-object-storage-source-location.js +63 -0
  43. package/lib/model/oci-object-storage-source-location.js.map +1 -0
  44. package/lib/model/oci-open-search-source-location.d.ts +46 -0
  45. package/lib/model/oci-open-search-source-location.js +63 -0
  46. package/lib/model/oci-open-search-source-location.js.map +1 -0
  47. package/lib/model/retrieval-trace.d.ts +42 -0
  48. package/lib/model/retrieval-trace.js +71 -0
  49. package/lib/model/retrieval-trace.js.map +1 -0
  50. package/lib/model/session.d.ts +55 -0
  51. package/lib/model/session.js +38 -0
  52. package/lib/model/session.js.map +1 -0
  53. package/lib/model/source-location.d.ts +32 -0
  54. package/lib/model/source-location.js +85 -0
  55. package/lib/model/source-location.js.map +1 -0
  56. package/lib/model/trace.d.ts +36 -0
  57. package/lib/model/trace.js +85 -0
  58. package/lib/model/trace.js.map +1 -0
  59. package/lib/model/update-session-details.d.ts +39 -0
  60. package/lib/model/update-session-details.js +38 -0
  61. package/lib/model/update-session-details.js.map +1 -0
  62. package/lib/request/chat-request.d.ts +49 -0
  63. package/lib/request/chat-request.js +15 -0
  64. package/lib/request/chat-request.js.map +1 -0
  65. package/lib/request/create-session-request.d.ts +40 -0
  66. package/lib/request/create-session-request.js +15 -0
  67. package/lib/request/create-session-request.js.map +1 -0
  68. package/lib/request/delete-session-request.d.ts +39 -0
  69. package/lib/request/delete-session-request.js +15 -0
  70. package/lib/request/delete-session-request.js.map +1 -0
  71. package/lib/request/get-session-request.d.ts +30 -0
  72. package/lib/request/get-session-request.js +15 -0
  73. package/lib/request/get-session-request.js.map +1 -0
  74. package/lib/request/index.d.ts +31 -0
  75. package/lib/request/index.js +24 -0
  76. package/lib/request/index.js.map +1 -0
  77. package/lib/request/update-session-request.d.ts +44 -0
  78. package/lib/request/update-session-request.js +15 -0
  79. package/lib/request/update-session-request.js.map +1 -0
  80. package/lib/response/chat-response.d.ts +25 -0
  81. package/lib/response/chat-response.js +15 -0
  82. package/lib/response/chat-response.js.map +1 -0
  83. package/lib/response/create-session-response.d.ts +30 -0
  84. package/lib/response/create-session-response.js +15 -0
  85. package/lib/response/create-session-response.js.map +1 -0
  86. package/lib/response/delete-session-response.d.ts +20 -0
  87. package/lib/response/delete-session-response.js +15 -0
  88. package/lib/response/delete-session-response.js.map +1 -0
  89. package/lib/response/get-session-response.d.ts +30 -0
  90. package/lib/response/get-session-response.js +15 -0
  91. package/lib/response/get-session-response.js.map +1 -0
  92. package/lib/response/index.d.ts +31 -0
  93. package/lib/response/index.js +24 -0
  94. package/lib/response/index.js.map +1 -0
  95. package/lib/response/update-session-response.d.ts +30 -0
  96. package/lib/response/update-session-response.js +15 -0
  97. package/lib/response/update-session-response.js.map +1 -0
  98. package/package.json +29 -0
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Generative AI Agents Client API
3
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
4
+
5
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
6
+
7
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
8
+
9
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as ChatDetails from "./chat-details";
23
+ export import ChatDetails = ChatDetails.ChatDetails;
24
+ import * as ChatResult from "./chat-result";
25
+ export import ChatResult = ChatResult.ChatResult;
26
+ import * as Citation from "./citation";
27
+ export import Citation = Citation.Citation;
28
+ import * as CreateSessionDetails from "./create-session-details";
29
+ export import CreateSessionDetails = CreateSessionDetails.CreateSessionDetails;
30
+ import * as Message from "./message";
31
+ export import Message = Message.Message;
32
+ import * as MessageContent from "./message-content";
33
+ export import MessageContent = MessageContent.MessageContent;
34
+ import * as Session from "./session";
35
+ export import Session = Session.Session;
36
+ import * as SourceLocation from "./source-location";
37
+ export import SourceLocation = SourceLocation.SourceLocation;
38
+ import * as Trace from "./trace";
39
+ export import Trace = Trace.Trace;
40
+ import * as UpdateSessionDetails from "./update-session-details";
41
+ export import UpdateSessionDetails = UpdateSessionDetails.UpdateSessionDetails;
42
+ import * as ErrorTrace from "./error-trace";
43
+ export import ErrorTrace = ErrorTrace.ErrorTrace;
44
+ import * as GenerationTrace from "./generation-trace";
45
+ export import GenerationTrace = GenerationTrace.GenerationTrace;
46
+ import * as OciDatabaseSourceLocation from "./oci-database-source-location";
47
+ export import OciDatabaseSourceLocation = OciDatabaseSourceLocation.OciDatabaseSourceLocation;
48
+ import * as OciObjectStorageSourceLocation from "./oci-object-storage-source-location";
49
+ export import OciObjectStorageSourceLocation = OciObjectStorageSourceLocation.OciObjectStorageSourceLocation;
50
+ import * as OciOpenSearchSourceLocation from "./oci-open-search-source-location";
51
+ export import OciOpenSearchSourceLocation = OciOpenSearchSourceLocation.OciOpenSearchSourceLocation;
52
+ import * as RetrievalTrace from "./retrieval-trace";
53
+ export import RetrievalTrace = RetrievalTrace.RetrievalTrace;
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Client API
4
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
5
+
6
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
7
+
8
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
9
+
10
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.RetrievalTrace = exports.OciOpenSearchSourceLocation = exports.OciObjectStorageSourceLocation = exports.OciDatabaseSourceLocation = exports.GenerationTrace = exports.ErrorTrace = exports.UpdateSessionDetails = exports.Trace = exports.SourceLocation = exports.Session = exports.MessageContent = exports.Message = exports.CreateSessionDetails = exports.Citation = exports.ChatResult = exports.ChatDetails = void 0;
44
+ const ChatDetails = __importStar(require("./chat-details"));
45
+ exports.ChatDetails = ChatDetails.ChatDetails;
46
+ const ChatResult = __importStar(require("./chat-result"));
47
+ exports.ChatResult = ChatResult.ChatResult;
48
+ const Citation = __importStar(require("./citation"));
49
+ exports.Citation = Citation.Citation;
50
+ const CreateSessionDetails = __importStar(require("./create-session-details"));
51
+ exports.CreateSessionDetails = CreateSessionDetails.CreateSessionDetails;
52
+ const Message = __importStar(require("./message"));
53
+ exports.Message = Message.Message;
54
+ const MessageContent = __importStar(require("./message-content"));
55
+ exports.MessageContent = MessageContent.MessageContent;
56
+ const Session = __importStar(require("./session"));
57
+ exports.Session = Session.Session;
58
+ const SourceLocation = __importStar(require("./source-location"));
59
+ exports.SourceLocation = SourceLocation.SourceLocation;
60
+ const Trace = __importStar(require("./trace"));
61
+ exports.Trace = Trace.Trace;
62
+ const UpdateSessionDetails = __importStar(require("./update-session-details"));
63
+ exports.UpdateSessionDetails = UpdateSessionDetails.UpdateSessionDetails;
64
+ const ErrorTrace = __importStar(require("./error-trace"));
65
+ exports.ErrorTrace = ErrorTrace.ErrorTrace;
66
+ const GenerationTrace = __importStar(require("./generation-trace"));
67
+ exports.GenerationTrace = GenerationTrace.GenerationTrace;
68
+ const OciDatabaseSourceLocation = __importStar(require("./oci-database-source-location"));
69
+ exports.OciDatabaseSourceLocation = OciDatabaseSourceLocation.OciDatabaseSourceLocation;
70
+ const OciObjectStorageSourceLocation = __importStar(require("./oci-object-storage-source-location"));
71
+ exports.OciObjectStorageSourceLocation = OciObjectStorageSourceLocation.OciObjectStorageSourceLocation;
72
+ const OciOpenSearchSourceLocation = __importStar(require("./oci-open-search-source-location"));
73
+ exports.OciOpenSearchSourceLocation = OciOpenSearchSourceLocation.OciOpenSearchSourceLocation;
74
+ const RetrievalTrace = __importStar(require("./retrieval-trace"));
75
+ exports.RetrievalTrace = RetrievalTrace.RetrievalTrace;
76
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,qDAAuC;AACzB,QAAA,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AAC3C,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,mDAAqC;AACvB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAE/E,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Generative AI Agents Client API
3
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
4
+
5
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
6
+
7
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
8
+
9
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * The content of the message.
25
+ *
26
+ */
27
+ export interface MessageContent {
28
+ /**
29
+ * The content of the message.
30
+ */
31
+ "text": string;
32
+ /**
33
+ * Citations to data sources used for generating an agent's message.
34
+ */
35
+ "citations"?: Array<model.Citation>;
36
+ }
37
+ export declare namespace MessageContent {
38
+ function getJsonObj(obj: MessageContent): object;
39
+ function getDeserializedJsonObj(obj: MessageContent): object;
40
+ }
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Client API
4
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
5
+
6
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
7
+
8
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
9
+
10
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.MessageContent = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var MessageContent;
46
+ (function (MessageContent) {
47
+ function getJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "citations": obj.citations
50
+ ? obj.citations.map(item => {
51
+ return model.Citation.getJsonObj(item);
52
+ })
53
+ : undefined
54
+ });
55
+ return jsonObj;
56
+ }
57
+ MessageContent.getJsonObj = getJsonObj;
58
+ function getDeserializedJsonObj(obj) {
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {
60
+ "citations": obj.citations
61
+ ? obj.citations.map(item => {
62
+ return model.Citation.getDeserializedJsonObj(item);
63
+ })
64
+ : undefined
65
+ });
66
+ return jsonObj;
67
+ }
68
+ MessageContent.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(MessageContent = exports.MessageContent || (exports.MessageContent = {}));
70
+ //# sourceMappingURL=message-content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message-content.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/message-content.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,cAAc,CA6B9B;AA7BD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA6B9B"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Generative AI Agents Client API
3
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
4
+
5
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
6
+
7
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
8
+
9
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * The Message resource generated by the agent.
25
+ *
26
+ */
27
+ export interface Message {
28
+ /**
29
+ * The role of the sender of this message.
30
+ */
31
+ "role": Message.Role;
32
+ "content": model.MessageContent;
33
+ /**
34
+ * The date and time that the message was created in the format of an RFC3339 datetime string.
35
+ */
36
+ "timeCreated"?: Date;
37
+ }
38
+ export declare namespace Message {
39
+ enum Role {
40
+ User = "USER",
41
+ Agent = "AGENT",
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ UnknownValue = "UNKNOWN_VALUE"
47
+ }
48
+ function getJsonObj(obj: Message): object;
49
+ function getDeserializedJsonObj(obj: Message): object;
50
+ }
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Client API
4
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
5
+
6
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
7
+
8
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
9
+
10
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.Message = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var Message;
46
+ (function (Message) {
47
+ let Role;
48
+ (function (Role) {
49
+ Role["User"] = "USER";
50
+ Role["Agent"] = "AGENT";
51
+ /**
52
+ * This value is used if a service returns a value for this enum that is not recognized by this
53
+ * version of the SDK.
54
+ */
55
+ Role["UnknownValue"] = "UNKNOWN_VALUE";
56
+ })(Role = Message.Role || (Message.Role = {}));
57
+ function getJsonObj(obj) {
58
+ const jsonObj = Object.assign(Object.assign({}, obj), {
59
+ "content": obj.content ? model.MessageContent.getJsonObj(obj.content) : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ Message.getJsonObj = getJsonObj;
64
+ function getDeserializedJsonObj(obj) {
65
+ const jsonObj = Object.assign(Object.assign({}, obj), {
66
+ "content": obj.content
67
+ ? model.MessageContent.getDeserializedJsonObj(obj.content)
68
+ : undefined
69
+ });
70
+ return jsonObj;
71
+ }
72
+ Message.getDeserializedJsonObj = getDeserializedJsonObj;
73
+ })(Message = exports.Message || (exports.Message = {}));
74
+ //# sourceMappingURL=message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/message.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,OAAO,CAiCvB;AAjCD,WAAiB,OAAO;IACtB,IAAY,IAQX;IARD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,uBAAe,CAAA;QACf;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SAClF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC1D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8BAAsB,yBAWrC,CAAA;AACH,CAAC,EAjCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAiCvB"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Generative AI Agents Client API
3
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
4
+
5
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
6
+
7
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
8
+
9
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * The location of the OCI Database that the agent will use.
25
+ *
26
+ */
27
+ export interface OciDatabaseSourceLocation extends model.SourceLocation {
28
+ /**
29
+ * The OCID of the [OCI Database Tools Connection](https://docs.cloud.oracle.com/iaas/database-tools/home.htm).
30
+ */
31
+ "id"?: string;
32
+ /**
33
+ * The name of the function that returns source text.
34
+ */
35
+ "functionName"?: string;
36
+ /**
37
+ * The URL of the retrieved document, if available.
38
+ */
39
+ "url"?: string;
40
+ "sourceLocationType": string;
41
+ }
42
+ export declare namespace OciDatabaseSourceLocation {
43
+ function getJsonObj(obj: OciDatabaseSourceLocation, isParentJsonObj?: boolean): object;
44
+ const sourceLocationType = "OCI_DATABASE";
45
+ function getDeserializedJsonObj(obj: OciDatabaseSourceLocation, isParentJsonObj?: boolean): object;
46
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Client API
4
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
5
+
6
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
7
+
8
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
9
+
10
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.OciDatabaseSourceLocation = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var OciDatabaseSourceLocation;
46
+ (function (OciDatabaseSourceLocation) {
47
+ function getJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.SourceLocation.getJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ OciDatabaseSourceLocation.getJsonObj = getJsonObj;
54
+ OciDatabaseSourceLocation.sourceLocationType = "OCI_DATABASE";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.SourceLocation.getDeserializedJsonObj(obj))), {});
59
+ return jsonObj;
60
+ }
61
+ OciDatabaseSourceLocation.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(OciDatabaseSourceLocation = exports.OciDatabaseSourceLocation || (exports.OciDatabaseSourceLocation = {}));
63
+ //# sourceMappingURL=oci-database-source-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oci-database-source-location.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/oci-database-source-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,4CAAkB,GAAG,cAAc,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAA+B,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,gDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Generative AI Agents Client API
3
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
4
+
5
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
6
+
7
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
8
+
9
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
10
+
11
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
12
+
13
+ * OpenAPI spec version: 20240531
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
21
+ */
22
+ import * as model from "../model";
23
+ /**
24
+ * The OCI Object Storage that contains the data files.
25
+ *
26
+ */
27
+ export interface OciObjectStorageSourceLocation extends model.SourceLocation {
28
+ /**
29
+ * The URL of the OCI Object Storage data source.
30
+ */
31
+ "url"?: string;
32
+ "sourceLocationType": string;
33
+ }
34
+ export declare namespace OciObjectStorageSourceLocation {
35
+ function getJsonObj(obj: OciObjectStorageSourceLocation, isParentJsonObj?: boolean): object;
36
+ const sourceLocationType = "OCI_OBJECT_STORAGE";
37
+ function getDeserializedJsonObj(obj: OciObjectStorageSourceLocation, isParentJsonObj?: boolean): object;
38
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Generative AI Agents Client API
4
+ * OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
5
+
6
+ OCI Generative AI Agents supports several ways to onboard your data and then allows you and your customers to interact with your data using a chat interface or API.
7
+
8
+ Use the Generative AI Agents Client API to create and manage client chat sessions. A session represents an interactive conversation initiated by a user through an API to engage with an agent. It involves a series of exchanges where the user sends queries or prompts, and the agent responds with relevant information, actions, or assistance based on the user's input. The session persists for the duration of the interaction, maintaining context and continuity to provide coherent and meaningful responses throughout the conversation.
9
+
10
+ For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the [Generative AI Agents Management API](#/EN/generative-ai-agents/latest/).
11
+
12
+ To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
13
+
14
+ * OpenAPI spec version: 20240531
15
+ *
16
+ *
17
+ * NOTE: This class is auto generated by OracleSDKGenerator.
18
+ * Do not edit the class manually.
19
+ *
20
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
21
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
22
+ */
23
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
24
+ if (k2 === undefined) k2 = k;
25
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
26
+ }) : (function(o, m, k, k2) {
27
+ if (k2 === undefined) k2 = k;
28
+ o[k2] = m[k];
29
+ }));
30
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
31
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
32
+ }) : function(o, v) {
33
+ o["default"] = v;
34
+ });
35
+ var __importStar = (this && this.__importStar) || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
39
+ __setModuleDefault(result, mod);
40
+ return result;
41
+ };
42
+ Object.defineProperty(exports, "__esModule", { value: true });
43
+ exports.OciObjectStorageSourceLocation = void 0;
44
+ const model = __importStar(require("../model"));
45
+ var OciObjectStorageSourceLocation;
46
+ (function (OciObjectStorageSourceLocation) {
47
+ function getJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.SourceLocation.getJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ OciObjectStorageSourceLocation.getJsonObj = getJsonObj;
54
+ OciObjectStorageSourceLocation.sourceLocationType = "OCI_OBJECT_STORAGE";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.SourceLocation.getDeserializedJsonObj(obj))), {});
59
+ return jsonObj;
60
+ }
61
+ OciObjectStorageSourceLocation.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(OciObjectStorageSourceLocation = exports.OciObjectStorageSourceLocation || (exports.OciObjectStorageSourceLocation = {}));
63
+ //# sourceMappingURL=oci-object-storage-source-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"oci-object-storage-source-location.js","sourceRoot":"","sources":["../../../../../lib/generativeaiagentruntime/lib/model/oci-object-storage-source-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,8BAA8B,CA4B9C;AA5BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,iDAAkB,GAAG,oBAAoB,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA4B9C"}