juicesharp
Results
1
issues of
juicesharp
compiled.save("./output/" + "compiled_v1.json") File "/Users/.../lib/python3.12/site-packages/dspy/primitives/module.py", line 79, in save f.write(ujson.dumps(self.dump_state(), indent=2)) I got TypeError: SomeType ....is not JSON serializable class SomeType(BaseModel): Field1: str = Field(..., description=“xxxx”) Field2: Optional[int] = Field(None,...
Behavior 2.5