ComputerScreenshotImage interface
コンピューター使用ツールで使用されるコンピューターのスクリーンショット画像。
プロパティ
| file_id | スクリーンショットを含むアップロードされたファイルの識別子。 |
| image_url | スクリーンショット画像の URL。 |
| type | イベントの種類を指定します。 コンピューターのスクリーンショットの場合、このプロパティは常に |
プロパティの詳細
file_id
スクリーンショットを含むアップロードされたファイルの識別子。
file_id?: string
プロパティ値
string
image_url
スクリーンショット画像の URL。
image_url?: string
プロパティ値
string
type
イベントの種類を指定します。 コンピューターのスクリーンショットの場合、このプロパティは常に computer_screenshot に設定されます。
type: "computer_screenshot"
プロパティ値
"computer_screenshot"