We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076b61e commit 7c8f82cCopy full SHA for 7c8f82c
xtuner/v1/data_proto/messages/chat.py
@@ -72,6 +72,8 @@ class ChatMsg(BaseModel):
72
content: ContentType
73
loss: Optional[bool] = None
74
thinking: Optional[str] = None # only for assistant
75
+ name: Optional[str] = None
76
+ meta: Optional[Dict] = None
77
78
def __init__(self, *args, **kwargs):
79
super().__init__(*args, **kwargs)
0 commit comments