Documentation
¶
Overview ¶
Package constants contains shared role constants used across DeepSeek request and response types.
Index ¶
Constants ¶
View Source
const ( // ChatMessageRoleSystem is the role of a system message ChatMessageRoleSystem = "system" // ChatMessageRoleUser is the role of a user message ChatMessageRoleUser = "user" // ChatMessageRoleAssistant is the role of an assistant message ChatMessageRoleAssistant = "assistant" // ChatMessageRoleTool is the role of a tool message ChatMessageRoleTool = "tool" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.