Skip to content

Commit 3c12847

Browse files
committed
added frozen attr to LD Agent config
1 parent 768ed25 commit 3c12847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldai/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def to_dict(self) -> Dict[str, Any]:
155155
return result
156156

157157

158-
@dataclass
158+
@dataclass(frozen=True)
159159
class LDAIAgentDefaults:
160160
"""
161161
Default values for AI agent configurations.

0 commit comments

Comments
 (0)