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

## Properties

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