Skip to content

Commit 24efde5

Browse files
committed
Updated message
1 parent a41849f commit 24efde5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/prompt-flow/get-started-prompt-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article walks you through the main user journey of using prompt flow in Azu
3333
A connection helps securely store and manage secret keys or other sensitive credentials required for interacting with Large Language Models (LLM) and other external tools such as Azure Content Safety. Connection resources are shared with all members in the workspace.
3434

3535
> [!NOTE]
36-
> Prompt Flow's LLM Node does not support reasoning models like o1 or o3. Please use a Python node to call the models directly if you need to use a reasoning model.
36+
> The LLM tool in prompt flow does not support reasoning models (such as OpenAI o1 or o3). For reasoning model integration, use the Python tool to call the model APIs directly. For more information, see [Call a reasoning model from the Python tool](tools-reference/python-tool.md#call-a-reasoning-model-from-the-python-tool)..
3737
3838
1. To check if you already have an Azure OpenAI connection, select **Prompt flow** from the Azure Machine Learning studio left menu and then select the **Connections** tab on the **Prompt flow** screen.
3939

articles/machine-learning/prompt-flow/tools-reference/llm-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Prompt flow provides several large language model APIs:
2727
The [Embeddings](https://platform.openai.com/docs/api-reference/embeddings) API isn't available in the LLM tool. Use the [embedding tool](embedding-tool.md) to generate embeddings with OpenAI or Azure OpenAI.
2828

2929
> [!NOTE]
30-
> Prompt Flow's LLM node doesn't support reasoning models like o1 or o3. Use a Python node to call the models directly if you need to use a reasoning model.
30+
> The LLM tool in prompt flow does not support reasoning models (such as OpenAI o1 or o3). For reasoning model integration, use the Python tool to call the model APIs directly. For more information, see [Call a reasoning model from the Python tool](tools-reference/python-tool.md#call-a-reasoning-model-from-the-python-tool).
3131
3232
## Prerequisites
3333

0 commit comments

Comments
 (0)