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
17
# RealtimeConversationItemFunctionCall

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique ID of the item. This may be provided by the client or generated by the server. | [optional]
**object** | Option<**String**> | Identifier for the API object being returned - always `realtime.item`. Optional when creating a new item. | [optional]
**r#type** | **String** | The type of the item. Always `function_call`. | 
**status** | Option<**String**> | The status of the item. Has no effect on the conversation. | [optional]
**call_id** | Option<**String**> | The ID of the function call. | [optional]
**name** | **String** | The name of the function being called. | 
**arguments** | **String** | The arguments of the function call. This is a JSON-encoded string representing the arguments passed to the function, for example `{\"arg1\": \"value1\", \"arg2\": 42}`. | 

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