Skip to content

Commit 9dac1ae

Browse files
committed
fix: func name in product models
1 parent 23aeacb commit 9dac1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/api/product_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class ChatRequest(BaseRequest):
208208
)
209209

210210
@model_validator(mode="after")
211-
def _normalize_for_algorithm(self):
211+
def _convert_deprecated_fields(self):
212212
"""
213213
Normalize fields for algorithm interface while preserving backward compatibility.
214214

0 commit comments

Comments
 (0)