RealtimeResponseStatusDetails interface

モデルインターフェース RealtimeResponseStatusDetails(詳細)Response

プロパティ

error

応答失敗の原因となったエラーの詳細。

reason

応答がキャンセルされたり未完成のままになった理由、例えばターン検出、クライアントのキャンセル、トークン制限、コンテンツフィルターなどです。

type

これらのステータス詳細が適用される回答結果。

プロパティの詳細

error

応答失敗の原因となったエラーの詳細。

error?: RealtimeResponseStatusDetailsError

プロパティ値

reason

応答がキャンセルされたり未完成のままになった理由、例えばターン検出、クライアントのキャンセル、トークン制限、コンテンツフィルターなどです。

reason?: "turn_detected" | "client_cancelled" | "max_output_tokens" | "content_filter"

プロパティ値

"turn_detected" | "client_cancelled" | "max_output_tokens" | "content_filter"

type

これらのステータス詳細が適用される回答結果。

type?: "failed" | "cancelled" | "completed" | "incomplete"

プロパティ値

"failed" | "cancelled" | "completed" | "incomplete"