Skip to content

Commit 67312c6

Browse files
committed
refactor: reorganize samples structure and add Maven exec plugin
- Add exec-maven-plugin configuration to samples/pom.xml for easier example execution - Move example files from ai.z.openapi.samples package to java/ai/z/openapi/samples directory - Relocate all example classes including AgentExample, AudioSpeechExample, ChatCompletionExample, etc. - No functional changes to example code, only directory structure reorganization
1 parent 46bc622 commit 67312c6

71 files changed

Lines changed: 2946 additions & 2855 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,17 @@
1717
<version>${revision}</version>
1818
</dependency>
1919
</dependencies>
20+
21+
<build>
22+
<plugins>
23+
<plugin>
24+
<groupId>org.codehaus.mojo</groupId>
25+
<artifactId>exec-maven-plugin</artifactId>
26+
<version>3.1.0</version>
27+
<configuration>
28+
<classpathScope>compile</classpathScope>
29+
</configuration>
30+
</plugin>
31+
</plugins>
32+
</build>
2033
</project>

samples/src/main/ai.z.openapi.samples/AgentExample.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

samples/src/main/ai.z.openapi.samples/AgentVideoExample.java

Lines changed: 0 additions & 72 deletions
This file was deleted.

samples/src/main/ai.z.openapi.samples/AudioSpeechExample.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

samples/src/main/ai.z.openapi.samples/AudioSpeechStreamExample.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

samples/src/main/ai.z.openapi.samples/AudioTranscriptionsExample.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)