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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of the computer tool call output. Always `computer_call_output`.  | 
**id** | **String** | The unique ID of the computer call tool output.  | 
**call_id** | **String** | The ID of the computer tool call that produced the output.  | 
**acknowledged_safety_checks** | Option<[**Vec<models::ComputerCallSafetyCheckParam>**]ComputerCallSafetyCheckParam.md> | The safety checks reported by the API that have been acknowledged by the developer.  | [optional]
**output** | [**models::ComputerScreenshotImage**]ComputerScreenshotImage.md |  | 
**status** | [**models::ComputerCallOutputStatus**]ComputerCallOutputStatus.md |  | 
**created_by** | Option<**String**> | The identifier of the actor that created the item.  | [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)