Responses
Format
It is important to note that all responses are rendered in Markdown format instead of plain text in moxie.xyz.
Therefore, any valid Markdown syntax will automatically be rendered in the Chat UI interface.
Moxie Users & Tokens Tagging
On moxie.xyz, users can utilize a tagging system to reference both Moxie users and tokens within the chat interface. This feature simplifies interactions by making it easier to mention specific users or tokens in inputs.
Similarly, responses from your Skill can also include tagged Moxie users and tokens in the output for better user experience.
In order to tag a Moxie user or token, you can use the following syntax in your code:
For Moxie Users
- Typescript
- Rendered Text (moxie.xyz)
callback({
text: "give me twitter summary of @[betashop.eth|M4]",
});
give me twitter summary of @betashop.eth
For Tokens
- Typescript
- Rendered Text (moxie.xyz)
callback({
text: "buy 10 $[MOXIE|0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527] using ETH",
});
buy 10 $MOXIE using ETH
Developer Support
If you have any questions or need help with other use cases, feel free to join the Moxie Telegram Developers Channel and ask your questions there.
Our team is always ready to help you with any questions you may have.