Fixing attachments#27
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates image and video references in the README documentation by replacing GitHub user-attachment URLs with local file paths. The changes improve documentation maintainability by moving media assets from external URLs to the project's local documentation directory.
Key Changes
- Replaced 6 GitHub user-attachment URLs with local file paths
- Video reference updated to a different GitHub user-attachment URL
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -197,7 +197,7 @@ OPENAI_API_KEY="..." | |||
|
|
|||
| Your agent should auto-reload and look like this now: | |||
|
|
|||
There was a problem hiding this comment.
The same image file 'agentex_web.png' is used for both line 173 and line 200. Consider verifying if these are meant to show different screenshots (e.g., before/after the AI streaming feature), as the context suggests they should be different. If they are the same, consider adding a comment explaining why.
| <!-- Note: The same screenshot is used here as above because the UI appearance does not change at this step. --> |
No description provided.