File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/com/theokanning/openai/assistants/assistant Expand file tree Collapse file tree 5 files changed +5
-5
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.48 </version >
9+ <version >0.23.49 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <artifactId >openai-api</artifactId >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class AssistantRequest implements IUssrRequest {
4949 * There can be a maximum of 128 tools per assistant.
5050 * Tools can be of types code_interpreter, file_search, or function.
5151 */
52- List <Tool > tools = new ArrayList <>() ;
52+ List <Tool > tools ;
5353
5454
5555 /**
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.48 </version >
9+ <version >0.23.49 </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.48 </version >
8+ <version >0.23.49 </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.48 </version >
9+ <version >0.23.49 </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212
You can’t perform that action at this time.
0 commit comments