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
Copy file name to clipboardExpand all lines: website/docs/r/bedrockagent_agent.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,15 @@ The `guardrail_configuration` configuration block supports the following argumen
103
103
The `memory_configuration` configuration block supports the following arguments:
104
104
105
105
*`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.
106
107
*`storage_days` - (Optional) The number of days the agent is configured to retain the conversational context. Minimum value of 0, maximum value of 30.
107
108
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
+
108
115
### `prompt_override_configuration` Block
109
116
110
117
The `prompt_override_configuration` configuration block supports the following arguments:
0 commit comments