@aws-amplify/data-schema
Advanced tools
Comparing version 1.14.2 to 1.15.0
@@ -11,4 +11,2 @@ 'use strict'; | ||
/** | ||
* @experimental | ||
* | ||
* Define a data tool to be used within an AI conversation route. | ||
@@ -74,4 +72,2 @@ * | ||
/** | ||
* @experimental | ||
* | ||
* Define an AI conversation route which enables multi-turn conversation APIs for interacting with specified AI model. | ||
@@ -78,0 +74,0 @@ * @example |
@@ -28,4 +28,2 @@ 'use strict'; | ||
/** | ||
* @experimental | ||
* | ||
* Bedrock models currently supporting Converse API and Tool use | ||
@@ -32,0 +30,0 @@ * @see {@link https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#conversation-inference-supported-models-features} |
@@ -137,4 +137,2 @@ 'use strict'; | ||
/** | ||
* @experimental | ||
* | ||
* Define an AI generation route for single request-response interaction with specified AI model. | ||
@@ -141,0 +139,0 @@ * @example |
@@ -41,4 +41,2 @@ import { AiModel } from '@aws-amplify/data-schema-types'; | ||
/** | ||
* @experimental | ||
* | ||
* Creates a {@link Conversation} from the current conversation route. | ||
@@ -48,4 +46,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Creates a {@link Conversation} from the current conversation route. | ||
@@ -55,4 +51,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Gets an existing {@link Conversation} based on ID. | ||
@@ -62,4 +56,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Deletes an existing {@link Conversation} based on ID. | ||
@@ -69,4 +61,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Lists all existing {@link Conversation}s on the current conversation route. | ||
@@ -97,4 +87,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Sends a message to the current conversation. | ||
@@ -104,4 +92,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Lists all existing messages for the current conversation. | ||
@@ -111,4 +97,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Subscribes to new stream events on the current conversation. | ||
@@ -134,4 +118,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Define a data tool to be used within an AI conversation route. | ||
@@ -197,4 +179,2 @@ * | ||
/** | ||
* @experimental | ||
* | ||
* Define an AI conversation route which enables multi-turn conversation APIs for interacting with specified AI model. | ||
@@ -201,0 +181,0 @@ * @example |
@@ -24,4 +24,2 @@ import { AiModel } from '@aws-amplify/data-schema-types'; | ||
/** | ||
* @experimental | ||
* | ||
* Bedrock models currently supporting Converse API and Tool use | ||
@@ -28,0 +26,0 @@ * @see {@link https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#conversation-inference-supported-models-features} |
@@ -157,4 +157,2 @@ import { AiModel, SetTypeSubArg } from '@aws-amplify/data-schema-types'; | ||
/** | ||
* @experimental | ||
* | ||
* Define an AI generation route for single request-response interaction with specified AI model. | ||
@@ -161,0 +159,0 @@ * @example |
{ | ||
"name": "@aws-amplify/data-schema", | ||
"version": "1.14.2", | ||
"version": "1.15.0", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -57,4 +57,2 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
/** | ||
* @experimental | ||
* | ||
* Creates a {@link Conversation} from the current conversation route. | ||
@@ -66,4 +64,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Creates a {@link Conversation} from the current conversation route. | ||
@@ -75,4 +71,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Gets an existing {@link Conversation} based on ID. | ||
@@ -82,4 +76,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Deletes an existing {@link Conversation} based on ID. | ||
@@ -91,4 +83,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Lists all existing {@link Conversation}s on the current conversation route. | ||
@@ -128,4 +118,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Sends a message to the current conversation. | ||
@@ -137,4 +125,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Lists all existing messages for the current conversation. | ||
@@ -146,4 +132,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Subscribes to new stream events on the current conversation. | ||
@@ -175,4 +159,2 @@ */ | ||
/** | ||
* @experimental | ||
* | ||
* Define a data tool to be used within an AI conversation route. | ||
@@ -275,4 +257,2 @@ * | ||
/** | ||
* @experimental | ||
* | ||
* Define an AI conversation route which enables multi-turn conversation APIs for interacting with specified AI model. | ||
@@ -279,0 +259,0 @@ * @example |
@@ -34,4 +34,2 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
/** | ||
* @experimental | ||
* | ||
* Bedrock models currently supporting Converse API and Tool use | ||
@@ -38,0 +36,0 @@ * @see {@link https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html#conversation-inference-supported-models-features} |
@@ -387,4 +387,2 @@ import { AiModel, SetTypeSubArg } from '@aws-amplify/data-schema-types'; | ||
/** | ||
* @experimental | ||
* | ||
* Define an AI generation route for single request-response interaction with specified AI model. | ||
@@ -391,0 +389,0 @@ * @example |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2299193
31326