Skip to content

Commit dbbbe19

Browse files
committed
fixed lnk
1 parent 24efde5 commit dbbbe19

File tree

1 file changed

+1
-1
lines changed
  • articles/machine-learning/prompt-flow/tools-reference

1 file changed

+1
-1
lines changed

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-
> 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).
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](python-tool.md#call-a-reasoning-model-from-the-python-tool).
3131
3232
## Prerequisites
3333

0 commit comments

Comments
 (0)