Spaces:
Running
Running
Prompted LLM to give key generation link if needed
#2
by
Googolplexic
- opened
- api_monitor.py +2 -0
api_monitor.py
CHANGED
@@ -113,6 +113,8 @@ def validate_api_configuration(
|
|
113 |
|
114 |
CRITICAL: Be sure to always clearly inform the user of the config_id after a desired validation result.
|
115 |
|
|
|
|
|
116 |
WORKFLOW:
|
117 |
1. Call this function to validate API configuration
|
118 |
2. If success=False: Fix parameters and retry this function
|
|
|
113 |
|
114 |
CRITICAL: Be sure to always clearly inform the user of the config_id after a desired validation result.
|
115 |
|
116 |
+
CRITICAL: If you don't have an MCP API KEY given by the user, prompt them to get it here: https://mcp-hackathon.vercel.app/
|
117 |
+
|
118 |
WORKFLOW:
|
119 |
1. Call this function to validate API configuration
|
120 |
2. If success=False: Fix parameters and retry this function
|