Ensure all API-related descriptions, field names, and documentation accurately reflect the terminology and specifications used by external service providers. Descriptions should be consistent between code comments, user-facing strings, and external documentation.
Ensure all API-related descriptions, field names, and documentation accurately reflect the terminology and specifications used by external service providers. Descriptions should be consistent between code comments, user-facing strings, and external documentation.
When referencing external APIs:
Example from discussions:
{
"data_description": {
"api_key": "The tankerkoenig API-Key to be used.",
"search_terms": "Terms to search for in all recipe properties."
}
}
This prevents user confusion and ensures the integration accurately represents the external service’s interface and capabilities.
Enter the URL of a public GitHub repository