Spaces:
Running
Running
Commit
·
e7946f9
1
Parent(s):
bb771a2
markdown sucks
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ Hermes requires users to generate an MCP API key, which you can do right [here a
|
|
33 |
2. **Activate Monitoring**: Use the `activate_monitoring` function with the `config_id` from the previous step to start monitoring the API. This will set up a background task that will periodically check the API and store the responses.
|
34 |
3. **Retrieve Monitored Data**: Use the `retrieve_monitored_data` function with the `config_id` to retrieve the monitoring data. You can specify the mode of data retrieval (summary, details, or full) to get the desired level of information. This can be called anytime after monitoring is activated.
|
35 |
|
36 |
-
###
|
37 |
|
38 |
Call results and configurations will be deleted 14 days after the last call to the API. This is to ensure that the database does not get too large and to protect user privacy.
|
39 |
|
|
|
33 |
2. **Activate Monitoring**: Use the `activate_monitoring` function with the `config_id` from the previous step to start monitoring the API. This will set up a background task that will periodically check the API and store the responses.
|
34 |
3. **Retrieve Monitored Data**: Use the `retrieve_monitored_data` function with the `config_id` to retrieve the monitoring data. You can specify the mode of data retrieval (summary, details, or full) to get the desired level of information. This can be called anytime after monitoring is activated.
|
35 |
|
36 |
+
### ⚠️ Important! ⚠️
|
37 |
|
38 |
Call results and configurations will be deleted 14 days after the last call to the API. This is to ensure that the database does not get too large and to protect user privacy.
|
39 |
|