Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteDance-Seed/Cola-DLM
/ get_example
Method
get_example
tasks/customjson.py:33–34 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
31
return
self.length
32
33
def
get_example(self, index):
34
return
{
"messages"
: self.conversations[index]}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected