Googolplexic commited on
Commit
a1ec67b
·
verified ·
1 Parent(s): 08a6cc3

Prompted LLM to give key generation link if needed

Browse files
Files changed (1) hide show
  1. 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