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(
1283
1283
operation = _agent_engines_utils ._await_operation (
1284
1284
operation_name = operation .name ,
1285
1285
get_operation_fn = self ._get_generate_memories_operation ,
1286
+ poll_interval_seconds = 0.5 ,
1286
1287
)
1287
1288
if operation .error :
1288
1289
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(
770
770
operation = _agent_engines_utils ._await_operation (
771
771
operation_name = operation .name ,
772
772
get_operation_fn = self ._get_session_operation ,
773
+ poll_interval_seconds = 0.5 ,
773
774
)
774
775
if operation .response :
775
776
operation .response = self .get (name = operation .response .name )
You can’t perform that action at this time.
0 commit comments