Skip to content

Commit 690097b

Browse files
committed
Update the documentation to include session_summary_configuration
1 parent 13ae4f4 commit 690097b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/r/bedrockagent_agent.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,15 @@ The `guardrail_configuration` configuration block supports the following argumen
103103
The `memory_configuration` configuration block supports the following arguments:
104104

105105
* `enabled_memory_types` - (Required) The type of memory being stored by the agent. See [AWS API documentation](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_MemoryConfiguration.html) for possible values.
106+
* `session_summary_configuration` - (Optional) Configuration block for `SESSION_SUMMARY` memory type enabled for the agent. See [`session_summary_configuration` Block](#session_summary_configuration-block) for details.
106107
* `storage_days` - (Optional) The number of days the agent is configured to retain the conversational context. Minimum value of 0, maximum value of 30.
107108

109+
### `session_summary_configuration` Block
110+
111+
The `session_summary_configuration` configuration block supports the following arguments:
112+
113+
* `max_recent_sessions` - (Optional) Maximum number of recent session summaries to include in the agent's prompt context.
114+
108115
### `prompt_override_configuration` Block
109116

110117
The `prompt_override_configuration` configuration block supports the following arguments:

0 commit comments

Comments
 (0)