mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
ask
This commit is contained in:
@ -22,7 +22,7 @@ You can run `/ask` on specific lines of code in the PR from the PR's diff view.
|
|||||||
|
|
||||||
Note that the tool does not have "memory" of previous questions, and answers each question independently.
|
Note that the tool does not have "memory" of previous questions, and answers each question independently.
|
||||||
|
|
||||||
## Ask on images (using the PR code as context)
|
## Ask on images
|
||||||
|
|
||||||
You can also ask questions about images that appear in the comment, where the entire PR is considered as the context. The tool will answer questions based on the images in the PR.
|
You can also ask questions about images that appear in the comment, where the entire PR is considered as the context. The tool will answer questions based on the images in the PR.
|
||||||
The basic syntax is:
|
The basic syntax is:
|
||||||
@ -34,6 +34,7 @@ The basic syntax is:
|
|||||||
|
|
||||||
Note that GitHub has a mecahnism of pasting images in comments. However, pasted image does not provide a direct link.
|
Note that GitHub has a mecahnism of pasting images in comments. However, pasted image does not provide a direct link.
|
||||||
To get a direct link to the image, we recommend using the following steps:
|
To get a direct link to the image, we recommend using the following steps:
|
||||||
|
|
||||||
1) send a comment that contains only the image:
|
1) send a comment that contains only the image:
|
||||||
|
|
||||||
{width=512}
|
{width=512}
|
||||||
@ -45,8 +46,11 @@ To get a direct link to the image, we recommend using the following steps:
|
|||||||
3) type the question below the image:
|
3) type the question below the image:
|
||||||
|
|
||||||
{width=512}
|
{width=512}
|
||||||
{width=512}
|
{width=512}
|
||||||
|
|
||||||
4) post the comment, and receive the answer:
|
4) post the comment, and receive the answer:
|
||||||
|
|
||||||
{width=512}
|
{width=512}
|
||||||
|
|
||||||
|
|
||||||
|
See a full video tutorial [here](https://codium.ai/images/pr_agent/ask_image_video.mov)
|
Reference in New Issue
Block a user