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
15
16
# FunctionTool

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of the function tool. Always `function`. | 
**name** | **String** | The name of the function to call. | 
**description** | Option<**String**> | A description of the function. Used by the model to determine whether or not to call the function. | [optional]
**parameters** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | A JSON schema object describing the parameters of the function. | 
**strict** | Option<**bool**> | Whether to enforce strict parameter validation. Default `true`. | 
**defer_loading** | Option<**bool**> | Whether this function is deferred and loaded via tool search. | [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)