MCPcopy Create free account
hub / github.com/dataease/SQLBot / HumanPromptMessage

Class HumanPromptMessage

backend/apps/chat/models/chat_model.py:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395
396class HumanPromptMessage(HumanMessage):
397 sqlbot_system: bool = True
398
399 def __init__(
400 self, content: Union[str, list[Union[str, dict]]], **kwargs: Any
401 ) -> None:
402 super().__init__(content=content, **kwargs)
403
404
405class AIPromptMessage(AIMessage):

Callers 1

init_messagesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected