We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaa2b8 commit 1d0e22fCopy full SHA for 1d0e22f
README.md
@@ -7,9 +7,7 @@ from applications written in Go.
7
8
> [!WARNING]
9
> The latest version of this package has small and limited breaking changes.
10
-> With the launch of `custom` tools in Chat Completions, `function` tools have been renamed to be clarify the difference between the two
11
-> The type `ChatCompletionMessageToolCall` has become `ChatCompletionMessageToolCallUnion`
12
-and `ChatCompletionMessageToolCallParam` has become `ChatCompletionMessageToolCallParamUnion`.
+> See the [changelog](CHANGELOG.md) for details.
13
14
## Installation
15
@@ -35,7 +33,7 @@ go get -u 'github.com/openai/[email protected]'
35
33
36
34
## Requirements
37
38
-This library requires Go 1.18+.
+This library requires Go 1.21+.
39
40
## Usage
41
0 commit comments