Skip to content

Commit

Permalink
Change chat description
Browse files Browse the repository at this point in the history
  • Loading branch information
milesha committed Nov 4, 2024
1 parent ede2d73 commit 05c3798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public DefaultApi(ApiClient apiClient) {
}

/**
* Chat with LLM
* Start and continue a chat session with an LLM.
*
* <p><b>200</b> - Successful Response
* <p><b>422</b> - Validation Error
Expand All @@ -55,7 +55,7 @@ public ChatResponse chatChatPost(ChatRequest chatRequest) throws RestClientExcep
}

/**
* Chat with LLM
* Start and continue a chat session with an LLM.
*
* <p><b>200</b> - Successful Response
* <p><b>422</b> - Validation Error
Expand Down
2 changes: 1 addition & 1 deletion server/intelligence-service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 05c3798

Please sign in to comment.