Skip to content

Commit e5d6f90

Browse files
committed
chore: update changelog
1 parent 10ae729 commit e5d6f90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- **chat**: Add support for structured outputs (#397)
88
- **chat**: make ChatCompletionRequest a data class (#399) (thanks @yunmanger1)
99
- **assistant**: add streaming (#400) (thanks @Daltomon)
10+
- **chat**: add reasoning effort, max completion tokens, store options for reasoning model support (#415) (thanks @Taewan-P)
1011

1112
### Fixed
1213
- **runs**: support for file search tool calls (#405) (thanks @averyaube)

openai-core/src/commonMain/kotlin/com.aallam.openai.api/chat/Effort.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import kotlin.jvm.JvmInline
88
*/
99
@Serializable
1010
@JvmInline
11-
public value class Effort(public val id: String)
11+
public value class Effort(public val id: String)

0 commit comments

Comments
 (0)