composio-google-adk 1.0.0rc7__py3-none-any.whl → 1.0.0rc9__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.
Potentially problematic release.
This version of composio-google-adk might be problematic. Click here for more details.
- composio_google_adk/provider.py +3 -1
- {composio_google_adk-1.0.0rc7.dist-info → composio_google_adk-1.0.0rc9.dist-info}/METADATA +1 -1
- composio_google_adk-1.0.0rc9.dist-info/RECORD +7 -0
- composio_google_adk-1.0.0rc7.dist-info/RECORD +0 -7
- {composio_google_adk-1.0.0rc7.dist-info → composio_google_adk-1.0.0rc9.dist-info}/WHEEL +0 -0
- {composio_google_adk-1.0.0rc7.dist-info → composio_google_adk-1.0.0rc9.dist-info}/top_level.txt +0 -0
composio_google_adk/provider.py
CHANGED
|
@@ -17,6 +17,8 @@ class GoogleAdkProvider(
|
|
|
17
17
|
Composio toolset for Google ADK framework.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
+
__schema_skip_defaults__ = True
|
|
21
|
+
|
|
20
22
|
def wrap_tool(
|
|
21
23
|
self,
|
|
22
24
|
tool: Tool,
|
|
@@ -44,7 +46,7 @@ class GoogleAdkProvider(
|
|
|
44
46
|
)
|
|
45
47
|
parameters = function_signature_from_jsonschema(
|
|
46
48
|
schema=tool.input_parameters,
|
|
47
|
-
skip_default=
|
|
49
|
+
skip_default=self.skip_default,
|
|
48
50
|
)
|
|
49
51
|
setattr(function, "__signature__", Signature(parameters=parameters))
|
|
50
52
|
setattr(
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
composio_google_adk/__init__.py,sha256=y065l9uZE6NrFQt3MliWfcCqU01bWBs7yXMGAFbnuug,74
|
|
2
|
+
composio_google_adk/provider.py,sha256=OvDh88RwjHAaUbptr8WKG1YGTm6OA1ndYKWokJWbMh0,2215
|
|
3
|
+
composio_google_adk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
composio_google_adk-1.0.0rc9.dist-info/METADATA,sha256=pwt4ydwEjbDFJXmPLh4w5oTcYGygCfit3q3QAQP2JZE,697
|
|
5
|
+
composio_google_adk-1.0.0rc9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
composio_google_adk-1.0.0rc9.dist-info/top_level.txt,sha256=MyJsX6z7X1Yb_s-MYA5gYAbUFr_FLVPtmhot4XYStMM,20
|
|
7
|
+
composio_google_adk-1.0.0rc9.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
composio_google_adk/__init__.py,sha256=y065l9uZE6NrFQt3MliWfcCqU01bWBs7yXMGAFbnuug,74
|
|
2
|
-
composio_google_adk/provider.py,sha256=BxCpx3KPvuX9UhF4LIFFYnVFJaC7AV_37Nmm63NBcOU,2165
|
|
3
|
-
composio_google_adk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
composio_google_adk-1.0.0rc7.dist-info/METADATA,sha256=VfyAqE7mI6Vn-NExD4Ku-IlD3x2H3SDNq-74SSCurMI,697
|
|
5
|
-
composio_google_adk-1.0.0rc7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
composio_google_adk-1.0.0rc7.dist-info/top_level.txt,sha256=MyJsX6z7X1Yb_s-MYA5gYAbUFr_FLVPtmhot4XYStMM,20
|
|
7
|
-
composio_google_adk-1.0.0rc7.dist-info/RECORD,,
|
|
File without changes
|
{composio_google_adk-1.0.0rc7.dist-info → composio_google_adk-1.0.0rc9.dist-info}/top_level.txt
RENAMED
|
File without changes
|