|
125 | 125 | "AgentActionGroups": {
|
126 | 126 | "base": null,
|
127 | 127 | "refs": {
|
| 128 | + "Collaborator$actionGroups": "<p> List of action groups with each action group defining tasks the inline collaborator agent needs to carry out. </p>", |
128 | 129 | "InvokeInlineAgentRequest$actionGroups": "<p> A list of action groups with each action group defining the action the inline agent needs to carry out. </p>"
|
129 | 130 | }
|
130 | 131 | },
|
|
133 | 134 | "refs": {
|
134 | 135 | "AgentCollaboratorInvocationInput$agentCollaboratorAliasArn": "<p>The collaborator's alias ARN.</p>",
|
135 | 136 | "AgentCollaboratorInvocationOutput$agentCollaboratorAliasArn": "<p>The output's agent collaborator alias ARN.</p>",
|
136 |
| - "Caller$agentAliasArn": "<p>The caller's agent alias ARN.</p>" |
| 137 | + "Caller$agentAliasArn": "<p>The caller's agent alias ARN.</p>", |
| 138 | + "CollaboratorConfiguration$agentAliasArn": "<p> The Amazon Resource Name (ARN) of the inline collaborator agent. </p>" |
137 | 139 | }
|
138 | 140 | },
|
139 | 141 | "AgentAliasId": {
|
|
145 | 147 | "TracePart$agentAliasId": "<p>The unique identifier of the alias of the agent.</p>"
|
146 | 148 | }
|
147 | 149 | },
|
| 150 | + "AgentCollaboration": { |
| 151 | + "base": null, |
| 152 | + "refs": { |
| 153 | + "Collaborator$agentCollaboration": "<p> Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate a final response. </p>", |
| 154 | + "InvokeInlineAgentRequest$agentCollaboration": "<p> Defines how the inline collaborator agent handles information across multiple collaborator agents to coordinate a final response. The inline collaborator agent can also be the supervisor. </p>" |
| 155 | + } |
| 156 | + }, |
148 | 157 | "AgentCollaboratorInputPayload": {
|
149 | 158 | "base": "<p>Input for an agent collaborator. The input can be text or an action invocation result.</p>",
|
150 | 159 | "refs": {
|
|
410 | 419 | "Observation$codeInterpreterInvocationOutput": "<p>Contains the JSON-formatted string returned by the API invoked by the code interpreter.</p>"
|
411 | 420 | }
|
412 | 421 | },
|
| 422 | + "CollaborationInstruction": { |
| 423 | + "base": null, |
| 424 | + "refs": { |
| 425 | + "CollaboratorConfiguration$collaboratorInstruction": "<p> Instructions that tell the inline collaborator agent what it should do and how it should interact with users. </p>" |
| 426 | + } |
| 427 | + }, |
| 428 | + "Collaborator": { |
| 429 | + "base": "<p> List of inline collaborators. </p>", |
| 430 | + "refs": { |
| 431 | + "Collaborators$member": null |
| 432 | + } |
| 433 | + }, |
| 434 | + "CollaboratorConfiguration": { |
| 435 | + "base": "<p> Settings of an inline collaborator agent. </p>", |
| 436 | + "refs": { |
| 437 | + "CollaboratorConfigurations$member": null |
| 438 | + } |
| 439 | + }, |
| 440 | + "CollaboratorConfigurations": { |
| 441 | + "base": null, |
| 442 | + "refs": { |
| 443 | + "Collaborator$collaboratorConfigurations": "<p> Settings of the collaborator agent. </p>", |
| 444 | + "InvokeInlineAgentRequest$collaboratorConfigurations": "<p> Settings for an inline agent collaborator called with <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeInlineAgent.html\">InvokeInlineAgent</a>. </p>" |
| 445 | + } |
| 446 | + }, |
| 447 | + "Collaborators": { |
| 448 | + "base": null, |
| 449 | + "refs": { |
| 450 | + "InvokeInlineAgentRequest$collaborators": "<p> List of collaborator inline agents. </p>" |
| 451 | + } |
| 452 | + }, |
413 | 453 | "ConfirmationState": {
|
414 | 454 | "base": null,
|
415 | 455 | "refs": {
|
|
459 | 499 | "ConversationHistory": {
|
460 | 500 | "base": "<p>A conversation history.</p>",
|
461 | 501 | "refs": {
|
| 502 | + "InlineSessionState$conversationHistory": "<p> Contains the conversation history that persist across sessions. </p>", |
462 | 503 | "SessionState$conversationHistory": "<p>The state's conversation history.</p>"
|
463 | 504 | }
|
464 | 505 | },
|
|
1077 | 1118 | "GuardrailConfigurationWithArn": {
|
1078 | 1119 | "base": "<p> The configuration details for the guardrail. </p>",
|
1079 | 1120 | "refs": {
|
| 1121 | + "Collaborator$guardrailConfiguration": "<p> Details of the guardwrail associated with the inline collaborator. </p>", |
1080 | 1122 | "InvokeInlineAgentRequest$guardrailConfiguration": "<p> The <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html\">guardrails</a> to assign to the inline agent. </p>"
|
1081 | 1123 | }
|
1082 | 1124 | },
|
|
1384 | 1426 | "Instruction": {
|
1385 | 1427 | "base": null,
|
1386 | 1428 | "refs": {
|
| 1429 | + "Collaborator$instruction": "<p> Instruction that tell the inline collaborator agent what it should do and how it should interact with users. </p>", |
1387 | 1430 | "InvokeInlineAgentRequest$instruction": "<p> The instructions that tell the inline agent what it should do and how it should interact with users. </p>"
|
1388 | 1431 | }
|
1389 | 1432 | },
|
|
1521 | 1564 | "KmsKeyArn": {
|
1522 | 1565 | "base": null,
|
1523 | 1566 | "refs": {
|
| 1567 | + "Collaborator$customerEncryptionKeyArn": "<p> The Amazon Resource Name (ARN) of the AWS KMS key that encrypts the inline collaborator. </p>", |
1524 | 1568 | "CreateSessionRequest$encryptionKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to use to encrypt the session data. The user or role creating the session must have permission to use the key. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/session-encryption.html\">Amazon Bedrock session encryption</a>. </p>",
|
1525 | 1569 | "GetSessionResponse$encryptionKeyArn": "<p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the session data. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/session-encryption.html\">Amazon Bedrock session encryption</a>.</p>",
|
1526 | 1570 | "InvokeInlineAgentRequest$customerEncryptionKeyArn": "<p> The Amazon Resource Name (ARN) of the Amazon Web Services KMS key to use to encrypt your inline agent. </p>",
|
|
1632 | 1676 | "KnowledgeBases": {
|
1633 | 1677 | "base": null,
|
1634 | 1678 | "refs": {
|
| 1679 | + "Collaborator$knowledgeBases": "<p> Knowledge base associated with the inline collaborator agent. </p>", |
1635 | 1680 | "InvokeInlineAgentRequest$knowledgeBases": "<p> Contains information of the knowledge bases to associate with. </p>"
|
1636 | 1681 | }
|
1637 | 1682 | },
|
|
1806 | 1851 | "ModelIdentifier": {
|
1807 | 1852 | "base": null,
|
1808 | 1853 | "refs": {
|
| 1854 | + "Collaborator$foundationModel": "<p> The foundation model used by the inline collaborator agent. </p>", |
1809 | 1855 | "InvokeInlineAgentRequest$foundationModel": "<p> The <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns\">model identifier (ID)</a> of the model to use for orchestration by the inline agent. For example, <code>meta.llama3-1-70b-instruct-v1:0</code>. </p>",
|
1810 |
| - "ModelInvocationInput$foundationModel": "<p>The identifier of a foundation model.</p>" |
| 1856 | + "ModelInvocationInput$foundationModel": "<p>The identifier of a foundation model.</p>", |
| 1857 | + "PromptConfiguration$foundationModel": "<p> The foundation model to use. </p>" |
1811 | 1858 | }
|
1812 | 1859 | },
|
1813 | 1860 | "ModelInvocationInput": {
|
|
1835 | 1882 | "base": null,
|
1836 | 1883 | "refs": {
|
1837 | 1884 | "ApiInvocationInput$collaboratorName": "<p>The agent collaborator's name.</p>",
|
| 1885 | + "Collaborator$agentName": "<p> Name of the inline collaborator agent which must be the same name as specified for <code>collaboratorName</code>. </p>", |
| 1886 | + "CollaboratorConfiguration$collaboratorName": "<p> Name of the inline collaborator agent which must be the same name as specified for <code>agentName</code>. </p>", |
1838 | 1887 | "FunctionInvocationInput$collaboratorName": "<p>The collaborator's name.</p>",
|
1839 | 1888 | "TracePart$collaboratorName": "<p>The part's collaborator name.</p>"
|
1840 | 1889 | }
|
|
2127 | 2176 | "PromptOverrideConfiguration": {
|
2128 | 2177 | "base": "<p>Contains configurations to override prompts in different parts of an agent sequence. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html\">Advanced prompts</a>. </p>",
|
2129 | 2178 | "refs": {
|
| 2179 | + "Collaborator$promptOverrideConfiguration": "<p> Contains configurations to override prompt templates in different parts of an inline collaborator sequence. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html\">Advanced prompts</a>. </p>", |
2130 | 2180 | "InvokeInlineAgentRequest$promptOverrideConfiguration": "<p> Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent. </p>"
|
2131 | 2181 | }
|
2132 | 2182 | },
|
|
2258 | 2308 | "ReasoningContentBlock$reasoningText": "<p>Contains information about the reasoning that the model used to return the content in the content block.</p>"
|
2259 | 2309 | }
|
2260 | 2310 | },
|
| 2311 | + "RelayConversationHistory": { |
| 2312 | + "base": null, |
| 2313 | + "refs": { |
| 2314 | + "CollaboratorConfiguration$relayConversationHistory": "<p> A relay conversation history for the inline collaborator agent. </p>" |
| 2315 | + } |
| 2316 | + }, |
2261 | 2317 | "RepromptResponse": {
|
2262 | 2318 | "base": "<p>Contains details about the agent's response to reprompt the input.</p>",
|
2263 | 2319 | "refs": {
|
|
2844 | 2900 | "SessionTTL": {
|
2845 | 2901 | "base": null,
|
2846 | 2902 | "refs": {
|
| 2903 | + "Collaborator$idleSessionTTLInSeconds": "<p> The number of seconds for which the Amazon Bedrock keeps information about the user's conversation with the inline collaborator agent.</p> <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout. </p>", |
2847 | 2904 | "InvokeInlineAgentRequest$idleSessionTTLInSeconds": "<p> The number of seconds for which the inline agent should maintain session information. After this time expires, the subsequent <code>InvokeInlineAgent</code> request begins a new session. </p> <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and the data provided before the timeout is deleted.</p>"
|
2848 | 2905 | }
|
2849 | 2906 | },
|
|
2977 | 3034 | "MemorySessionSummary$summaryText": "<p>The summarized text for this session.</p>"
|
2978 | 3035 | }
|
2979 | 3036 | },
|
| 3037 | + "SyntheticTimestamp_date_time": { |
| 3038 | + "base": null, |
| 3039 | + "refs": { |
| 3040 | + "TracePart$eventTime": "<p> The time of the trace. </p>" |
| 3041 | + } |
| 3042 | + }, |
2980 | 3043 | "TagKey": {
|
2981 | 3044 | "base": "<p>Key of a tag</p>",
|
2982 | 3045 | "refs": {
|
|
0 commit comments