You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/prompt-flow-troubleshoot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Errors related to compute session failures that use a custom base image are disc
37
37
38
38
Flow run-related issues are discussed.
39
39
40
-
### How do I find the raw inputs and outputs of in the LLM tool for further investigation?
40
+
### How do I find the raw inputs and outputs of the LLM tool for further investigation?
41
41
42
42
In a prompt flow, on a **Flow** page with a successful run and run detail page, you can find the raw inputs and outputs of the LLM tool in the output section. Select **View full output** to view the full output.
43
43
@@ -87,7 +87,7 @@ You might encounter a 409 error from Azure OpenAI. This error means that you rea
87
87
88
88
Flow deployment-related issues are discussed.
89
89
90
-
### Upstream request time-out issue when consuming the endpoint
90
+
### How do I resolve an upstream request time-out issue?
91
91
92
92
If you use the Azure CLI or SDK to deploy the flow, you might encounter a time-out error. By default, `request_timeout_ms` is 5000. You can specify a maximum of five minutes, which is 300,000 ms. The following example shows how to specify a `request timeout` in the deployment yaml file. To learn more, see [deployment schema](/azure/machine-learning/reference-yaml-deployment-managed-online).
93
93
@@ -96,7 +96,7 @@ request_settings:
96
96
request_timeout_ms: 300000
97
97
```
98
98
99
-
### What do I do when OpenAI API hits an authentication error?
99
+
### What do I do when OpenAI API generates an authentication error?
100
100
101
101
If you regenerate your Azure OpenAI key and manually update the connection used in a prompt flow, you might encounter errors like "Unauthorized. Access token is missing, invalid, audience is incorrect or have expired." You might see these messages when you invoke an existing endpoint that was created before the key was regenerated.
0 commit comments