You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseContextNotAvailableError("The LLM detected that the context is required to execute the query and the filter signature allows contextualization while the context was not provided.")
23
24
24
-
# we assume here that each element of `contexts` represents a different subclass of BaseCallerContext
25
+
# this method is called from the subclass of BaseCallerContext pointing the right type of custom context
Copy file name to clipboardExpand all lines: src/dbally/iql/_processor.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,6 @@ def _parse_arg(
132
132
raiseContextualisationNotAllowed("The LLM detected that the context is required to execute the query while the filter signature does not allow it at all.")
133
133
134
134
ifnot_does_arg_allow_context(arg_spec):
135
-
print(arg_spec)
136
135
raiseContextualisationNotAllowed(f"The LLM detected that the context is required to execute the query while the filter signature does allow it for `{arg_spec.name}` argument.")
0 commit comments