Unverified Commit a9c833d5 authored by Ke Bao's avatar Ke Bao Committed by GitHub
Browse files

Fix union operator (#940)

parent 94e01151
......@@ -8,7 +8,7 @@ import numpy as np
@dataclass
class ChoicesDecision:
decision: str
meta_info: Dict[str, Any] | None = None
meta_info: Optional[Dict[str, Any]] = None
class ChoicesSamplingMethod(ABC):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment