You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLASSNAME a developer defined "class name" that can provide useful context of what operation is being performed. FUNCTION_CALLER the name of the function that was run. Could be useful to start investigation for debugging. REVISION no longer works, but was supposed to be a revision hash.
Revision hash clearly states the plugin name and the revision hash. We used to do shorthand revision hash, not sure if that is better than the full one. It sure does make the header border clear.
@sshivaditya2019, this task has been idle for a while. Please provide an update.
I think it might be safer to use some JSON metadata or any other format that prevent manual parsing. I am seing the use of - separator here that could break if any - is contained within the metadata content.
This should be standardized in our SDK but we can do a manual implementation here. The metadata header schema is as follows:
CLASSNAME
a developer defined "class name" that can provide useful context of what operation is being performed.FUNCTION_CALLER
the name of the function that was run. Could be useful to start investigation for debugging.REVISION
no longer works, but was supposed to be a revision hash.Now, I think it makes sense to do something like:
Originally posted by @0x4007 in ubiquity-os-marketplace/text-conversation-rewards#97 (comment)
The text was updated successfully, but these errors were encountered: