-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Provide a way for developers to set a custom StreamFunctionCallingHelper #3607
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
Signed-off-by: sdghchj <[email protected]>
…elper Signed-off-by: sdghchj <[email protected]>
Signed-off-by: sdghchj <[email protected]>
Signed-off-by: sdghchj <[email protected]>
Signed-off-by: sdghchj <[email protected]>
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.
Please update the Copyright Notice year in the header of all modified files from 2023-2024 to 2023-2025.
package org.springframework.ai.chat.model; | ||
|
||
/** |
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.
Please add a Copyright Notice at the beginning of the file.
String betaPrefixPath, RestClient.Builder restClientBuilder, WebClient.Builder webClientBuilder, | ||
ResponseErrorHandler responseErrorHandler) { | ||
ResponseErrorHandler responseErrorHandler, StreamFunctionCallingHelper<ChatCompletionChunk> chunkMerger) { |
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.
Please add this new parameter to the method documentation.
Signed-off-by: sdghchj <[email protected]>
Signed-off-by: sdghchj <[email protected]>
@sunyuhan1998 done |
Refer to #3602