Skip to content

Commit b6ae698

Browse files
committed
fix tests
1 parent 9202c69 commit b6ae698

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openai-java-core/src/test/kotlin/com/openai/models/responses/StructuredResponseOutputItemTest.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ internal class StructuredResponseOutputItemTest {
119119
ResponseApplyPatchToolCall.builder()
120120
.id(STRING)
121121
.callId(STRING)
122+
.operation(
123+
ResponseApplyPatchToolCall.Operation.CreateFile.builder()
124+
.diff(STRING)
125+
.path(STRING)
126+
.build()
127+
)
122128
.status(ResponseApplyPatchToolCall.Status.COMPLETED)
123129
.build()
124130
private val APPLY_PATCH_TOOL_CALL_OUTPUT =

0 commit comments

Comments
 (0)