Class ResponseFunctionToolCallOutputItem
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFunctionToolCallOutputItem
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseFunctionToolCallOutputItem.BuilderA builder for ResponseFunctionToolCallOutputItem. public final classResponseFunctionToolCallOutputItem.OutputThe output from the function call generated by your code. Can be a string or an list of output content. public final classResponseFunctionToolCallOutputItem.StatusThe status of the item. One of in_progress,completed, orincomplete. Populated when items are returned via API.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The unique ID of the function call tool output. final StringcallId()The unique ID of the function tool call generated by the model. final ResponseFunctionToolCallOutputItem.Outputoutput()The output from the function call generated by your code. final JsonValue_type()The type of the function tool call output. final Optional<ResponseFunctionToolCallOutputItem.Status>status()The status of the item. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_callId()Returns the raw JSON value of callId. final JsonField<ResponseFunctionToolCallOutputItem.Output>_output()Returns the raw JSON value of output. final JsonField<ResponseFunctionToolCallOutputItem.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final ResponseFunctionToolCallOutputItem.BuildertoBuilder()final ResponseFunctionToolCallOutputItemvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFunctionToolCallOutputItem.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFunctionToolCallOutputItem. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        outputfinal ResponseFunctionToolCallOutputItem.Output output() The output from the function call generated by your code. Can be a string or an list of output content. 
 - 
                                        _typefinal JsonValue _type() The type of the function tool call output. Always function_call_output.Expected to always return the following: JsonValue.from("function_call_output")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        statusfinal Optional<ResponseFunctionToolCallOutputItem.Status> status() The status of the item. One of in_progress,completed, orincomplete. Populated when items are returned via API.
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _callIdfinal JsonField<String> _callId() Returns the raw JSON value of callId. Unlike callId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _outputfinal JsonField<ResponseFunctionToolCallOutputItem.Output> _output() Returns the raw JSON value of output. Unlike output, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<ResponseFunctionToolCallOutputItem.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseFunctionToolCallOutputItem.Builder toBuilder() 
 - 
                                        validatefinal ResponseFunctionToolCallOutputItem validate() 
 - 
                                        builderfinal static ResponseFunctionToolCallOutputItem.Builder builder() Returns a mutable builder for constructing an instance of ResponseFunctionToolCallOutputItem. The following fields are required: .id() .callId() .output()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-