You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html">Advanced prompts</a>.</p>
60
60
* </li>
61
61
* <li>
62
-
* <p>If you agent fails to be created, the response returns a list of <code>failureReasons</code> alongside a list of <code>recommendedActions</code> for you to troubleshoot.</p>
62
+
* <p>If your agent fails to be created, the response returns a list of <code>failureReasons</code> alongside a list of <code>recommendedActions</code> for you to troubleshoot.</p>
63
+
* </li>
64
+
* <li>
65
+
* <p>The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.</p>
* <p>You can get the ARN of a model with the action. Standard model usage
3283
+
* <p>You can get the ARN of a model with the <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListFoundationModels.html">ListFoundationModels</a> action. Standard model usage
3284
3284
* charges apply for the foundation model parsing strategy.</p>
* <p>Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-create.html">Create a prompt using Prompt management</a>.</p>
7442
+
* @public
7443
+
*/
7444
+
exportinterfacePromptMetadataEntry{
7445
+
/**
7446
+
* <p>The key of a metadata tag for a prompt variant.</p>
7447
+
* @public
7448
+
*/
7449
+
key: string|undefined;
7450
+
7451
+
/**
7452
+
* <p>The value of a metadata tag for a prompt variant.</p>
7453
+
* @public
7454
+
*/
7455
+
value: string|undefined;
7456
+
}
7457
+
7440
7458
/**
7441
7459
* <p>Contains details about a variant of the prompt.</p>
* <p>An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-create.html">Create a prompt using Prompt management</a>.</p>
0 commit comments