Skip to content

Commit 48419a6

Browse files
committed
addressed failure from misisng definition of throughput_mode
1 parent 8cc9e06 commit 48419a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agent_memory_toolkit/aio/cosmos_memory_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ 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(cosmos_throughput_mode)
9293
self._cosmos_autoscale_max_ru = _resolve_cosmos_provisioning_autoscale_max_ru(
9394
throughput_mode=self._cosmos_throughput_mode,
9495
autoscale_max_ru=cosmos_autoscale_max_ru,

0 commit comments

Comments
 (0)