reasoning-deployment-service 0.5.3__py3-none-any.whl → 0.5.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- reasoning_deployment_service/reasoning_deployment_service.py +3 -3
- {reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/METADATA +1 -1
- {reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/RECORD +6 -6
- {reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/WHEEL +0 -0
- {reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/entry_points.txt +0 -0
- {reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/top_level.txt +0 -0
|
@@ -800,12 +800,12 @@ class ReasoningEngineDeploymentService:
|
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
|
|
803
|
+
self.info(agent_updates_body)
|
|
804
804
|
|
|
805
805
|
headers = self._get_headers()
|
|
806
806
|
|
|
807
807
|
update_mask = ["displayName", "description", "adk_agent_definition.tool_settings.tool_description",
|
|
808
|
-
"adk_agent_definition.provisioned_reasoning_engine.reasoning_engine"]
|
|
808
|
+
"adk_agent_definition.provisioned_reasoning_engine.reasoning_engine", "adk_agent_definition.authorizations"]
|
|
809
809
|
params = {"update_mask": ",".join(update_mask)}
|
|
810
810
|
resp = self._http.patch(url, headers=headers, params=params, json=agent_updates_body, timeout=60)
|
|
811
811
|
|
|
@@ -979,7 +979,7 @@ class ReasoningEngineDeploymentService:
|
|
|
979
979
|
new_description=self._agent_space_description,
|
|
980
980
|
new_reasoning_engine=engine_rn,
|
|
981
981
|
new_authorizations=[
|
|
982
|
-
f"projects/{self.
|
|
982
|
+
f"projects/{self._project_number}/locations/global/authorizations/{self._authorization_id}"
|
|
983
983
|
] if self._authorization_id else None,
|
|
984
984
|
)
|
|
985
985
|
self.info(f"[AGENT] PATCH result -> {json.dumps(patched, indent=2)[:2000]}")
|
{reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
reasoning_deployment_service/__init__.py,sha256=xDuKt9gGviQiTV6vXBdkBvygnlAOIrwnUjVaMGZy0L4,670
|
|
2
|
-
reasoning_deployment_service/reasoning_deployment_service.py,sha256=
|
|
2
|
+
reasoning_deployment_service/reasoning_deployment_service.py,sha256=PtjZvn5qcfgJFoRGPGnPHNAmqKUi3NNY2BGlSwetQ64,43371
|
|
3
3
|
reasoning_deployment_service/runner.py,sha256=qWN0t66lQ1G4ht48gIHSF2JvedcheHRu8PmUz5TaKTI,5619
|
|
4
4
|
reasoning_deployment_service/cli_editor/__init__.py,sha256=bN8NPkw8riB92pj2lAwJZuEMOQIO_RRuge0ehnJTW1I,118
|
|
5
5
|
reasoning_deployment_service/cli_editor/api_client.py,sha256=Kzx5iYp0MmowggrSmPLE7I2kt1-8xvdGBAgde9a1gCY,33681
|
|
@@ -22,8 +22,8 @@ reasoning_deployment_service/gui_editor/src/ui/authorization_view.py,sha256=BoNc
|
|
|
22
22
|
reasoning_deployment_service/gui_editor/src/ui/reasoning_engine_view.py,sha256=tCvSPEf4dW0NRdAqfs3yT5Pa873gYeLzCMMIt2r2T4o,14644
|
|
23
23
|
reasoning_deployment_service/gui_editor/src/ui/reasoning_engines_view.py,sha256=IRjFlBbY98usAZa0roOonjvWQOsF6NBW4bBg_k8KnKI,7860
|
|
24
24
|
reasoning_deployment_service/gui_editor/src/ui/ui_components.py,sha256=HdQHy-oSZ3GobQ3FNdH7y_w3ANbFiuf2rMoflAmff0A,55366
|
|
25
|
-
reasoning_deployment_service-0.5.
|
|
26
|
-
reasoning_deployment_service-0.5.
|
|
27
|
-
reasoning_deployment_service-0.5.
|
|
28
|
-
reasoning_deployment_service-0.5.
|
|
29
|
-
reasoning_deployment_service-0.5.
|
|
25
|
+
reasoning_deployment_service-0.5.5.dist-info/METADATA,sha256=t0A29OMC-bBjmlvQfPftx4tooc2ak1NDP4ZD9rJJC7A,5302
|
|
26
|
+
reasoning_deployment_service-0.5.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
reasoning_deployment_service-0.5.5.dist-info/entry_points.txt,sha256=onGKjR5ONTtRv3aqEtK863iw9Ty1kLcjfZlsplkRZrA,84
|
|
28
|
+
reasoning_deployment_service-0.5.5.dist-info/top_level.txt,sha256=GKuQS1xHUYLZbatw9DmcYdBxxLhWhhGkV4FmFxgKdp0,29
|
|
29
|
+
reasoning_deployment_service-0.5.5.dist-info/RECORD,,
|
{reasoning_deployment_service-0.5.3.dist-info → reasoning_deployment_service-0.5.5.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|