oci-generativeaiagentruntime 2.102.2 → 2.103.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.
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/client.d.ts +7 -7
- package/lib/client.js +7 -7
- package/lib/model/chat-details.d.ts +2 -2
- package/lib/model/chat-details.js +2 -2
- package/lib/model/chat-result.d.ts +2 -2
- package/lib/model/chat-result.js +2 -2
- package/lib/model/citation.d.ts +2 -2
- package/lib/model/citation.js +2 -2
- package/lib/model/create-session-details.d.ts +2 -2
- package/lib/model/create-session-details.js +2 -2
- package/lib/model/error-trace.d.ts +2 -2
- package/lib/model/error-trace.js +2 -2
- package/lib/model/generation-trace.d.ts +2 -2
- package/lib/model/generation-trace.js +2 -2
- package/lib/model/index.d.ts +2 -2
- package/lib/model/index.js +2 -2
- package/lib/model/message-content.d.ts +2 -2
- package/lib/model/message-content.js +2 -2
- package/lib/model/message.d.ts +2 -2
- package/lib/model/message.js +2 -2
- package/lib/model/oci-database-source-location.d.ts +3 -3
- package/lib/model/oci-database-source-location.js +2 -2
- package/lib/model/oci-object-storage-source-location.d.ts +2 -2
- package/lib/model/oci-object-storage-source-location.js +2 -2
- package/lib/model/oci-open-search-source-location.d.ts +2 -2
- package/lib/model/oci-open-search-source-location.js +2 -2
- package/lib/model/retrieval-trace.d.ts +2 -2
- package/lib/model/retrieval-trace.js +2 -2
- package/lib/model/session.d.ts +2 -2
- package/lib/model/session.js +2 -2
- package/lib/model/source-location.d.ts +2 -2
- package/lib/model/source-location.js +2 -2
- package/lib/model/trace.d.ts +2 -2
- package/lib/model/trace.js +2 -2
- package/lib/model/update-session-details.d.ts +2 -2
- package/lib/model/update-session-details.js +2 -2
- package/lib/request/chat-request.d.ts +1 -1
- package/lib/request/create-session-request.d.ts +1 -1
- package/lib/request/delete-session-request.d.ts +1 -1
- package/lib/request/get-session-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -2
- package/lib/request/index.js +2 -2
- package/lib/request/update-session-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -2
- package/lib/response/index.js +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/index.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/lib/client.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -95,7 +95,7 @@ export declare class GenerativeAiAgentRuntimeClient {
|
|
|
95
95
|
* @param ChatRequest
|
|
96
96
|
* @return ChatResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.
|
|
98
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/Chat.ts.html |here} to see how to use Chat API.
|
|
99
99
|
*/
|
|
100
100
|
chat(chatRequest: requests.ChatRequest): Promise<responses.ChatResponse | ReadableStream<Uint8Array> | null>;
|
|
101
101
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class GenerativeAiAgentRuntimeClient {
|
|
|
107
107
|
* @param CreateSessionRequest
|
|
108
108
|
* @return CreateSessionResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.
|
|
110
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/CreateSession.ts.html |here} to see how to use CreateSession API.
|
|
111
111
|
*/
|
|
112
112
|
createSession(createSessionRequest: requests.CreateSessionRequest): Promise<responses.CreateSessionResponse>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class GenerativeAiAgentRuntimeClient {
|
|
|
117
117
|
* @param DeleteSessionRequest
|
|
118
118
|
* @return DeleteSessionResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.
|
|
120
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/DeleteSession.ts.html |here} to see how to use DeleteSession API.
|
|
121
121
|
*/
|
|
122
122
|
deleteSession(deleteSessionRequest: requests.DeleteSessionRequest): Promise<responses.DeleteSessionResponse>;
|
|
123
123
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class GenerativeAiAgentRuntimeClient {
|
|
|
127
127
|
* @param GetSessionRequest
|
|
128
128
|
* @return GetSessionResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.
|
|
130
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/GetSession.ts.html |here} to see how to use GetSession API.
|
|
131
131
|
*/
|
|
132
132
|
getSession(getSessionRequest: requests.GetSessionRequest): Promise<responses.GetSessionResponse>;
|
|
133
133
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class GenerativeAiAgentRuntimeClient {
|
|
|
137
137
|
* @param UpdateSessionRequest
|
|
138
138
|
* @return UpdateSessionResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/UpdateSession.ts.html |here} to see how to use UpdateSession API.
|
|
141
141
|
*/
|
|
142
142
|
updateSession(updateSessionRequest: requests.UpdateSessionRequest): Promise<responses.UpdateSessionResponse>;
|
|
143
143
|
}
|
package/lib/client.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -201,7 +201,7 @@ class GenerativeAiAgentRuntimeClient {
|
|
|
201
201
|
* @param ChatRequest
|
|
202
202
|
* @return ChatResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.
|
|
204
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/Chat.ts.html |here} to see how to use Chat API.
|
|
205
205
|
*/
|
|
206
206
|
chat(chatRequest) {
|
|
207
207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class GenerativeAiAgentRuntimeClient {
|
|
|
270
270
|
* @param CreateSessionRequest
|
|
271
271
|
* @return CreateSessionResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.
|
|
273
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/CreateSession.ts.html |here} to see how to use CreateSession API.
|
|
274
274
|
*/
|
|
275
275
|
createSession(createSessionRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -336,7 +336,7 @@ class GenerativeAiAgentRuntimeClient {
|
|
|
336
336
|
* @param DeleteSessionRequest
|
|
337
337
|
* @return DeleteSessionResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.
|
|
339
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/DeleteSession.ts.html |here} to see how to use DeleteSession API.
|
|
340
340
|
*/
|
|
341
341
|
deleteSession(deleteSessionRequest) {
|
|
342
342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -393,7 +393,7 @@ class GenerativeAiAgentRuntimeClient {
|
|
|
393
393
|
* @param GetSessionRequest
|
|
394
394
|
* @return GetSessionResponse
|
|
395
395
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.
|
|
396
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/GetSession.ts.html |here} to see how to use GetSession API.
|
|
397
397
|
*/
|
|
398
398
|
getSession(getSessionRequest) {
|
|
399
399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class GenerativeAiAgentRuntimeClient {
|
|
|
458
458
|
* @param UpdateSessionRequest
|
|
459
459
|
* @return UpdateSessionResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.
|
|
461
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/UpdateSession.ts.html |here} to see how to use UpdateSession API.
|
|
462
462
|
*/
|
|
463
463
|
updateSession(updateSessionRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/chat-result.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/lib/model/citation.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/citation.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/error-trace.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/lib/model/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/index.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/lib/model/message.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/message.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -26,7 +26,7 @@ import * as model from "../model";
|
|
|
26
26
|
*/
|
|
27
27
|
export interface OciDatabaseSourceLocation extends model.SourceLocation {
|
|
28
28
|
/**
|
|
29
|
-
* The OCID of the [OCI Database Tools Connection](https://docs.
|
|
29
|
+
* The OCID of the [OCI Database Tools Connection](https://docs.oracle.com/iaas/database-tools/home.htm).
|
|
30
30
|
*/
|
|
31
31
|
"id"?: string;
|
|
32
32
|
/**
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/lib/model/session.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/session.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/lib/model/trace.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/model/trace.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/Chat.ts.html |here} to see how to use ChatRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChatRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/CreateSession.ts.html |here} to see how to use CreateSessionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSessionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/DeleteSession.ts.html |here} to see how to use DeleteSessionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSessionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/GetSession.ts.html |here} to see how to use GetSessionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSessionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/request/index.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/generativeaiagentruntime/UpdateSession.ts.html |here} to see how to use UpdateSessionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSessionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/response/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
6
6
|
|
|
7
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
8
|
|
|
9
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
9
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
10
10
|
|
|
11
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
11
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
12
12
|
|
|
13
13
|
* OpenAPI spec version: 20240531
|
|
14
14
|
*
|
package/lib/response/index.js
CHANGED
|
@@ -7,9 +7,9 @@ OCI Generative AI Agents supports several ways to onboard your data and then all
|
|
|
7
7
|
|
|
8
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
9
|
|
|
10
|
-
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the
|
|
10
|
+
For creating and managing agents, knowledge bases, data sources, endpoints, and data ingestion jobs see the {@link #eNGenerative-ai-agentsLatest(ENGenerative-ai-agentsLatestRequest) eNGenerative-ai-agentsLatest}.
|
|
11
11
|
|
|
12
|
-
To learn more about the service, see the [Generative AI Agents documentation](/iaas/Content/generative-ai-agents/home.htm).
|
|
12
|
+
To learn more about the service, see the [Generative AI Agents documentation](https://docs.oracle.com/iaas/Content/generative-ai-agents/home.htm).
|
|
13
13
|
|
|
14
14
|
* OpenAPI spec version: 20240531
|
|
15
15
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-generativeaiagentruntime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Generative Ai Agent Runtime Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|