Related change about PromptMeaasge

This commit is contained in:
Yongtao Huang 2025-03-17 11:13:37 +08:00 committed by GitHub
parent 953a72372d
commit dea6eec813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -493,7 +493,7 @@ If inputting a combination of text and images, the images need to be constructed
The base class for all Role message bodies, used only for parameter declaration and cannot be initialized.
```python
class PromptMessage(ABC, BaseModel):
class PromptMessage(BaseModel):
"""
Model class for prompt message.
"""