Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oldg591
/
jannn
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jannn
/
web
/
utils
/
thread.ts
oldg591
fc
3459571
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
121 Bytes
export
const
generateThreadId
= (
assistantId:
string
) => {
return
`
${assistantId}
_
${(
Date
.now() /
1000
).toFixed(
0
)}
`
}