File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1283,6 +1283,7 @@ def generate(
12831283 operation = _agent_engines_utils ._await_operation (
12841284 operation_name = operation .name ,
12851285 get_operation_fn = self ._get_generate_memories_operation ,
1286+ poll_interval_seconds = 0.5 ,
12861287 )
12871288 if operation .error :
12881289 raise RuntimeError (f"Failed to generate memory: { operation .error } " )
Original file line number Diff line number Diff line change @@ -770,6 +770,7 @@ def create(
770770 operation = _agent_engines_utils ._await_operation (
771771 operation_name = operation .name ,
772772 get_operation_fn = self ._get_session_operation ,
773+ poll_interval_seconds = 0.5 ,
773774 )
774775 if operation .response :
775776 operation .response = self .get (name = operation .response .name )
You can’t perform that action at this time.
0 commit comments