@@ -53,13 +53,20 @@ def test_method_create_with_all_params(self, client: OzAPI) -> None:
5353 "warp_id" : "warp_id" ,
5454 }
5555 },
56+ "memory_stores" : [
57+ {
58+ "access" : "read_write" ,
59+ "instructions" : "instructions" ,
60+ "uid" : "uid" ,
61+ }
62+ ],
5663 "model_id" : "model_id" ,
5764 "name" : "name" ,
5865 "session_sharing" : {"public_access" : "VIEWER" },
5966 "skill_spec" : "skill_spec" ,
6067 "worker_host" : "worker_host" ,
6168 },
62- agent_uid = "agent_uid " ,
69+ agent_uid = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e " ,
6370 enabled = True ,
6471 mode = "normal" ,
6572 prompt = "Review open pull requests and provide feedback" ,
@@ -173,13 +180,20 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
173180 "warp_id" : "warp_id" ,
174181 }
175182 },
183+ "memory_stores" : [
184+ {
185+ "access" : "read_write" ,
186+ "instructions" : "instructions" ,
187+ "uid" : "uid" ,
188+ }
189+ ],
176190 "model_id" : "model_id" ,
177191 "name" : "name" ,
178192 "session_sharing" : {"public_access" : "VIEWER" },
179193 "skill_spec" : "skill_spec" ,
180194 "worker_host" : "worker_host" ,
181195 },
182- agent_uid = "agent_uid " ,
196+ agent_uid = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e " ,
183197 mode = "normal" ,
184198 prompt = "prompt" ,
185199 )
@@ -420,13 +434,20 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
420434 "warp_id" : "warp_id" ,
421435 }
422436 },
437+ "memory_stores" : [
438+ {
439+ "access" : "read_write" ,
440+ "instructions" : "instructions" ,
441+ "uid" : "uid" ,
442+ }
443+ ],
423444 "model_id" : "model_id" ,
424445 "name" : "name" ,
425446 "session_sharing" : {"public_access" : "VIEWER" },
426447 "skill_spec" : "skill_spec" ,
427448 "worker_host" : "worker_host" ,
428449 },
429- agent_uid = "agent_uid " ,
450+ agent_uid = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e " ,
430451 enabled = True ,
431452 mode = "normal" ,
432453 prompt = "Review open pull requests and provide feedback" ,
@@ -540,13 +561,20 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
540561 "warp_id" : "warp_id" ,
541562 }
542563 },
564+ "memory_stores" : [
565+ {
566+ "access" : "read_write" ,
567+ "instructions" : "instructions" ,
568+ "uid" : "uid" ,
569+ }
570+ ],
543571 "model_id" : "model_id" ,
544572 "name" : "name" ,
545573 "session_sharing" : {"public_access" : "VIEWER" },
546574 "skill_spec" : "skill_spec" ,
547575 "worker_host" : "worker_host" ,
548576 },
549- agent_uid = "agent_uid " ,
577+ agent_uid = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e " ,
550578 mode = "normal" ,
551579 prompt = "prompt" ,
552580 )
0 commit comments