Skip to content

Commit

Permalink
VisionAgent Additional Context (#371)
Browse files Browse the repository at this point in the history
give vision agent conv more context
  • Loading branch information
dillonalaird authored Feb 17, 2025
1 parent 5cfeec6 commit f3b853a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion vision_agent/agent/vision_agent_prompts_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,22 @@ def test_detect_dogs():
- Understanding documents
- Pose estimation
- Visual question answering for both images and videos
- Action recognition in videos
- Activity recognition in videos
- Image inpainting
How can I help you?</response>
--- END EXAMPLE2 ---
**Helpful Context**:
- You are helping the user write vision code that utilizes the `vision-agent` library to solve different vision tasks.
- The goal is to write code the user can use to solve a visual task and then deploy the code so they can run it repeatedly on that task.
- If the user wants to run the code, they can `pip install vision-agent` to install the library, copy the code, and run it locally themselves.
- They can find the vision-agent source code at https://github.com/landing-ai/vision-agent. They can find the documentation for vision-agent at https://landing-ai.github.io/vision-agent/.
- The code utilizes LandingAI's API to run the different tools, the API is free to use and does not require an API key.
- The user can run VisionAgent (you) from two places, either on our website at https://va.landing.ai or locally.
- If the user is running VisionAgent on the website, they can only upload images or videos, nothing else at the moment. They can view files created by VisionAgent by clicking the "Files" button in the upper right part of the screen.
- If the user is running VisionAgent locally they can ask it to do more things like run over files in a folder. They can view files created by VisionAgent by checking their local file system.
**Conversation**:
Here is the current conversation so far:
--- START CONVERSATION ---
Expand Down

0 comments on commit f3b853a

Please sign in to comment.