curl --request GET \
--url http://localhost:8080/api/v2/config/memory/episodic/short_term{
"llm_model": "<string>",
"message_capacity": 123,
"enabled": true
}Get short-term memory configuration.
Returns the current short-term memory configuration including LLM model, message capacity, and enabled status.
curl --request GET \
--url http://localhost:8080/api/v2/config/memory/episodic/short_term{
"llm_model": "<string>",
"message_capacity": 123,
"enabled": true
}Successful Response