Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 2, 2024
1 parent fb7722c commit 4b77b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ plugins {

// ...
dependencies {
implementation("com.xemantic.ai:xemantic-ai-tool-schema:0.1-SNAPSHOT")
implementation("com.xemantic.ai:xemantic-ai-tool-schema:0.1.1")
}
```

Expand Down Expand Up @@ -137,7 +137,7 @@ serializes to:

And this is the input accepted by Large Language Model APIs like
[OpenAI API](https://platform.openai.com/docs/api-reference/introduction)
and [Anthropic API](https://docs.anthropic.com/en/api/getting-started)
and [Anthropic API](https://docs.anthropic.com/en/api/getting-started).

More details and use cases in the [JsonSchemaTest](src/commonTest/kotlin/JsonSchemaTest.kt).

Expand Down

0 comments on commit 4b77b0b

Please sign in to comment.