Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
getcustomasset(path: string): string
getsynasset
path
string
assetId
local path = "assets/example.txt" writefile(path, "asset bytes") local assetId = getcustomasset(path) print(assetId) print(getsynasset(path))