File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/java/com/theokanning/openai/completion/chat Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >top.bella</groupId >
88 <artifactId >openai-java</artifactId >
9- <version >0.23.80 </version >
9+ <version >0.23.81 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <artifactId >openai-api</artifactId >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class ChatToolCall {
1414 * @see https://community.openai.com/t/gpt-4-turbo-model-function-call-doesnt-work/712218
1515 */
1616 @ JsonProperty (access = JsonProperty .Access .WRITE_ONLY )
17- int index ;
17+ Integer index ;
1818
1919 /**
2020 * The ID of the tool call
@@ -32,7 +32,7 @@ public class ChatToolCall {
3232 */
3333 ChatFunctionCall function ;
3434
35- public ChatToolCall (int index , String id , String type ) {
35+ public ChatToolCall (Integer index , String id , String type ) {
3636 this .index = index ;
3737 this .id = id ;
3838 this .type = type ;
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >top.bella</groupId >
88 <artifactId >openai-java</artifactId >
9- <version >0.23.80 </version >
9+ <version >0.23.81 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212
Original file line number Diff line number Diff line change 55
66 <groupId >top.bella</groupId >
77 <artifactId >openai-java</artifactId >
8- <version >0.23.80 </version >
8+ <version >0.23.81 </version >
99 <packaging >pom</packaging >
1010 <description >openai java 版本</description >
1111 <name >openai-java</name >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >top.bella</groupId >
88 <artifactId >openai-java</artifactId >
9- <version >0.23.80 </version >
9+ <version >0.23.81 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212
You can’t perform that action at this time.
0 commit comments