Renaming of AiClient and related classes and packagenames

* Rename AiClient to ChatClient
* Rename AiResponse to ChatResponse
* Rename AiStreamClient to StreamingChatClient
* Rename package org.sf.ai.client to org.sf.ai.chat
* Update readme to indicate breaking changes
This commit is contained in:
Mark Pollack
2023-12-19 11:20:08 -05:00
parent 200be26d2e
commit 017d2a9bfc
34 changed files with 212 additions and 196 deletions

View File

@@ -12,6 +12,19 @@ Let's make your `@Beans` intelligent!
:warning:
### Breaking Changes
December 19, 2023 Update
Renaming of AiClient and related classes and packagenames
* Rename AiClient to ChatClient
* Rename AiResponse to ChatResponse
* Rename AiStreamClient to StreamingChatClient
* Rename package org.sf.ai.client to org.sf.ai.chat
:warning:
December 1, 2023
We are transitioning the project's Group ID:
* **FROM**: `org.springframework.experimental.ai`