MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / SystemMessage

Class SystemMessage

autochain/agent/message.py:50–56  ·  view source on GitHub ↗

Type of message that is a system message.

Source from the content-addressed store, hash-verified

48
49
50class SystemMessage(BaseMessage):
51 """Type of message that is a system message."""
52
53 @property
54 def type(self) -> str:
55 """Type of the message, used for serialization."""
56 return "system"
57
58
59class FunctionMessage(BaseMessage):

Callers 4

save_conversationMethod · 0.90
convert_dict_to_messageFunction · 0.90
planMethod · 0.90
save_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected