# RealtimeFunctionTool
## Properties
**r#type** | Option<**String**> | The type of the tool, i.e. `function`. | [optional]
**name** | Option<**String**> | The name of the function. | [optional]
**description** | Option<**String**> | The description of the function, including guidance on when and how to call it, and guidance about what to tell the user when calling (if anything). | [optional]
**parameters** | Option<[**serde_json::Value**](.md)> | Parameters of the function in JSON Schema. | [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)