quantalogic 0.30.4__py3-none-any.whl → 0.30.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.
- quantalogic/tool_manager.py +0 -2
- {quantalogic-0.30.4.dist-info → quantalogic-0.30.5.dist-info}/METADATA +1 -1
- {quantalogic-0.30.4.dist-info → quantalogic-0.30.5.dist-info}/RECORD +6 -6
- {quantalogic-0.30.4.dist-info → quantalogic-0.30.5.dist-info}/LICENSE +0 -0
- {quantalogic-0.30.4.dist-info → quantalogic-0.30.5.dist-info}/WHEEL +0 -0
- {quantalogic-0.30.4.dist-info → quantalogic-0.30.5.dist-info}/entry_points.txt +0 -0
quantalogic/tool_manager.py
CHANGED
@@ -104,7 +104,5 @@ class ToolManager(BaseModel):
|
|
104
104
|
f"Failed to convert optional argument '{arg.name}' to {arg.arg_type}: {str(e)}"
|
105
105
|
)
|
106
106
|
converted[arg.name] = kwargs[arg.name] # keep original value
|
107
|
-
elif arg.required and arg.default is None:
|
108
|
-
raise ValueError(f"Missing required argument: {arg.name}")
|
109
107
|
|
110
108
|
return converted
|
@@ -25,7 +25,7 @@ quantalogic/server/static/js/quantalogic.js,sha256=x7TrlZGR1Y0WLK2DWl1xY847BhEWM
|
|
25
25
|
quantalogic/server/templates/index.html,sha256=nDnXJoQEm1vXbhXtgaYk0G5VXj0wwzE6KrqEDhHFpj4,7773
|
26
26
|
quantalogic/task_file_reader.py,sha256=AMIJoeVY9Hhu0dBJ-C5EyaOFsXLkhn2oBhVs-WTnnLk,1460
|
27
27
|
quantalogic/task_runner.py,sha256=FtxfZs2dxdsSZoiW92K3dpfegFe0dyKx9ZP5CCyEAzo,9965
|
28
|
-
quantalogic/tool_manager.py,sha256=
|
28
|
+
quantalogic/tool_manager.py,sha256=PwtIoiXnDZG4gGzk2aE7aI1-TEFM1lhazgqULtPZTUE,4150
|
29
29
|
quantalogic/tools/__init__.py,sha256=pTirT5UBynuTkAzFYebu7ttGAMP3_A0idFvDp6lGZJQ,2146
|
30
30
|
quantalogic/tools/agent_tool.py,sha256=MXCXxWHRch7VK4UWhtRP1jeI8Np9Ne2CUGo8vm1oZiM,3064
|
31
31
|
quantalogic/tools/dalle_e.py,sha256=nur2kl6DKjaWWaHcmF_y9vS5bvty2fW8hQfdgf5KWfs,10948
|
@@ -85,8 +85,8 @@ quantalogic/version_check.py,sha256=cttR1lR3OienGLl7NrK1Te1fhDkqSjCci7HC1vFUTSY,
|
|
85
85
|
quantalogic/welcome_message.py,sha256=IXMhem8h7srzNUwvw8G_lmEkHU8PFfote021E_BXmVk,3039
|
86
86
|
quantalogic/xml_parser.py,sha256=uMLQNHTRCg116FwcjRoquZmSwVtE4LEH-6V2E3RD-dA,11466
|
87
87
|
quantalogic/xml_tool_parser.py,sha256=Vz4LEgDbelJynD1siLOVkJ3gLlfHsUk65_gCwbYJyGc,3784
|
88
|
-
quantalogic-0.30.
|
89
|
-
quantalogic-0.30.
|
90
|
-
quantalogic-0.30.
|
91
|
-
quantalogic-0.30.
|
92
|
-
quantalogic-0.30.
|
88
|
+
quantalogic-0.30.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
89
|
+
quantalogic-0.30.5.dist-info/METADATA,sha256=5qO-58tvXqxqwIt8WCeqjpANlDneUlTgEtnmoPvX884,21722
|
90
|
+
quantalogic-0.30.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
91
|
+
quantalogic-0.30.5.dist-info/entry_points.txt,sha256=h74O_Q3qBRCrDR99qvwB4BpBGzASPUIjCfxHq6Qnups,183
|
92
|
+
quantalogic-0.30.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|