Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ AIPromptMessage
Class
AIPromptMessage
backend/apps/chat/models/chat_model.py:405–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
404
405
class
AIPromptMessage(AIMessage):
406
sqlbot_system: bool = True
407
408
def
__init__(
409
self, content: Union[str, list[Union[str, dict]]], **kwargs: Any
410
) -> None:
411
super().__init__(content=content, **kwargs)
Callers
1
init_messages
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected