From dea6eec8135abd002eccdf686af6bce8809123ce Mon Sep 17 00:00:00 2001 From: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:13:37 +0800 Subject: [PATCH] Related change about PromptMeaasge --- api/core/model_runtime/docs/en_US/interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/model_runtime/docs/en_US/interfaces.md b/api/core/model_runtime/docs/en_US/interfaces.md index 1fb20e5b04..3410109cf1 100644 --- a/api/core/model_runtime/docs/en_US/interfaces.md +++ b/api/core/model_runtime/docs/en_US/interfaces.md @@ -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. """