openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RunStepDetailsToolCallsFileSearchResultObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file_id** | **String** | The ID of the file that result was found in. | 
**file_name** | **String** | The name of the file that result was found in. | 
**score** | **f64** | The score of the result. All values must be a floating point number between 0 and 1. | 
**content** | Option<[**Vec<models::RunStepDetailsToolCallsFileSearchResultObjectContentInner>**]RunStepDetailsToolCallsFileSearchResultObject_content_inner.md> | The content of the result that was found. The content is only included if requested via the include query parameter. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)