mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix bug
This commit is contained in:
parent
abfc81b0e7
commit
b91b776874
2 changed files with 2 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class HallucinationStateHandler:
|
|||
self.mask.append("v")
|
||||
if (
|
||||
len(self.mask) > 1
|
||||
and self.mask[-2] == "v"
|
||||
and self.mask[-2] != "v"
|
||||
and not check_parameter_property(
|
||||
self.function_properties[self.function_name],
|
||||
self.parameter_name[-1],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue