Skip to content
Snippets Groups Projects
Unverified Commit dcc7ee40 authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

New commit to avoid PR lint error.

To avoid this:

Error: COMMIT: PRs with a single commit require the commit message to conform to the conventional commit spec.
parent 5fe31a27
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ class RouteLayer:
else:
route.llm = self.llm
return route(text)
elif passed and route is not None and simulate_static:
elif passed and route is not None and simulate_static:
return RouteChoice(
name=route.name,
function_call=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment