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
|
@@ -52,22 +52,41 @@ module OpenAI
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
class AgentMessage < OpenAI::Internal::Type::BaseModel
|
|
55
|
+
# The unique ID of the agent message.
|
|
55
56
|
attr_accessor id: String
|
|
56
57
|
|
|
58
|
+
# The sending agent identity.
|
|
57
59
|
attr_accessor author: String
|
|
58
60
|
|
|
61
|
+
# Encrypted content sent between agents.
|
|
59
62
|
attr_accessor content: ::Array[OpenAI::Models::Beta::BetaResponseItem::AgentMessage::content]
|
|
60
63
|
|
|
64
|
+
# The destination agent identity.
|
|
61
65
|
attr_accessor recipient: String
|
|
62
66
|
|
|
67
|
+
# The type of the item. Always `agent_message`.
|
|
63
68
|
attr_accessor type: :agent_message
|
|
64
69
|
|
|
70
|
+
# The agent that produced this item.
|
|
65
71
|
attr_reader agent: OpenAI::Beta::BetaResponseItem::AgentMessage::Agent?
|
|
66
72
|
|
|
73
|
+
# The agent that produced this item.
|
|
67
74
|
def agent=: (
|
|
68
75
|
OpenAI::Beta::BetaResponseItem::AgentMessage::Agent
|
|
69
76
|
) -> OpenAI::Beta::BetaResponseItem::AgentMessage::Agent
|
|
70
77
|
|
|
78
|
+
# @param id
|
|
79
|
+
# The unique ID of the agent message.
|
|
80
|
+
# @param author
|
|
81
|
+
# The sending agent identity.
|
|
82
|
+
# @param content
|
|
83
|
+
# Encrypted content sent between agents.
|
|
84
|
+
# @param recipient
|
|
85
|
+
# The destination agent identity.
|
|
86
|
+
# @param agent
|
|
87
|
+
# The agent that produced this item.
|
|
88
|
+
# @param type
|
|
89
|
+
# The type of the item. Always `agent_message`.
|
|
71
90
|
def initialize: (
|
|
72
91
|
id: String,
|
|
73
92
|
author: String,
|
|
@@ -116,10 +135,16 @@ module OpenAI
|
|
|
116
135
|
type summary_text = { text: String, ?type: :summary_text }
|
|
117
136
|
|
|
118
137
|
class SummaryText < OpenAI::Internal::Type::BaseModel
|
|
138
|
+
# A summary of the reasoning output from the model so far.
|
|
119
139
|
attr_accessor text: String
|
|
120
140
|
|
|
141
|
+
# The type of the object. Always `summary_text`.
|
|
121
142
|
attr_accessor type: :summary_text
|
|
122
143
|
|
|
144
|
+
# @param text
|
|
145
|
+
# A summary of the reasoning output from the model so far.
|
|
146
|
+
# @param type
|
|
147
|
+
# The type of the object. Always `summary_text`.
|
|
123
148
|
def initialize: (text: String, ?type: :summary_text) -> void
|
|
124
149
|
|
|
125
150
|
def to_hash: -> { text: String, ?type: :summary_text }
|
|
@@ -128,10 +153,16 @@ module OpenAI
|
|
|
128
153
|
type reasoning_text = { text: String, ?type: :reasoning_text }
|
|
129
154
|
|
|
130
155
|
class ReasoningText < OpenAI::Internal::Type::BaseModel
|
|
156
|
+
# The reasoning text from the model.
|
|
131
157
|
attr_accessor text: String
|
|
132
158
|
|
|
159
|
+
# The type of the reasoning text. Always `reasoning_text`.
|
|
133
160
|
attr_accessor type: :reasoning_text
|
|
134
161
|
|
|
162
|
+
# @param text
|
|
163
|
+
# The reasoning text from the model.
|
|
164
|
+
# @param type
|
|
165
|
+
# The type of the reasoning text. Always `reasoning_text`.
|
|
135
166
|
def initialize: (text: String, ?type: :reasoning_text) -> void
|
|
136
167
|
|
|
137
168
|
def to_hash: -> { text: String, ?type: :reasoning_text }
|
|
@@ -147,20 +178,46 @@ module OpenAI
|
|
|
147
178
|
}
|
|
148
179
|
|
|
149
180
|
class ComputerScreenshot < OpenAI::Internal::Type::BaseModel
|
|
181
|
+
# The detail level of the screenshot image to be sent to the model. One of `high`,
|
|
182
|
+
# `low`, `auto`, or `original`. Defaults to `auto`.
|
|
150
183
|
attr_accessor detail: OpenAI::Models::Beta::BetaResponseItem::AgentMessage::Content::ComputerScreenshot::detail
|
|
151
184
|
|
|
185
|
+
# The identifier of an uploaded file that contains the screenshot.
|
|
152
186
|
attr_accessor file_id: String?
|
|
153
187
|
|
|
188
|
+
# The URL of the screenshot image.
|
|
154
189
|
attr_accessor image_url: String?
|
|
155
190
|
|
|
191
|
+
# Specifies the event type. For a computer screenshot, this property is always set
|
|
192
|
+
# to `computer_screenshot`.
|
|
156
193
|
attr_accessor type: :computer_screenshot
|
|
157
194
|
|
|
195
|
+
# Marks the exact end of a reusable prompt prefix. The breakpoint inherits its TTL
|
|
196
|
+
# from the request's `prompt_cache_options.ttl`; the boundary is not rounded to a
|
|
197
|
+
# token block.
|
|
158
198
|
attr_reader prompt_cache_breakpoint: OpenAI::Beta::BetaResponseItem::AgentMessage::Content::ComputerScreenshot::PromptCacheBreakpoint?
|
|
159
199
|
|
|
200
|
+
# Marks the exact end of a reusable prompt prefix. The breakpoint inherits its TTL
|
|
201
|
+
# from the request's `prompt_cache_options.ttl`; the boundary is not rounded to a
|
|
202
|
+
# token block.
|
|
160
203
|
def prompt_cache_breakpoint=: (
|
|
161
204
|
OpenAI::Beta::BetaResponseItem::AgentMessage::Content::ComputerScreenshot::PromptCacheBreakpoint
|
|
162
205
|
) -> OpenAI::Beta::BetaResponseItem::AgentMessage::Content::ComputerScreenshot::PromptCacheBreakpoint
|
|
163
206
|
|
|
207
|
+
# @param detail
|
|
208
|
+
# The detail level of the screenshot image to be sent to the model. One of `high`,
|
|
209
|
+
# `low`, `auto`, or `original`. Defaults to `auto`.
|
|
210
|
+
# @param file_id
|
|
211
|
+
# The identifier of an uploaded file that contains the screenshot.
|
|
212
|
+
# @param image_url
|
|
213
|
+
# The URL of the screenshot image.
|
|
214
|
+
# @param prompt_cache_breakpoint
|
|
215
|
+
# Marks the exact end of a reusable prompt prefix. The breakpoint inherits its TTL
|
|
216
|
+
# from the request's `prompt_cache_options.ttl`; the boundary is not rounded to a
|
|
217
|
+
# token block.
|
|
218
|
+
# @param type
|
|
219
|
+
# Specifies the event type. For a computer screenshot, this property is always set
|
|
220
|
+
# to `computer_screenshot`.
|
|
164
221
|
def initialize: (
|
|
165
222
|
detail: OpenAI::Models::Beta::BetaResponseItem::AgentMessage::Content::ComputerScreenshot::detail,
|
|
166
223
|
file_id: String?,
|
|
@@ -193,8 +250,11 @@ module OpenAI
|
|
|
193
250
|
type prompt_cache_breakpoint = { ?mode: :explicit }
|
|
194
251
|
|
|
195
252
|
class PromptCacheBreakpoint < OpenAI::Internal::Type::BaseModel
|
|
253
|
+
# The breakpoint mode. Always `explicit`.
|
|
196
254
|
attr_accessor mode: :explicit
|
|
197
255
|
|
|
256
|
+
# @param mode
|
|
257
|
+
# The breakpoint mode. Always `explicit`.
|
|
198
258
|
def initialize: (?mode: :explicit) -> void
|
|
199
259
|
|
|
200
260
|
def to_hash: -> { ?mode: :explicit }
|
|
@@ -205,10 +265,16 @@ module OpenAI
|
|
|
205
265
|
{ encrypted_content: String, ?type: :encrypted_content }
|
|
206
266
|
|
|
207
267
|
class EncryptedContent < OpenAI::Internal::Type::BaseModel
|
|
268
|
+
# Opaque encrypted content.
|
|
208
269
|
attr_accessor encrypted_content: String
|
|
209
270
|
|
|
271
|
+
# The type of the input item. Always `encrypted_content`.
|
|
210
272
|
attr_accessor type: :encrypted_content
|
|
211
273
|
|
|
274
|
+
# @param encrypted_content
|
|
275
|
+
# Opaque encrypted content.
|
|
276
|
+
# @param type
|
|
277
|
+
# The type of the input item. Always `encrypted_content`.
|
|
212
278
|
def initialize: (
|
|
213
279
|
encrypted_content: String,
|
|
214
280
|
?type: :encrypted_content
|
|
@@ -226,8 +292,11 @@ module OpenAI
|
|
|
226
292
|
type agent = { agent_name: String }
|
|
227
293
|
|
|
228
294
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
295
|
+
# The canonical name of the agent that produced this item.
|
|
229
296
|
attr_accessor agent_name: String
|
|
230
297
|
|
|
298
|
+
# @param agent_name
|
|
299
|
+
# The canonical name of the agent that produced this item.
|
|
231
300
|
def initialize: (agent_name: String) -> void
|
|
232
301
|
|
|
233
302
|
def to_hash: -> { agent_name: String }
|
|
@@ -245,22 +314,41 @@ module OpenAI
|
|
|
245
314
|
}
|
|
246
315
|
|
|
247
316
|
class MultiAgentCall < OpenAI::Internal::Type::BaseModel
|
|
317
|
+
# The unique ID of the multi-agent call item.
|
|
248
318
|
attr_accessor id: String
|
|
249
319
|
|
|
320
|
+
# The multi-agent action to execute.
|
|
250
321
|
attr_accessor action: OpenAI::Models::Beta::BetaResponseItem::MultiAgentCall::action
|
|
251
322
|
|
|
323
|
+
# The JSON string of arguments generated for the action.
|
|
252
324
|
attr_accessor arguments: String
|
|
253
325
|
|
|
326
|
+
# The unique ID linking this call to its output.
|
|
254
327
|
attr_accessor call_id: String
|
|
255
328
|
|
|
329
|
+
# The type of the multi-agent call. Always `multi_agent_call`.
|
|
256
330
|
attr_accessor type: :multi_agent_call
|
|
257
331
|
|
|
332
|
+
# The agent that produced this item.
|
|
258
333
|
attr_reader agent: OpenAI::Beta::BetaResponseItem::MultiAgentCall::Agent?
|
|
259
334
|
|
|
335
|
+
# The agent that produced this item.
|
|
260
336
|
def agent=: (
|
|
261
337
|
OpenAI::Beta::BetaResponseItem::MultiAgentCall::Agent
|
|
262
338
|
) -> OpenAI::Beta::BetaResponseItem::MultiAgentCall::Agent
|
|
263
339
|
|
|
340
|
+
# @param id
|
|
341
|
+
# The unique ID of the multi-agent call item.
|
|
342
|
+
# @param action
|
|
343
|
+
# The multi-agent action to execute.
|
|
344
|
+
# @param arguments
|
|
345
|
+
# The JSON string of arguments generated for the action.
|
|
346
|
+
# @param call_id
|
|
347
|
+
# The unique ID linking this call to its output.
|
|
348
|
+
# @param agent
|
|
349
|
+
# The agent that produced this item.
|
|
350
|
+
# @param type
|
|
351
|
+
# The type of the multi-agent call. Always `multi_agent_call`.
|
|
264
352
|
def initialize: (
|
|
265
353
|
id: String,
|
|
266
354
|
action: OpenAI::Models::Beta::BetaResponseItem::MultiAgentCall::action,
|
|
@@ -303,8 +391,11 @@ module OpenAI
|
|
|
303
391
|
type agent = { agent_name: String }
|
|
304
392
|
|
|
305
393
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
394
|
+
# The canonical name of the agent that produced this item.
|
|
306
395
|
attr_accessor agent_name: String
|
|
307
396
|
|
|
397
|
+
# @param agent_name
|
|
398
|
+
# The canonical name of the agent that produced this item.
|
|
308
399
|
def initialize: (agent_name: String) -> void
|
|
309
400
|
|
|
310
401
|
def to_hash: -> { agent_name: String }
|
|
@@ -322,22 +413,41 @@ module OpenAI
|
|
|
322
413
|
}
|
|
323
414
|
|
|
324
415
|
class MultiAgentCallOutput < OpenAI::Internal::Type::BaseModel
|
|
416
|
+
# The unique ID of the multi-agent call output item.
|
|
325
417
|
attr_accessor id: String
|
|
326
418
|
|
|
419
|
+
# The multi-agent action that produced this result.
|
|
327
420
|
attr_accessor action: OpenAI::Models::Beta::BetaResponseItem::MultiAgentCallOutput::action
|
|
328
421
|
|
|
422
|
+
# The unique ID of the multi-agent call.
|
|
329
423
|
attr_accessor call_id: String
|
|
330
424
|
|
|
425
|
+
# Text output returned by the multi-agent action.
|
|
331
426
|
attr_accessor output: ::Array[OpenAI::Beta::BetaResponseOutputText]
|
|
332
427
|
|
|
428
|
+
# The type of the multi-agent result. Always `multi_agent_call_output`.
|
|
333
429
|
attr_accessor type: :multi_agent_call_output
|
|
334
430
|
|
|
431
|
+
# The agent that produced this item.
|
|
335
432
|
attr_reader agent: OpenAI::Beta::BetaResponseItem::MultiAgentCallOutput::Agent?
|
|
336
433
|
|
|
434
|
+
# The agent that produced this item.
|
|
337
435
|
def agent=: (
|
|
338
436
|
OpenAI::Beta::BetaResponseItem::MultiAgentCallOutput::Agent
|
|
339
437
|
) -> OpenAI::Beta::BetaResponseItem::MultiAgentCallOutput::Agent
|
|
340
438
|
|
|
439
|
+
# @param id
|
|
440
|
+
# The unique ID of the multi-agent call output item.
|
|
441
|
+
# @param action
|
|
442
|
+
# The multi-agent action that produced this result.
|
|
443
|
+
# @param call_id
|
|
444
|
+
# The unique ID of the multi-agent call.
|
|
445
|
+
# @param output
|
|
446
|
+
# Text output returned by the multi-agent action.
|
|
447
|
+
# @param agent
|
|
448
|
+
# The agent that produced this item.
|
|
449
|
+
# @param type
|
|
450
|
+
# The type of the multi-agent result. Always `multi_agent_call_output`.
|
|
341
451
|
def initialize: (
|
|
342
452
|
id: String,
|
|
343
453
|
action: OpenAI::Models::Beta::BetaResponseItem::MultiAgentCallOutput::action,
|
|
@@ -380,8 +490,11 @@ module OpenAI
|
|
|
380
490
|
type agent = { agent_name: String }
|
|
381
491
|
|
|
382
492
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
493
|
+
# The canonical name of the agent that produced this item.
|
|
383
494
|
attr_accessor agent_name: String
|
|
384
495
|
|
|
496
|
+
# @param agent_name
|
|
497
|
+
# The canonical name of the agent that produced this item.
|
|
385
498
|
def initialize: (agent_name: String) -> void
|
|
386
499
|
|
|
387
500
|
def to_hash: -> { agent_name: String }
|
|
@@ -398,20 +511,36 @@ module OpenAI
|
|
|
398
511
|
}
|
|
399
512
|
|
|
400
513
|
class AdditionalTools < OpenAI::Internal::Type::BaseModel
|
|
514
|
+
# The unique ID of the additional tools item.
|
|
401
515
|
attr_accessor id: String
|
|
402
516
|
|
|
517
|
+
# The role that provided the additional tools.
|
|
403
518
|
attr_accessor role: OpenAI::Models::Beta::BetaResponseItem::AdditionalTools::role
|
|
404
519
|
|
|
520
|
+
# The additional tool definitions made available at this item.
|
|
405
521
|
attr_accessor tools: ::Array[OpenAI::Models::Beta::beta_tool]
|
|
406
522
|
|
|
523
|
+
# The type of the item. Always `additional_tools`.
|
|
407
524
|
attr_accessor type: :additional_tools
|
|
408
525
|
|
|
526
|
+
# The agent that produced this item.
|
|
409
527
|
attr_reader agent: OpenAI::Beta::BetaResponseItem::AdditionalTools::Agent?
|
|
410
528
|
|
|
529
|
+
# The agent that produced this item.
|
|
411
530
|
def agent=: (
|
|
412
531
|
OpenAI::Beta::BetaResponseItem::AdditionalTools::Agent
|
|
413
532
|
) -> OpenAI::Beta::BetaResponseItem::AdditionalTools::Agent
|
|
414
533
|
|
|
534
|
+
# @param id
|
|
535
|
+
# The unique ID of the additional tools item.
|
|
536
|
+
# @param role
|
|
537
|
+
# The role that provided the additional tools.
|
|
538
|
+
# @param tools
|
|
539
|
+
# The additional tool definitions made available at this item.
|
|
540
|
+
# @param agent
|
|
541
|
+
# The agent that produced this item.
|
|
542
|
+
# @param type
|
|
543
|
+
# The type of the item. Always `additional_tools`.
|
|
415
544
|
def initialize: (
|
|
416
545
|
id: String,
|
|
417
546
|
role: OpenAI::Models::Beta::BetaResponseItem::AdditionalTools::role,
|
|
@@ -456,8 +585,11 @@ module OpenAI
|
|
|
456
585
|
type agent = { agent_name: String }
|
|
457
586
|
|
|
458
587
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
588
|
+
# The canonical name of the agent that produced this item.
|
|
459
589
|
attr_accessor agent_name: String
|
|
460
590
|
|
|
591
|
+
# @param agent_name
|
|
592
|
+
# The canonical name of the agent that produced this item.
|
|
461
593
|
def initialize: (agent_name: String) -> void
|
|
462
594
|
|
|
463
595
|
def to_hash: -> { agent_name: String }
|
|
@@ -475,22 +607,41 @@ module OpenAI
|
|
|
475
607
|
}
|
|
476
608
|
|
|
477
609
|
class Program < OpenAI::Internal::Type::BaseModel
|
|
610
|
+
# The unique ID of the program item.
|
|
478
611
|
attr_accessor id: String
|
|
479
612
|
|
|
613
|
+
# The stable call ID of the program item.
|
|
480
614
|
attr_accessor call_id: String
|
|
481
615
|
|
|
616
|
+
# The JavaScript source executed by programmatic tool calling.
|
|
482
617
|
attr_accessor code: String
|
|
483
618
|
|
|
619
|
+
# Opaque program replay fingerprint that must be round-tripped.
|
|
484
620
|
attr_accessor fingerprint: String
|
|
485
621
|
|
|
622
|
+
# The type of the item. Always `program`.
|
|
486
623
|
attr_accessor type: :program
|
|
487
624
|
|
|
625
|
+
# The agent that produced this item.
|
|
488
626
|
attr_reader agent: OpenAI::Beta::BetaResponseItem::Program::Agent?
|
|
489
627
|
|
|
628
|
+
# The agent that produced this item.
|
|
490
629
|
def agent=: (
|
|
491
630
|
OpenAI::Beta::BetaResponseItem::Program::Agent
|
|
492
631
|
) -> OpenAI::Beta::BetaResponseItem::Program::Agent
|
|
493
632
|
|
|
633
|
+
# @param id
|
|
634
|
+
# The unique ID of the program item.
|
|
635
|
+
# @param call_id
|
|
636
|
+
# The stable call ID of the program item.
|
|
637
|
+
# @param code
|
|
638
|
+
# The JavaScript source executed by programmatic tool calling.
|
|
639
|
+
# @param fingerprint
|
|
640
|
+
# Opaque program replay fingerprint that must be round-tripped.
|
|
641
|
+
# @param agent
|
|
642
|
+
# The agent that produced this item.
|
|
643
|
+
# @param type
|
|
644
|
+
# The type of the item. Always `program`.
|
|
494
645
|
def initialize: (
|
|
495
646
|
id: String,
|
|
496
647
|
call_id: String,
|
|
@@ -512,8 +663,11 @@ module OpenAI
|
|
|
512
663
|
type agent = { agent_name: String }
|
|
513
664
|
|
|
514
665
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
666
|
+
# The canonical name of the agent that produced this item.
|
|
515
667
|
attr_accessor agent_name: String
|
|
516
668
|
|
|
669
|
+
# @param agent_name
|
|
670
|
+
# The canonical name of the agent that produced this item.
|
|
517
671
|
def initialize: (agent_name: String) -> void
|
|
518
672
|
|
|
519
673
|
def to_hash: -> { agent_name: String }
|
|
@@ -531,22 +685,41 @@ module OpenAI
|
|
|
531
685
|
}
|
|
532
686
|
|
|
533
687
|
class ProgramOutput < OpenAI::Internal::Type::BaseModel
|
|
688
|
+
# The unique ID of the program output item.
|
|
534
689
|
attr_accessor id: String
|
|
535
690
|
|
|
691
|
+
# The call ID of the program item.
|
|
536
692
|
attr_accessor call_id: String
|
|
537
693
|
|
|
694
|
+
# The result produced by the program item.
|
|
538
695
|
attr_accessor result: String
|
|
539
696
|
|
|
697
|
+
# The terminal status of the program output item.
|
|
540
698
|
attr_accessor status: OpenAI::Models::Beta::BetaResponseItem::ProgramOutput::status
|
|
541
699
|
|
|
700
|
+
# The type of the item. Always `program_output`.
|
|
542
701
|
attr_accessor type: :program_output
|
|
543
702
|
|
|
703
|
+
# The agent that produced this item.
|
|
544
704
|
attr_reader agent: OpenAI::Beta::BetaResponseItem::ProgramOutput::Agent?
|
|
545
705
|
|
|
706
|
+
# The agent that produced this item.
|
|
546
707
|
def agent=: (
|
|
547
708
|
OpenAI::Beta::BetaResponseItem::ProgramOutput::Agent
|
|
548
709
|
) -> OpenAI::Beta::BetaResponseItem::ProgramOutput::Agent
|
|
549
710
|
|
|
711
|
+
# @param id
|
|
712
|
+
# The unique ID of the program output item.
|
|
713
|
+
# @param call_id
|
|
714
|
+
# The call ID of the program item.
|
|
715
|
+
# @param result
|
|
716
|
+
# The result produced by the program item.
|
|
717
|
+
# @param status
|
|
718
|
+
# The terminal status of the program output item.
|
|
719
|
+
# @param agent
|
|
720
|
+
# The agent that produced this item.
|
|
721
|
+
# @param type
|
|
722
|
+
# The type of the item. Always `program_output`.
|
|
550
723
|
def initialize: (
|
|
551
724
|
id: String,
|
|
552
725
|
call_id: String,
|
|
@@ -579,8 +752,11 @@ module OpenAI
|
|
|
579
752
|
type agent = { agent_name: String }
|
|
580
753
|
|
|
581
754
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
755
|
+
# The canonical name of the agent that produced this item.
|
|
582
756
|
attr_accessor agent_name: String
|
|
583
757
|
|
|
758
|
+
# @param agent_name
|
|
759
|
+
# The canonical name of the agent that produced this item.
|
|
584
760
|
def initialize: (agent_name: String) -> void
|
|
585
761
|
|
|
586
762
|
def to_hash: -> { agent_name: String }
|
|
@@ -603,28 +779,63 @@ module OpenAI
|
|
|
603
779
|
}
|
|
604
780
|
|
|
605
781
|
class ImageGenerationCall < OpenAI::Internal::Type::BaseModel
|
|
782
|
+
# The unique ID of the image generation call.
|
|
606
783
|
attr_accessor id: String
|
|
607
784
|
|
|
785
|
+
# The generated image encoded in base64.
|
|
608
786
|
attr_accessor result: String?
|
|
609
787
|
|
|
788
|
+
# The status of the image generation call.
|
|
610
789
|
attr_accessor status: OpenAI::Models::Beta::BetaResponseItem::ImageGenerationCall::status
|
|
611
790
|
|
|
791
|
+
# The type of the image generation call. Always `image_generation_call`.
|
|
612
792
|
attr_accessor type: :image_generation_call
|
|
613
793
|
|
|
794
|
+
# The action used for image generation.
|
|
614
795
|
attr_accessor action: OpenAI::Models::Beta::BetaResponseItem::ImageGenerationCall::action?
|
|
615
796
|
|
|
797
|
+
# The agent that produced this item.
|
|
616
798
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::ImageGenerationCall::Agent?
|
|
617
799
|
|
|
800
|
+
# The background setting used for generation.
|
|
618
801
|
attr_accessor background: OpenAI::Models::Beta::BetaResponseItem::ImageGenerationCall::background?
|
|
619
802
|
|
|
803
|
+
# The output format used for generation.
|
|
620
804
|
attr_accessor output_format: OpenAI::Models::Beta::BetaResponseItem::ImageGenerationCall::output_format?
|
|
621
805
|
|
|
806
|
+
# The quality of the image generated by the image generation tool call. One of
|
|
807
|
+
# `low`, `medium`, `high`, `xhigh`, `max`, or `auto`.
|
|
622
808
|
attr_accessor quality: OpenAI::Models::Beta::BetaResponseItem::ImageGenerationCall::quality?
|
|
623
809
|
|
|
810
|
+
# The prompt that was used after any model prompt rewriting.
|
|
624
811
|
attr_accessor revised_prompt: String?
|
|
625
812
|
|
|
813
|
+
# The image dimensions as a `WIDTHxHEIGHT` string, for example `1536x864`.
|
|
626
814
|
attr_accessor size: OpenAI::Models::Beta::BetaResponseItem::ImageGenerationCall::size?
|
|
627
815
|
|
|
816
|
+
# @param id
|
|
817
|
+
# The unique ID of the image generation call.
|
|
818
|
+
# @param result
|
|
819
|
+
# The generated image encoded in base64.
|
|
820
|
+
# @param status
|
|
821
|
+
# The status of the image generation call.
|
|
822
|
+
# @param action
|
|
823
|
+
# The action used for image generation.
|
|
824
|
+
# @param agent
|
|
825
|
+
# The agent that produced this item.
|
|
826
|
+
# @param background
|
|
827
|
+
# The background setting used for generation.
|
|
828
|
+
# @param output_format
|
|
829
|
+
# The output format used for generation.
|
|
830
|
+
# @param quality
|
|
831
|
+
# The quality of the image generated by the image generation tool call. One of
|
|
832
|
+
# `low`, `medium`, `high`, `xhigh`, `max`, or `auto`.
|
|
833
|
+
# @param revised_prompt
|
|
834
|
+
# The prompt that was used after any model prompt rewriting.
|
|
835
|
+
# @param size
|
|
836
|
+
# The image dimensions as a `WIDTHxHEIGHT` string, for example `1536x864`.
|
|
837
|
+
# @param type
|
|
838
|
+
# The type of the image generation call. Always `image_generation_call`.
|
|
628
839
|
def initialize: (
|
|
629
840
|
id: String,
|
|
630
841
|
result: String?,
|
|
@@ -681,8 +892,11 @@ module OpenAI
|
|
|
681
892
|
type agent = { agent_name: String }
|
|
682
893
|
|
|
683
894
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
895
|
+
# The canonical name of the agent that produced this item.
|
|
684
896
|
attr_accessor agent_name: String
|
|
685
897
|
|
|
898
|
+
# @param agent_name
|
|
899
|
+
# The canonical name of the agent that produced this item.
|
|
686
900
|
def initialize: (agent_name: String) -> void
|
|
687
901
|
|
|
688
902
|
def to_hash: -> { agent_name: String }
|
|
@@ -751,18 +965,36 @@ module OpenAI
|
|
|
751
965
|
}
|
|
752
966
|
|
|
753
967
|
class LocalShellCall < OpenAI::Internal::Type::BaseModel
|
|
968
|
+
# The unique ID of the local shell call.
|
|
754
969
|
attr_accessor id: String
|
|
755
970
|
|
|
971
|
+
# Execute a shell command on the server.
|
|
756
972
|
attr_accessor action: OpenAI::Beta::BetaResponseItem::LocalShellCall::Action
|
|
757
973
|
|
|
974
|
+
# The unique ID of the local shell tool call generated by the model.
|
|
758
975
|
attr_accessor call_id: String
|
|
759
976
|
|
|
977
|
+
# The status of the local shell call.
|
|
760
978
|
attr_accessor status: OpenAI::Models::Beta::BetaResponseItem::LocalShellCall::status
|
|
761
979
|
|
|
980
|
+
# The type of the local shell call. Always `local_shell_call`.
|
|
762
981
|
attr_accessor type: :local_shell_call
|
|
763
982
|
|
|
983
|
+
# The agent that produced this item.
|
|
764
984
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::LocalShellCall::Agent?
|
|
765
985
|
|
|
986
|
+
# @param id
|
|
987
|
+
# The unique ID of the local shell call.
|
|
988
|
+
# @param action
|
|
989
|
+
# Execute a shell command on the server.
|
|
990
|
+
# @param call_id
|
|
991
|
+
# The unique ID of the local shell tool call generated by the model.
|
|
992
|
+
# @param status
|
|
993
|
+
# The status of the local shell call.
|
|
994
|
+
# @param agent
|
|
995
|
+
# The agent that produced this item.
|
|
996
|
+
# @param type
|
|
997
|
+
# The type of the local shell call. Always `local_shell_call`.
|
|
766
998
|
def initialize: (
|
|
767
999
|
id: String,
|
|
768
1000
|
action: OpenAI::Beta::BetaResponseItem::LocalShellCall::Action,
|
|
@@ -792,18 +1024,36 @@ module OpenAI
|
|
|
792
1024
|
}
|
|
793
1025
|
|
|
794
1026
|
class Action < OpenAI::Internal::Type::BaseModel
|
|
1027
|
+
# The command to run.
|
|
795
1028
|
attr_accessor command: ::Array[String]
|
|
796
1029
|
|
|
1030
|
+
# Environment variables to set for the command.
|
|
797
1031
|
attr_accessor env: ::Hash[Symbol, String]
|
|
798
1032
|
|
|
1033
|
+
# The type of the local shell action. Always `exec`.
|
|
799
1034
|
attr_accessor type: :exec
|
|
800
1035
|
|
|
1036
|
+
# Optional timeout in milliseconds for the command.
|
|
801
1037
|
attr_accessor timeout_ms: Integer?
|
|
802
1038
|
|
|
1039
|
+
# Optional user to run the command as.
|
|
803
1040
|
attr_accessor user: String?
|
|
804
1041
|
|
|
1042
|
+
# Optional working directory to run the command in.
|
|
805
1043
|
attr_accessor working_directory: String?
|
|
806
1044
|
|
|
1045
|
+
# @param command
|
|
1046
|
+
# The command to run.
|
|
1047
|
+
# @param env
|
|
1048
|
+
# Environment variables to set for the command.
|
|
1049
|
+
# @param timeout_ms
|
|
1050
|
+
# Optional timeout in milliseconds for the command.
|
|
1051
|
+
# @param user
|
|
1052
|
+
# Optional user to run the command as.
|
|
1053
|
+
# @param working_directory
|
|
1054
|
+
# Optional working directory to run the command in.
|
|
1055
|
+
# @param type
|
|
1056
|
+
# The type of the local shell action. Always `exec`.
|
|
807
1057
|
def initialize: (
|
|
808
1058
|
command: ::Array[String],
|
|
809
1059
|
env: ::Hash[Symbol, String],
|
|
@@ -838,8 +1088,11 @@ module OpenAI
|
|
|
838
1088
|
type agent = { agent_name: String }
|
|
839
1089
|
|
|
840
1090
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
1091
|
+
# The canonical name of the agent that produced this item.
|
|
841
1092
|
attr_accessor agent_name: String
|
|
842
1093
|
|
|
1094
|
+
# @param agent_name
|
|
1095
|
+
# The canonical name of the agent that produced this item.
|
|
843
1096
|
def initialize: (agent_name: String) -> void
|
|
844
1097
|
|
|
845
1098
|
def to_hash: -> { agent_name: String }
|
|
@@ -856,16 +1109,31 @@ module OpenAI
|
|
|
856
1109
|
}
|
|
857
1110
|
|
|
858
1111
|
class LocalShellCallOutput < OpenAI::Internal::Type::BaseModel
|
|
1112
|
+
# The unique ID of the local shell tool call generated by the model.
|
|
859
1113
|
attr_accessor id: String
|
|
860
1114
|
|
|
1115
|
+
# A JSON string of the output of the local shell tool call.
|
|
861
1116
|
attr_accessor output: String
|
|
862
1117
|
|
|
1118
|
+
# The type of the local shell tool call output. Always `local_shell_call_output`.
|
|
863
1119
|
attr_accessor type: :local_shell_call_output
|
|
864
1120
|
|
|
1121
|
+
# The agent that produced this item.
|
|
865
1122
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::LocalShellCallOutput::Agent?
|
|
866
1123
|
|
|
1124
|
+
# The status of the item. One of `in_progress`, `completed`, or `incomplete`.
|
|
867
1125
|
attr_accessor status: OpenAI::Models::Beta::BetaResponseItem::LocalShellCallOutput::status?
|
|
868
1126
|
|
|
1127
|
+
# @param id
|
|
1128
|
+
# The unique ID of the local shell tool call generated by the model.
|
|
1129
|
+
# @param output
|
|
1130
|
+
# A JSON string of the output of the local shell tool call.
|
|
1131
|
+
# @param agent
|
|
1132
|
+
# The agent that produced this item.
|
|
1133
|
+
# @param status
|
|
1134
|
+
# The status of the item. One of `in_progress`, `completed`, or `incomplete`.
|
|
1135
|
+
# @param type
|
|
1136
|
+
# The type of the local shell tool call output. Always `local_shell_call_output`.
|
|
869
1137
|
def initialize: (
|
|
870
1138
|
id: String,
|
|
871
1139
|
output: String,
|
|
@@ -885,8 +1153,11 @@ module OpenAI
|
|
|
885
1153
|
type agent = { agent_name: String }
|
|
886
1154
|
|
|
887
1155
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
1156
|
+
# The canonical name of the agent that produced this item.
|
|
888
1157
|
attr_accessor agent_name: String
|
|
889
1158
|
|
|
1159
|
+
# @param agent_name
|
|
1160
|
+
# The canonical name of the agent that produced this item.
|
|
890
1161
|
def initialize: (agent_name: String) -> void
|
|
891
1162
|
|
|
892
1163
|
def to_hash: -> { agent_name: String }
|
|
@@ -916,18 +1187,36 @@ module OpenAI
|
|
|
916
1187
|
}
|
|
917
1188
|
|
|
918
1189
|
class McpListTools < OpenAI::Internal::Type::BaseModel
|
|
1190
|
+
# The unique ID of the list.
|
|
919
1191
|
attr_accessor id: String
|
|
920
1192
|
|
|
1193
|
+
# The label of the MCP server.
|
|
921
1194
|
attr_accessor server_label: String
|
|
922
1195
|
|
|
1196
|
+
# The tools available on the server.
|
|
923
1197
|
attr_accessor tools: ::Array[OpenAI::Beta::BetaResponseItem::McpListTools::Tool]
|
|
924
1198
|
|
|
1199
|
+
# The type of the item. Always `mcp_list_tools`.
|
|
925
1200
|
attr_accessor type: :mcp_list_tools
|
|
926
1201
|
|
|
1202
|
+
# The agent that produced this item.
|
|
927
1203
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::McpListTools::Agent?
|
|
928
1204
|
|
|
1205
|
+
# Error message if the server could not list tools.
|
|
929
1206
|
attr_accessor error: String?
|
|
930
1207
|
|
|
1208
|
+
# @param id
|
|
1209
|
+
# The unique ID of the list.
|
|
1210
|
+
# @param server_label
|
|
1211
|
+
# The label of the MCP server.
|
|
1212
|
+
# @param tools
|
|
1213
|
+
# The tools available on the server.
|
|
1214
|
+
# @param agent
|
|
1215
|
+
# The agent that produced this item.
|
|
1216
|
+
# @param error
|
|
1217
|
+
# Error message if the server could not list tools.
|
|
1218
|
+
# @param type
|
|
1219
|
+
# The type of the item. Always `mcp_list_tools`.
|
|
931
1220
|
def initialize: (
|
|
932
1221
|
id: String,
|
|
933
1222
|
server_label: String,
|
|
@@ -955,14 +1244,26 @@ module OpenAI
|
|
|
955
1244
|
}
|
|
956
1245
|
|
|
957
1246
|
class Tool < OpenAI::Internal::Type::BaseModel
|
|
1247
|
+
# The JSON schema describing the tool's input.
|
|
958
1248
|
attr_accessor input_schema: top
|
|
959
1249
|
|
|
1250
|
+
# The name of the tool.
|
|
960
1251
|
attr_accessor name: String
|
|
961
1252
|
|
|
1253
|
+
# Additional annotations about the tool.
|
|
962
1254
|
attr_accessor annotations: top?
|
|
963
1255
|
|
|
1256
|
+
# The description of the tool.
|
|
964
1257
|
attr_accessor description: String?
|
|
965
1258
|
|
|
1259
|
+
# @param input_schema
|
|
1260
|
+
# The JSON schema describing the tool's input.
|
|
1261
|
+
# @param name
|
|
1262
|
+
# The name of the tool.
|
|
1263
|
+
# @param annotations
|
|
1264
|
+
# Additional annotations about the tool.
|
|
1265
|
+
# @param description
|
|
1266
|
+
# The description of the tool.
|
|
966
1267
|
def initialize: (
|
|
967
1268
|
input_schema: top,
|
|
968
1269
|
name: String,
|
|
@@ -981,8 +1282,11 @@ module OpenAI
|
|
|
981
1282
|
type agent = { agent_name: String }
|
|
982
1283
|
|
|
983
1284
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
1285
|
+
# The canonical name of the agent that produced this item.
|
|
984
1286
|
attr_accessor agent_name: String
|
|
985
1287
|
|
|
1288
|
+
# @param agent_name
|
|
1289
|
+
# The canonical name of the agent that produced this item.
|
|
986
1290
|
def initialize: (agent_name: String) -> void
|
|
987
1291
|
|
|
988
1292
|
def to_hash: -> { agent_name: String }
|
|
@@ -1000,18 +1304,36 @@ module OpenAI
|
|
|
1000
1304
|
}
|
|
1001
1305
|
|
|
1002
1306
|
class McpApprovalRequest < OpenAI::Internal::Type::BaseModel
|
|
1307
|
+
# The unique ID of the approval request.
|
|
1003
1308
|
attr_accessor id: String
|
|
1004
1309
|
|
|
1310
|
+
# A JSON string of arguments for the tool.
|
|
1005
1311
|
attr_accessor arguments: String
|
|
1006
1312
|
|
|
1313
|
+
# The name of the tool to run.
|
|
1007
1314
|
attr_accessor name: String
|
|
1008
1315
|
|
|
1316
|
+
# The label of the MCP server making the request.
|
|
1009
1317
|
attr_accessor server_label: String
|
|
1010
1318
|
|
|
1319
|
+
# The type of the item. Always `mcp_approval_request`.
|
|
1011
1320
|
attr_accessor type: :mcp_approval_request
|
|
1012
1321
|
|
|
1322
|
+
# The agent that produced this item.
|
|
1013
1323
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::McpApprovalRequest::Agent?
|
|
1014
1324
|
|
|
1325
|
+
# @param id
|
|
1326
|
+
# The unique ID of the approval request.
|
|
1327
|
+
# @param arguments
|
|
1328
|
+
# A JSON string of arguments for the tool.
|
|
1329
|
+
# @param name
|
|
1330
|
+
# The name of the tool to run.
|
|
1331
|
+
# @param server_label
|
|
1332
|
+
# The label of the MCP server making the request.
|
|
1333
|
+
# @param agent
|
|
1334
|
+
# The agent that produced this item.
|
|
1335
|
+
# @param type
|
|
1336
|
+
# The type of the item. Always `mcp_approval_request`.
|
|
1015
1337
|
def initialize: (
|
|
1016
1338
|
id: String,
|
|
1017
1339
|
arguments: String,
|
|
@@ -1033,8 +1355,11 @@ module OpenAI
|
|
|
1033
1355
|
type agent = { agent_name: String }
|
|
1034
1356
|
|
|
1035
1357
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
1358
|
+
# The canonical name of the agent that produced this item.
|
|
1036
1359
|
attr_accessor agent_name: String
|
|
1037
1360
|
|
|
1361
|
+
# @param agent_name
|
|
1362
|
+
# The canonical name of the agent that produced this item.
|
|
1038
1363
|
def initialize: (agent_name: String) -> void
|
|
1039
1364
|
|
|
1040
1365
|
def to_hash: -> { agent_name: String }
|
|
@@ -1052,18 +1377,36 @@ module OpenAI
|
|
|
1052
1377
|
}
|
|
1053
1378
|
|
|
1054
1379
|
class McpApprovalResponse < OpenAI::Internal::Type::BaseModel
|
|
1380
|
+
# The unique ID of the approval response
|
|
1055
1381
|
attr_accessor id: String
|
|
1056
1382
|
|
|
1383
|
+
# The ID of the approval request being answered.
|
|
1057
1384
|
attr_accessor approval_request_id: String
|
|
1058
1385
|
|
|
1386
|
+
# Whether the request was approved.
|
|
1059
1387
|
attr_accessor approve: bool
|
|
1060
1388
|
|
|
1389
|
+
# The type of the item. Always `mcp_approval_response`.
|
|
1061
1390
|
attr_accessor type: :mcp_approval_response
|
|
1062
1391
|
|
|
1392
|
+
# The agent that produced this item.
|
|
1063
1393
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::McpApprovalResponse::Agent?
|
|
1064
1394
|
|
|
1395
|
+
# Optional reason for the decision.
|
|
1065
1396
|
attr_accessor reason: String?
|
|
1066
1397
|
|
|
1398
|
+
# @param id
|
|
1399
|
+
# The unique ID of the approval response
|
|
1400
|
+
# @param approval_request_id
|
|
1401
|
+
# The ID of the approval request being answered.
|
|
1402
|
+
# @param approve
|
|
1403
|
+
# Whether the request was approved.
|
|
1404
|
+
# @param agent
|
|
1405
|
+
# The agent that produced this item.
|
|
1406
|
+
# @param reason
|
|
1407
|
+
# Optional reason for the decision.
|
|
1408
|
+
# @param type
|
|
1409
|
+
# The type of the item. Always `mcp_approval_response`.
|
|
1067
1410
|
def initialize: (
|
|
1068
1411
|
id: String,
|
|
1069
1412
|
approval_request_id: String,
|
|
@@ -1085,8 +1428,11 @@ module OpenAI
|
|
|
1085
1428
|
type agent = { agent_name: String }
|
|
1086
1429
|
|
|
1087
1430
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
1431
|
+
# The canonical name of the agent that produced this item.
|
|
1088
1432
|
attr_accessor agent_name: String
|
|
1089
1433
|
|
|
1434
|
+
# @param agent_name
|
|
1435
|
+
# The canonical name of the agent that produced this item.
|
|
1090
1436
|
def initialize: (agent_name: String) -> void
|
|
1091
1437
|
|
|
1092
1438
|
def to_hash: -> { agent_name: String }
|
|
@@ -1108,30 +1454,68 @@ module OpenAI
|
|
|
1108
1454
|
}
|
|
1109
1455
|
|
|
1110
1456
|
class McpCall < OpenAI::Internal::Type::BaseModel
|
|
1457
|
+
# The unique ID of the tool call.
|
|
1111
1458
|
attr_accessor id: String
|
|
1112
1459
|
|
|
1460
|
+
# A JSON string of the arguments passed to the tool.
|
|
1113
1461
|
attr_accessor arguments: String
|
|
1114
1462
|
|
|
1463
|
+
# The name of the tool that was run.
|
|
1115
1464
|
attr_accessor name: String
|
|
1116
1465
|
|
|
1466
|
+
# The label of the MCP server running the tool.
|
|
1117
1467
|
attr_accessor server_label: String
|
|
1118
1468
|
|
|
1469
|
+
# The type of the item. Always `mcp_call`.
|
|
1119
1470
|
attr_accessor type: :mcp_call
|
|
1120
1471
|
|
|
1472
|
+
# The agent that produced this item.
|
|
1121
1473
|
attr_accessor agent: OpenAI::Beta::BetaResponseItem::McpCall::Agent?
|
|
1122
1474
|
|
|
1475
|
+
# Unique identifier for the MCP tool call approval request. Include this value in
|
|
1476
|
+
# a subsequent `mcp_approval_response` input to approve or reject the
|
|
1477
|
+
# corresponding tool call.
|
|
1123
1478
|
attr_accessor approval_request_id: String?
|
|
1124
1479
|
|
|
1480
|
+
# The error from the tool call, if any.
|
|
1125
1481
|
attr_accessor error: OpenAI::Models::Beta::beta_mcp_tool_call_error?
|
|
1126
1482
|
|
|
1483
|
+
# The output from the tool call.
|
|
1127
1484
|
attr_accessor output: String?
|
|
1128
1485
|
|
|
1486
|
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
|
|
1487
|
+
# `calling`, or `failed`.
|
|
1129
1488
|
attr_reader status: OpenAI::Models::Beta::BetaResponseItem::McpCall::status?
|
|
1130
1489
|
|
|
1490
|
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
|
|
1491
|
+
# `calling`, or `failed`.
|
|
1131
1492
|
def status=: (
|
|
1132
1493
|
OpenAI::Models::Beta::BetaResponseItem::McpCall::status
|
|
1133
1494
|
) -> OpenAI::Models::Beta::BetaResponseItem::McpCall::status
|
|
1134
1495
|
|
|
1496
|
+
# @param id
|
|
1497
|
+
# The unique ID of the tool call.
|
|
1498
|
+
# @param arguments
|
|
1499
|
+
# A JSON string of the arguments passed to the tool.
|
|
1500
|
+
# @param name
|
|
1501
|
+
# The name of the tool that was run.
|
|
1502
|
+
# @param server_label
|
|
1503
|
+
# The label of the MCP server running the tool.
|
|
1504
|
+
# @param agent
|
|
1505
|
+
# The agent that produced this item.
|
|
1506
|
+
# @param approval_request_id
|
|
1507
|
+
# Unique identifier for the MCP tool call approval request. Include this value in
|
|
1508
|
+
# a subsequent `mcp_approval_response` input to approve or reject the
|
|
1509
|
+
# corresponding tool call.
|
|
1510
|
+
# @param error
|
|
1511
|
+
# The error from the tool call, if any.
|
|
1512
|
+
# @param output
|
|
1513
|
+
# The output from the tool call.
|
|
1514
|
+
# @param status
|
|
1515
|
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
|
|
1516
|
+
# `calling`, or `failed`.
|
|
1517
|
+
# @param type
|
|
1518
|
+
# The type of the item. Always `mcp_call`.
|
|
1135
1519
|
def initialize: (
|
|
1136
1520
|
id: String,
|
|
1137
1521
|
arguments: String,
|
|
@@ -1161,8 +1545,11 @@ module OpenAI
|
|
|
1161
1545
|
type agent = { agent_name: String }
|
|
1162
1546
|
|
|
1163
1547
|
class Agent < OpenAI::Internal::Type::BaseModel
|
|
1548
|
+
# The canonical name of the agent that produced this item.
|
|
1164
1549
|
attr_accessor agent_name: String
|
|
1165
1550
|
|
|
1551
|
+
# @param agent_name
|
|
1552
|
+
# The canonical name of the agent that produced this item.
|
|
1166
1553
|
def initialize: (agent_name: String) -> void
|
|
1167
1554
|
|
|
1168
1555
|
def to_hash: -> { agent_name: String }
|