Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bigcode-project/starcoder
/ get_special_tokens
Method
get_special_tokens
chat/dialogues.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
prompt
79
80
def
get_special_tokens(self) -> List[str]:
81
return
[self.system_token, self.user_token, self.assistant_token, self.end_token]
82
83
def
copy(self):
84
return
DialogueTemplate(
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected