File tree Expand file tree Collapse file tree
src/main/kotlin/com/javaaidev/easyllmtools/codegenerator/cli
src/main/resources/Java/libraries/okhttp-gson
src/main/resources/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >code-generator-cli</artifactId >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import kotlin.system.exitProcess
88@CommandLine.Command (
99 name = " easy-llm-tools" ,
1010 mixinStandardHelpOptions = true ,
11- version = [" 0.1.3 " ],
11+ version = [" 0.1.4 " ],
1212 description = [" Generate code for LLM tools" ],
1313 scope = CommandLine .ScopeType .INHERIT ,
1414 subcommands = [
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >code-generator-openapi</artifactId >
Original file line number Diff line number Diff line change 392392 <dependency>
393393 <groupId> com.javaaidev .easyllmtools</groupId>
394394 <artifactId> llm-tool-spec </artifactId>
395- <version> 0.1 .3 </version>
395+ <version> 0.1 .4 </version>
396396 </dependency>
397397 <!-- test dependencies -->
398398 <dependency>
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >easyllmtools-parent</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >code-generator</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >code-generator-shared</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >code-generator</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >code-generator-simple</artifactId >
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >com.javaaidev.easyllmtools</groupId >
2323 <artifactId >llm-tool-spec</artifactId >
24- <version >0.1.3 </version >
24+ <version >0.1.4 </version >
2525 </dependency >
2626 </dependencies >
2727
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >easyllmtools-parent</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >integration</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.easyllmtools</groupId >
88 <artifactId >integration</artifactId >
9- <version >0.1.3 </version >
9+ <version >0.1.4 </version >
1010 </parent >
1111
1212 <artifactId >integration-spring-ai</artifactId >
You can’t perform that action at this time.
0 commit comments