openai 0.92.0 → 0.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -0
- data/README.md +1 -1
- data/lib/openai/client.rb +1 -0
- data/lib/openai/models/admin/organization/audit_log_list_params.rb +2 -0
- data/lib/openai/models/admin/organization/audit_log_list_response.rb +116 -1
- data/lib/openai/models/admin/organization/aws_external_storage_provider.rb +49 -0
- data/lib/openai/models/admin/organization/azure_external_storage_provider.rb +55 -0
- data/lib/openai/models/admin/organization/external_storage_configuration.rb +82 -0
- data/lib/openai/models/admin/organization/external_storage_create_params.rb +105 -0
- data/lib/openai/models/admin/organization/external_storage_delete_params.rb +24 -0
- data/lib/openai/models/admin/organization/external_storage_deleted.rb +32 -0
- data/lib/openai/models/admin/organization/external_storage_list_params.rb +58 -0
- data/lib/openai/models/admin/organization/external_storage_retrieve_params.rb +24 -0
- data/lib/openai/models/admin/organization/external_storage_validate_params.rb +24 -0
- data/lib/openai/models/beta/agent_create_params.rb +13 -9
- data/lib/openai/models/beta/agent_reasoning.rb +9 -6
- data/lib/openai/models/beta/agent_reasoning_item.rb +2 -2
- data/lib/openai/models/beta/agent_reasoning_param.rb +9 -6
- data/lib/openai/models/beta/agent_session.rb +4 -2
- data/lib/openai/models/beta/agent_session_assistant_message.rb +3 -3
- data/lib/openai/models/beta/agent_session_environment_reset_event.rb +67 -0
- data/lib/openai/models/beta/agent_session_environment_state.rb +3 -3
- data/lib/openai/models/beta/agent_session_event.rb +4 -1
- data/lib/openai/models/beta/agent_session_input_param.rb +2 -2
- data/lib/openai/models/beta/agent_session_item.rb +2 -2
- data/lib/openai/models/beta/agent_session_message.rb +3 -3
- data/lib/openai/models/beta/agent_session_turn_cancelled_event.rb +2 -2
- data/lib/openai/models/beta/agent_session_turn_completed_event.rb +2 -2
- data/lib/openai/models/beta/agent_session_turn_failed_event.rb +2 -2
- data/lib/openai/models/beta/agent_text_param.rb +8 -5
- data/lib/openai/models/beta/agent_tool.rb +3 -3
- data/lib/openai/models/beta/agent_tool_param.rb +18 -12
- data/lib/openai/models/beta/agent_update_params.rb +6 -4
- data/lib/openai/models/beta/agent_web_search_call_item.rb +2 -2
- data/lib/openai/models/beta/agents/environments/template_create_params.rb +10 -7
- data/lib/openai/models/beta/agents/environments/template_update_params.rb +13 -7
- data/lib/openai/models/beta/agents/session_create_params.rb +18 -7
- data/lib/openai/models/beta/agents/session_update_params.rb +6 -6
- data/lib/openai/models/beta/agents/sessions/turn.rb +6 -4
- data/lib/openai/models/beta/agents/vault.rb +1 -2
- data/lib/openai/models/beta/agents/vaults/credential.rb +5 -5
- data/lib/openai/models/beta/agents/vaults/credential_auth.rb +45 -9
- data/lib/openai/models/beta/agents/vaults/credential_auth_create_param.rb +69 -5
- data/lib/openai/models/beta/agents/vaults/credential_auth_rotate_param.rb +42 -10
- data/lib/openai/models/beta/agents/vaults/credential_create_params.rb +4 -4
- data/lib/openai/models/beta/agents/vaults/credential_networking.rb +72 -0
- data/lib/openai/models/beta/agents/vaults/credential_networking_param.rb +72 -0
- data/lib/openai/models/beta/agents/vaults/credential_update_params.rb +2 -2
- data/lib/openai/models/beta/beta_response.rb +3 -3
- data/lib/openai/models/beta/beta_response_output_text_annotation_added_event.rb +3 -3
- data/lib/openai/models/beta/beta_responses_client_event.rb +3 -3
- data/lib/openai/models/beta/beta_responses_server_event.rb +1 -1
- data/lib/openai/models/beta/beta_tool.rb +9 -12
- data/lib/openai/models/beta/environment_param.rb +10 -7
- data/lib/openai/models/beta/persisted_agent_tool.rb +3 -3
- data/lib/openai/models/beta/persisted_agent_tool_param.rb +12 -12
- data/lib/openai/models/beta/response_compact_params.rb +3 -3
- data/lib/openai/models/beta/response_create_params.rb +3 -3
- data/lib/openai/models/chat/completion_create_params.rb +10 -4
- data/lib/openai/models/chat_model.rb +1 -1
- data/lib/openai/models/conversations/conversation_update_params.rb +6 -8
- data/lib/openai/models/image_edit_params.rb +9 -12
- data/lib/openai/models/realtime/conversation_item_create_event.rb +3 -2
- data/lib/openai/models/realtime/realtime_client_event.rb +3 -2
- data/lib/openai/models/responses/response_compact_params.rb +3 -3
- data/lib/openai/models/responses/response_output_text_annotation_added_event.rb +3 -3
- data/lib/openai/models/responses/responses_server_event.rb +1 -1
- data/lib/openai/models/responses/tool.rb +9 -12
- data/lib/openai/models/safety/case_retrieve_params.rb +25 -0
- data/lib/openai/models/safety/safety_case.rb +72 -0
- data/lib/openai/models/webhooks/live_call_incoming_webhook_event.rb +51 -1
- data/lib/openai/models/webhooks/live_transport_incoming_webhook_event.rb +55 -1
- data/lib/openai/models/webhooks/realtime_call_incoming_webhook_event.rb +55 -1
- data/lib/openai/models/webhooks/safety_deactivation_issued_webhook_event.rb +68 -0
- data/lib/openai/models/webhooks/safety_warning_issued_webhook_event.rb +68 -0
- data/lib/openai/models/webhooks/unwrap_webhook_event.rb +7 -1
- data/lib/openai/resources/admin/organization/external_storage.rb +136 -0
- data/lib/openai/resources/admin/organization.rb +4 -0
- data/lib/openai/resources/beta/agents/environments/templates.rb +7 -4
- data/lib/openai/resources/beta/agents/sessions/events.rb +5 -2
- data/lib/openai/resources/beta/agents/sessions.rb +12 -4
- data/lib/openai/resources/beta/agents/vaults/credentials.rb +3 -3
- data/lib/openai/resources/beta/agents.rb +9 -6
- data/lib/openai/resources/beta/responses/input_items.rb +1 -0
- data/lib/openai/resources/beta/responses/input_tokens.rb +1 -0
- data/lib/openai/resources/beta/responses.rb +3 -0
- data/lib/openai/resources/beta.rb +1 -0
- data/lib/openai/resources/chat/completions.rb +10 -4
- data/lib/openai/resources/conversations.rb +3 -4
- data/lib/openai/resources/images.rb +6 -8
- data/lib/openai/resources/responses/input_items.rb +1 -0
- data/lib/openai/resources/responses/input_tokens.rb +1 -0
- data/lib/openai/resources/responses.rb +3 -0
- data/lib/openai/resources/safety/cases.rb +38 -0
- data/lib/openai/resources/safety.rb +4 -0
- data/lib/openai/resources/webhooks.rb +1 -1
- data/lib/openai/version.rb +1 -1
- data/lib/openai.rb +19 -1
- data/rbi/openai/client.rbi +1 -0
- data/rbi/openai/models/admin/organization/audit_log_list_params.rbi +8 -0
- data/rbi/openai/models/admin/organization/audit_log_list_response.rbi +246 -0
- data/rbi/openai/models/admin/organization/aws_external_storage_provider.rbi +85 -0
- data/rbi/openai/models/admin/organization/azure_external_storage_provider.rbi +100 -0
- data/rbi/openai/models/admin/organization/external_storage_configuration.rbi +148 -0
- data/rbi/openai/models/admin/organization/external_storage_create_params.rbi +223 -0
- data/rbi/openai/models/admin/organization/external_storage_delete_params.rbi +57 -0
- data/rbi/openai/models/admin/organization/external_storage_deleted.rbi +64 -0
- data/rbi/openai/models/admin/organization/external_storage_list_params.rbi +110 -0
- data/rbi/openai/models/admin/organization/external_storage_retrieve_params.rbi +57 -0
- data/rbi/openai/models/admin/organization/external_storage_validate_params.rbi +57 -0
- data/rbi/openai/models/beta/agent_create_params.rbi +13 -9
- data/rbi/openai/models/beta/agent_reasoning.rbi +9 -6
- data/rbi/openai/models/beta/agent_reasoning_item.rbi +2 -2
- data/rbi/openai/models/beta/agent_reasoning_param.rbi +9 -6
- data/rbi/openai/models/beta/agent_session.rbi +4 -2
- data/rbi/openai/models/beta/agent_session_assistant_message.rbi +3 -3
- data/rbi/openai/models/beta/agent_session_environment_reset_event.rbi +103 -0
- data/rbi/openai/models/beta/agent_session_environment_state.rbi +3 -3
- data/rbi/openai/models/beta/agent_session_event.rbi +1 -0
- data/rbi/openai/models/beta/agent_session_input_param.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_item.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_message.rbi +3 -3
- data/rbi/openai/models/beta/agent_session_turn_cancelled_event.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_turn_completed_event.rbi +2 -2
- data/rbi/openai/models/beta/agent_session_turn_failed_event.rbi +2 -2
- data/rbi/openai/models/beta/agent_text_param.rbi +8 -5
- data/rbi/openai/models/beta/agent_tool.rbi +3 -3
- data/rbi/openai/models/beta/agent_tool_param.rbi +18 -12
- data/rbi/openai/models/beta/agent_update_params.rbi +6 -4
- data/rbi/openai/models/beta/agent_web_search_call_item.rbi +2 -2
- data/rbi/openai/models/beta/agents/environments/template_create_params.rbi +10 -7
- data/rbi/openai/models/beta/agents/environments/template_update_params.rbi +13 -7
- data/rbi/openai/models/beta/agents/session_create_params.rbi +18 -7
- data/rbi/openai/models/beta/agents/session_update_params.rbi +6 -6
- data/rbi/openai/models/beta/agents/sessions/turn.rbi +6 -4
- data/rbi/openai/models/beta/agents/vault.rbi +1 -2
- data/rbi/openai/models/beta/agents/vaults/credential.rbi +5 -4
- data/rbi/openai/models/beta/agents/vaults/credential_auth.rbi +74 -9
- data/rbi/openai/models/beta/agents/vaults/credential_auth_create_param.rbi +106 -5
- data/rbi/openai/models/beta/agents/vaults/credential_auth_rotate_param.rbi +61 -10
- data/rbi/openai/models/beta/agents/vaults/credential_create_params.rbi +8 -5
- data/rbi/openai/models/beta/agents/vaults/credential_networking.rbi +129 -0
- data/rbi/openai/models/beta/agents/vaults/credential_networking_param.rbi +129 -0
- data/rbi/openai/models/beta/agents/vaults/credential_update_params.rbi +6 -3
- data/rbi/openai/models/beta/beta_response.rbi +1 -1
- data/rbi/openai/models/beta/beta_response_output_text_annotation_added_event.rbi +3 -3
- data/rbi/openai/models/beta/beta_responses_client_event.rbi +4 -4
- data/rbi/openai/models/beta/beta_responses_server_event.rbi +1 -1
- data/rbi/openai/models/beta/beta_tool.rbi +9 -12
- data/rbi/openai/models/beta/environment_param.rbi +10 -7
- data/rbi/openai/models/beta/persisted_agent_tool.rbi +3 -3
- data/rbi/openai/models/beta/persisted_agent_tool_param.rbi +12 -12
- data/rbi/openai/models/beta/response_compact_params.rbi +1 -1
- data/rbi/openai/models/beta/response_create_params.rbi +1 -1
- data/rbi/openai/models/chat/completion_create_params.rbi +10 -4
- data/rbi/openai/models/chat_model.rbi +1 -1
- data/rbi/openai/models/conversations/conversation_update_params.rbi +6 -8
- data/rbi/openai/models/image_edit_params.rbi +9 -12
- data/rbi/openai/models/realtime/conversation_item_create_event.rbi +3 -2
- data/rbi/openai/models/responses/response_compact_params.rbi +1 -1
- data/rbi/openai/models/responses/response_output_text_annotation_added_event.rbi +3 -3
- data/rbi/openai/models/responses/responses_server_event.rbi +1 -1
- data/rbi/openai/models/responses/tool.rbi +9 -12
- data/rbi/openai/models/safety/case_retrieve_params.rbi +55 -0
- data/rbi/openai/models/safety/safety_case.rbi +140 -0
- data/rbi/openai/models/webhooks/live_call_incoming_webhook_event.rbi +70 -3
- data/rbi/openai/models/webhooks/live_transport_incoming_webhook_event.rbi +73 -1
- data/rbi/openai/models/webhooks/realtime_call_incoming_webhook_event.rbi +75 -3
- data/rbi/openai/models/webhooks/safety_deactivation_issued_webhook_event.rbi +130 -0
- data/rbi/openai/models/webhooks/safety_warning_issued_webhook_event.rbi +130 -0
- data/rbi/openai/models/webhooks/unwrap_webhook_event.rbi +3 -1
- data/rbi/openai/resources/admin/organization/external_storage.rbi +89 -0
- data/rbi/openai/resources/admin/organization.rbi +3 -0
- data/rbi/openai/resources/beta/agents/environments/templates.rbi +7 -4
- data/rbi/openai/resources/beta/agents/sessions/events.rbi +4 -1
- data/rbi/openai/resources/beta/agents/sessions.rbi +11 -3
- data/rbi/openai/resources/beta/agents/vaults/credentials.rbi +5 -3
- data/rbi/openai/resources/beta/agents.rbi +9 -6
- data/rbi/openai/resources/beta/responses/input_items.rbi +1 -0
- data/rbi/openai/resources/beta/responses/input_tokens.rbi +1 -0
- data/rbi/openai/resources/beta/responses.rbi +3 -0
- data/rbi/openai/resources/beta.rbi +1 -0
- data/rbi/openai/resources/chat/completions.rbi +10 -4
- data/rbi/openai/resources/conversations.rbi +3 -4
- data/rbi/openai/resources/images.rbi +6 -8
- data/rbi/openai/resources/responses/input_items.rbi +1 -0
- data/rbi/openai/resources/responses/input_tokens.rbi +1 -0
- data/rbi/openai/resources/responses.rbi +3 -0
- data/rbi/openai/resources/safety/cases.rbi +28 -0
- data/rbi/openai/resources/safety.rbi +3 -0
- data/rbi/openai/resources/webhooks.rbi +3 -1
- data/sig/openai/models/admin/organization/admin_api_key.rbs +45 -0
- data/sig/openai/models/admin/organization/admin_api_key_create_params.rbs +7 -0
- data/sig/openai/models/admin/organization/admin_api_key_create_response.rbs +18 -0
- data/sig/openai/models/admin/organization/admin_api_key_delete_params.rbs +3 -0
- data/sig/openai/models/admin/organization/admin_api_key_list_params.rbs +11 -0
- data/sig/openai/models/admin/organization/admin_api_key_retrieve_params.rbs +3 -0
- data/sig/openai/models/admin/organization/audit_log_list_params.rbs +114 -0
- data/sig/openai/models/admin/organization/audit_log_list_response.rbs +1108 -0
- data/sig/openai/models/admin/organization/aws_external_storage_provider.rbs +49 -0
- data/sig/openai/models/admin/organization/azure_external_storage_provider.rbs +54 -0
- data/sig/openai/models/admin/organization/certificate.rbs +45 -0
- data/sig/openai/models/admin/organization/certificate_activate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/certificate_create_params.rbs +7 -0
- data/sig/openai/models/admin/organization/certificate_deactivate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/certificate_delete_response.rbs +6 -0
- data/sig/openai/models/admin/organization/certificate_list_params.rbs +27 -0
- data/sig/openai/models/admin/organization/certificate_list_response.rbs +23 -0
- data/sig/openai/models/admin/organization/certificate_retrieve_params.rbs +7 -0
- data/sig/openai/models/admin/organization/certificate_update_params.rbs +4 -0
- data/sig/openai/models/admin/organization/data_retention_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/external_storage_configuration.rbs +76 -0
- data/sig/openai/models/admin/organization/external_storage_create_params.rbs +105 -0
- data/sig/openai/models/admin/organization/external_storage_delete_params.rbs +30 -0
- data/sig/openai/models/admin/organization/external_storage_deleted.rbs +34 -0
- data/sig/openai/models/admin/organization/external_storage_list_params.rbs +65 -0
- data/sig/openai/models/admin/organization/external_storage_retrieve_params.rbs +30 -0
- data/sig/openai/models/admin/organization/external_storage_validate_params.rbs +30 -0
- data/sig/openai/models/admin/organization/group.rbs +17 -0
- data/sig/openai/models/admin/organization/group_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/group_delete_response.rbs +9 -0
- data/sig/openai/models/admin/organization/group_list_params.rbs +24 -0
- data/sig/openai/models/admin/organization/group_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/group_update_response.rbs +14 -0
- data/sig/openai/models/admin/organization/groups/organization_group_user.rbs +9 -0
- data/sig/openai/models/admin/organization/groups/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/groups/role_create_response.rbs +24 -0
- data/sig/openai/models/admin/organization/groups/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/groups/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/groups/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/groups/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/admin/organization/groups/user_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/groups/user_create_response.rbs +9 -0
- data/sig/openai/models/admin/organization/groups/user_delete_response.rbs +6 -0
- data/sig/openai/models/admin/organization/groups/user_list_params.rbs +18 -0
- data/sig/openai/models/admin/organization/groups/user_retrieve_response.rbs +18 -0
- data/sig/openai/models/admin/organization/invite.rbs +33 -0
- data/sig/openai/models/admin/organization/invite_create_params.rbs +25 -0
- data/sig/openai/models/admin/organization/invite_delete_response.rbs +3 -0
- data/sig/openai/models/admin/organization/invite_list_params.rbs +20 -0
- data/sig/openai/models/admin/organization/organization_data_retention.rbs +6 -0
- data/sig/openai/models/admin/organization/organization_spend_alert.rbs +27 -0
- data/sig/openai/models/admin/organization/organization_spend_alert_deleted.rbs +9 -0
- data/sig/openai/models/admin/organization/organization_spend_limit.rbs +20 -0
- data/sig/openai/models/admin/organization/organization_spend_limit_deleted.rbs +6 -0
- data/sig/openai/models/admin/organization/organization_user.rbs +53 -0
- data/sig/openai/models/admin/organization/project.rbs +25 -0
- data/sig/openai/models/admin/organization/project_create_params.rbs +28 -0
- data/sig/openai/models/admin/organization/project_list_params.rbs +27 -0
- data/sig/openai/models/admin/organization/project_update_params.rbs +11 -0
- data/sig/openai/models/admin/organization/projects/api_key_list_params.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/certificate_activate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/projects/certificate_deactivate_response.rbs +23 -0
- data/sig/openai/models/admin/organization/projects/certificate_list_params.rbs +27 -0
- data/sig/openai/models/admin/organization/projects/certificate_list_response.rbs +23 -0
- data/sig/openai/models/admin/organization/projects/data_retention_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/group_create_params.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/group_delete_response.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/group_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/group_retrieve_params.rbs +4 -0
- data/sig/openai/models/admin/organization/projects/groups/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/groups/role_create_response.rbs +24 -0
- data/sig/openai/models/admin/organization/projects/groups/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/projects/groups/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/groups/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/groups/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/hosted_tool_permission_update_params.rbs +30 -0
- data/sig/openai/models/admin/organization/projects/model_permission_update_params.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_api_key.rbs +65 -0
- data/sig/openai/models/admin/organization/projects/project_data_retention.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_group.rbs +18 -0
- data/sig/openai/models/admin/organization/projects/project_hosted_tool_permissions.rbs +30 -0
- data/sig/openai/models/admin/organization/projects/project_model_permissions.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/project_model_permissions_deleted.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_rate_limit.rbs +31 -0
- data/sig/openai/models/admin/organization/projects/project_service_account.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/project_spend_alert.rbs +27 -0
- data/sig/openai/models/admin/organization/projects/project_spend_alert_deleted.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/project_spend_limit.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/project_spend_limit_deleted.rbs +6 -0
- data/sig/openai/models/admin/organization/projects/project_user.rbs +18 -0
- data/sig/openai/models/admin/organization/projects/rate_limit_list_rate_limits_params.rbs +30 -0
- data/sig/openai/models/admin/organization/projects/rate_limit_update_rate_limit_params.rbs +24 -0
- data/sig/openai/models/admin/organization/projects/role_create_params.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/role_delete_response.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/role_update_params.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/service_account_create_params.rbs +17 -0
- data/sig/openai/models/admin/organization/projects/service_account_create_response.rbs +13 -0
- data/sig/openai/models/admin/organization/projects/service_account_list_params.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/service_account_update_params.rbs +8 -0
- data/sig/openai/models/admin/organization/projects/service_accounts/api_key_create_params.rbs +17 -0
- data/sig/openai/models/admin/organization/projects/service_accounts/api_key_create_response.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/spend_alert_create_params.rbs +21 -0
- data/sig/openai/models/admin/organization/projects/spend_alert_list_params.rbs +22 -0
- data/sig/openai/models/admin/organization/projects/spend_alert_update_params.rbs +21 -0
- data/sig/openai/models/admin/organization/projects/spend_limit_update_params.rbs +11 -0
- data/sig/openai/models/admin/organization/projects/user_create_params.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/user_list_params.rbs +20 -0
- data/sig/openai/models/admin/organization/projects/user_update_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/users/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/projects/users/role_create_response.rbs +9 -0
- data/sig/openai/models/admin/organization/projects/users/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/projects/users/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/projects/users/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/projects/users/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/admin/organization/role.rbs +23 -0
- data/sig/openai/models/admin/organization/role_create_params.rbs +9 -0
- data/sig/openai/models/admin/organization/role_delete_response.rbs +9 -0
- data/sig/openai/models/admin/organization/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/role_update_params.rbs +9 -0
- data/sig/openai/models/admin/organization/spend_alert_create_params.rbs +21 -0
- data/sig/openai/models/admin/organization/spend_alert_list_params.rbs +22 -0
- data/sig/openai/models/admin/organization/spend_alert_update_params.rbs +21 -0
- data/sig/openai/models/admin/organization/spend_limit_update_params.rbs +11 -0
- data/sig/openai/models/admin/organization/usage_audio_speeches_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_audio_speeches_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_audio_transcriptions_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_audio_transcriptions_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_code_interpreter_sessions_params.rbs +48 -0
- data/sig/openai/models/admin/organization/usage_code_interpreter_sessions_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_completions_params.rbs +70 -0
- data/sig/openai/models/admin/organization/usage_completions_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_costs_params.rbs +50 -0
- data/sig/openai/models/admin/organization/usage_costs_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_embeddings_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_embeddings_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_file_search_calls_params.rbs +63 -0
- data/sig/openai/models/admin/organization/usage_file_search_calls_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_images_params.rbs +77 -0
- data/sig/openai/models/admin/organization/usage_images_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_moderations_params.rbs +60 -0
- data/sig/openai/models/admin/organization/usage_moderations_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_vector_stores_params.rbs +48 -0
- data/sig/openai/models/admin/organization/usage_vector_stores_response.rbs +351 -0
- data/sig/openai/models/admin/organization/usage_web_search_calls_params.rbs +67 -0
- data/sig/openai/models/admin/organization/usage_web_search_calls_response.rbs +351 -0
- data/sig/openai/models/admin/organization/user_list_params.rbs +24 -0
- data/sig/openai/models/admin/organization/user_update_params.rbs +12 -0
- data/sig/openai/models/admin/organization/users/role_create_params.rbs +3 -0
- data/sig/openai/models/admin/organization/users/role_create_response.rbs +9 -0
- data/sig/openai/models/admin/organization/users/role_delete_response.rbs +8 -0
- data/sig/openai/models/admin/organization/users/role_list_params.rbs +15 -0
- data/sig/openai/models/admin/organization/users/role_list_response.rbs +36 -0
- data/sig/openai/models/admin/organization/users/role_retrieve_response.rbs +36 -0
- data/sig/openai/models/audio/speech_create_params.rbs +54 -0
- data/sig/openai/models/audio/transcription.rbs +66 -0
- data/sig/openai/models/audio/transcription_create_params.rbs +205 -0
- data/sig/openai/models/audio/transcription_diarized.rbs +46 -0
- data/sig/openai/models/audio/transcription_diarized_segment.rbs +22 -0
- data/sig/openai/models/audio/transcription_language.rbs +3 -0
- data/sig/openai/models/audio/transcription_segment.rbs +36 -0
- data/sig/openai/models/audio/transcription_text_delta_event.rbs +35 -0
- data/sig/openai/models/audio/transcription_text_done_event.rbs +66 -0
- data/sig/openai/models/audio/transcription_text_segment_event.rbs +18 -0
- data/sig/openai/models/audio/transcription_verbose.rbs +27 -0
- data/sig/openai/models/audio/transcription_word.rbs +9 -0
- data/sig/openai/models/audio/translation_create_params.rbs +58 -0
- data/sig/openai/models/audio/translation_verbose.rbs +13 -0
- data/sig/openai/models/auto_file_chunking_strategy_param.rbs +3 -0
- data/sig/openai/models/batch.rbs +105 -0
- data/sig/openai/models/batch_create_params.rbs +71 -0
- data/sig/openai/models/batch_error.rbs +14 -0
- data/sig/openai/models/batch_list_params.rbs +20 -0
- data/sig/openai/models/batch_request_counts.rbs +9 -0
- data/sig/openai/models/batch_usage.rbs +23 -0
- data/sig/openai/models/beta/agent.rbs +41 -0
- data/sig/openai/models/beta/agent_close_subagent_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_command_execution_item.rbs +27 -0
- data/sig/openai/models/beta/agent_content.rbs +6 -0
- data/sig/openai/models/beta/agent_create_params.rbs +35 -0
- data/sig/openai/models/beta/agent_create_subagent_call_item.rbs +24 -0
- data/sig/openai/models/beta/agent_deleted.rbs +9 -0
- data/sig/openai/models/beta/agent_function_call_item.rbs +21 -0
- data/sig/openai/models/beta/agent_interrupt_subagent_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_list_params.rbs +11 -0
- data/sig/openai/models/beta/agent_mcp_call_item.rbs +27 -0
- data/sig/openai/models/beta/agent_output_command_execution_output_delta_event.rbs +21 -0
- data/sig/openai/models/beta/agent_reasoning.rbs +8 -0
- data/sig/openai/models/beta/agent_reasoning_item.rbs +15 -0
- data/sig/openai/models/beta/agent_reasoning_param.rbs +8 -0
- data/sig/openai/models/beta/agent_resume_subagent_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_send_subagent_input_call_item.rbs +21 -0
- data/sig/openai/models/beta/agent_session.rbs +88 -0
- data/sig/openai/models/beta/agent_session_assistant_message.rbs +21 -0
- data/sig/openai/models/beta/agent_session_created_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_deleted.rbs +11 -0
- data/sig/openai/models/beta/agent_session_environment_connected_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_disconnected_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_failed_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_pending_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_ready_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_environment_reset_event.rbs +65 -0
- data/sig/openai/models/beta/agent_session_environment_state.rbs +21 -0
- data/sig/openai/models/beta/agent_session_error_event.rbs +12 -0
- data/sig/openai/models/beta/agent_session_event.rbs +1 -0
- data/sig/openai/models/beta/agent_session_failed_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_idle_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_in_progress_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_input_message_param.rbs +10 -0
- data/sig/openai/models/beta/agent_session_input_param.rbs +27 -0
- data/sig/openai/models/beta/agent_session_item.rbs +39 -0
- data/sig/openai/models/beta/agent_session_message.rbs +23 -0
- data/sig/openai/models/beta/agent_session_message_content.rbs +20 -0
- data/sig/openai/models/beta/agent_session_requires_action_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_subagent_active_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_subagent_closed_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_subagent_created_event.rbs +9 -0
- data/sig/openai/models/beta/agent_session_turn_cancelled_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_completed_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_content_part_added_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_content_part_done_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_created_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_turn_failed_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_in_progress_event.rbs +15 -0
- data/sig/openai/models/beta/agent_session_turn_item_added_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_item_done_event.rbs +18 -0
- data/sig/openai/models/beta/agent_session_turn_output_text_delta_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_output_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_part_added_event.rbs +26 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_part_done_event.rbs +28 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_text_delta_event.rbs +26 -0
- data/sig/openai/models/beta/agent_session_turn_reasoning_summary_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/agent_text.rbs +6 -0
- data/sig/openai/models/beta/agent_text_param.rbs +8 -0
- data/sig/openai/models/beta/agent_tool.rbs +74 -0
- data/sig/openai/models/beta/agent_tool_param.rbs +90 -0
- data/sig/openai/models/beta/agent_update_params.rbs +36 -0
- data/sig/openai/models/beta/agent_wait_for_subagents_call_item.rbs +18 -0
- data/sig/openai/models/beta/agent_web_search_call_item.rbs +15 -0
- data/sig/openai/models/beta/agents/environment_info.rbs +21 -0
- data/sig/openai/models/beta/agents/environments/environment_file.rbs +12 -0
- data/sig/openai/models/beta/agents/environments/environment_template.rbs +84 -0
- data/sig/openai/models/beta/agents/environments/environment_template_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/environments/file_list_params.rbs +14 -0
- data/sig/openai/models/beta/agents/environments/template_create_params.rbs +49 -1
- data/sig/openai/models/beta/agents/environments/template_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/environments/template_update_params.rbs +47 -1
- data/sig/openai/models/beta/agents/session_create_params.rbs +60 -0
- data/sig/openai/models/beta/agents/session_list_params.rbs +21 -0
- data/sig/openai/models/beta/agents/session_update_params.rbs +25 -0
- data/sig/openai/models/beta/agents/sessions/artifact_list_params.rbs +13 -0
- data/sig/openai/models/beta/agents/sessions/event_create_params.rbs +3 -0
- data/sig/openai/models/beta/agents/sessions/item_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/session_artifact.rbs +24 -0
- data/sig/openai/models/beta/agents/sessions/session_artifact_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/sessions/subagent_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/subagents/item_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/subagents/turn_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/subagents/turns/item_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/sessions/turn.rbs +39 -0
- data/sig/openai/models/beta/agents/sessions/turn_list_params.rbs +12 -0
- data/sig/openai/models/beta/agents/vault.rbs +17 -0
- data/sig/openai/models/beta/agents/vault_create_params.rbs +12 -0
- data/sig/openai/models/beta/agents/vault_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/vault_list_params.rbs +23 -0
- data/sig/openai/models/beta/agents/vaults/credential.rbs +21 -0
- data/sig/openai/models/beta/agents/vaults/credential_auth.rbs +74 -0
- data/sig/openai/models/beta/agents/vaults/credential_auth_create_param.rbs +107 -0
- data/sig/openai/models/beta/agents/vaults/credential_auth_rotate_param.rbs +67 -0
- data/sig/openai/models/beta/agents/vaults/credential_create_params.rbs +8 -0
- data/sig/openai/models/beta/agents/vaults/credential_deleted.rbs +9 -0
- data/sig/openai/models/beta/agents/vaults/credential_list_params.rbs +23 -0
- data/sig/openai/models/beta/agents/vaults/credential_networking.rbs +60 -0
- data/sig/openai/models/beta/agents/vaults/credential_networking_param.rbs +60 -0
- data/sig/openai/models/beta/agents/vaults/credential_update_params.rbs +3 -0
- data/sig/openai/models/beta/agents/vaults/mcp_oauth_token_endpoint_auth.rbs +9 -0
- data/sig/openai/models/beta/agents/vaults/mcp_oauth_token_endpoint_auth_create_param.rbs +15 -0
- data/sig/openai/models/beta/agents/vaults/mcp_oauth_token_endpoint_auth_rotate_param.rbs +16 -0
- data/sig/openai/models/beta/assistant.rbs +142 -0
- data/sig/openai/models/beta/assistant_create_params.rbs +213 -0
- data/sig/openai/models/beta/assistant_list_params.rbs +40 -0
- data/sig/openai/models/beta/assistant_stream_event.rbs +107 -0
- data/sig/openai/models/beta/assistant_tool_choice.rbs +3 -0
- data/sig/openai/models/beta/assistant_tool_choice_function.rbs +3 -0
- data/sig/openai/models/beta/assistant_update_params.rbs +157 -0
- data/sig/openai/models/beta/beta_apply_patch_tool.rbs +6 -0
- data/sig/openai/models/beta/beta_compacted_response.rbs +19 -0
- data/sig/openai/models/beta/beta_computer_action.rbs +126 -0
- data/sig/openai/models/beta/beta_computer_tool.rbs +3 -0
- data/sig/openai/models/beta/beta_computer_use_preview_tool.rbs +12 -0
- data/sig/openai/models/beta/beta_container_auto.rbs +18 -0
- data/sig/openai/models/beta/beta_container_network_policy_allowlist.rbs +10 -0
- data/sig/openai/models/beta/beta_container_network_policy_disabled.rbs +3 -0
- data/sig/openai/models/beta/beta_container_network_policy_domain_secret.rbs +9 -0
- data/sig/openai/models/beta/beta_container_reference.rbs +6 -0
- data/sig/openai/models/beta/beta_custom_tool.rbs +40 -0
- data/sig/openai/models/beta/beta_easy_input_message.rbs +23 -0
- data/sig/openai/models/beta/beta_file_search_tool.rbs +117 -0
- data/sig/openai/models/beta/beta_function_shell_tool.rbs +6 -0
- data/sig/openai/models/beta/beta_function_tool.rbs +29 -0
- data/sig/openai/models/beta/beta_inline_skill.rbs +12 -0
- data/sig/openai/models/beta/beta_inline_skill_source.rbs +9 -0
- data/sig/openai/models/beta/beta_local_environment.rbs +7 -0
- data/sig/openai/models/beta/beta_local_skill.rbs +9 -0
- data/sig/openai/models/beta/beta_namespace_tool.rbs +38 -0
- data/sig/openai/models/beta/beta_response.rbs +545 -2
- data/sig/openai/models/beta/beta_response_apply_patch_tool_call.rbs +60 -0
- data/sig/openai/models/beta/beta_response_apply_patch_tool_call_output.rbs +34 -0
- data/sig/openai/models/beta/beta_response_audio_delta_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_audio_done_event.rbs +12 -0
- data/sig/openai/models/beta/beta_response_audio_transcript_delta_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_audio_transcript_done_event.rbs +12 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_code_delta_event.rbs +23 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_code_done_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_completed_event.rbs +20 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_in_progress_event.rbs +20 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_call_interpreting_event.rbs +20 -0
- data/sig/openai/models/beta/beta_response_code_interpreter_tool_call.rbs +40 -0
- data/sig/openai/models/beta/beta_response_compaction_compacting_event.rbs +19 -0
- data/sig/openai/models/beta/beta_response_compaction_item.rbs +20 -0
- data/sig/openai/models/beta/beta_response_compaction_item_param.rbs +15 -0
- data/sig/openai/models/beta/beta_response_completed_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_computer_tool_call.rbs +43 -0
- data/sig/openai/models/beta/beta_response_computer_tool_call_output_item.rbs +43 -0
- data/sig/openai/models/beta/beta_response_computer_tool_call_output_screenshot.rbs +13 -0
- data/sig/openai/models/beta/beta_response_configuration_update_item.rbs +22 -0
- data/sig/openai/models/beta/beta_response_configuration_update_item_param.rbs +21 -0
- data/sig/openai/models/beta/beta_response_container_reference.rbs +3 -0
- data/sig/openai/models/beta/beta_response_content.rbs +6 -0
- data/sig/openai/models/beta/beta_response_content_part_added_event.rbs +30 -0
- data/sig/openai/models/beta/beta_response_content_part_done_event.rbs +30 -0
- data/sig/openai/models/beta/beta_response_conversation_param.rbs +3 -0
- data/sig/openai/models/beta/beta_response_created_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call.rbs +36 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_input_delta_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_input_done_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_item.rbs +31 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_output.rbs +33 -0
- data/sig/openai/models/beta/beta_response_custom_tool_call_output_item.rbs +26 -0
- data/sig/openai/models/beta/beta_response_error.rbs +21 -0
- data/sig/openai/models/beta/beta_response_error_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_failed_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_file_search_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_file_search_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_file_search_call_searching_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_file_search_tool_call.rbs +50 -0
- data/sig/openai/models/beta/beta_response_format_text_config.rbs +6 -0
- data/sig/openai/models/beta/beta_response_format_text_json_schema_config.rbs +31 -0
- data/sig/openai/models/beta/beta_response_function_call_arguments_delta_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_function_call_arguments_done_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_function_shell_call_output_content.rbs +18 -0
- data/sig/openai/models/beta/beta_response_function_shell_tool_call.rbs +45 -0
- data/sig/openai/models/beta/beta_response_function_shell_tool_call_output.rbs +65 -0
- data/sig/openai/models/beta/beta_response_function_tool_call.rbs +43 -0
- data/sig/openai/models/beta/beta_response_function_tool_call_item.rbs +31 -0
- data/sig/openai/models/beta/beta_response_function_tool_call_output_item.rbs +50 -0
- data/sig/openai/models/beta/beta_response_function_web_search.rbs +56 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_generating_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_image_gen_call_partial_image_event.rbs +42 -0
- data/sig/openai/models/beta/beta_response_in_progress_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_incomplete_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_inject_created_event.rbs +16 -0
- data/sig/openai/models/beta/beta_response_inject_event.rbs +9 -0
- data/sig/openai/models/beta/beta_response_inject_failed_event.rbs +28 -0
- data/sig/openai/models/beta/beta_response_input_audio.rbs +9 -0
- data/sig/openai/models/beta/beta_response_input_file.rbs +47 -0
- data/sig/openai/models/beta/beta_response_input_file_content.rbs +41 -0
- data/sig/openai/models/beta/beta_response_input_image.rbs +29 -0
- data/sig/openai/models/beta/beta_response_input_image_content.rbs +26 -0
- data/sig/openai/models/beta/beta_response_input_item.rbs +737 -0
- data/sig/openai/models/beta/beta_response_input_message_item.rbs +27 -0
- data/sig/openai/models/beta/beta_response_input_text.rbs +19 -0
- data/sig/openai/models/beta/beta_response_input_text_content.rbs +16 -0
- data/sig/openai/models/beta/beta_response_item.rbs +387 -0
- data/sig/openai/models/beta/beta_response_local_environment.rbs +3 -0
- data/sig/openai/models/beta/beta_response_mcp_call_arguments_delta_event.rbs +23 -0
- data/sig/openai/models/beta/beta_response_mcp_call_arguments_done_event.rbs +21 -0
- data/sig/openai/models/beta/beta_response_mcp_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_call_failed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_list_tools_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_list_tools_failed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_mcp_list_tools_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_output_audio.rbs +9 -0
- data/sig/openai/models/beta/beta_response_output_item.rbs +387 -0
- data/sig/openai/models/beta/beta_response_output_item_added_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_output_item_done_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_output_message.rbs +32 -0
- data/sig/openai/models/beta/beta_response_output_refusal.rbs +6 -0
- data/sig/openai/models/beta/beta_response_output_text.rbs +63 -0
- data/sig/openai/models/beta/beta_response_output_text_annotation_added_event.rbs +81 -0
- data/sig/openai/models/beta/beta_response_prompt.rbs +13 -0
- data/sig/openai/models/beta/beta_response_queued_event.rbs +15 -0
- data/sig/openai/models/beta/beta_response_reasoning_item.rbs +55 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_part_added_event.rbs +30 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_part_done_event.rbs +37 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_text_delta_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_reasoning_summary_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_reasoning_text_delta_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_reasoning_text_done_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_refusal_delta_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_refusal_done_event.rbs +24 -0
- data/sig/openai/models/beta/beta_response_shell_call_command_added_event.rbs +22 -0
- data/sig/openai/models/beta/beta_response_shell_call_command_delta_event.rbs +26 -0
- data/sig/openai/models/beta/beta_response_shell_call_command_done_event.rbs +22 -0
- data/sig/openai/models/beta/beta_response_shell_call_output_content_delta_event.rbs +33 -0
- data/sig/openai/models/beta/beta_response_shell_call_output_content_done_event.rbs +49 -0
- data/sig/openai/models/beta/beta_response_steer_accepted_event.rbs +22 -0
- data/sig/openai/models/beta/beta_response_steer_event.rbs +25 -0
- data/sig/openai/models/beta/beta_response_steer_failed_event.rbs +78 -0
- data/sig/openai/models/beta/beta_response_steer_input.rbs +64 -0
- data/sig/openai/models/beta/beta_response_steer_pending_event.rbs +42 -0
- data/sig/openai/models/beta/beta_response_text_config.rbs +49 -0
- data/sig/openai/models/beta/beta_response_text_delta_event.rbs +45 -0
- data/sig/openai/models/beta/beta_response_text_done_event.rbs +45 -0
- data/sig/openai/models/beta/beta_response_tool_search_call.rbs +29 -0
- data/sig/openai/models/beta/beta_response_tool_search_output_item.rbs +29 -0
- data/sig/openai/models/beta/beta_response_tool_search_output_item_param.rbs +25 -0
- data/sig/openai/models/beta/beta_response_usage.rbs +26 -0
- data/sig/openai/models/beta/beta_response_web_search_call_completed_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_web_search_call_in_progress_event.rbs +18 -0
- data/sig/openai/models/beta/beta_response_web_search_call_searching_event.rbs +18 -0
- data/sig/openai/models/beta/beta_responses_client_event.rbs +658 -2
- data/sig/openai/models/beta/beta_responses_server_event.rbs +1132 -0
- data/sig/openai/models/beta/beta_skill_reference.rbs +10 -0
- data/sig/openai/models/beta/beta_tool.rbs +347 -0
- data/sig/openai/models/beta/beta_tool_choice_allowed.rbs +39 -0
- data/sig/openai/models/beta/beta_tool_choice_apply_patch.rbs +3 -0
- data/sig/openai/models/beta/beta_tool_choice_custom.rbs +6 -0
- data/sig/openai/models/beta/beta_tool_choice_function.rbs +6 -0
- data/sig/openai/models/beta/beta_tool_choice_mcp.rbs +9 -0
- data/sig/openai/models/beta/beta_tool_choice_shell.rbs +3 -0
- data/sig/openai/models/beta/beta_tool_choice_types.rbs +25 -0
- data/sig/openai/models/beta/beta_tool_search_tool.rbs +13 -0
- data/sig/openai/models/beta/beta_web_search_preview_tool.rbs +34 -0
- data/sig/openai/models/beta/beta_web_search_tool.rbs +55 -0
- data/sig/openai/models/beta/chatkit/chat_session.rbs +30 -0
- data/sig/openai/models/beta/chatkit/chat_session_automatic_thread_titling.rbs +3 -0
- data/sig/openai/models/beta/chatkit/chat_session_chatkit_configuration.rbs +9 -0
- data/sig/openai/models/beta/chatkit/chat_session_chatkit_configuration_param.rbs +51 -0
- data/sig/openai/models/beta/chatkit/chat_session_expires_after_param.rbs +6 -0
- data/sig/openai/models/beta/chatkit/chat_session_file_upload.rbs +9 -0
- data/sig/openai/models/beta/chatkit/chat_session_history.rbs +8 -0
- data/sig/openai/models/beta/chatkit/chat_session_rate_limits.rbs +3 -0
- data/sig/openai/models/beta/chatkit/chat_session_rate_limits_param.rbs +4 -0
- data/sig/openai/models/beta/chatkit/chat_session_workflow_param.rbs +25 -0
- data/sig/openai/models/beta/chatkit/chatkit_attachment.rbs +15 -0
- data/sig/openai/models/beta/chatkit/chatkit_response_output_text.rbs +33 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread.rbs +35 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread_assistant_message_item.rbs +18 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread_item_list.rbs +98 -0
- data/sig/openai/models/beta/chatkit/chatkit_thread_user_message_item.rbs +44 -0
- data/sig/openai/models/beta/chatkit/chatkit_widget_item.rbs +18 -0
- data/sig/openai/models/beta/chatkit/session_create_params.rbs +23 -0
- data/sig/openai/models/beta/chatkit/thread_delete_response.rbs +9 -0
- data/sig/openai/models/beta/chatkit/thread_list_items_params.rbs +22 -0
- data/sig/openai/models/beta/chatkit/thread_list_params.rbs +29 -0
- data/sig/openai/models/beta/chatkit_workflow.rbs +19 -0
- data/sig/openai/models/beta/code_interpreter_tool.rbs +3 -0
- data/sig/openai/models/beta/environment.rbs +59 -0
- data/sig/openai/models/beta/environment_param.rbs +70 -1
- data/sig/openai/models/beta/file_search_tool.rbs +63 -0
- data/sig/openai/models/beta/function_tool.rbs +3 -0
- data/sig/openai/models/beta/hosted_environment_file.rbs +12 -0
- data/sig/openai/models/beta/hosted_environment_file_id.rbs +15 -0
- data/sig/openai/models/beta/hosted_environment_file_param.rbs +18 -0
- data/sig/openai/models/beta/hosted_plugin.rbs +9 -0
- data/sig/openai/models/beta/hosted_plugin_param.rbs +12 -0
- data/sig/openai/models/beta/hosted_skill.rbs +9 -0
- data/sig/openai/models/beta/hosted_skill_param.rbs +21 -0
- data/sig/openai/models/beta/hosted_skill_reference.rbs +15 -0
- data/sig/openai/models/beta/inline_capability_source_param.rbs +9 -0
- data/sig/openai/models/beta/input_content.rbs +14 -0
- data/sig/openai/models/beta/input_content_param.rbs +12 -0
- data/sig/openai/models/beta/mcp_transport.rbs +21 -0
- data/sig/openai/models/beta/mcp_transport_param.rbs +30 -0
- data/sig/openai/models/beta/message_stream_event.rbs +25 -0
- data/sig/openai/models/beta/multi_agent_config.rbs +8 -0
- data/sig/openai/models/beta/multi_agent_config_param.rbs +7 -0
- data/sig/openai/models/beta/output_text.rbs +6 -0
- data/sig/openai/models/beta/persisted_agent_tool.rbs +75 -0
- data/sig/openai/models/beta/persisted_agent_tool_param.rbs +86 -0
- data/sig/openai/models/beta/persisted_mcp_transport.rbs +24 -0
- data/sig/openai/models/beta/persisted_mcp_transport_param.rbs +24 -0
- data/sig/openai/models/beta/response_compact_params.rbs +121 -2
- data/sig/openai/models/beta/response_create_params.rbs +626 -2
- data/sig/openai/models/beta/response_retrieve_params.rbs +30 -0
- data/sig/openai/models/beta/responses/beta_response_item_list.rbs +15 -0
- data/sig/openai/models/beta/responses/input_item_list_params.rbs +31 -0
- data/sig/openai/models/beta/responses/input_token_count_params.rbs +206 -0
- data/sig/openai/models/beta/run_step_stream_event.rbs +23 -0
- data/sig/openai/models/beta/run_stream_event.rbs +50 -0
- data/sig/openai/models/beta/session_error.rbs +12 -0
- data/sig/openai/models/beta/session_turn_error.rbs +6 -0
- data/sig/openai/models/beta/setup_command_param.rbs +6 -0
- data/sig/openai/models/beta/subagent.rbs +33 -0
- data/sig/openai/models/beta/summary_text.rbs +6 -0
- data/sig/openai/models/beta/text_format.rbs +9 -0
- data/sig/openai/models/beta/text_format_param.rbs +9 -0
- data/sig/openai/models/beta/thread.rbs +54 -0
- data/sig/openai/models/beta/thread_create_and_run_params.rbs +367 -0
- data/sig/openai/models/beta/thread_create_params.rbs +162 -0
- data/sig/openai/models/beta/thread_stream_event.rbs +9 -0
- data/sig/openai/models/beta/thread_update_params.rbs +45 -0
- data/sig/openai/models/beta/threads/file_citation_annotation.rbs +9 -0
- data/sig/openai/models/beta/threads/file_citation_delta_annotation.rbs +18 -0
- data/sig/openai/models/beta/threads/file_path_annotation.rbs +9 -0
- data/sig/openai/models/beta/threads/file_path_delta_annotation.rbs +14 -0
- data/sig/openai/models/beta/threads/image_file.rbs +14 -0
- data/sig/openai/models/beta/threads/image_file_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/image_file_delta.rbs +17 -0
- data/sig/openai/models/beta/threads/image_file_delta_block.rbs +6 -0
- data/sig/openai/models/beta/threads/image_url.rbs +12 -0
- data/sig/openai/models/beta/threads/image_url_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/image_url_delta.rbs +14 -0
- data/sig/openai/models/beta/threads/image_url_delta_block.rbs +6 -0
- data/sig/openai/models/beta/threads/message.rbs +78 -0
- data/sig/openai/models/beta/threads/message_create_params.rbs +43 -0
- data/sig/openai/models/beta/threads/message_delta.rbs +8 -0
- data/sig/openai/models/beta/threads/message_delta_event.rbs +9 -0
- data/sig/openai/models/beta/threads/message_list_params.rbs +44 -0
- data/sig/openai/models/beta/threads/message_update_params.rbs +13 -0
- data/sig/openai/models/beta/threads/refusal_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/refusal_delta_block.rbs +6 -0
- data/sig/openai/models/beta/threads/required_action_function_tool_call.rbs +23 -0
- data/sig/openai/models/beta/threads/run.rbs +226 -0
- data/sig/openai/models/beta/threads/run_create_params.rbs +256 -0
- data/sig/openai/models/beta/threads/run_list_params.rbs +40 -0
- data/sig/openai/models/beta/threads/run_submit_tool_outputs_params.rbs +14 -0
- data/sig/openai/models/beta/threads/run_update_params.rbs +13 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_logs.rbs +10 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_output_image.rbs +13 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_tool_call.rbs +35 -0
- data/sig/openai/models/beta/threads/runs/code_interpreter_tool_call_delta.rbs +30 -0
- data/sig/openai/models/beta/threads/runs/file_search_tool_call.rbs +55 -0
- data/sig/openai/models/beta/threads/runs/file_search_tool_call_delta.rbs +15 -0
- data/sig/openai/models/beta/threads/runs/function_tool_call.rbs +22 -0
- data/sig/openai/models/beta/threads/runs/function_tool_call_delta.rbs +29 -0
- data/sig/openai/models/beta/threads/runs/message_creation_step_details.rbs +6 -0
- data/sig/openai/models/beta/threads/runs/run_step.rbs +91 -0
- data/sig/openai/models/beta/threads/runs/run_step_delta.rbs +4 -0
- data/sig/openai/models/beta/threads/runs/run_step_delta_event.rbs +9 -0
- data/sig/openai/models/beta/threads/runs/run_step_delta_message_delta.rbs +7 -0
- data/sig/openai/models/beta/threads/runs/step_list_params.rbs +62 -0
- data/sig/openai/models/beta/threads/runs/step_retrieve_params.rbs +22 -0
- data/sig/openai/models/beta/threads/runs/tool_call_delta_object.rbs +13 -0
- data/sig/openai/models/beta/threads/runs/tool_calls_step_details.rbs +10 -0
- data/sig/openai/models/beta/threads/text.rbs +3 -0
- data/sig/openai/models/beta/threads/text_content_block.rbs +3 -0
- data/sig/openai/models/beta/threads/text_content_block_param.rbs +6 -0
- data/sig/openai/models/beta/threads/text_delta.rbs +4 -0
- data/sig/openai/models/beta/threads/text_delta_block.rbs +6 -0
- data/sig/openai/models/beta/token_usage.rbs +21 -0
- data/sig/openai/models/beta/web_search_action.rbs +27 -0
- data/sig/openai/models/chat/chat_completion.rbs +213 -0
- data/sig/openai/models/chat/chat_completion_allowed_tool_choice.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_allowed_tools.rbs +34 -0
- data/sig/openai/models/chat/chat_completion_assistant_message_param.rbs +47 -0
- data/sig/openai/models/chat/chat_completion_audio.rbs +16 -0
- data/sig/openai/models/chat/chat_completion_audio_param.rbs +17 -0
- data/sig/openai/models/chat/chat_completion_chunk.rbs +279 -0
- data/sig/openai/models/chat/chat_completion_content_part.rbs +31 -0
- data/sig/openai/models/chat/chat_completion_content_part_image.rbs +26 -0
- data/sig/openai/models/chat/chat_completion_content_part_input_audio.rbs +22 -0
- data/sig/openai/models/chat/chat_completion_content_part_refusal.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_content_part_text.rbs +19 -0
- data/sig/openai/models/chat/chat_completion_custom_tool.rbs +32 -0
- data/sig/openai/models/chat/chat_completion_deleted.rbs +9 -0
- data/sig/openai/models/chat/chat_completion_developer_message_param.rbs +13 -0
- data/sig/openai/models/chat/chat_completion_function_call_option.rbs +3 -0
- data/sig/openai/models/chat/chat_completion_function_message_param.rbs +9 -0
- data/sig/openai/models/chat/chat_completion_function_tool.rbs +3 -0
- data/sig/openai/models/chat/chat_completion_message.rbs +64 -0
- data/sig/openai/models/chat/chat_completion_message_custom_tool_call.rbs +15 -0
- data/sig/openai/models/chat/chat_completion_message_function_tool_call.rbs +21 -0
- data/sig/openai/models/chat/chat_completion_named_tool_choice.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_named_tool_choice_custom.rbs +6 -0
- data/sig/openai/models/chat/chat_completion_prediction_content.rbs +12 -0
- data/sig/openai/models/chat/chat_completion_store_message.rbs +29 -0
- data/sig/openai/models/chat/chat_completion_stream_options.rbs +41 -0
- data/sig/openai/models/chat/chat_completion_system_message_param.rbs +13 -0
- data/sig/openai/models/chat/chat_completion_token_logprob.rbs +43 -0
- data/sig/openai/models/chat/chat_completion_tool_message_param.rbs +9 -0
- data/sig/openai/models/chat/chat_completion_user_message_param.rbs +13 -0
- data/sig/openai/models/chat/completion_create_params.rbs +637 -0
- data/sig/openai/models/chat/completion_list_params.rbs +26 -0
- data/sig/openai/models/chat/completion_update_params.rbs +13 -0
- data/sig/openai/models/chat/completions/message_list_params.rbs +15 -0
- data/sig/openai/models/chat_model.rbs +2 -2
- data/sig/openai/models/comparison_filter.rbs +31 -0
- data/sig/openai/models/completion.rbs +32 -0
- data/sig/openai/models/completion_choice.rbs +9 -0
- data/sig/openai/models/completion_create_params.rbs +198 -0
- data/sig/openai/models/completion_usage.rbs +69 -0
- data/sig/openai/models/compound_filter.rbs +8 -0
- data/sig/openai/models/container_create_params.rbs +28 -0
- data/sig/openai/models/container_create_response.rbs +52 -0
- data/sig/openai/models/container_list_params.rbs +31 -0
- data/sig/openai/models/container_list_response.rbs +52 -0
- data/sig/openai/models/container_retrieve_response.rbs +52 -0
- data/sig/openai/models/containers/file_create_params.rbs +20 -0
- data/sig/openai/models/containers/file_create_response.rbs +21 -0
- data/sig/openai/models/containers/file_list_params.rbs +27 -0
- data/sig/openai/models/containers/file_list_response.rbs +21 -0
- data/sig/openai/models/containers/file_retrieve_response.rbs +21 -0
- data/sig/openai/models/content_provenance_check.rbs +69 -0
- data/sig/openai/models/content_provenance_check_create_params.rbs +11 -0
- data/sig/openai/models/conversations/computer_screenshot_content.rbs +29 -0
- data/sig/openai/models/conversations/conversation.rbs +22 -0
- data/sig/openai/models/conversations/conversation_create_params.rbs +18 -0
- data/sig/openai/models/conversations/conversation_item.rbs +211 -0
- data/sig/openai/models/conversations/conversation_item_list.rbs +15 -0
- data/sig/openai/models/conversations/conversation_update_params.rbs +11 -0
- data/sig/openai/models/conversations/item_create_params.rbs +13 -0
- data/sig/openai/models/conversations/item_list_params.rbs +79 -0
- data/sig/openai/models/conversations/item_retrieve_params.rbs +10 -0
- data/sig/openai/models/conversations/message.rbs +34 -0
- data/sig/openai/models/conversations/summary_text_content.rbs +6 -0
- data/sig/openai/models/create_embedding_response.rbs +18 -0
- data/sig/openai/models/custom_tool_input_format.rbs +12 -0
- data/sig/openai/models/embedding.rbs +13 -0
- data/sig/openai/models/embedding_create_params.rbs +54 -0
- data/sig/openai/models/error_object.rbs +15 -0
- data/sig/openai/models/eval_create_params.rbs +161 -0
- data/sig/openai/models/eval_create_response.rbs +96 -0
- data/sig/openai/models/eval_custom_data_source_config.rbs +8 -0
- data/sig/openai/models/eval_list_params.rbs +22 -0
- data/sig/openai/models/eval_list_response.rbs +96 -0
- data/sig/openai/models/eval_retrieve_response.rbs +96 -0
- data/sig/openai/models/eval_stored_completions_data_source_config.rbs +21 -0
- data/sig/openai/models/eval_update_params.rbs +17 -0
- data/sig/openai/models/eval_update_response.rbs +96 -0
- data/sig/openai/models/evals/create_eval_completions_run_data_source.rbs +180 -0
- data/sig/openai/models/evals/create_eval_jsonl_run_data_source.rbs +18 -0
- data/sig/openai/models/evals/eval_api_error.rbs +6 -0
- data/sig/openai/models/evals/run_cancel_response.rbs +363 -0
- data/sig/openai/models/evals/run_create_params.rbs +292 -0
- data/sig/openai/models/evals/run_create_response.rbs +363 -0
- data/sig/openai/models/evals/run_list_params.rbs +22 -0
- data/sig/openai/models/evals/run_list_response.rbs +363 -0
- data/sig/openai/models/evals/run_retrieve_response.rbs +363 -0
- data/sig/openai/models/evals/runs/output_item_list_params.rbs +22 -0
- data/sig/openai/models/evals/runs/output_item_list_response.rbs +102 -0
- data/sig/openai/models/evals/runs/output_item_retrieve_response.rbs +102 -0
- data/sig/openai/models/file_create_params.rbs +45 -0
- data/sig/openai/models/file_list_params.rbs +31 -0
- data/sig/openai/models/file_object.rbs +38 -0
- data/sig/openai/models/fine_tuning/alpha/grader_run_params.rbs +27 -0
- data/sig/openai/models/fine_tuning/alpha/grader_validate_params.rbs +3 -0
- data/sig/openai/models/fine_tuning/alpha/grader_validate_response.rbs +4 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_create_params.rbs +3 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_create_response.rbs +12 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_delete_response.rbs +9 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_list_params.rbs +16 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_list_response.rbs +12 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_retrieve_params.rbs +16 -0
- data/sig/openai/models/fine_tuning/checkpoints/permission_retrieve_response.rbs +12 -0
- data/sig/openai/models/fine_tuning/dpo_hyperparameters.rbs +28 -0
- data/sig/openai/models/fine_tuning/dpo_method.rbs +4 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job.rbs +137 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job_event.rbs +23 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job_wandb_integration.rbs +25 -0
- data/sig/openai/models/fine_tuning/fine_tuning_job_wandb_integration_object.rbs +12 -0
- data/sig/openai/models/fine_tuning/job_create_params.rbs +191 -0
- data/sig/openai/models/fine_tuning/job_list_events_params.rbs +8 -0
- data/sig/openai/models/fine_tuning/job_list_params.rbs +13 -0
- data/sig/openai/models/fine_tuning/jobs/checkpoint_list_params.rbs +8 -0
- data/sig/openai/models/fine_tuning/jobs/fine_tuning_job_checkpoint.rbs +21 -0
- data/sig/openai/models/fine_tuning/reinforcement_hyperparameters.rbs +37 -0
- data/sig/openai/models/fine_tuning/reinforcement_method.rbs +7 -0
- data/sig/openai/models/fine_tuning/supervised_hyperparameters.rbs +21 -0
- data/sig/openai/models/fine_tuning/supervised_method.rbs +4 -0
- data/sig/openai/models/function_definition.rbs +45 -0
- data/sig/openai/models/graders/grader_input_item.rbs +19 -0
- data/sig/openai/models/graders/label_model_grader.rbs +48 -0
- data/sig/openai/models/graders/multi_grader.rbs +14 -0
- data/sig/openai/models/graders/python_grader.rbs +13 -0
- data/sig/openai/models/graders/score_model_grader.rbs +80 -0
- data/sig/openai/models/graders/string_check_grader.rbs +15 -0
- data/sig/openai/models/graders/text_similarity_grader.rbs +17 -0
- data/sig/openai/models/image.rbs +24 -0
- data/sig/openai/models/image_create_variation_params.rbs +43 -0
- data/sig/openai/models/image_edit_completed_event.rbs +44 -0
- data/sig/openai/models/image_edit_params.rbs +183 -0
- data/sig/openai/models/image_edit_partial_image_event.rbs +24 -0
- data/sig/openai/models/image_gen_completed_event.rbs +44 -0
- data/sig/openai/models/image_gen_partial_image_event.rbs +24 -0
- data/sig/openai/models/image_generate_params.rbs +148 -0
- data/sig/openai/models/image_input_reference_param.rbs +4 -0
- data/sig/openai/models/images_response.rbs +61 -0
- data/sig/openai/models/live/audio_format.rbs +18 -0
- data/sig/openai/models/live/client_config.rbs +3 -0
- data/sig/openai/models/live/client_delegation.rbs +3 -0
- data/sig/openai/models/live/commentary_append_event.rbs +22 -0
- data/sig/openai/models/live/commentary_appended_event.rbs +23 -0
- data/sig/openai/models/live/data_channel_config.rbs +23 -0
- data/sig/openai/models/live/delegation_created_event.rbs +43 -0
- data/sig/openai/models/live/error.rbs +19 -0
- data/sig/openai/models/live/error_event.rbs +16 -0
- data/sig/openai/models/live/fork_server_event.rbs +26 -0
- data/sig/openai/models/live/fork_session_config.rbs +48 -0
- data/sig/openai/models/live/fork_session_start_event.rbs +17 -0
- data/sig/openai/models/live/function_tool.rbs +17 -0
- data/sig/openai/models/live/info_event.rbs +19 -0
- data/sig/openai/models/live/initial_item.rbs +93 -0
- data/sig/openai/models/live/input_audio_append_event.rbs +19 -0
- data/sig/openai/models/live/input_audio_mute_event.rbs +8 -0
- data/sig/openai/models/live/input_audio_muted_event.rbs +13 -0
- data/sig/openai/models/live/input_audio_unmute_event.rbs +8 -0
- data/sig/openai/models/live/input_audio_unmuted_event.rbs +13 -0
- data/sig/openai/models/live/input_transcript_delta_event.rbs +28 -0
- data/sig/openai/models/live/instructions_append_event.rbs +20 -0
- data/sig/openai/models/live/instructions_appended_event.rbs +23 -0
- data/sig/openai/models/live/live_create_params.rbs +12 -0
- data/sig/openai/models/live/live_create_response.rbs +19 -0
- data/sig/openai/models/live/media_session_config.rbs +78 -0
- data/sig/openai/models/live/media_session_fork_config.rbs +31 -0
- data/sig/openai/models/live/output_audio_delta_event.rbs +25 -0
- data/sig/openai/models/live/output_transcript_delta_event.rbs +28 -0
- data/sig/openai/models/live/response_create_event.rbs +8 -0
- data/sig/openai/models/live/response_event.rbs +25 -0
- data/sig/openai/models/live/response_item_create_event.rbs +13 -0
- data/sig/openai/models/live/responses_delegation_config.rbs +59 -0
- data/sig/openai/models/live/responses_delegation_update_config.rbs +63 -0
- data/sig/openai/models/live/server_event.rbs +26 -0
- data/sig/openai/models/live/server_event_selector.rbs +10 -0
- data/sig/openai/models/live/session_accept_params.rbs +80 -0
- data/sig/openai/models/live/session_close_event.rbs +8 -0
- data/sig/openai/models/live/session_closed_event.rbs +28 -0
- data/sig/openai/models/live/session_config.rbs +85 -0
- data/sig/openai/models/live/session_download_recording_params.rbs +5 -0
- data/sig/openai/models/live/session_fork_params.rbs +16 -0
- data/sig/openai/models/live/session_fork_response.rbs +19 -0
- data/sig/openai/models/live/session_refer_params.rbs +5 -0
- data/sig/openai/models/live/session_reject_params.rbs +3 -0
- data/sig/openai/models/live/session_resource.rbs +100 -0
- data/sig/openai/models/live/session_start_event.rbs +15 -0
- data/sig/openai/models/live/session_started_event.rbs +16 -0
- data/sig/openai/models/live/session_update_config.rbs +15 -0
- data/sig/openai/models/live/session_update_event.rbs +15 -0
- data/sig/openai/models/live/session_updated_event.rbs +16 -0
- data/sig/openai/models/live/session_usage.rbs +5 -0
- data/sig/openai/models/live/session_usage_updated_event.rbs +28 -0
- data/sig/openai/models/live/thinking_append_event.rbs +22 -0
- data/sig/openai/models/live/thinking_appended_event.rbs +23 -0
- data/sig/openai/models/model.rbs +15 -0
- data/sig/openai/models/moderation.rbs +163 -0
- data/sig/openai/models/moderation_create_params.rbs +18 -0
- data/sig/openai/models/moderation_create_response.rbs +9 -0
- data/sig/openai/models/moderation_image_url_input.rbs +9 -0
- data/sig/openai/models/moderation_text_input.rbs +6 -0
- data/sig/openai/models/other_file_chunking_strategy_object.rbs +3 -0
- data/sig/openai/models/realtime/audio_transcription.rbs +72 -0
- data/sig/openai/models/realtime/call_accept_params.rbs +72 -0
- data/sig/openai/models/realtime/call_create_params.rbs +7 -0
- data/sig/openai/models/realtime/call_refer_params.rbs +5 -0
- data/sig/openai/models/realtime/call_reject_params.rbs +7 -0
- data/sig/openai/models/realtime/client_secret_create_params.rbs +40 -0
- data/sig/openai/models/realtime/client_secret_create_response.rbs +9 -0
- data/sig/openai/models/realtime/conversation_created_event.rbs +17 -0
- data/sig/openai/models/realtime/conversation_item_added.rbs +14 -0
- data/sig/openai/models/realtime/conversation_item_create_event.rbs +38 -0
- data/sig/openai/models/realtime/conversation_item_created_event.rbs +16 -0
- data/sig/openai/models/realtime/conversation_item_delete_event.rbs +10 -0
- data/sig/openai/models/realtime/conversation_item_deleted_event.rbs +9 -0
- data/sig/openai/models/realtime/conversation_item_done.rbs +14 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_completed_event.rbs +60 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_delta_event.rbs +30 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rbs +31 -0
- data/sig/openai/models/realtime/conversation_item_input_audio_transcription_segment.rbs +27 -0
- data/sig/openai/models/realtime/conversation_item_retrieve_event.rbs +10 -0
- data/sig/openai/models/realtime/conversation_item_truncate_event.rbs +22 -0
- data/sig/openai/models/realtime/conversation_item_truncated_event.rbs +15 -0
- data/sig/openai/models/realtime/conversation_item_with_reference.rbs +111 -0
- data/sig/openai/models/realtime/input_audio_buffer_append_event.rbs +12 -0
- data/sig/openai/models/realtime/input_audio_buffer_clear_event.rbs +7 -0
- data/sig/openai/models/realtime/input_audio_buffer_cleared_event.rbs +6 -0
- data/sig/openai/models/realtime/input_audio_buffer_commit_event.rbs +7 -0
- data/sig/openai/models/realtime/input_audio_buffer_committed_event.rbs +14 -0
- data/sig/openai/models/realtime/input_audio_buffer_dtmf_event_received_event.rbs +9 -0
- data/sig/openai/models/realtime/input_audio_buffer_speech_started_event.rbs +18 -0
- data/sig/openai/models/realtime/input_audio_buffer_speech_stopped_event.rbs +16 -0
- data/sig/openai/models/realtime/input_audio_buffer_timeout_triggered.rbs +19 -0
- data/sig/openai/models/realtime/log_prob_properties.rbs +9 -0
- data/sig/openai/models/realtime/mcp_list_tools_completed.rbs +9 -0
- data/sig/openai/models/realtime/mcp_list_tools_failed.rbs +9 -0
- data/sig/openai/models/realtime/mcp_list_tools_in_progress.rbs +9 -0
- data/sig/openai/models/realtime/output_audio_buffer_clear_event.rbs +7 -0
- data/sig/openai/models/realtime/rate_limits_updated_event.rbs +25 -0
- data/sig/openai/models/realtime/realtime_audio_config_input.rbs +88 -0
- data/sig/openai/models/realtime/realtime_audio_config_output.rbs +48 -0
- data/sig/openai/models/realtime/realtime_audio_formats.rbs +16 -0
- data/sig/openai/models/realtime/realtime_audio_input_turn_detection.rbs +129 -0
- data/sig/openai/models/realtime/realtime_conversation_item_assistant_message.rbs +55 -0
- data/sig/openai/models/realtime/realtime_conversation_item_function_call.rbs +35 -0
- data/sig/openai/models/realtime/realtime_conversation_item_function_call_output.rbs +29 -0
- data/sig/openai/models/realtime/realtime_conversation_item_system_message.rbs +35 -0
- data/sig/openai/models/realtime/realtime_conversation_item_user_message.rbs +69 -0
- data/sig/openai/models/realtime/realtime_error.rbs +15 -0
- data/sig/openai/models/realtime/realtime_error_event.rbs +9 -0
- data/sig/openai/models/realtime/realtime_function_tool.rbs +19 -0
- data/sig/openai/models/realtime/realtime_mcp_approval_request.rbs +15 -0
- data/sig/openai/models/realtime/realtime_mcp_approval_response.rbs +15 -0
- data/sig/openai/models/realtime/realtime_mcp_list_tools.rbs +25 -0
- data/sig/openai/models/realtime/realtime_mcp_tool_call.rbs +24 -0
- data/sig/openai/models/realtime/realtime_reasoning.rbs +7 -0
- data/sig/openai/models/realtime/realtime_response.rbs +109 -0
- data/sig/openai/models/realtime/realtime_response_create_audio_output.rbs +26 -0
- data/sig/openai/models/realtime/realtime_response_create_mcp_tool.rbs +169 -0
- data/sig/openai/models/realtime/realtime_response_create_params.rbs +127 -0
- data/sig/openai/models/realtime/realtime_response_status.rbs +38 -0
- data/sig/openai/models/realtime/realtime_response_usage.rbs +38 -0
- data/sig/openai/models/realtime/realtime_response_usage_input_token_details.rbs +32 -0
- data/sig/openai/models/realtime/realtime_response_usage_output_token_details.rbs +8 -0
- data/sig/openai/models/realtime/realtime_server_event.rbs +36 -0
- data/sig/openai/models/realtime/realtime_session.rbs +373 -0
- data/sig/openai/models/realtime/realtime_session_create_request.rbs +178 -0
- data/sig/openai/models/realtime/realtime_session_create_response.rbs +602 -0
- data/sig/openai/models/realtime/realtime_tools_config_union.rbs +169 -0
- data/sig/openai/models/realtime/realtime_tracing_config.rbs +21 -0
- data/sig/openai/models/realtime/realtime_transcription_session_audio_input.rbs +88 -0
- data/sig/openai/models/realtime/realtime_transcription_session_audio_input_turn_detection.rbs +129 -0
- data/sig/openai/models/realtime/realtime_transcription_session_create_request.rbs +22 -0
- data/sig/openai/models/realtime/realtime_transcription_session_create_response.rbs +57 -0
- data/sig/openai/models/realtime/realtime_transcription_session_turn_detection.rbs +31 -0
- data/sig/openai/models/realtime/realtime_translation_client_secret_create_request.rbs +38 -0
- data/sig/openai/models/realtime/realtime_translation_client_secret_create_response.rbs +11 -0
- data/sig/openai/models/realtime/realtime_translation_input_audio_buffer_append_event.rbs +10 -0
- data/sig/openai/models/realtime/realtime_translation_input_transcript_delta_event.rbs +18 -0
- data/sig/openai/models/realtime/realtime_translation_output_audio_delta_event.rbs +28 -0
- data/sig/openai/models/realtime/realtime_translation_output_transcript_delta_event.rbs +18 -0
- data/sig/openai/models/realtime/realtime_translation_session.rbs +41 -0
- data/sig/openai/models/realtime/realtime_translation_session_close_event.rbs +7 -0
- data/sig/openai/models/realtime/realtime_translation_session_closed_event.rbs +6 -0
- data/sig/openai/models/realtime/realtime_translation_session_create_request.rbs +31 -0
- data/sig/openai/models/realtime/realtime_translation_session_created_event.rbs +9 -0
- data/sig/openai/models/realtime/realtime_translation_session_update_event.rbs +12 -0
- data/sig/openai/models/realtime/realtime_translation_session_update_request.rbs +28 -0
- data/sig/openai/models/realtime/realtime_translation_session_updated_event.rbs +9 -0
- data/sig/openai/models/realtime/realtime_truncation_retention_ratio.rbs +35 -0
- data/sig/openai/models/realtime/response_audio_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_audio_done_event.rbs +18 -0
- data/sig/openai/models/realtime/response_audio_transcript_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_audio_transcript_done_event.rbs +21 -0
- data/sig/openai/models/realtime/response_cancel_event.rbs +14 -0
- data/sig/openai/models/realtime/response_content_part_added_event.rbs +37 -0
- data/sig/openai/models/realtime/response_content_part_done_event.rbs +37 -0
- data/sig/openai/models/realtime/response_create_event.rbs +11 -0
- data/sig/openai/models/realtime/response_created_event.rbs +9 -0
- data/sig/openai/models/realtime/response_done_event.rbs +9 -0
- data/sig/openai/models/realtime/response_function_call_arguments_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_function_call_arguments_done_event.rbs +24 -0
- data/sig/openai/models/realtime/response_mcp_call_arguments_delta.rbs +21 -0
- data/sig/openai/models/realtime/response_mcp_call_arguments_done.rbs +18 -0
- data/sig/openai/models/realtime/response_mcp_call_completed.rbs +12 -0
- data/sig/openai/models/realtime/response_mcp_call_failed.rbs +12 -0
- data/sig/openai/models/realtime/response_mcp_call_in_progress.rbs +12 -0
- data/sig/openai/models/realtime/response_output_item_added_event.rbs +15 -0
- data/sig/openai/models/realtime/response_output_item_done_event.rbs +15 -0
- data/sig/openai/models/realtime/response_text_delta_event.rbs +21 -0
- data/sig/openai/models/realtime/response_text_done_event.rbs +21 -0
- data/sig/openai/models/realtime/session_created_event.rbs +9 -0
- data/sig/openai/models/realtime/session_update_event.rbs +21 -0
- data/sig/openai/models/realtime/session_updated_event.rbs +9 -0
- data/sig/openai/models/realtime/transcription_session_update.rbs +107 -0
- data/sig/openai/models/realtime/transcription_session_updated_event.rbs +86 -0
- data/sig/openai/models/reasoning.rbs +60 -0
- data/sig/openai/models/response_format_json_object.rbs +3 -0
- data/sig/openai/models/response_format_json_schema.rbs +36 -0
- data/sig/openai/models/response_format_text.rbs +3 -0
- data/sig/openai/models/response_format_text_grammar.rbs +6 -0
- data/sig/openai/models/response_format_text_python.rbs +3 -0
- data/sig/openai/models/responses/apply_patch_tool.rbs +6 -0
- data/sig/openai/models/responses/compacted_response.rbs +19 -0
- data/sig/openai/models/responses/computer_action.rbs +126 -0
- data/sig/openai/models/responses/computer_tool.rbs +3 -0
- data/sig/openai/models/responses/computer_use_preview_tool.rbs +12 -0
- data/sig/openai/models/responses/container_auto.rbs +18 -0
- data/sig/openai/models/responses/container_network_policy_allowlist.rbs +10 -0
- data/sig/openai/models/responses/container_network_policy_disabled.rbs +3 -0
- data/sig/openai/models/responses/container_network_policy_domain_secret.rbs +9 -0
- data/sig/openai/models/responses/container_reference.rbs +6 -0
- data/sig/openai/models/responses/custom_tool.rbs +28 -0
- data/sig/openai/models/responses/easy_input_message.rbs +23 -0
- data/sig/openai/models/responses/file_search_tool.rbs +47 -0
- data/sig/openai/models/responses/function_shell_tool.rbs +6 -0
- data/sig/openai/models/responses/function_tool.rbs +29 -0
- data/sig/openai/models/responses/inline_skill.rbs +12 -0
- data/sig/openai/models/responses/inline_skill_source.rbs +9 -0
- data/sig/openai/models/responses/input_item_list_params.rbs +31 -0
- data/sig/openai/models/responses/input_token_count_params.rbs +146 -0
- data/sig/openai/models/responses/local_environment.rbs +7 -0
- data/sig/openai/models/responses/local_skill.rbs +9 -0
- data/sig/openai/models/responses/namespace_tool.rbs +38 -0
- data/sig/openai/models/responses/response.rbs +483 -0
- data/sig/openai/models/responses/response_apply_patch_tool_call.rbs +53 -0
- data/sig/openai/models/responses/response_apply_patch_tool_call_output.rbs +27 -0
- data/sig/openai/models/responses/response_audio_delta_event.rbs +9 -0
- data/sig/openai/models/responses/response_audio_done_event.rbs +6 -0
- data/sig/openai/models/responses/response_audio_transcript_delta_event.rbs +9 -0
- data/sig/openai/models/responses/response_audio_transcript_done_event.rbs +6 -0
- data/sig/openai/models/responses/response_code_interpreter_call_code_delta_event.rbs +17 -0
- data/sig/openai/models/responses/response_code_interpreter_call_code_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_code_interpreter_call_completed_event.rbs +14 -0
- data/sig/openai/models/responses/response_code_interpreter_call_in_progress_event.rbs +14 -0
- data/sig/openai/models/responses/response_code_interpreter_call_interpreting_event.rbs +14 -0
- data/sig/openai/models/responses/response_code_interpreter_tool_call.rbs +34 -0
- data/sig/openai/models/responses/response_compact_params.rbs +121 -2
- data/sig/openai/models/responses/response_compaction_compacting_event.rbs +12 -0
- data/sig/openai/models/responses/response_compaction_item.rbs +13 -0
- data/sig/openai/models/responses/response_compaction_item_param.rbs +9 -0
- data/sig/openai/models/responses/response_completed_event.rbs +9 -0
- data/sig/openai/models/responses/response_computer_tool_call.rbs +163 -0
- data/sig/openai/models/responses/response_computer_tool_call_output_item.rbs +37 -0
- data/sig/openai/models/responses/response_computer_tool_call_output_screenshot.rbs +13 -0
- data/sig/openai/models/responses/response_configuration_update_item.rbs +15 -0
- data/sig/openai/models/responses/response_configuration_update_item_param.rbs +15 -0
- data/sig/openai/models/responses/response_container_reference.rbs +3 -0
- data/sig/openai/models/responses/response_content.rbs +6 -0
- data/sig/openai/models/responses/response_content_part_added_event.rbs +24 -0
- data/sig/openai/models/responses/response_content_part_done_event.rbs +24 -0
- data/sig/openai/models/responses/response_conversation_param.rbs +3 -0
- data/sig/openai/models/responses/response_create_params.rbs +539 -0
- data/sig/openai/models/responses/response_created_event.rbs +9 -0
- data/sig/openai/models/responses/response_custom_tool_call.rbs +30 -0
- data/sig/openai/models/responses/response_custom_tool_call_input_delta_event.rbs +15 -0
- data/sig/openai/models/responses/response_custom_tool_call_input_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_custom_tool_call_item.rbs +29 -0
- data/sig/openai/models/responses/response_custom_tool_call_output.rbs +27 -0
- data/sig/openai/models/responses/response_custom_tool_call_output_item.rbs +24 -0
- data/sig/openai/models/responses/response_error.rbs +21 -0
- data/sig/openai/models/responses/response_error_event.rbs +15 -0
- data/sig/openai/models/responses/response_failed_event.rbs +9 -0
- data/sig/openai/models/responses/response_file_search_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_file_search_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_file_search_call_searching_event.rbs +12 -0
- data/sig/openai/models/responses/response_file_search_tool_call.rbs +44 -0
- data/sig/openai/models/responses/response_format_text_json_schema_config.rbs +31 -0
- data/sig/openai/models/responses/response_function_call_arguments_delta_event.rbs +15 -0
- data/sig/openai/models/responses/response_function_call_arguments_done_event.rbs +12 -0
- data/sig/openai/models/responses/response_function_shell_call_output_content.rbs +18 -0
- data/sig/openai/models/responses/response_function_shell_tool_call.rbs +38 -0
- data/sig/openai/models/responses/response_function_shell_tool_call_output.rbs +58 -0
- data/sig/openai/models/responses/response_function_tool_call.rbs +37 -0
- data/sig/openai/models/responses/response_function_tool_call_item.rbs +29 -0
- data/sig/openai/models/responses/response_function_tool_call_output_item.rbs +44 -0
- data/sig/openai/models/responses/response_function_web_search.rbs +50 -0
- data/sig/openai/models/responses/response_image_gen_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_image_gen_call_generating_event.rbs +12 -0
- data/sig/openai/models/responses/response_image_gen_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_image_gen_call_partial_image_event.rbs +36 -0
- data/sig/openai/models/responses/response_in_progress_event.rbs +9 -0
- data/sig/openai/models/responses/response_incomplete_event.rbs +9 -0
- data/sig/openai/models/responses/response_input_audio.rbs +9 -0
- data/sig/openai/models/responses/response_input_file.rbs +47 -0
- data/sig/openai/models/responses/response_input_file_content.rbs +41 -0
- data/sig/openai/models/responses/response_input_image.rbs +29 -0
- data/sig/openai/models/responses/response_input_image_content.rbs +26 -0
- data/sig/openai/models/responses/response_input_item.rbs +493 -0
- data/sig/openai/models/responses/response_input_message_item.rbs +21 -0
- data/sig/openai/models/responses/response_input_text.rbs +19 -0
- data/sig/openai/models/responses/response_input_text_content.rbs +16 -0
- data/sig/openai/models/responses/response_item.rbs +211 -0
- data/sig/openai/models/responses/response_item_list.rbs +15 -0
- data/sig/openai/models/responses/response_local_environment.rbs +3 -0
- data/sig/openai/models/responses/response_mcp_call_arguments_delta_event.rbs +17 -0
- data/sig/openai/models/responses/response_mcp_call_arguments_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_mcp_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_call_failed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_list_tools_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_list_tools_failed_event.rbs +12 -0
- data/sig/openai/models/responses/response_mcp_list_tools_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_output_audio.rbs +9 -0
- data/sig/openai/models/responses/response_output_item.rbs +211 -0
- data/sig/openai/models/responses/response_output_item_added_event.rbs +18 -0
- data/sig/openai/models/responses/response_output_item_done_event.rbs +12 -0
- data/sig/openai/models/responses/response_output_message.rbs +26 -0
- data/sig/openai/models/responses/response_output_refusal.rbs +6 -0
- data/sig/openai/models/responses/response_output_text.rbs +63 -0
- data/sig/openai/models/responses/response_output_text_annotation_added_event.rbs +75 -0
- data/sig/openai/models/responses/response_prompt.rbs +13 -0
- data/sig/openai/models/responses/response_queued_event.rbs +9 -0
- data/sig/openai/models/responses/response_reasoning_item.rbs +49 -0
- data/sig/openai/models/responses/response_reasoning_summary_part_added_event.rbs +24 -0
- data/sig/openai/models/responses/response_reasoning_summary_part_done_event.rbs +31 -0
- data/sig/openai/models/responses/response_reasoning_summary_text_delta_event.rbs +18 -0
- data/sig/openai/models/responses/response_reasoning_summary_text_done_event.rbs +18 -0
- data/sig/openai/models/responses/response_reasoning_text_delta_event.rbs +18 -0
- data/sig/openai/models/responses/response_reasoning_text_done_event.rbs +18 -0
- data/sig/openai/models/responses/response_refusal_delta_event.rbs +18 -0
- data/sig/openai/models/responses/response_refusal_done_event.rbs +18 -0
- data/sig/openai/models/responses/response_retrieve_params.rbs +30 -0
- data/sig/openai/models/responses/response_shell_call_command_added_event.rbs +15 -0
- data/sig/openai/models/responses/response_shell_call_command_delta_event.rbs +19 -0
- data/sig/openai/models/responses/response_shell_call_command_done_event.rbs +15 -0
- data/sig/openai/models/responses/response_shell_call_output_content_delta_event.rbs +26 -0
- data/sig/openai/models/responses/response_shell_call_output_content_done_event.rbs +42 -0
- data/sig/openai/models/responses/response_steer_accepted_event.rbs +22 -0
- data/sig/openai/models/responses/response_steer_event.rbs +25 -0
- data/sig/openai/models/responses/response_steer_failed_event.rbs +78 -0
- data/sig/openai/models/responses/response_steer_input.rbs +52 -0
- data/sig/openai/models/responses/response_steer_pending_event.rbs +42 -0
- data/sig/openai/models/responses/response_text_config.rbs +49 -0
- data/sig/openai/models/responses/response_text_delta_event.rbs +39 -0
- data/sig/openai/models/responses/response_text_done_event.rbs +39 -0
- data/sig/openai/models/responses/response_tool_search_call.rbs +22 -0
- data/sig/openai/models/responses/response_tool_search_output_item.rbs +22 -0
- data/sig/openai/models/responses/response_tool_search_output_item_param.rbs +19 -0
- data/sig/openai/models/responses/response_usage.rbs +26 -0
- data/sig/openai/models/responses/response_web_search_call_completed_event.rbs +12 -0
- data/sig/openai/models/responses/response_web_search_call_in_progress_event.rbs +12 -0
- data/sig/openai/models/responses/response_web_search_call_searching_event.rbs +12 -0
- data/sig/openai/models/responses/responses_client_event.rbs +571 -0
- data/sig/openai/models/responses/responses_server_event.rbs +1010 -0
- data/sig/openai/models/responses/skill_reference.rbs +10 -0
- data/sig/openai/models/responses/tool.rbs +347 -0
- data/sig/openai/models/responses/tool_choice_allowed.rbs +39 -0
- data/sig/openai/models/responses/tool_choice_apply_patch.rbs +3 -0
- data/sig/openai/models/responses/tool_choice_custom.rbs +6 -0
- data/sig/openai/models/responses/tool_choice_function.rbs +6 -0
- data/sig/openai/models/responses/tool_choice_mcp.rbs +9 -0
- data/sig/openai/models/responses/tool_choice_shell.rbs +3 -0
- data/sig/openai/models/responses/tool_choice_types.rbs +25 -0
- data/sig/openai/models/responses/tool_search_tool.rbs +13 -0
- data/sig/openai/models/responses/web_search_preview_tool.rbs +34 -0
- data/sig/openai/models/responses/web_search_tool.rbs +55 -0
- data/sig/openai/models/safety/alert_retrieve_params.rbs +3 -0
- data/sig/openai/models/safety/case_retrieve_params.rbs +25 -0
- data/sig/openai/models/safety/safety_alert.rbs +10 -0
- data/sig/openai/models/safety/safety_case.rbs +75 -0
- data/sig/openai/models/skill.rbs +21 -0
- data/sig/openai/models/skill_create_params.rbs +16 -0
- data/sig/openai/models/skill_list.rbs +15 -0
- data/sig/openai/models/skill_list_params.rbs +15 -0
- data/sig/openai/models/skill_update_params.rbs +3 -0
- data/sig/openai/models/skills/deleted_skill_version.rbs +3 -0
- data/sig/openai/models/skills/skill_version.rbs +21 -0
- data/sig/openai/models/skills/skill_version_list.rbs +15 -0
- data/sig/openai/models/skills/version_create_params.rbs +20 -0
- data/sig/openai/models/skills/version_delete_params.rbs +3 -0
- data/sig/openai/models/skills/version_list_params.rbs +12 -0
- data/sig/openai/models/skills/version_retrieve_params.rbs +3 -0
- data/sig/openai/models/skills/versions/content_retrieve_params.rbs +3 -0
- data/sig/openai/models/static_file_chunking_strategy.rbs +12 -0
- data/sig/openai/models/static_file_chunking_strategy_object.rbs +3 -0
- data/sig/openai/models/static_file_chunking_strategy_object_param.rbs +3 -0
- data/sig/openai/models/upload.rbs +31 -0
- data/sig/openai/models/upload_complete_params.rbs +10 -0
- data/sig/openai/models/upload_create_params.rbs +41 -0
- data/sig/openai/models/uploads/part_create_params.rbs +11 -0
- data/sig/openai/models/uploads/upload_part.rbs +12 -0
- data/sig/openai/models/vector_store.rbs +68 -0
- data/sig/openai/models/vector_store_create_params.rbs +53 -0
- data/sig/openai/models/vector_store_list_params.rbs +40 -0
- data/sig/openai/models/vector_store_search_params.rbs +26 -0
- data/sig/openai/models/vector_store_search_response.rbs +29 -0
- data/sig/openai/models/vector_store_update_params.rbs +27 -0
- data/sig/openai/models/vector_stores/file_batch_create_params.rbs +85 -0
- data/sig/openai/models/vector_stores/file_batch_list_files_params.rbs +44 -0
- data/sig/openai/models/vector_stores/file_content_response.rbs +8 -0
- data/sig/openai/models/vector_stores/file_create_params.rbs +29 -0
- data/sig/openai/models/vector_stores/file_list_params.rbs +44 -0
- data/sig/openai/models/vector_stores/file_update_params.rbs +11 -0
- data/sig/openai/models/vector_stores/vector_store_file.rbs +56 -0
- data/sig/openai/models/vector_stores/vector_store_file_batch.rbs +40 -0
- data/sig/openai/models/video.rbs +41 -0
- data/sig/openai/models/video_create_character_params.rbs +14 -0
- data/sig/openai/models/video_create_character_response.rbs +9 -0
- data/sig/openai/models/video_create_error.rbs +21 -0
- data/sig/openai/models/video_create_params.rbs +37 -0
- data/sig/openai/models/video_delete_response.rbs +9 -0
- data/sig/openai/models/video_download_content_params.rbs +4 -0
- data/sig/openai/models/video_edit_params.rbs +17 -0
- data/sig/openai/models/video_extend_params.rbs +22 -0
- data/sig/openai/models/video_get_character_response.rbs +9 -0
- data/sig/openai/models/video_list_params.rbs +15 -0
- data/sig/openai/models/video_remix_params.rbs +3 -0
- data/sig/openai/models/webhooks/batch_cancelled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/batch_completed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/batch_expired_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/batch_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/deleted_webhook_endpoint.rbs +9 -0
- data/sig/openai/models/webhooks/eval_run_canceled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/eval_run_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/eval_run_succeeded_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/fine_tuning_job_cancelled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/fine_tuning_job_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/fine_tuning_job_succeeded_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/live_call_incoming_webhook_event.rbs +72 -3
- data/sig/openai/models/webhooks/live_transport_incoming_webhook_event.rbs +72 -2
- data/sig/openai/models/webhooks/realtime_call_incoming_webhook_event.rbs +72 -3
- data/sig/openai/models/webhooks/response_cancelled_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/response_completed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/response_failed_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/response_incomplete_webhook_event.rbs +19 -0
- data/sig/openai/models/webhooks/safety_alert_created_webhook_event.rbs +15 -0
- data/sig/openai/models/webhooks/safety_deactivation_issued_webhook_event.rbs +67 -0
- data/sig/openai/models/webhooks/safety_org_alert_created_webhook_event.rbs +15 -0
- data/sig/openai/models/webhooks/safety_warning_issued_webhook_event.rbs +67 -0
- data/sig/openai/models/webhooks/unwrap_webhook_event.rbs +2 -0
- data/sig/openai/models/webhooks/webhook_create_params.rbs +9 -0
- data/sig/openai/models/webhooks/webhook_endpoint.rbs +28 -0
- data/sig/openai/models/webhooks/webhook_endpoint_list.rbs +15 -0
- data/sig/openai/models/webhooks/webhook_endpoint_test_result.rbs +17 -0
- data/sig/openai/models/webhooks/webhook_endpoint_with_secret.rbs +33 -0
- data/sig/openai/models/webhooks/webhook_event_type_list.rbs +6 -0
- data/sig/openai/models/webhooks/webhook_list_params.rbs +7 -0
- data/sig/openai/models/webhooks/webhook_rotate_secret_params.rbs +7 -0
- data/sig/openai/models/webhooks/webhook_test_params.rbs +3 -0
- data/sig/openai/models/webhooks/webhook_update_params.rbs +12 -0
- data/sig/openai/resources/admin/organization/external_storage.rbs +40 -0
- data/sig/openai/resources/admin/organization.rbs +2 -0
- data/sig/openai/resources/safety/cases.rbs +14 -0
- data/sig/openai/resources/safety.rbs +2 -0
- data/sig/openai/resources/webhooks.rbs +3 -1
- metadata +55 -1
|
@@ -77,10 +77,23 @@ module OpenAI
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
class ResponseAudioWsDelta < OpenAI::Models::Responses::ResponseAudioDeltaEvent
|
|
80
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
81
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
80
82
|
def stream_id: -> String?
|
|
81
83
|
|
|
84
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
85
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
82
86
|
def stream_id=: (String _) -> String
|
|
83
87
|
|
|
88
|
+
# @param delta
|
|
89
|
+
# A chunk of Base64 encoded response audio bytes.
|
|
90
|
+
# @param sequence_number
|
|
91
|
+
# A sequence number for this chunk of the stream response.
|
|
92
|
+
# @param stream_id
|
|
93
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
94
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
95
|
+
# @param type
|
|
96
|
+
# The type of the event. Always `response.audio.delta`.
|
|
84
97
|
def initialize: (
|
|
85
98
|
delta: String,
|
|
86
99
|
sequence_number: Integer,
|
|
@@ -104,10 +117,21 @@ module OpenAI
|
|
|
104
117
|
}
|
|
105
118
|
|
|
106
119
|
class ResponseAudioWsDone < OpenAI::Models::Responses::ResponseAudioDoneEvent
|
|
120
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
121
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
107
122
|
def stream_id: -> String?
|
|
108
123
|
|
|
124
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
125
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
109
126
|
def stream_id=: (String _) -> String
|
|
110
127
|
|
|
128
|
+
# @param sequence_number
|
|
129
|
+
# The sequence number of the delta.
|
|
130
|
+
# @param stream_id
|
|
131
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
132
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
133
|
+
# @param type
|
|
134
|
+
# The type of the event. Always `response.audio.done`.
|
|
111
135
|
def initialize: (
|
|
112
136
|
sequence_number: Integer,
|
|
113
137
|
?stream_id: String,
|
|
@@ -130,10 +154,23 @@ module OpenAI
|
|
|
130
154
|
}
|
|
131
155
|
|
|
132
156
|
class ResponseAudioTranscriptWsDelta < OpenAI::Models::Responses::ResponseAudioTranscriptDeltaEvent
|
|
157
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
158
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
133
159
|
def stream_id: -> String?
|
|
134
160
|
|
|
161
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
162
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
135
163
|
def stream_id=: (String _) -> String
|
|
136
164
|
|
|
165
|
+
# @param delta
|
|
166
|
+
# The partial transcript of the audio response.
|
|
167
|
+
# @param sequence_number
|
|
168
|
+
# The sequence number of this event.
|
|
169
|
+
# @param stream_id
|
|
170
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
171
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
172
|
+
# @param type
|
|
173
|
+
# The type of the event. Always `response.audio.transcript.delta`.
|
|
137
174
|
def initialize: (
|
|
138
175
|
delta: String,
|
|
139
176
|
sequence_number: Integer,
|
|
@@ -157,10 +194,21 @@ module OpenAI
|
|
|
157
194
|
}
|
|
158
195
|
|
|
159
196
|
class ResponseAudioTranscriptWsDone < OpenAI::Models::Responses::ResponseAudioTranscriptDoneEvent
|
|
197
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
198
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
160
199
|
def stream_id: -> String?
|
|
161
200
|
|
|
201
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
202
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
162
203
|
def stream_id=: (String _) -> String
|
|
163
204
|
|
|
205
|
+
# @param sequence_number
|
|
206
|
+
# The sequence number of this event.
|
|
207
|
+
# @param stream_id
|
|
208
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
209
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
210
|
+
# @param type
|
|
211
|
+
# The type of the event. Always `response.audio.transcript.done`.
|
|
164
212
|
def initialize: (
|
|
165
213
|
sequence_number: Integer,
|
|
166
214
|
?stream_id: String,
|
|
@@ -185,10 +233,28 @@ module OpenAI
|
|
|
185
233
|
}
|
|
186
234
|
|
|
187
235
|
class ResponseCodeInterpreterCallCodeWsDelta < OpenAI::Models::Responses::ResponseCodeInterpreterCallCodeDeltaEvent
|
|
236
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
237
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
188
238
|
def stream_id: -> String?
|
|
189
239
|
|
|
240
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
241
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
190
242
|
def stream_id=: (String _) -> String
|
|
191
243
|
|
|
244
|
+
# @param delta
|
|
245
|
+
# The partial code snippet being streamed by the code interpreter.
|
|
246
|
+
# @param item_id
|
|
247
|
+
# The unique identifier of the code interpreter tool call item.
|
|
248
|
+
# @param output_index
|
|
249
|
+
# The index of the output item in the response for which the code is being
|
|
250
|
+
# streamed.
|
|
251
|
+
# @param sequence_number
|
|
252
|
+
# The sequence number of this event, used to order streaming events.
|
|
253
|
+
# @param stream_id
|
|
254
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
255
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
256
|
+
# @param type
|
|
257
|
+
# The type of the event. Always `response.code_interpreter_call_code.delta`.
|
|
192
258
|
def initialize: (
|
|
193
259
|
delta: String,
|
|
194
260
|
item_id: String,
|
|
@@ -219,10 +285,27 @@ module OpenAI
|
|
|
219
285
|
}
|
|
220
286
|
|
|
221
287
|
class ResponseCodeInterpreterCallCodeWsDone < OpenAI::Models::Responses::ResponseCodeInterpreterCallCodeDoneEvent
|
|
288
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
289
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
222
290
|
def stream_id: -> String?
|
|
223
291
|
|
|
292
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
293
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
224
294
|
def stream_id=: (String _) -> String
|
|
225
295
|
|
|
296
|
+
# @param code
|
|
297
|
+
# The final code snippet output by the code interpreter.
|
|
298
|
+
# @param item_id
|
|
299
|
+
# The unique identifier of the code interpreter tool call item.
|
|
300
|
+
# @param output_index
|
|
301
|
+
# The index of the output item in the response for which the code is finalized.
|
|
302
|
+
# @param sequence_number
|
|
303
|
+
# The sequence number of this event, used to order streaming events.
|
|
304
|
+
# @param stream_id
|
|
305
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
306
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
307
|
+
# @param type
|
|
308
|
+
# The type of the event. Always `response.code_interpreter_call_code.done`.
|
|
226
309
|
def initialize: (
|
|
227
310
|
code: String,
|
|
228
311
|
item_id: String,
|
|
@@ -252,10 +335,26 @@ module OpenAI
|
|
|
252
335
|
}
|
|
253
336
|
|
|
254
337
|
class ResponseCodeInterpreterCallWsCompleted < OpenAI::Models::Responses::ResponseCodeInterpreterCallCompletedEvent
|
|
338
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
339
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
255
340
|
def stream_id: -> String?
|
|
256
341
|
|
|
342
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
343
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
257
344
|
def stream_id=: (String _) -> String
|
|
258
345
|
|
|
346
|
+
# @param item_id
|
|
347
|
+
# The unique identifier of the code interpreter tool call item.
|
|
348
|
+
# @param output_index
|
|
349
|
+
# The index of the output item in the response for which the code interpreter call
|
|
350
|
+
# is completed.
|
|
351
|
+
# @param sequence_number
|
|
352
|
+
# The sequence number of this event, used to order streaming events.
|
|
353
|
+
# @param stream_id
|
|
354
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
355
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
356
|
+
# @param type
|
|
357
|
+
# The type of the event. Always `response.code_interpreter_call.completed`.
|
|
259
358
|
def initialize: (
|
|
260
359
|
item_id: String,
|
|
261
360
|
output_index: Integer,
|
|
@@ -283,10 +382,26 @@ module OpenAI
|
|
|
283
382
|
}
|
|
284
383
|
|
|
285
384
|
class ResponseCodeInterpreterCallInWsProgress < OpenAI::Models::Responses::ResponseCodeInterpreterCallInProgressEvent
|
|
385
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
386
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
286
387
|
def stream_id: -> String?
|
|
287
388
|
|
|
389
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
390
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
288
391
|
def stream_id=: (String _) -> String
|
|
289
392
|
|
|
393
|
+
# @param item_id
|
|
394
|
+
# The unique identifier of the code interpreter tool call item.
|
|
395
|
+
# @param output_index
|
|
396
|
+
# The index of the output item in the response for which the code interpreter call
|
|
397
|
+
# is in progress.
|
|
398
|
+
# @param sequence_number
|
|
399
|
+
# The sequence number of this event, used to order streaming events.
|
|
400
|
+
# @param stream_id
|
|
401
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
402
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
403
|
+
# @param type
|
|
404
|
+
# The type of the event. Always `response.code_interpreter_call.in_progress`.
|
|
290
405
|
def initialize: (
|
|
291
406
|
item_id: String,
|
|
292
407
|
output_index: Integer,
|
|
@@ -314,10 +429,26 @@ module OpenAI
|
|
|
314
429
|
}
|
|
315
430
|
|
|
316
431
|
class ResponseCodeInterpreterCallWsInterpreting < OpenAI::Models::Responses::ResponseCodeInterpreterCallInterpretingEvent
|
|
432
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
433
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
317
434
|
def stream_id: -> String?
|
|
318
435
|
|
|
436
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
437
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
319
438
|
def stream_id=: (String _) -> String
|
|
320
439
|
|
|
440
|
+
# @param item_id
|
|
441
|
+
# The unique identifier of the code interpreter tool call item.
|
|
442
|
+
# @param output_index
|
|
443
|
+
# The index of the output item in the response for which the code interpreter is
|
|
444
|
+
# interpreting code.
|
|
445
|
+
# @param sequence_number
|
|
446
|
+
# The sequence number of this event, used to order streaming events.
|
|
447
|
+
# @param stream_id
|
|
448
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
449
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
450
|
+
# @param type
|
|
451
|
+
# The type of the event. Always `response.code_interpreter_call.interpreting`.
|
|
321
452
|
def initialize: (
|
|
322
453
|
item_id: String,
|
|
323
454
|
output_index: Integer,
|
|
@@ -345,10 +476,25 @@ module OpenAI
|
|
|
345
476
|
}
|
|
346
477
|
|
|
347
478
|
class ResponseCompactionWsCompacting < OpenAI::Models::Responses::ResponseCompactionCompactingEvent
|
|
479
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
480
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
348
481
|
def stream_id: -> String?
|
|
349
482
|
|
|
483
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
484
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
350
485
|
def stream_id=: (String _) -> String
|
|
351
486
|
|
|
487
|
+
# @param item_id
|
|
488
|
+
# The ID of the compaction output item.
|
|
489
|
+
# @param output_index
|
|
490
|
+
# The index of the compaction output item.
|
|
491
|
+
# @param sequence_number
|
|
492
|
+
# The sequence number of the event that was emitted.
|
|
493
|
+
# @param stream_id
|
|
494
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
495
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
496
|
+
# @param type
|
|
497
|
+
# The type of the event, always `response.compaction.compacting`.
|
|
352
498
|
def initialize: (
|
|
353
499
|
item_id: String,
|
|
354
500
|
output_index: Integer,
|
|
@@ -375,10 +521,23 @@ module OpenAI
|
|
|
375
521
|
}
|
|
376
522
|
|
|
377
523
|
class ResponseWsCompleted < OpenAI::Models::Responses::ResponseCompletedEvent
|
|
524
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
525
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
378
526
|
def stream_id: -> String?
|
|
379
527
|
|
|
528
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
529
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
380
530
|
def stream_id=: (String _) -> String
|
|
381
531
|
|
|
532
|
+
# @param response
|
|
533
|
+
# Properties of the completed response.
|
|
534
|
+
# @param sequence_number
|
|
535
|
+
# The sequence number for this event.
|
|
536
|
+
# @param stream_id
|
|
537
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
538
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
539
|
+
# @param type
|
|
540
|
+
# The type of the event. Always `response.completed`.
|
|
382
541
|
def initialize: (
|
|
383
542
|
response: OpenAI::Responses::Response,
|
|
384
543
|
sequence_number: Integer,
|
|
@@ -406,10 +565,29 @@ module OpenAI
|
|
|
406
565
|
}
|
|
407
566
|
|
|
408
567
|
class ResponseContentPartWsAdded < OpenAI::Models::Responses::ResponseContentPartAddedEvent
|
|
568
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
569
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
409
570
|
def stream_id: -> String?
|
|
410
571
|
|
|
572
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
573
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
411
574
|
def stream_id=: (String _) -> String
|
|
412
575
|
|
|
576
|
+
# @param content_index
|
|
577
|
+
# The index of the content part that was added.
|
|
578
|
+
# @param item_id
|
|
579
|
+
# The ID of the output item that the content part was added to.
|
|
580
|
+
# @param output_index
|
|
581
|
+
# The index of the output item that the content part was added to.
|
|
582
|
+
# @param part
|
|
583
|
+
# The content part that was added.
|
|
584
|
+
# @param sequence_number
|
|
585
|
+
# The sequence number of this event.
|
|
586
|
+
# @param stream_id
|
|
587
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
588
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
589
|
+
# @param type
|
|
590
|
+
# The type of the event. Always `response.content_part.added`.
|
|
413
591
|
def initialize: (
|
|
414
592
|
content_index: Integer,
|
|
415
593
|
item_id: String,
|
|
@@ -443,10 +621,29 @@ module OpenAI
|
|
|
443
621
|
}
|
|
444
622
|
|
|
445
623
|
class ResponseContentPartWsDone < OpenAI::Models::Responses::ResponseContentPartDoneEvent
|
|
624
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
625
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
446
626
|
def stream_id: -> String?
|
|
447
627
|
|
|
628
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
629
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
448
630
|
def stream_id=: (String _) -> String
|
|
449
631
|
|
|
632
|
+
# @param content_index
|
|
633
|
+
# The index of the content part that is done.
|
|
634
|
+
# @param item_id
|
|
635
|
+
# The ID of the output item that the content part was added to.
|
|
636
|
+
# @param output_index
|
|
637
|
+
# The index of the output item that the content part was added to.
|
|
638
|
+
# @param part
|
|
639
|
+
# The content part that is done.
|
|
640
|
+
# @param sequence_number
|
|
641
|
+
# The sequence number of this event.
|
|
642
|
+
# @param stream_id
|
|
643
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
644
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
645
|
+
# @param type
|
|
646
|
+
# The type of the event. Always `response.content_part.done`.
|
|
450
647
|
def initialize: (
|
|
451
648
|
content_index: Integer,
|
|
452
649
|
item_id: String,
|
|
@@ -477,10 +674,23 @@ module OpenAI
|
|
|
477
674
|
}
|
|
478
675
|
|
|
479
676
|
class ResponseWsCreated < OpenAI::Models::Responses::ResponseCreatedEvent
|
|
677
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
678
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
480
679
|
def stream_id: -> String?
|
|
481
680
|
|
|
681
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
682
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
482
683
|
def stream_id=: (String _) -> String
|
|
483
684
|
|
|
685
|
+
# @param response
|
|
686
|
+
# The response that was created.
|
|
687
|
+
# @param sequence_number
|
|
688
|
+
# The sequence number for this event.
|
|
689
|
+
# @param stream_id
|
|
690
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
691
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
692
|
+
# @param type
|
|
693
|
+
# The type of the event. Always `response.created`.
|
|
484
694
|
def initialize: (
|
|
485
695
|
response: OpenAI::Responses::Response,
|
|
486
696
|
sequence_number: Integer,
|
|
@@ -506,10 +716,25 @@ module OpenAI
|
|
|
506
716
|
}
|
|
507
717
|
|
|
508
718
|
class ResponseFileSearchCallWsCompleted < OpenAI::Models::Responses::ResponseFileSearchCallCompletedEvent
|
|
719
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
720
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
509
721
|
def stream_id: -> String?
|
|
510
722
|
|
|
723
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
724
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
511
725
|
def stream_id=: (String _) -> String
|
|
512
726
|
|
|
727
|
+
# @param item_id
|
|
728
|
+
# The ID of the output item that the file search call is initiated.
|
|
729
|
+
# @param output_index
|
|
730
|
+
# The index of the output item that the file search call is initiated.
|
|
731
|
+
# @param sequence_number
|
|
732
|
+
# The sequence number of this event.
|
|
733
|
+
# @param stream_id
|
|
734
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
735
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
736
|
+
# @param type
|
|
737
|
+
# The type of the event. Always `response.file_search_call.completed`.
|
|
513
738
|
def initialize: (
|
|
514
739
|
item_id: String,
|
|
515
740
|
output_index: Integer,
|
|
@@ -537,10 +762,25 @@ module OpenAI
|
|
|
537
762
|
}
|
|
538
763
|
|
|
539
764
|
class ResponseFileSearchCallInWsProgress < OpenAI::Models::Responses::ResponseFileSearchCallInProgressEvent
|
|
765
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
766
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
540
767
|
def stream_id: -> String?
|
|
541
768
|
|
|
769
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
770
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
542
771
|
def stream_id=: (String _) -> String
|
|
543
772
|
|
|
773
|
+
# @param item_id
|
|
774
|
+
# The ID of the output item that the file search call is initiated.
|
|
775
|
+
# @param output_index
|
|
776
|
+
# The index of the output item that the file search call is initiated.
|
|
777
|
+
# @param sequence_number
|
|
778
|
+
# The sequence number of this event.
|
|
779
|
+
# @param stream_id
|
|
780
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
781
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
782
|
+
# @param type
|
|
783
|
+
# The type of the event. Always `response.file_search_call.in_progress`.
|
|
544
784
|
def initialize: (
|
|
545
785
|
item_id: String,
|
|
546
786
|
output_index: Integer,
|
|
@@ -568,10 +808,25 @@ module OpenAI
|
|
|
568
808
|
}
|
|
569
809
|
|
|
570
810
|
class ResponseFileSearchCallWsSearching < OpenAI::Models::Responses::ResponseFileSearchCallSearchingEvent
|
|
811
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
812
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
571
813
|
def stream_id: -> String?
|
|
572
814
|
|
|
815
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
816
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
573
817
|
def stream_id=: (String _) -> String
|
|
574
818
|
|
|
819
|
+
# @param item_id
|
|
820
|
+
# The ID of the output item that the file search call is initiated.
|
|
821
|
+
# @param output_index
|
|
822
|
+
# The index of the output item that the file search call is searching.
|
|
823
|
+
# @param sequence_number
|
|
824
|
+
# The sequence number of this event.
|
|
825
|
+
# @param stream_id
|
|
826
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
827
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
828
|
+
# @param type
|
|
829
|
+
# The type of the event. Always `response.file_search_call.searching`.
|
|
575
830
|
def initialize: (
|
|
576
831
|
item_id: String,
|
|
577
832
|
output_index: Integer,
|
|
@@ -600,10 +855,27 @@ module OpenAI
|
|
|
600
855
|
}
|
|
601
856
|
|
|
602
857
|
class ResponseFunctionCallArgumentsWsDelta < OpenAI::Models::Responses::ResponseFunctionCallArgumentsDeltaEvent
|
|
858
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
859
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
603
860
|
def stream_id: -> String?
|
|
604
861
|
|
|
862
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
863
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
605
864
|
def stream_id=: (String _) -> String
|
|
606
865
|
|
|
866
|
+
# @param delta
|
|
867
|
+
# The function-call arguments delta that is added.
|
|
868
|
+
# @param item_id
|
|
869
|
+
# The ID of the output item that the function-call arguments delta is added to.
|
|
870
|
+
# @param output_index
|
|
871
|
+
# The index of the output item that the function-call arguments delta is added to.
|
|
872
|
+
# @param sequence_number
|
|
873
|
+
# The sequence number of this event.
|
|
874
|
+
# @param stream_id
|
|
875
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
876
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
877
|
+
# @param type
|
|
878
|
+
# The type of the event. Always `response.function_call_arguments.delta`.
|
|
607
879
|
def initialize: (
|
|
608
880
|
delta: String,
|
|
609
881
|
item_id: String,
|
|
@@ -634,10 +906,25 @@ module OpenAI
|
|
|
634
906
|
}
|
|
635
907
|
|
|
636
908
|
class ResponseFunctionCallArgumentsWsDone < OpenAI::Models::Responses::ResponseFunctionCallArgumentsDoneEvent
|
|
909
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
910
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
637
911
|
def stream_id: -> String?
|
|
638
912
|
|
|
913
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
914
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
639
915
|
def stream_id=: (String _) -> String
|
|
640
916
|
|
|
917
|
+
# @param arguments
|
|
918
|
+
# The function-call arguments.
|
|
919
|
+
# @param item_id
|
|
920
|
+
# The ID of the item.
|
|
921
|
+
# @param output_index
|
|
922
|
+
# The index of the output item.
|
|
923
|
+
# @param sequence_number
|
|
924
|
+
# The sequence number of this event.
|
|
925
|
+
# @param stream_id
|
|
926
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
927
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
641
928
|
def initialize: (
|
|
642
929
|
arguments: String,
|
|
643
930
|
item_id: String,
|
|
@@ -668,10 +955,27 @@ module OpenAI
|
|
|
668
955
|
}
|
|
669
956
|
|
|
670
957
|
class ResponseShellCallCommandWsAdded < OpenAI::Models::Responses::ResponseShellCallCommandAddedEvent
|
|
958
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
959
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
671
960
|
def stream_id: -> String?
|
|
672
961
|
|
|
962
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
963
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
673
964
|
def stream_id=: (String _) -> String
|
|
674
965
|
|
|
966
|
+
# @param command
|
|
967
|
+
# The shell command that was added.
|
|
968
|
+
# @param command_index
|
|
969
|
+
# The index of the shell command that was added.
|
|
970
|
+
# @param output_index
|
|
971
|
+
# The index of the output item that was updated.
|
|
972
|
+
# @param sequence_number
|
|
973
|
+
# The sequence number of the event that was emitted.
|
|
974
|
+
# @param stream_id
|
|
975
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
976
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
977
|
+
# @param type
|
|
978
|
+
# The type of the event, always `response.shell_call_command.added`.
|
|
675
979
|
def initialize: (
|
|
676
980
|
command: String,
|
|
677
981
|
command_index: Integer,
|
|
@@ -703,10 +1007,29 @@ module OpenAI
|
|
|
703
1007
|
}
|
|
704
1008
|
|
|
705
1009
|
class ResponseShellCallCommandWsDelta < OpenAI::Models::Responses::ResponseShellCallCommandDeltaEvent
|
|
1010
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1011
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
706
1012
|
def stream_id: -> String?
|
|
707
1013
|
|
|
1014
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1015
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
708
1016
|
def stream_id=: (String _) -> String
|
|
709
1017
|
|
|
1018
|
+
# @param command_index
|
|
1019
|
+
# The index of the shell command that was updated.
|
|
1020
|
+
# @param delta
|
|
1021
|
+
# The shell command delta that was appended.
|
|
1022
|
+
# @param output_index
|
|
1023
|
+
# The index of the output item that was updated.
|
|
1024
|
+
# @param sequence_number
|
|
1025
|
+
# The sequence number of the event that was emitted.
|
|
1026
|
+
# @param obfuscation
|
|
1027
|
+
# An obfuscation string that was added to pad the event payload.
|
|
1028
|
+
# @param stream_id
|
|
1029
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1030
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1031
|
+
# @param type
|
|
1032
|
+
# The type of the event, always `response.shell_call_command.delta`.
|
|
710
1033
|
def initialize: (
|
|
711
1034
|
command_index: Integer,
|
|
712
1035
|
delta: String,
|
|
@@ -739,10 +1062,27 @@ module OpenAI
|
|
|
739
1062
|
}
|
|
740
1063
|
|
|
741
1064
|
class ResponseShellCallCommandWsDone < OpenAI::Models::Responses::ResponseShellCallCommandDoneEvent
|
|
1065
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1066
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
742
1067
|
def stream_id: -> String?
|
|
743
1068
|
|
|
1069
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1070
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
744
1071
|
def stream_id=: (String _) -> String
|
|
745
1072
|
|
|
1073
|
+
# @param command
|
|
1074
|
+
# The final shell command that was emitted.
|
|
1075
|
+
# @param command_index
|
|
1076
|
+
# The index of the shell command that was completed.
|
|
1077
|
+
# @param output_index
|
|
1078
|
+
# The index of the output item that was updated.
|
|
1079
|
+
# @param sequence_number
|
|
1080
|
+
# The sequence number of the event that was emitted.
|
|
1081
|
+
# @param stream_id
|
|
1082
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1083
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1084
|
+
# @param type
|
|
1085
|
+
# The type of the event, always `response.shell_call_command.done`.
|
|
746
1086
|
def initialize: (
|
|
747
1087
|
command: String,
|
|
748
1088
|
command_index: Integer,
|
|
@@ -774,10 +1114,29 @@ module OpenAI
|
|
|
774
1114
|
}
|
|
775
1115
|
|
|
776
1116
|
class ResponseShellCallOutputContentWsDelta < OpenAI::Models::Responses::ResponseShellCallOutputContentDeltaEvent
|
|
1117
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1118
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
777
1119
|
def stream_id: -> String?
|
|
778
1120
|
|
|
1121
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1122
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
779
1123
|
def stream_id=: (String _) -> String
|
|
780
1124
|
|
|
1125
|
+
# @param command_index
|
|
1126
|
+
# The index of the shell command that produced output.
|
|
1127
|
+
# @param delta
|
|
1128
|
+
# The stdout/stderr delta that was emitted.
|
|
1129
|
+
# @param item_id
|
|
1130
|
+
# The ID of the output item that was updated.
|
|
1131
|
+
# @param output_index
|
|
1132
|
+
# The index of the output item that was updated.
|
|
1133
|
+
# @param sequence_number
|
|
1134
|
+
# The sequence number of the event that was emitted.
|
|
1135
|
+
# @param stream_id
|
|
1136
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1137
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1138
|
+
# @param type
|
|
1139
|
+
# The type of the event, always `response.shell_call_output_content.delta`.
|
|
781
1140
|
def initialize: (
|
|
782
1141
|
command_index: Integer,
|
|
783
1142
|
delta: OpenAI::Responses::ResponseShellCallOutputContentDeltaEvent::Delta,
|
|
@@ -811,10 +1170,29 @@ module OpenAI
|
|
|
811
1170
|
}
|
|
812
1171
|
|
|
813
1172
|
class ResponseShellCallOutputContentWsDone < OpenAI::Models::Responses::ResponseShellCallOutputContentDoneEvent
|
|
1173
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1174
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
814
1175
|
def stream_id: -> String?
|
|
815
1176
|
|
|
1177
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1178
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
816
1179
|
def stream_id=: (String _) -> String
|
|
817
1180
|
|
|
1181
|
+
# @param command_index
|
|
1182
|
+
# The index of the shell command that produced output.
|
|
1183
|
+
# @param item_id
|
|
1184
|
+
# The ID of the output item that was updated.
|
|
1185
|
+
# @param output
|
|
1186
|
+
# The output contents emitted for the shell command.
|
|
1187
|
+
# @param output_index
|
|
1188
|
+
# The index of the output item that was updated.
|
|
1189
|
+
# @param sequence_number
|
|
1190
|
+
# The sequence number of the event that was emitted.
|
|
1191
|
+
# @param stream_id
|
|
1192
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1193
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1194
|
+
# @param type
|
|
1195
|
+
# The type of the event, always `response.shell_call_output_content.done`.
|
|
818
1196
|
def initialize: (
|
|
819
1197
|
command_index: Integer,
|
|
820
1198
|
item_id: String,
|
|
@@ -845,10 +1223,23 @@ module OpenAI
|
|
|
845
1223
|
}
|
|
846
1224
|
|
|
847
1225
|
class ResponseInWsProgress < OpenAI::Models::Responses::ResponseInProgressEvent
|
|
1226
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1227
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
848
1228
|
def stream_id: -> String?
|
|
849
1229
|
|
|
1230
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1231
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
850
1232
|
def stream_id=: (String _) -> String
|
|
851
1233
|
|
|
1234
|
+
# @param response
|
|
1235
|
+
# The response that is in progress.
|
|
1236
|
+
# @param sequence_number
|
|
1237
|
+
# The sequence number of this event.
|
|
1238
|
+
# @param stream_id
|
|
1239
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1240
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1241
|
+
# @param type
|
|
1242
|
+
# The type of the event. Always `response.in_progress`.
|
|
852
1243
|
def initialize: (
|
|
853
1244
|
response: OpenAI::Responses::Response,
|
|
854
1245
|
sequence_number: Integer,
|
|
@@ -873,10 +1264,23 @@ module OpenAI
|
|
|
873
1264
|
}
|
|
874
1265
|
|
|
875
1266
|
class ResponseWsFailed < OpenAI::Models::Responses::ResponseFailedEvent
|
|
1267
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1268
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
876
1269
|
def stream_id: -> String?
|
|
877
1270
|
|
|
1271
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1272
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
878
1273
|
def stream_id=: (String _) -> String
|
|
879
1274
|
|
|
1275
|
+
# @param response
|
|
1276
|
+
# The response that failed.
|
|
1277
|
+
# @param sequence_number
|
|
1278
|
+
# The sequence number of this event.
|
|
1279
|
+
# @param stream_id
|
|
1280
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1281
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1282
|
+
# @param type
|
|
1283
|
+
# The type of the event. Always `response.failed`.
|
|
880
1284
|
def initialize: (
|
|
881
1285
|
response: OpenAI::Responses::Response,
|
|
882
1286
|
sequence_number: Integer,
|
|
@@ -901,10 +1305,23 @@ module OpenAI
|
|
|
901
1305
|
}
|
|
902
1306
|
|
|
903
1307
|
class ResponseWsIncomplete < OpenAI::Models::Responses::ResponseIncompleteEvent
|
|
1308
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1309
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
904
1310
|
def stream_id: -> String?
|
|
905
1311
|
|
|
1312
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1313
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
906
1314
|
def stream_id=: (String _) -> String
|
|
907
1315
|
|
|
1316
|
+
# @param response
|
|
1317
|
+
# The response that was incomplete.
|
|
1318
|
+
# @param sequence_number
|
|
1319
|
+
# The sequence number of this event.
|
|
1320
|
+
# @param stream_id
|
|
1321
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1322
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1323
|
+
# @param type
|
|
1324
|
+
# The type of the event. Always `response.incomplete`.
|
|
908
1325
|
def initialize: (
|
|
909
1326
|
response: OpenAI::Responses::Response,
|
|
910
1327
|
sequence_number: Integer,
|
|
@@ -930,10 +1347,28 @@ module OpenAI
|
|
|
930
1347
|
}
|
|
931
1348
|
|
|
932
1349
|
class ResponseOutputItemWsAdded < OpenAI::Models::Responses::ResponseOutputItemAddedEvent
|
|
1350
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1351
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
933
1352
|
def stream_id: -> String?
|
|
934
1353
|
|
|
1354
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1355
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
935
1356
|
def stream_id=: (String _) -> String
|
|
936
1357
|
|
|
1358
|
+
# @param item
|
|
1359
|
+
# The output item that was added. For reasoning items, `encrypted_content` may be
|
|
1360
|
+
# incomplete while the item is in progress. Use the reasoning item from the
|
|
1361
|
+
# corresponding `response.output_item.done` event when passing it as input to a
|
|
1362
|
+
# subsequent request.
|
|
1363
|
+
# @param output_index
|
|
1364
|
+
# The index of the output item that was added.
|
|
1365
|
+
# @param sequence_number
|
|
1366
|
+
# The sequence number of this event.
|
|
1367
|
+
# @param stream_id
|
|
1368
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1369
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1370
|
+
# @param type
|
|
1371
|
+
# The type of the event. Always `response.output_item.added`.
|
|
937
1372
|
def initialize: (
|
|
938
1373
|
item: OpenAI::Models::Responses::response_output_item,
|
|
939
1374
|
output_index: Integer,
|
|
@@ -961,10 +1396,25 @@ module OpenAI
|
|
|
961
1396
|
}
|
|
962
1397
|
|
|
963
1398
|
class ResponseOutputItemWsDone < OpenAI::Models::Responses::ResponseOutputItemDoneEvent
|
|
1399
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1400
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
964
1401
|
def stream_id: -> String?
|
|
965
1402
|
|
|
1403
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1404
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
966
1405
|
def stream_id=: (String _) -> String
|
|
967
1406
|
|
|
1407
|
+
# @param item
|
|
1408
|
+
# The output item that was marked done.
|
|
1409
|
+
# @param output_index
|
|
1410
|
+
# The index of the output item that was marked done.
|
|
1411
|
+
# @param sequence_number
|
|
1412
|
+
# The sequence number of this event.
|
|
1413
|
+
# @param stream_id
|
|
1414
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1415
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1416
|
+
# @param type
|
|
1417
|
+
# The type of the event. Always `response.output_item.done`.
|
|
968
1418
|
def initialize: (
|
|
969
1419
|
item: OpenAI::Models::Responses::response_output_item,
|
|
970
1420
|
output_index: Integer,
|
|
@@ -994,10 +1444,29 @@ module OpenAI
|
|
|
994
1444
|
}
|
|
995
1445
|
|
|
996
1446
|
class ResponseReasoningSummaryPartWsAdded < OpenAI::Models::Responses::ResponseReasoningSummaryPartAddedEvent
|
|
1447
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1448
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
997
1449
|
def stream_id: -> String?
|
|
998
1450
|
|
|
1451
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1452
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
999
1453
|
def stream_id=: (String _) -> String
|
|
1000
1454
|
|
|
1455
|
+
# @param item_id
|
|
1456
|
+
# The ID of the item this summary part is associated with.
|
|
1457
|
+
# @param output_index
|
|
1458
|
+
# The index of the output item this summary part is associated with.
|
|
1459
|
+
# @param part
|
|
1460
|
+
# The summary part that was added.
|
|
1461
|
+
# @param sequence_number
|
|
1462
|
+
# The sequence number of this event.
|
|
1463
|
+
# @param summary_index
|
|
1464
|
+
# The index of the summary part within the reasoning summary.
|
|
1465
|
+
# @param stream_id
|
|
1466
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1467
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1468
|
+
# @param type
|
|
1469
|
+
# The type of the event. Always `response.reasoning_summary_part.added`.
|
|
1001
1470
|
def initialize: (
|
|
1002
1471
|
item_id: String,
|
|
1003
1472
|
output_index: Integer,
|
|
@@ -1032,10 +1501,32 @@ module OpenAI
|
|
|
1032
1501
|
}
|
|
1033
1502
|
|
|
1034
1503
|
class ResponseReasoningSummaryPartWsDone < OpenAI::Models::Responses::ResponseReasoningSummaryPartDoneEvent
|
|
1504
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1505
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1035
1506
|
def stream_id: -> String?
|
|
1036
1507
|
|
|
1508
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1509
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1037
1510
|
def stream_id=: (String _) -> String
|
|
1038
1511
|
|
|
1512
|
+
# @param item_id
|
|
1513
|
+
# The ID of the item this summary part is associated with.
|
|
1514
|
+
# @param output_index
|
|
1515
|
+
# The index of the output item this summary part is associated with.
|
|
1516
|
+
# @param part
|
|
1517
|
+
# The completed summary part.
|
|
1518
|
+
# @param sequence_number
|
|
1519
|
+
# The sequence number of this event.
|
|
1520
|
+
# @param summary_index
|
|
1521
|
+
# The index of the summary part within the reasoning summary.
|
|
1522
|
+
# @param status
|
|
1523
|
+
# The completion status of the summary part. Omitted when the part completed
|
|
1524
|
+
# normally and set to `incomplete` when generation was interrupted.
|
|
1525
|
+
# @param stream_id
|
|
1526
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1527
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1528
|
+
# @param type
|
|
1529
|
+
# The type of the event. Always `response.reasoning_summary_part.done`.
|
|
1039
1530
|
def initialize: (
|
|
1040
1531
|
item_id: String,
|
|
1041
1532
|
output_index: Integer,
|
|
@@ -1071,10 +1562,29 @@ module OpenAI
|
|
|
1071
1562
|
}
|
|
1072
1563
|
|
|
1073
1564
|
class ResponseReasoningSummaryTextWsDelta < OpenAI::Models::Responses::ResponseReasoningSummaryTextDeltaEvent
|
|
1565
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1566
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1074
1567
|
def stream_id: -> String?
|
|
1075
1568
|
|
|
1569
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1570
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1076
1571
|
def stream_id=: (String _) -> String
|
|
1077
1572
|
|
|
1573
|
+
# @param delta
|
|
1574
|
+
# The text delta that was added to the summary.
|
|
1575
|
+
# @param item_id
|
|
1576
|
+
# The ID of the item this summary text delta is associated with.
|
|
1577
|
+
# @param output_index
|
|
1578
|
+
# The index of the output item this summary text delta is associated with.
|
|
1579
|
+
# @param sequence_number
|
|
1580
|
+
# The sequence number of this event.
|
|
1581
|
+
# @param summary_index
|
|
1582
|
+
# The index of the summary part within the reasoning summary.
|
|
1583
|
+
# @param stream_id
|
|
1584
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1585
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1586
|
+
# @param type
|
|
1587
|
+
# The type of the event. Always `response.reasoning_summary_text.delta`.
|
|
1078
1588
|
def initialize: (
|
|
1079
1589
|
delta: String,
|
|
1080
1590
|
item_id: String,
|
|
@@ -1108,10 +1618,29 @@ module OpenAI
|
|
|
1108
1618
|
}
|
|
1109
1619
|
|
|
1110
1620
|
class ResponseReasoningSummaryTextWsDone < OpenAI::Models::Responses::ResponseReasoningSummaryTextDoneEvent
|
|
1621
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1622
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1111
1623
|
def stream_id: -> String?
|
|
1112
1624
|
|
|
1625
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1626
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1113
1627
|
def stream_id=: (String _) -> String
|
|
1114
1628
|
|
|
1629
|
+
# @param item_id
|
|
1630
|
+
# The ID of the item this summary text is associated with.
|
|
1631
|
+
# @param output_index
|
|
1632
|
+
# The index of the output item this summary text is associated with.
|
|
1633
|
+
# @param sequence_number
|
|
1634
|
+
# The sequence number of this event.
|
|
1635
|
+
# @param summary_index
|
|
1636
|
+
# The index of the summary part within the reasoning summary.
|
|
1637
|
+
# @param text
|
|
1638
|
+
# The full text of the completed reasoning summary.
|
|
1639
|
+
# @param stream_id
|
|
1640
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1641
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1642
|
+
# @param type
|
|
1643
|
+
# The type of the event. Always `response.reasoning_summary_text.done`.
|
|
1115
1644
|
def initialize: (
|
|
1116
1645
|
item_id: String,
|
|
1117
1646
|
output_index: Integer,
|
|
@@ -1145,10 +1674,29 @@ module OpenAI
|
|
|
1145
1674
|
}
|
|
1146
1675
|
|
|
1147
1676
|
class ResponseReasoningTextWsDelta < OpenAI::Models::Responses::ResponseReasoningTextDeltaEvent
|
|
1677
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1678
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1148
1679
|
def stream_id: -> String?
|
|
1149
1680
|
|
|
1681
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1682
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1150
1683
|
def stream_id=: (String _) -> String
|
|
1151
1684
|
|
|
1685
|
+
# @param content_index
|
|
1686
|
+
# The index of the reasoning content part this delta is associated with.
|
|
1687
|
+
# @param delta
|
|
1688
|
+
# The text delta that was added to the reasoning content.
|
|
1689
|
+
# @param item_id
|
|
1690
|
+
# The ID of the item this reasoning text delta is associated with.
|
|
1691
|
+
# @param output_index
|
|
1692
|
+
# The index of the output item this reasoning text delta is associated with.
|
|
1693
|
+
# @param sequence_number
|
|
1694
|
+
# The sequence number of this event.
|
|
1695
|
+
# @param stream_id
|
|
1696
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1697
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1698
|
+
# @param type
|
|
1699
|
+
# The type of the event. Always `response.reasoning_text.delta`.
|
|
1152
1700
|
def initialize: (
|
|
1153
1701
|
content_index: Integer,
|
|
1154
1702
|
delta: String,
|
|
@@ -1182,10 +1730,29 @@ module OpenAI
|
|
|
1182
1730
|
}
|
|
1183
1731
|
|
|
1184
1732
|
class ResponseReasoningTextWsDone < OpenAI::Models::Responses::ResponseReasoningTextDoneEvent
|
|
1733
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1734
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1185
1735
|
def stream_id: -> String?
|
|
1186
1736
|
|
|
1737
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1738
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1187
1739
|
def stream_id=: (String _) -> String
|
|
1188
1740
|
|
|
1741
|
+
# @param content_index
|
|
1742
|
+
# The index of the reasoning content part.
|
|
1743
|
+
# @param item_id
|
|
1744
|
+
# The ID of the item this reasoning text is associated with.
|
|
1745
|
+
# @param output_index
|
|
1746
|
+
# The index of the output item this reasoning text is associated with.
|
|
1747
|
+
# @param sequence_number
|
|
1748
|
+
# The sequence number of this event.
|
|
1749
|
+
# @param text
|
|
1750
|
+
# The full text of the completed reasoning content.
|
|
1751
|
+
# @param stream_id
|
|
1752
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1753
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1754
|
+
# @param type
|
|
1755
|
+
# The type of the event. Always `response.reasoning_text.done`.
|
|
1189
1756
|
def initialize: (
|
|
1190
1757
|
content_index: Integer,
|
|
1191
1758
|
item_id: String,
|
|
@@ -1219,10 +1786,29 @@ module OpenAI
|
|
|
1219
1786
|
}
|
|
1220
1787
|
|
|
1221
1788
|
class ResponseRefusalWsDelta < OpenAI::Models::Responses::ResponseRefusalDeltaEvent
|
|
1789
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1790
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1222
1791
|
def stream_id: -> String?
|
|
1223
1792
|
|
|
1793
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1794
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1224
1795
|
def stream_id=: (String _) -> String
|
|
1225
1796
|
|
|
1797
|
+
# @param content_index
|
|
1798
|
+
# The index of the content part that the refusal text is added to.
|
|
1799
|
+
# @param delta
|
|
1800
|
+
# The refusal text that is added.
|
|
1801
|
+
# @param item_id
|
|
1802
|
+
# The ID of the output item that the refusal text is added to.
|
|
1803
|
+
# @param output_index
|
|
1804
|
+
# The index of the output item that the refusal text is added to.
|
|
1805
|
+
# @param sequence_number
|
|
1806
|
+
# The sequence number of this event.
|
|
1807
|
+
# @param stream_id
|
|
1808
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1809
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1810
|
+
# @param type
|
|
1811
|
+
# The type of the event. Always `response.refusal.delta`.
|
|
1226
1812
|
def initialize: (
|
|
1227
1813
|
content_index: Integer,
|
|
1228
1814
|
delta: String,
|
|
@@ -1256,10 +1842,29 @@ module OpenAI
|
|
|
1256
1842
|
}
|
|
1257
1843
|
|
|
1258
1844
|
class ResponseRefusalWsDone < OpenAI::Models::Responses::ResponseRefusalDoneEvent
|
|
1845
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1846
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1259
1847
|
def stream_id: -> String?
|
|
1260
1848
|
|
|
1849
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1850
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1261
1851
|
def stream_id=: (String _) -> String
|
|
1262
1852
|
|
|
1853
|
+
# @param content_index
|
|
1854
|
+
# The index of the content part that the refusal text is finalized.
|
|
1855
|
+
# @param item_id
|
|
1856
|
+
# The ID of the output item that the refusal text is finalized.
|
|
1857
|
+
# @param output_index
|
|
1858
|
+
# The index of the output item that the refusal text is finalized.
|
|
1859
|
+
# @param refusal
|
|
1860
|
+
# The refusal text that is finalized.
|
|
1861
|
+
# @param sequence_number
|
|
1862
|
+
# The sequence number of this event.
|
|
1863
|
+
# @param stream_id
|
|
1864
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1865
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1866
|
+
# @param type
|
|
1867
|
+
# The type of the event. Always `response.refusal.done`.
|
|
1263
1868
|
def initialize: (
|
|
1264
1869
|
content_index: Integer,
|
|
1265
1870
|
item_id: String,
|
|
@@ -1294,10 +1899,31 @@ module OpenAI
|
|
|
1294
1899
|
}
|
|
1295
1900
|
|
|
1296
1901
|
class ResponseTextWsDelta < OpenAI::Models::Responses::ResponseTextDeltaEvent
|
|
1902
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1903
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1297
1904
|
def stream_id: -> String?
|
|
1298
1905
|
|
|
1906
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1907
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1299
1908
|
def stream_id=: (String _) -> String
|
|
1300
1909
|
|
|
1910
|
+
# @param content_index
|
|
1911
|
+
# The index of the content part that the text delta was added to.
|
|
1912
|
+
# @param delta
|
|
1913
|
+
# The text delta that was added.
|
|
1914
|
+
# @param item_id
|
|
1915
|
+
# The ID of the output item that the text delta was added to.
|
|
1916
|
+
# @param logprobs
|
|
1917
|
+
# The log probabilities of the tokens in the delta.
|
|
1918
|
+
# @param output_index
|
|
1919
|
+
# The index of the output item that the text delta was added to.
|
|
1920
|
+
# @param sequence_number
|
|
1921
|
+
# The sequence number for this event.
|
|
1922
|
+
# @param stream_id
|
|
1923
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1924
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1925
|
+
# @param type
|
|
1926
|
+
# The type of the event. Always `response.output_text.delta`.
|
|
1301
1927
|
def initialize: (
|
|
1302
1928
|
content_index: Integer,
|
|
1303
1929
|
delta: String,
|
|
@@ -1334,10 +1960,31 @@ module OpenAI
|
|
|
1334
1960
|
}
|
|
1335
1961
|
|
|
1336
1962
|
class ResponseTextWsDone < OpenAI::Models::Responses::ResponseTextDoneEvent
|
|
1963
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1964
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1337
1965
|
def stream_id: -> String?
|
|
1338
1966
|
|
|
1967
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1968
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1339
1969
|
def stream_id=: (String _) -> String
|
|
1340
1970
|
|
|
1971
|
+
# @param content_index
|
|
1972
|
+
# The index of the content part that the text content is finalized.
|
|
1973
|
+
# @param item_id
|
|
1974
|
+
# The ID of the output item that the text content is finalized.
|
|
1975
|
+
# @param logprobs
|
|
1976
|
+
# The log probabilities of the tokens in the delta.
|
|
1977
|
+
# @param output_index
|
|
1978
|
+
# The index of the output item that the text content is finalized.
|
|
1979
|
+
# @param sequence_number
|
|
1980
|
+
# The sequence number for this event.
|
|
1981
|
+
# @param text
|
|
1982
|
+
# The text content that is finalized.
|
|
1983
|
+
# @param stream_id
|
|
1984
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
1985
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1986
|
+
# @param type
|
|
1987
|
+
# The type of the event. Always `response.output_text.done`.
|
|
1341
1988
|
def initialize: (
|
|
1342
1989
|
content_index: Integer,
|
|
1343
1990
|
item_id: String,
|
|
@@ -1371,10 +2018,25 @@ module OpenAI
|
|
|
1371
2018
|
}
|
|
1372
2019
|
|
|
1373
2020
|
class ResponseWebSearchCallWsCompleted < OpenAI::Models::Responses::ResponseWebSearchCallCompletedEvent
|
|
2021
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2022
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1374
2023
|
def stream_id: -> String?
|
|
1375
2024
|
|
|
2025
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2026
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1376
2027
|
def stream_id=: (String _) -> String
|
|
1377
2028
|
|
|
2029
|
+
# @param item_id
|
|
2030
|
+
# Unique ID for the output item associated with the web search call.
|
|
2031
|
+
# @param output_index
|
|
2032
|
+
# The index of the output item that the web search call is associated with.
|
|
2033
|
+
# @param sequence_number
|
|
2034
|
+
# The sequence number of the web search call being processed.
|
|
2035
|
+
# @param stream_id
|
|
2036
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2037
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2038
|
+
# @param type
|
|
2039
|
+
# The type of the event. Always `response.web_search_call.completed`.
|
|
1378
2040
|
def initialize: (
|
|
1379
2041
|
item_id: String,
|
|
1380
2042
|
output_index: Integer,
|
|
@@ -1402,10 +2064,25 @@ module OpenAI
|
|
|
1402
2064
|
}
|
|
1403
2065
|
|
|
1404
2066
|
class ResponseWebSearchCallInWsProgress < OpenAI::Models::Responses::ResponseWebSearchCallInProgressEvent
|
|
2067
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2068
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1405
2069
|
def stream_id: -> String?
|
|
1406
2070
|
|
|
2071
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2072
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1407
2073
|
def stream_id=: (String _) -> String
|
|
1408
2074
|
|
|
2075
|
+
# @param item_id
|
|
2076
|
+
# Unique ID for the output item associated with the web search call.
|
|
2077
|
+
# @param output_index
|
|
2078
|
+
# The index of the output item that the web search call is associated with.
|
|
2079
|
+
# @param sequence_number
|
|
2080
|
+
# The sequence number of the web search call being processed.
|
|
2081
|
+
# @param stream_id
|
|
2082
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2083
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2084
|
+
# @param type
|
|
2085
|
+
# The type of the event. Always `response.web_search_call.in_progress`.
|
|
1409
2086
|
def initialize: (
|
|
1410
2087
|
item_id: String,
|
|
1411
2088
|
output_index: Integer,
|
|
@@ -1433,10 +2110,25 @@ module OpenAI
|
|
|
1433
2110
|
}
|
|
1434
2111
|
|
|
1435
2112
|
class ResponseWebSearchCallWsSearching < OpenAI::Models::Responses::ResponseWebSearchCallSearchingEvent
|
|
2113
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2114
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1436
2115
|
def stream_id: -> String?
|
|
1437
2116
|
|
|
2117
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2118
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1438
2119
|
def stream_id=: (String _) -> String
|
|
1439
2120
|
|
|
2121
|
+
# @param item_id
|
|
2122
|
+
# Unique ID for the output item associated with the web search call.
|
|
2123
|
+
# @param output_index
|
|
2124
|
+
# The index of the output item that the web search call is associated with.
|
|
2125
|
+
# @param sequence_number
|
|
2126
|
+
# The sequence number of the web search call being processed.
|
|
2127
|
+
# @param stream_id
|
|
2128
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2129
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2130
|
+
# @param type
|
|
2131
|
+
# The type of the event. Always `response.web_search_call.searching`.
|
|
1440
2132
|
def initialize: (
|
|
1441
2133
|
item_id: String,
|
|
1442
2134
|
output_index: Integer,
|
|
@@ -1464,10 +2156,25 @@ module OpenAI
|
|
|
1464
2156
|
}
|
|
1465
2157
|
|
|
1466
2158
|
class ResponseImageGenCallWsCompleted < OpenAI::Models::Responses::ResponseImageGenCallCompletedEvent
|
|
2159
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2160
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1467
2161
|
def stream_id: -> String?
|
|
1468
2162
|
|
|
2163
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2164
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1469
2165
|
def stream_id=: (String _) -> String
|
|
1470
2166
|
|
|
2167
|
+
# @param item_id
|
|
2168
|
+
# The unique identifier of the image generation item being processed.
|
|
2169
|
+
# @param output_index
|
|
2170
|
+
# The index of the output item in the response's output array.
|
|
2171
|
+
# @param sequence_number
|
|
2172
|
+
# The sequence number of this event.
|
|
2173
|
+
# @param stream_id
|
|
2174
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2175
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2176
|
+
# @param type
|
|
2177
|
+
# The type of the event. Always 'response.image_generation_call.completed'.
|
|
1471
2178
|
def initialize: (
|
|
1472
2179
|
item_id: String,
|
|
1473
2180
|
output_index: Integer,
|
|
@@ -1495,10 +2202,25 @@ module OpenAI
|
|
|
1495
2202
|
}
|
|
1496
2203
|
|
|
1497
2204
|
class ResponseImageGenCallWsGenerating < OpenAI::Models::Responses::ResponseImageGenCallGeneratingEvent
|
|
2205
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2206
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1498
2207
|
def stream_id: -> String?
|
|
1499
2208
|
|
|
2209
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2210
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1500
2211
|
def stream_id=: (String _) -> String
|
|
1501
2212
|
|
|
2213
|
+
# @param item_id
|
|
2214
|
+
# The unique identifier of the image generation item being processed.
|
|
2215
|
+
# @param output_index
|
|
2216
|
+
# The index of the output item in the response's output array.
|
|
2217
|
+
# @param sequence_number
|
|
2218
|
+
# The sequence number of the image generation item being processed.
|
|
2219
|
+
# @param stream_id
|
|
2220
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2221
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2222
|
+
# @param type
|
|
2223
|
+
# The type of the event. Always 'response.image_generation_call.generating'.
|
|
1502
2224
|
def initialize: (
|
|
1503
2225
|
item_id: String,
|
|
1504
2226
|
output_index: Integer,
|
|
@@ -1526,10 +2248,25 @@ module OpenAI
|
|
|
1526
2248
|
}
|
|
1527
2249
|
|
|
1528
2250
|
class ResponseImageGenCallInWsProgress < OpenAI::Models::Responses::ResponseImageGenCallInProgressEvent
|
|
2251
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2252
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1529
2253
|
def stream_id: -> String?
|
|
1530
2254
|
|
|
2255
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2256
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1531
2257
|
def stream_id=: (String _) -> String
|
|
1532
2258
|
|
|
2259
|
+
# @param item_id
|
|
2260
|
+
# The unique identifier of the image generation item being processed.
|
|
2261
|
+
# @param output_index
|
|
2262
|
+
# The index of the output item in the response's output array.
|
|
2263
|
+
# @param sequence_number
|
|
2264
|
+
# The sequence number of the image generation item being processed.
|
|
2265
|
+
# @param stream_id
|
|
2266
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2267
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2268
|
+
# @param type
|
|
2269
|
+
# The type of the event. Always 'response.image_generation_call.in_progress'.
|
|
1533
2270
|
def initialize: (
|
|
1534
2271
|
item_id: String,
|
|
1535
2272
|
output_index: Integer,
|
|
@@ -1563,10 +2300,38 @@ module OpenAI
|
|
|
1563
2300
|
}
|
|
1564
2301
|
|
|
1565
2302
|
class ResponseImageGenCallPartialWsImage < OpenAI::Models::Responses::ResponseImageGenCallPartialImageEvent
|
|
2303
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2304
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1566
2305
|
def stream_id: -> String?
|
|
1567
2306
|
|
|
2307
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2308
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1568
2309
|
def stream_id=: (String _) -> String
|
|
1569
2310
|
|
|
2311
|
+
# @param item_id
|
|
2312
|
+
# The unique identifier of the image generation item being processed.
|
|
2313
|
+
# @param output_index
|
|
2314
|
+
# The index of the output item in the response's output array.
|
|
2315
|
+
# @param partial_image_b64
|
|
2316
|
+
# Base64-encoded partial image data, suitable for rendering as an image.
|
|
2317
|
+
# @param partial_image_index
|
|
2318
|
+
# 0-based index for the partial image (backend is 1-based, but this is 0-based for
|
|
2319
|
+
# the user).
|
|
2320
|
+
# @param sequence_number
|
|
2321
|
+
# The sequence number of the image generation item being processed.
|
|
2322
|
+
# @param background
|
|
2323
|
+
# The background setting that was used.
|
|
2324
|
+
# @param output_format
|
|
2325
|
+
# The output format that was used.
|
|
2326
|
+
# @param quality
|
|
2327
|
+
# The image quality that was used.
|
|
2328
|
+
# @param size
|
|
2329
|
+
# The image size that was used.
|
|
2330
|
+
# @param stream_id
|
|
2331
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2332
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2333
|
+
# @param type
|
|
2334
|
+
# The type of the event. Always 'response.image_generation_call.partial_image'.
|
|
1570
2335
|
def initialize: (
|
|
1571
2336
|
item_id: String,
|
|
1572
2337
|
output_index: Integer,
|
|
@@ -1607,10 +2372,28 @@ module OpenAI
|
|
|
1607
2372
|
}
|
|
1608
2373
|
|
|
1609
2374
|
class ResponseMcpCallArgumentsWsDelta < OpenAI::Models::Responses::ResponseMcpCallArgumentsDeltaEvent
|
|
2375
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2376
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1610
2377
|
def stream_id: -> String?
|
|
1611
2378
|
|
|
2379
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2380
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1612
2381
|
def stream_id=: (String _) -> String
|
|
1613
2382
|
|
|
2383
|
+
# @param delta
|
|
2384
|
+
# A JSON string containing the partial update to the arguments for the MCP tool
|
|
2385
|
+
# call.
|
|
2386
|
+
# @param item_id
|
|
2387
|
+
# The unique identifier of the MCP tool call item being processed.
|
|
2388
|
+
# @param output_index
|
|
2389
|
+
# The index of the output item in the response's output array.
|
|
2390
|
+
# @param sequence_number
|
|
2391
|
+
# The sequence number of this event.
|
|
2392
|
+
# @param stream_id
|
|
2393
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2394
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2395
|
+
# @param type
|
|
2396
|
+
# The type of the event. Always 'response.mcp_call_arguments.delta'.
|
|
1614
2397
|
def initialize: (
|
|
1615
2398
|
delta: String,
|
|
1616
2399
|
item_id: String,
|
|
@@ -1641,10 +2424,27 @@ module OpenAI
|
|
|
1641
2424
|
}
|
|
1642
2425
|
|
|
1643
2426
|
class ResponseMcpCallArgumentsWsDone < OpenAI::Models::Responses::ResponseMcpCallArgumentsDoneEvent
|
|
2427
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2428
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1644
2429
|
def stream_id: -> String?
|
|
1645
2430
|
|
|
2431
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2432
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1646
2433
|
def stream_id=: (String _) -> String
|
|
1647
2434
|
|
|
2435
|
+
# @param arguments
|
|
2436
|
+
# A JSON string containing the finalized arguments for the MCP tool call.
|
|
2437
|
+
# @param item_id
|
|
2438
|
+
# The unique identifier of the MCP tool call item being processed.
|
|
2439
|
+
# @param output_index
|
|
2440
|
+
# The index of the output item in the response's output array.
|
|
2441
|
+
# @param sequence_number
|
|
2442
|
+
# The sequence number of this event.
|
|
2443
|
+
# @param stream_id
|
|
2444
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2445
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2446
|
+
# @param type
|
|
2447
|
+
# The type of the event. Always 'response.mcp_call_arguments.done'.
|
|
1648
2448
|
def initialize: (
|
|
1649
2449
|
arguments: String,
|
|
1650
2450
|
item_id: String,
|
|
@@ -1674,10 +2474,25 @@ module OpenAI
|
|
|
1674
2474
|
}
|
|
1675
2475
|
|
|
1676
2476
|
class ResponseMcpCallWsCompleted < OpenAI::Models::Responses::ResponseMcpCallCompletedEvent
|
|
2477
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2478
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1677
2479
|
def stream_id: -> String?
|
|
1678
2480
|
|
|
2481
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2482
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1679
2483
|
def stream_id=: (String _) -> String
|
|
1680
2484
|
|
|
2485
|
+
# @param item_id
|
|
2486
|
+
# The ID of the MCP tool call item that completed.
|
|
2487
|
+
# @param output_index
|
|
2488
|
+
# The index of the output item that completed.
|
|
2489
|
+
# @param sequence_number
|
|
2490
|
+
# The sequence number of this event.
|
|
2491
|
+
# @param stream_id
|
|
2492
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2493
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2494
|
+
# @param type
|
|
2495
|
+
# The type of the event. Always 'response.mcp_call.completed'.
|
|
1681
2496
|
def initialize: (
|
|
1682
2497
|
item_id: String,
|
|
1683
2498
|
output_index: Integer,
|
|
@@ -1705,10 +2520,25 @@ module OpenAI
|
|
|
1705
2520
|
}
|
|
1706
2521
|
|
|
1707
2522
|
class ResponseMcpCallWsFailed < OpenAI::Models::Responses::ResponseMcpCallFailedEvent
|
|
2523
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2524
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1708
2525
|
def stream_id: -> String?
|
|
1709
2526
|
|
|
2527
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2528
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1710
2529
|
def stream_id=: (String _) -> String
|
|
1711
2530
|
|
|
2531
|
+
# @param item_id
|
|
2532
|
+
# The ID of the MCP tool call item that failed.
|
|
2533
|
+
# @param output_index
|
|
2534
|
+
# The index of the output item that failed.
|
|
2535
|
+
# @param sequence_number
|
|
2536
|
+
# The sequence number of this event.
|
|
2537
|
+
# @param stream_id
|
|
2538
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2539
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2540
|
+
# @param type
|
|
2541
|
+
# The type of the event. Always 'response.mcp_call.failed'.
|
|
1712
2542
|
def initialize: (
|
|
1713
2543
|
item_id: String,
|
|
1714
2544
|
output_index: Integer,
|
|
@@ -1736,10 +2566,25 @@ module OpenAI
|
|
|
1736
2566
|
}
|
|
1737
2567
|
|
|
1738
2568
|
class ResponseMcpCallInWsProgress < OpenAI::Models::Responses::ResponseMcpCallInProgressEvent
|
|
2569
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2570
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1739
2571
|
def stream_id: -> String?
|
|
1740
2572
|
|
|
2573
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2574
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1741
2575
|
def stream_id=: (String _) -> String
|
|
1742
2576
|
|
|
2577
|
+
# @param item_id
|
|
2578
|
+
# The unique identifier of the MCP tool call item being processed.
|
|
2579
|
+
# @param output_index
|
|
2580
|
+
# The index of the output item in the response's output array.
|
|
2581
|
+
# @param sequence_number
|
|
2582
|
+
# The sequence number of this event.
|
|
2583
|
+
# @param stream_id
|
|
2584
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2585
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2586
|
+
# @param type
|
|
2587
|
+
# The type of the event. Always 'response.mcp_call.in_progress'.
|
|
1743
2588
|
def initialize: (
|
|
1744
2589
|
item_id: String,
|
|
1745
2590
|
output_index: Integer,
|
|
@@ -1767,10 +2612,25 @@ module OpenAI
|
|
|
1767
2612
|
}
|
|
1768
2613
|
|
|
1769
2614
|
class ResponseMcpListToolsWsCompleted < OpenAI::Models::Responses::ResponseMcpListToolsCompletedEvent
|
|
2615
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2616
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1770
2617
|
def stream_id: -> String?
|
|
1771
2618
|
|
|
2619
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2620
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1772
2621
|
def stream_id=: (String _) -> String
|
|
1773
2622
|
|
|
2623
|
+
# @param item_id
|
|
2624
|
+
# The ID of the MCP tool call item that produced this output.
|
|
2625
|
+
# @param output_index
|
|
2626
|
+
# The index of the output item that was processed.
|
|
2627
|
+
# @param sequence_number
|
|
2628
|
+
# The sequence number of this event.
|
|
2629
|
+
# @param stream_id
|
|
2630
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2631
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2632
|
+
# @param type
|
|
2633
|
+
# The type of the event. Always 'response.mcp_list_tools.completed'.
|
|
1774
2634
|
def initialize: (
|
|
1775
2635
|
item_id: String,
|
|
1776
2636
|
output_index: Integer,
|
|
@@ -1798,10 +2658,25 @@ module OpenAI
|
|
|
1798
2658
|
}
|
|
1799
2659
|
|
|
1800
2660
|
class ResponseMcpListToolsWsFailed < OpenAI::Models::Responses::ResponseMcpListToolsFailedEvent
|
|
2661
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2662
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1801
2663
|
def stream_id: -> String?
|
|
1802
2664
|
|
|
2665
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2666
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1803
2667
|
def stream_id=: (String _) -> String
|
|
1804
2668
|
|
|
2669
|
+
# @param item_id
|
|
2670
|
+
# The ID of the MCP tool call item that failed.
|
|
2671
|
+
# @param output_index
|
|
2672
|
+
# The index of the output item that failed.
|
|
2673
|
+
# @param sequence_number
|
|
2674
|
+
# The sequence number of this event.
|
|
2675
|
+
# @param stream_id
|
|
2676
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2677
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2678
|
+
# @param type
|
|
2679
|
+
# The type of the event. Always 'response.mcp_list_tools.failed'.
|
|
1805
2680
|
def initialize: (
|
|
1806
2681
|
item_id: String,
|
|
1807
2682
|
output_index: Integer,
|
|
@@ -1829,10 +2704,25 @@ module OpenAI
|
|
|
1829
2704
|
}
|
|
1830
2705
|
|
|
1831
2706
|
class ResponseMcpListToolsInWsProgress < OpenAI::Models::Responses::ResponseMcpListToolsInProgressEvent
|
|
2707
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2708
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1832
2709
|
def stream_id: -> String?
|
|
1833
2710
|
|
|
2711
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2712
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1834
2713
|
def stream_id=: (String _) -> String
|
|
1835
2714
|
|
|
2715
|
+
# @param item_id
|
|
2716
|
+
# The ID of the MCP tool call item that is being processed.
|
|
2717
|
+
# @param output_index
|
|
2718
|
+
# The index of the output item that is being processed.
|
|
2719
|
+
# @param sequence_number
|
|
2720
|
+
# The sequence number of this event.
|
|
2721
|
+
# @param stream_id
|
|
2722
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2723
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2724
|
+
# @param type
|
|
2725
|
+
# The type of the event. Always 'response.mcp_list_tools.in_progress'.
|
|
1836
2726
|
def initialize: (
|
|
1837
2727
|
item_id: String,
|
|
1838
2728
|
output_index: Integer,
|
|
@@ -1863,10 +2753,31 @@ module OpenAI
|
|
|
1863
2753
|
}
|
|
1864
2754
|
|
|
1865
2755
|
class ResponseOutputTextAnnotationWsAdded < OpenAI::Models::Responses::ResponseOutputTextAnnotationAddedEvent
|
|
2756
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2757
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1866
2758
|
def stream_id: -> String?
|
|
1867
2759
|
|
|
2760
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2761
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1868
2762
|
def stream_id=: (String _) -> String
|
|
1869
2763
|
|
|
2764
|
+
# @param annotation
|
|
2765
|
+
# The annotation object being added. (See annotation schema for details.)
|
|
2766
|
+
# @param annotation_index
|
|
2767
|
+
# The index of the annotation within the content part.
|
|
2768
|
+
# @param content_index
|
|
2769
|
+
# The index of the content part within the output item.
|
|
2770
|
+
# @param item_id
|
|
2771
|
+
# The unique identifier of the item to which the annotation is being added.
|
|
2772
|
+
# @param output_index
|
|
2773
|
+
# The index of the output item in the response's output array.
|
|
2774
|
+
# @param sequence_number
|
|
2775
|
+
# The sequence number of this event.
|
|
2776
|
+
# @param stream_id
|
|
2777
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2778
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2779
|
+
# @param type
|
|
2780
|
+
# The type of the event. Always 'response.output_text.annotation.added'.
|
|
1870
2781
|
def initialize: (
|
|
1871
2782
|
annotation: OpenAI::Models::Responses::ResponseOutputTextAnnotationAddedEvent::annotation?,
|
|
1872
2783
|
annotation_index: Integer,
|
|
@@ -1899,10 +2810,23 @@ module OpenAI
|
|
|
1899
2810
|
}
|
|
1900
2811
|
|
|
1901
2812
|
class ResponseWsQueued < OpenAI::Models::Responses::ResponseQueuedEvent
|
|
2813
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2814
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1902
2815
|
def stream_id: -> String?
|
|
1903
2816
|
|
|
2817
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2818
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1904
2819
|
def stream_id=: (String _) -> String
|
|
1905
2820
|
|
|
2821
|
+
# @param response
|
|
2822
|
+
# The full response object that is queued.
|
|
2823
|
+
# @param sequence_number
|
|
2824
|
+
# The sequence number for this event.
|
|
2825
|
+
# @param stream_id
|
|
2826
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2827
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2828
|
+
# @param type
|
|
2829
|
+
# The type of the event. Always 'response.queued'.
|
|
1906
2830
|
def initialize: (
|
|
1907
2831
|
response: OpenAI::Responses::Response,
|
|
1908
2832
|
sequence_number: Integer,
|
|
@@ -1929,10 +2853,27 @@ module OpenAI
|
|
|
1929
2853
|
}
|
|
1930
2854
|
|
|
1931
2855
|
class ResponseCustomToolCallInputWsDelta < OpenAI::Models::Responses::ResponseCustomToolCallInputDeltaEvent
|
|
2856
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2857
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1932
2858
|
def stream_id: -> String?
|
|
1933
2859
|
|
|
2860
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2861
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1934
2862
|
def stream_id=: (String _) -> String
|
|
1935
2863
|
|
|
2864
|
+
# @param delta
|
|
2865
|
+
# The incremental input data (delta) for the custom tool call.
|
|
2866
|
+
# @param item_id
|
|
2867
|
+
# Unique identifier for the API item associated with this event.
|
|
2868
|
+
# @param output_index
|
|
2869
|
+
# The index of the output this delta applies to.
|
|
2870
|
+
# @param sequence_number
|
|
2871
|
+
# The sequence number of this event.
|
|
2872
|
+
# @param stream_id
|
|
2873
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2874
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2875
|
+
# @param type
|
|
2876
|
+
# The event type identifier.
|
|
1936
2877
|
def initialize: (
|
|
1937
2878
|
delta: String,
|
|
1938
2879
|
item_id: String,
|
|
@@ -1963,10 +2904,27 @@ module OpenAI
|
|
|
1963
2904
|
}
|
|
1964
2905
|
|
|
1965
2906
|
class ResponseCustomToolCallInputWsDone < OpenAI::Models::Responses::ResponseCustomToolCallInputDoneEvent
|
|
2907
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2908
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1966
2909
|
def stream_id: -> String?
|
|
1967
2910
|
|
|
2911
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2912
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
1968
2913
|
def stream_id=: (String _) -> String
|
|
1969
2914
|
|
|
2915
|
+
# @param input
|
|
2916
|
+
# The complete input data for the custom tool call.
|
|
2917
|
+
# @param item_id
|
|
2918
|
+
# Unique identifier for the API item associated with this event.
|
|
2919
|
+
# @param output_index
|
|
2920
|
+
# The index of the output this event applies to.
|
|
2921
|
+
# @param sequence_number
|
|
2922
|
+
# The sequence number of this event.
|
|
2923
|
+
# @param stream_id
|
|
2924
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2925
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2926
|
+
# @param type
|
|
2927
|
+
# The event type identifier.
|
|
1970
2928
|
def initialize: (
|
|
1971
2929
|
input: String,
|
|
1972
2930
|
item_id: String,
|
|
@@ -1996,22 +2954,43 @@ module OpenAI
|
|
|
1996
2954
|
}
|
|
1997
2955
|
|
|
1998
2956
|
class ResponseWsError < OpenAI::Internal::Type::BaseModel
|
|
2957
|
+
# Details about the error.
|
|
1999
2958
|
attr_accessor error: OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error
|
|
2000
2959
|
|
|
2960
|
+
# The type of the event. Always `error`.
|
|
2001
2961
|
attr_accessor type: :error
|
|
2002
2962
|
|
|
2963
|
+
# The sequence number of an error emitted by the response stream.
|
|
2003
2964
|
attr_reader sequence_number: Integer?
|
|
2004
2965
|
|
|
2966
|
+
# The sequence number of an error emitted by the response stream.
|
|
2005
2967
|
def sequence_number=: (Integer) -> Integer
|
|
2006
2968
|
|
|
2969
|
+
# The HTTP status code associated with a WebSocket protocol error.
|
|
2007
2970
|
attr_reader status: Integer?
|
|
2008
2971
|
|
|
2972
|
+
# The HTTP status code associated with a WebSocket protocol error.
|
|
2009
2973
|
def status=: (Integer) -> Integer
|
|
2010
2974
|
|
|
2975
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2976
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2011
2977
|
attr_reader stream_id: String?
|
|
2012
2978
|
|
|
2979
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2980
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2013
2981
|
def stream_id=: (String) -> String
|
|
2014
2982
|
|
|
2983
|
+
# @param error
|
|
2984
|
+
# Details about the error.
|
|
2985
|
+
# @param sequence_number
|
|
2986
|
+
# The sequence number of an error emitted by the response stream.
|
|
2987
|
+
# @param status
|
|
2988
|
+
# The HTTP status code associated with a WebSocket protocol error.
|
|
2989
|
+
# @param stream_id
|
|
2990
|
+
# The WebSocket lane that emitted this event. This field is present when the
|
|
2991
|
+
# originating `response.create` event supplied a `stream_id`.
|
|
2992
|
+
# @param type
|
|
2993
|
+
# The type of the event. Always `error`.
|
|
2015
2994
|
def initialize: (
|
|
2016
2995
|
error: OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error,
|
|
2017
2996
|
?sequence_number: Integer,
|
|
@@ -2039,16 +3018,22 @@ module OpenAI
|
|
|
2039
3018
|
}
|
|
2040
3019
|
|
|
2041
3020
|
class Error < OpenAI::Internal::Type::BaseModel
|
|
3021
|
+
# The error code that was emitted, if any.
|
|
2042
3022
|
attr_accessor code: String?
|
|
2043
3023
|
|
|
3024
|
+
# The human-readable error message that was emitted.
|
|
2044
3025
|
attr_accessor message: String
|
|
2045
3026
|
|
|
3027
|
+
# The parameter name that was associated with the error, if any.
|
|
2046
3028
|
attr_accessor param: String?
|
|
2047
3029
|
|
|
3030
|
+
# The error type that was emitted.
|
|
2048
3031
|
attr_accessor type: String
|
|
2049
3032
|
|
|
3033
|
+
# The response headers that were emitted with the error, if any.
|
|
2050
3034
|
attr_reader headers: ::Hash[Symbol, String]?
|
|
2051
3035
|
|
|
3036
|
+
# The response headers that were emitted with the error, if any.
|
|
2052
3037
|
def headers=: (::Hash[Symbol, String]) -> ::Hash[Symbol, String]
|
|
2053
3038
|
|
|
2054
3039
|
attr_reader misalignment: OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment?
|
|
@@ -2057,6 +3042,16 @@ module OpenAI
|
|
|
2057
3042
|
OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment
|
|
2058
3043
|
) -> OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment
|
|
2059
3044
|
|
|
3045
|
+
# @param code
|
|
3046
|
+
# The error code that was emitted, if any.
|
|
3047
|
+
# @param message
|
|
3048
|
+
# The human-readable error message that was emitted.
|
|
3049
|
+
# @param param
|
|
3050
|
+
# The parameter name that was associated with the error, if any.
|
|
3051
|
+
# @param type
|
|
3052
|
+
# The error type that was emitted.
|
|
3053
|
+
# @param headers
|
|
3054
|
+
# The response headers that were emitted with the error, if any.
|
|
2060
3055
|
def initialize: (
|
|
2061
3056
|
code: String?,
|
|
2062
3057
|
message: String,
|
|
@@ -2083,22 +3078,34 @@ module OpenAI
|
|
|
2083
3078
|
}
|
|
2084
3079
|
|
|
2085
3080
|
class Misalignment < OpenAI::Internal::Type::BaseModel
|
|
3081
|
+
# The public explanation for this block.
|
|
2086
3082
|
attr_reader detailed_explanation: String?
|
|
2087
3083
|
|
|
3084
|
+
# The public explanation for this block.
|
|
2088
3085
|
def detailed_explanation=: (String) -> String
|
|
2089
3086
|
|
|
3087
|
+
# An optional classification; clients must accept additional values.
|
|
2090
3088
|
attr_reader error_type: OpenAI::Models::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::error_type?
|
|
2091
3089
|
|
|
3090
|
+
# An optional classification; clients must accept additional values.
|
|
2092
3091
|
def error_type=: (
|
|
2093
3092
|
OpenAI::Models::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::error_type
|
|
2094
3093
|
) -> OpenAI::Models::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::error_type
|
|
2095
3094
|
|
|
3095
|
+
# An optional public continuation instruction.
|
|
2096
3096
|
attr_reader steer: OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::Steer?
|
|
2097
3097
|
|
|
3098
|
+
# An optional public continuation instruction.
|
|
2098
3099
|
def steer=: (
|
|
2099
3100
|
OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::Steer
|
|
2100
3101
|
) -> OpenAI::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::Steer
|
|
2101
3102
|
|
|
3103
|
+
# @param detailed_explanation
|
|
3104
|
+
# The public explanation for this block.
|
|
3105
|
+
# @param error_type
|
|
3106
|
+
# An optional classification; clients must accept additional values.
|
|
3107
|
+
# @param steer
|
|
3108
|
+
# An optional public continuation instruction.
|
|
2102
3109
|
def initialize: (
|
|
2103
3110
|
?detailed_explanation: String,
|
|
2104
3111
|
?error_type: OpenAI::Models::Responses::ResponsesServerEvent::ResponseWsError::Error::Misalignment::error_type,
|
|
@@ -2132,8 +3139,11 @@ module OpenAI
|
|
|
2132
3139
|
type steer = { message: String }
|
|
2133
3140
|
|
|
2134
3141
|
class Steer < OpenAI::Internal::Type::BaseModel
|
|
3142
|
+
# The public continuation instruction.
|
|
2135
3143
|
attr_accessor message: String
|
|
2136
3144
|
|
|
3145
|
+
# @param message
|
|
3146
|
+
# The public continuation instruction.
|
|
2137
3147
|
def initialize: (message: String) -> void
|
|
2138
3148
|
|
|
2139
3149
|
def to_hash: -> { message: String }
|