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 9202c69 commit b6ae698Copy full SHA for b6ae698
openai-java-core/src/test/kotlin/com/openai/models/responses/StructuredResponseOutputItemTest.kt
@@ -119,6 +119,12 @@ internal class StructuredResponseOutputItemTest {
119
ResponseApplyPatchToolCall.builder()
120
.id(STRING)
121
.callId(STRING)
122
+ .operation(
123
+ ResponseApplyPatchToolCall.Operation.CreateFile.builder()
124
+ .diff(STRING)
125
+ .path(STRING)
126
+ .build()
127
+ )
128
.status(ResponseApplyPatchToolCall.Status.COMPLETED)
129
.build()
130
private val APPLY_PATCH_TOOL_CALL_OUTPUT =
0 commit comments