Skip to content

Commit bb0acde

Browse files
committed
search stream tool calls
1 parent 17511db commit bb0acde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/main/java/ai/z/openapi/service/model/ChatCompletionCreateParams.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ public class ChatCompletionCreateParams extends CommonRequest implements ClientR
117117
*/
118118
private ChatThinking thinking;
119119

120+
/**
121+
* Whether to stream tool calls
122+
*/
123+
private Boolean tool_stream;
124+
120125
/**
121126
* Forced watermark switch
122127
*/

0 commit comments

Comments
 (0)