Class ResponseFileSearchToolCall
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFileSearchToolCallThe results of a file search tool call. See the file search guide for more information. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseFileSearchToolCall.BuilderA builder for ResponseFileSearchToolCall. public final classResponseFileSearchToolCall.StatusThe status of the file search tool call. One of in_progress,searching,incompleteorfailed,public final classResponseFileSearchToolCall.Result
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The unique ID of the file search tool call. final List<String>queries()The queries used to search for files. final ResponseFileSearchToolCall.Statusstatus()The status of the file search tool call. final JsonValue_type()The type of the file search tool call. final Optional<List<ResponseFileSearchToolCall.Result>>results()The results of the file search tool call. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<List<String>>_queries()Returns the raw JSON value of queries. final JsonField<ResponseFileSearchToolCall.Status>_status()Returns the raw JSON value of status. final JsonField<List<ResponseFileSearchToolCall.Result>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final ResponseFileSearchToolCall.BuildertoBuilder()final ResponseFileSearchToolCallvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFileSearchToolCall.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseFileSearchToolCall. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        statusfinal ResponseFileSearchToolCall.Status status() The status of the file search tool call. One of in_progress,searching,incompleteorfailed,
 - 
                                        _typefinal JsonValue _type() The type of the file search tool call. Always file_search_call.Expected to always return the following: JsonValue.from("file_search_call")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        resultsfinal Optional<List<ResponseFileSearchToolCall.Result>> results() The results of the file search tool call. 
 - 
                                        _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. 
 - 
                                        _queriesfinal JsonField<List<String>> _queries() Returns the raw JSON value of queries. Unlike queries, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<ResponseFileSearchToolCall.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _resultsfinal JsonField<List<ResponseFileSearchToolCall.Result>> _results() Returns the raw JSON value of results. Unlike results, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseFileSearchToolCall.Builder toBuilder() 
 - 
                                        validatefinal ResponseFileSearchToolCall validate() 
 - 
                                        builderfinal static ResponseFileSearchToolCall.Builder builder() Returns a mutable builder for constructing an instance of ResponseFileSearchToolCall. The following fields are required: .id() .queries() .status()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-