- Issue created by @Vivek Panicker
- 🇮🇳India Vivek Panicker Kolkata
Someone please help to close https://git.drupalcode.org/issue/ai-3506994.
- 🇧🇬Bulgaria valthebald Sofia
@vivek panicker: I have asked ChatGPT and Gemini to analyze and find possible grammatical mistakes in the source code of ai_agents, and here are some other places to fix/improve:
- AiAgentExplorerController.php line 84: "Check if its a json response." Should be "Check if it's a JSON response." (capitalize JSON and add an apostrophe
- line 137: "The actual task, will support files later." should be "The actual task will support files later." (unnecessary comma)
- Drupal\ai_agents\Attribute\AiAgent.php line 11 "The ai provider attribute" AI should be capitalized.
- Drupal\ai_agents\Form\AiAgentPromptChanger.php line 13 "Configure on AI Agent." sounds confusing and misleading
I wonder if those should be handled in the same or separate issue?
- 🇺🇸United States yesct
The maintainer might have an opinion?
But if they are user facing I think those fixes could be included in the scope.
- 🇮🇳India Vivek Panicker Kolkata
Fixed the code based on the above mentioned points.