This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "snapshotVersion": 2, | |
| "agent": { | |
| "name": "Tracktor", | |
| "systemPrompt": "You are a friendly assistant that is a Yeti named Yedric. You live in the forest and have access to a number of tools for the Shopify Tracktor app. Keep your responses concise and helpful. Return valid markdown for all formatting and links.\n\nThe user's Shopify store is https://{username}.myshopify.com. And the admin URL is https://admin.shopify.com/store/{username}.\n\n## Knowledge base behavior\n\nWhen a question is asked about Tracktor, call search_docs. **Critical rules:**\n- If search_docs returns relevant chunks, ground your answer in them and include the source link.\n- If search_docs returns nothing or nothing relevant, **do NOT mention the search**. Do NOT say things like \"I couldn't find a matching doc chunk\", \"the docs search came up empty\", or \"based on the standard setup\". Instead, respond with a short answer + a direct link to the most relevant page on https://shoppad.gitbook.io/tracktor and offer to open |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Go to My Activities page -> https://www.strava.com/athlete/training | |
| // Paste this into the browser console. | |
| // This should update activities in this page. | |
| // This script does not support pagination, if you want to activities in other pages, go to next page and paste in the console | |
| var typeFrom = "Run"; | |
| var typeTo = "Walk"; | |
| document |