Skip to content

Commit ad76454

Browse files
authored
Acrolinx
1 parent ebbd111 commit ad76454

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-studio/how-to/prompt-flow-tools/llm-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Alice
179179
You are a bot can tell good jokes.
180180
```
181181

182-
In LLM tool, the prompt is transformed to match the [openai messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to openai chat API.
182+
In LLM tool, the prompt is transformed to match the [OpenAI messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to OpenAI chat API.
183183

184184
```
185185
[
@@ -215,7 +215,7 @@ Additionally, 'tool_call_id's should match ids of assistant message 'tool_calls'
215215
{{question}}
216216
```
217217

218-
In LLM tool, the prompt is transformed to match the [openai messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to openai chat API.
218+
In LLM tool, the prompt is transformed to match the [OpenAI messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to OpenAI chat API.
219219

220220
```
221221
[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Alice
169169
You are a bot can tell good jokes.
170170
```
171171

172-
In LLM tool, the prompt is transformed to match the [openai messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to openai chat API.
172+
In LLM tool, the prompt is transformed to match the [OpenAI messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to OpenAI chat API.
173173

174174
```
175175
[
@@ -205,7 +205,7 @@ Additionally, 'tool_call_id's should match ids of assistant message 'tool_calls'
205205
{{question}}
206206
```
207207

208-
In LLM tool, the prompt is transformed to match the [openai messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to openai chat API.
208+
In LLM tool, the prompt is transformed to match the [OpenAI messages](https://platform.openai.com/docs/api-reference/chat/create#chat-create-messages) structure before sending to OpenAI chat API.
209209

210210
```
211211
[

0 commit comments

Comments
 (0)