From 05c379810371709033e9e641f704eeb3b0e9f977 Mon Sep 17 00:00:00 2001 From: milenasrb Date: Mon, 4 Nov 2024 22:51:42 +0100 Subject: [PATCH] Change chat description --- .../www1/hephaestus/intelligenceservice/api/DefaultApi.java | 4 ++-- server/intelligence-service/openapi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/api/DefaultApi.java b/server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/api/DefaultApi.java index a7dc7925..946825f3 100644 --- a/server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/api/DefaultApi.java +++ b/server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/api/DefaultApi.java @@ -42,7 +42,7 @@ public DefaultApi(ApiClient apiClient) { } /** - * Chat with LLM + * Start and continue a chat session with an LLM. * *

200 - Successful Response *

422 - Validation Error @@ -55,7 +55,7 @@ public ChatResponse chatChatPost(ChatRequest chatRequest) throws RestClientExcep } /** - * Chat with LLM + * Start and continue a chat session with an LLM. * *

200 - Successful Response *

422 - Validation Error diff --git a/server/intelligence-service/openapi.yaml b/server/intelligence-service/openapi.yaml index 3a096fb9..0f802b7e 100644 --- a/server/intelligence-service/openapi.yaml +++ b/server/intelligence-service/openapi.yaml @@ -89,4 +89,4 @@ paths: schema: $ref: '#/components/schemas/HTTPValidationError' description: Validation Error - summary: Chat with LLM + summary: Start and continue a chat session with an LLM.