Skip to content

Commit 580df9f

Browse files
committed
fixes and batch
1 parent 3372816 commit 580df9f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/ai-studio/how-to/flow-process-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Assume you want to build a chatbot that can answer any questions about the image
109109
:::image type="content" source="../media/prompt-flow/how-to-process-image/gpt-4v-tool-in-chatflow.png" alt-text=" Screenshot of GPT-4V tool in chat flow." lightbox = "../media/prompt-flow/how-to-process-image/gpt-4v-tool-in-chatflow.png":::
110110

111111
In this example, `{{question}}` refers to the chat input, which is a list of texts and images.
112-
1. In *Outputs*, change the value of "answer" to the name of your vision tool's output, for example,`${gpt_vision.output}`.
112+
1. In *Outputs*, change the value of "answer" to the name of your vision tool's output, for example, `${gpt_vision.output}`.
113113
:::image type="content" source="../media/prompt-flow/how-to-process-image/chat-output-definition.png" alt-text="Screenshot of chat output type configuration." lightbox = "../media/prompt-flow/how-to-process-image/chat-output-definition.png":::
114114
1. (Optional) You can add any custom logic to the flow to process the GPT-4V output. For example, you can add content safety tool to detect if the answer contains any inappropriate content, and return a final answer to the user.
115115
:::image type="content" source="../media/prompt-flow/how-to-process-image/chat-flow-postprocess.png" alt-text="Screenshot of processing gpt-4v output with content safety tool." lightbox = "../media/prompt-flow/how-to-process-image/chat-flow-postprocess.png":::
-48.7 KB
Loading

0 commit comments

Comments
 (0)