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
# ComputerToolCall

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of the computer call. Always `computer_call`. | 
**id** | **String** | The unique ID of the computer call. | 
**call_id** | **String** | An identifier used when responding to the tool call with output.  | 
**action** | Option<[**serde_json::Value**].md> |  | [optional]
**actions** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | Flattened batched actions for `computer_use`. Each action includes an `type` discriminator and action-specific fields.  | [optional]
**pending_safety_checks** | [**Vec<models::ComputerCallSafetyCheckParam>**]ComputerCallSafetyCheckParam.md | The pending safety checks for the computer call.  | 
**status** | **String** | The status of the item. One of `in_progress`, `completed`, or `incomplete`. Populated when items are returned via API.  | 

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