diff --git a/src/funcchain/schema/signature.py b/src/funcchain/schema/signature.py index 778aaba..1e81073 100644 --- a/src/funcchain/schema/signature.py +++ b/src/funcchain/schema/signature.py @@ -30,8 +30,8 @@ class Signature(BaseModel): settings: FuncchainSettings = Field(default=settings) """ Local settings to override global settings. """ - auto_tune: bool = Field(default=False) - """ Whether to auto tune the prompt using dspy. """ + # auto_tune: bool = Field(default=False) + # """ Whether to auto tune the prompt using dspy. """ class Config: arbitrary_types_allowed = True