Skip to content

Commit cec74b0

Browse files
jcodellaCopilot
andauthored
Update agent_memory_toolkit/aio/cosmos_memory_client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 48419a6 commit cec74b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

agent_memory_toolkit/aio/cosmos_memory_client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def __init__(
8989
self._cosmos_container = cosmos_container or "memories"
9090
self._cosmos_counter_container = cosmos_counter_container or "counter"
9191
self._cosmos_lease_container = cosmos_lease_container or "leases"
92+
self._cosmos_throughput_mode = _resolve_cosmos_throughput_mode(
93+
cosmos_throughput_mode
94+
)
9295
self._cosmos_throughput_mode = _resolve_cosmos_throughput_mode(cosmos_throughput_mode)
9396
self._cosmos_autoscale_max_ru = _resolve_cosmos_provisioning_autoscale_max_ru(
9497
throughput_mode=self._cosmos_throughput_mode,

0 commit comments

Comments
 (0)