Skip to content

Commit fea62a3

Browse files
feat(api): type updates for conversations, reasoning_effort and results for evals
1 parent 6bc2035 commit fea62a3

Some content is hidden

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

46 files changed

+1921
-3874
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-d30ff992a48873c1466c49f3c01f2ec8933faebff23424748f8d056065b1bcef.yml
3-
openapi_spec_hash: e933ec43b46f45c348adb78840e5808d
4-
config_hash: bf45940f0a7805b4ec2017eecdd36893
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-380330a93b5d010391ca3b36ea193c5353b0dfdf2ddd02789ef84a84ce427e82.yml
3+
openapi_spec_hash: 859703234259ecdd2a3c6f4de88eb504
4+
config_hash: b619b45c1e7facf819f902dee8fa4f97

openai-java-core/src/main/kotlin/com/openai/models/conversations/ComputerScreenshotContent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import java.util.Objects
1717
import java.util.Optional
1818
import kotlin.jvm.optionals.getOrNull
1919

20+
/** A screenshot of a computer. */
2021
class ComputerScreenshotContent
2122
private constructor(
2223
private val fileId: JsonField<String>,

openai-java-core/src/main/kotlin/com/openai/models/conversations/ContainerFileCitationBody.kt

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

0 commit comments

Comments
 (0)