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 d58091b commit 3d55678Copy full SHA for 3d55678
openai-java-core/src/main/kotlin/com/openai/models/responses/ResponseInputItem.kt
@@ -2735,14 +2735,6 @@ private constructor(
2735
/** Text, image, or file output of the function tool call. */
2736
fun output(output: Output) = output(JsonField.of(output))
2737
2738
- /**
2739
- * Sets the output to text representing the JSON serialized form of a given object. This
2740
- * is useful when passing data that is the result of a function call.
2741
- *
2742
- * @see output
2743
- */
2744
- fun outputAsJson(functionResult: Any) = apply { output(toJsonString(functionResult)) }
2745
-
2746
/**
2747
* Sets [Builder.output] to an arbitrary JSON value.
2748
*
0 commit comments