Skip to content

Commit 831e584

Browse files
committed
docs: fix type
1 parent e9bbe74 commit 831e584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sections/java-quarkus/06-chat-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public class ChatResource {
207207
208208
![Model](./assets/class-diagram-model.png)
209209

210-
Notice that the `chat` method takes a `ChatRequest` parameter. This is the object that will be sent by the UI to the API, containing the messages of the conversation (`ChatRequestMessage`).
210+
Notice that the `chat` method takes a `ChatRequest` parameter. This is the object that will be sent by the UI to the API, containing the messages of the conversation (`ChatMessage`).
211211

212212
```java
213213
package ai.azure.openai.rag.workshop.backend.rest;

0 commit comments

Comments
 (0)