-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix typos in chat client module #3013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8286cee
to
841ebe1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 709 also contains ChatClient2Builder
. Please revise it as well.
* In line with Domain-Driven Design principles, this package includes implementations of | ||
* entities and value objects specific to the chat context, such as ChatPrompt and | ||
* ChatResponse, adhering to the ubiquitous language of chat interactions in AI models. | ||
* | ||
* <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you intend a closing tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming it should be split. Or should I use <br>
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the <p>
tag needed to be closed, but it seems that's not necessary.
I apologize for the confusion.
841ebe1
to
95a268a
Compare
Signed-off-by: Wenli Tian <jamespud9@gmail.com>
95a268a
to
0b99a7c
Compare
@dev-jonghoonpark I did some changes yesterday, is that ok? |
I think it looks good. However, I am just one of the contributors. |
Understood, thanks for noticing that. |
fix typos in chat client module.
thanks.