Skip to content

Commit fbf6345

Browse files
committed
updated the versions and fixed the swagger now you can access the endpoints with http://localhost:7860/swagger-ui/index.html
1 parent 0b13eca commit fbf6345

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.github.vishalmysore</groupId>
3939
<artifactId>a2ajava</artifactId>
40-
<version>0.1.9.3</version>
40+
<version>0.1.9.4</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.github.vishalmysore</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.github.vishalmysore</groupId>
5151
<artifactId>tools4ai</artifactId>
52-
<version>1.1.6.1</version>
52+
<version>1.1.6.2</version>
5353
<exclusions>
5454
<!-- Common Swagger/OpenAPI dependencies to exclude -->
5555
<exclusion>

src/main/resources/tools4ai.properties

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ openAiModelName=gpt-4o-mini
2626
##Serper Key for google search or hallucination detection
2727
serperKey=
2828

29-
agent.provider=openai
29+
agent.provider=openai
30+
31+
## Action packages to scan only actions form this package will be available to yoga server
32+
## action.packages.to.scan=org.example.yoga
33+
34+
mcp.tools.servername=The Best Server For Customer Service
35+
mcp.tools.version=1.0.0
36+
a2a.card.name=Tools4AI Based A2A Server

0 commit comments

Comments
 (0)