Documentation
¶
Overview ¶
package constants contains the constants used in the deepseek-go package
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" )
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.