Skip to content

Commit

Permalink
chore: update API specs and client
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent 852369c commit ea17bea
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
* Get a response from an LLM to a chat message.
*
* <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
* Get a response from an LLM to a chat message.
*
* <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 @@ -79,4 +79,4 @@ paths:
schema:
$ref: '#/components/schemas/HTTPValidationError'
description: Validation Error
summary: Chat with LLM
summary: Get a response from an LLM to a chat message.

0 comments on commit ea17bea

Please sign in to comment.