{ "package": "openai", "version": "2.29.0", "stubs_only": "no", "py_typed": "YES", "pypi": { "upload_time": "2026-03-17T17:53:49.599084Z", "requires_python": ">=3.9", "size": 671128, "sha256": "32d09eb2f661b38d3edd7d7e1a2943d1633f572596febe64c0cd370c86d52bec" }, "metadata": { "Metadata-Version": [ "2.3" ], "Name": [ "openai" ], "Version": [ "2.29.0" ], "Summary": [ "The official Python library for the openai API" ], "Project-URL": [ "Homepage, https://github.com/openai/openai-python", "Repository, https://github.com/openai/openai-python" ], "Author-email": [ "OpenAI " ], "License": [ "Apache-2.0" ], "Classifier": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: Software Development :: Libraries :: Python Modules", "Typing :: Typed" ], "Requires-Python": [ ">=3.9" ], "Requires-Dist": [ "anyio<5,>=3.5.0", "distro<2,>=1.7.0", "httpx<1,>=0.23.0", "jiter<1,>=0.10.0", "pydantic<3,>=1.9.0", "sniffio", "tqdm>4", "typing-extensions<5,>=4.11", "typing-extensions<5,>=4.14", "aiohttp; extra == 'aiohttp'", "httpx-aiohttp>=0.1.9; extra == 'aiohttp'", "numpy>=1; extra == 'datalib'", "pandas-stubs>=1.1.0.11; extra == 'datalib'", "pandas>=1.2.3; extra == 'datalib'", "websockets<16,>=13; extra == 'realtime'", "numpy>=2.0.2; extra == 'voice-helpers'", "sounddevice>=0.5.1; extra == 'voice-helpers'" ], "Provides-Extra": [ "aiohttp", "datalib", "realtime", "voice-helpers" ], "Description-Content-Type": [ "text/markdown" ] }, "module_reports": [ { "path": "openai/_exceptions.py", "symbol_reports": [ { "kind": "class", "name": "openai._exceptions.AuthenticationError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AuthenticationError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.LengthFinishReasonError", "methods": [ { "kind": "function", "name": "LengthFinishReasonError.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "LengthFinishReasonError.completion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.APITimeoutError", "methods": [ { "kind": "function", "name": "APITimeoutError.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.InternalServerError", "methods": [], "properties": [], "attrs": [], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.APIResponseValidationError", "methods": [ { "kind": "function", "name": "APIResponseValidationError.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "APIResponseValidationError.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIResponseValidationError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 3, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.APIStatusError", "methods": [ { "kind": "function", "name": "APIStatusError.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "APIStatusError.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIStatusError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIStatusError.request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 3, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.APIConnectionError", "methods": [ { "kind": "function", "name": "APIConnectionError.__init__", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 } ], "properties": [], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 2, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.BadRequestError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BadRequestError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.NotFoundError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NotFoundError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.InvalidWebhookSignatureError", "methods": [], "properties": [], "attrs": [], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.PermissionDeniedError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionDeniedError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.OpenAIError", "methods": [], "properties": [], "attrs": [], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.APIError", "methods": [ { "kind": "function", "name": "APIError.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "APIError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIError.request", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIError.body", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIError.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "APIError.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 3, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.ContentFilterFinishReasonError", "methods": [ { "kind": "function", "name": "ContentFilterFinishReasonError.__init__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.UnprocessableEntityError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UnprocessableEntityError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.RateLimitError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RateLimitError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai._exceptions.ConflictError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConflictError.status_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [ { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] } ], "name": "openai._exceptions", "names": [ "openai._exceptions.APIConnectionError", "openai._exceptions.APIError", "openai._exceptions.APIResponseValidationError", "openai._exceptions.APIStatusError", "openai._exceptions.APITimeoutError", "openai._exceptions.AuthenticationError", "openai._exceptions.BadRequestError", "openai._exceptions.ConflictError", "openai._exceptions.ContentFilterFinishReasonError", "openai._exceptions.InternalServerError", "openai._exceptions.InvalidWebhookSignatureError", "openai._exceptions.LengthFinishReasonError", "openai._exceptions.NotFoundError", "openai._exceptions.OpenAIError", "openai._exceptions.PermissionDeniedError", "openai._exceptions.RateLimitError", "openai._exceptions.UnprocessableEntityError" ], "n_typable": 39, "n_typed": 39, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 13, "n_classes": 17, "n_attrs": 19, "n_properties": 0, "n_type_ignores": 7 }, { "path": "openai/_streaming.py", "symbol_reports": [ { "kind": "class", "name": "openai._streaming.Stream", "methods": [ { "kind": "function", "name": "Stream.__init__", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "Stream.__next__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "Stream.__iter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "Stream._iter_events", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "Stream.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "Stream.__enter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "Stream.__exit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "Stream.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "Stream.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Stream._options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Stream._decoder", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 7, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai._streaming.AsyncStream", "methods": [ { "kind": "function", "name": "AsyncStream.__init__", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "AsyncStream.__anext__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncStream.__aiter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncStream._iter_events", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncStream.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncStream.__aenter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncStream.__aexit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncStream.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncStream.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncStream._options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncStream._decoder", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 7, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai._streaming", "names": [ "openai._streaming.AsyncStream", "openai._streaming.Stream" ], "n_typable": 36, "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 16, "n_method_overloads": 16, "n_method_params": 14, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/_types.py", "symbol_reports": [ { "kind": "attr", "name": "openai._types.ProxiesTypes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai._types.Omit", "methods": [ { "kind": "function", "name": "Omit.__bool__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "attr", "name": "openai._types.NOT_GIVEN", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "openai._types.omit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "openai._types.NoneType", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai._types.not_given", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "class", "name": "openai._types.RequestOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequestOptions.headers", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.max_retries", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.timeout", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.params", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.extra_json", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.idempotency_key", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.follow_redirects", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequestOptions.synthesize_event_and_data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "class", "name": "openai._types.NotGiven", "methods": [ { "kind": "function", "name": "NotGiven.__bool__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "NotGiven.__repr__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 } ], "type_ignores": [], "name": "openai._types", "names": [ "openai._types.NOT_GIVEN", "openai._types.NoneType", "openai._types.NotGiven", "openai._types.Omit", "openai._types.ProxiesTypes", "openai._types.RequestOptions", "openai._types.not_given", "openai._types.omit" ], "n_typable": 8, "n_typed": 5, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 0, "n_classes": 3, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/_client.py", "symbol_reports": [ { "kind": "class", "name": "openai._client.OpenAI", "methods": [ { "kind": "function", "name": "OpenAI.__init__", "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 13, "n_params": 12, "n_function_overloads": 1, "n_function_params": 12 }, { "kind": "function", "name": "OpenAI._refresh_api_key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "OpenAI._prepare_options", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "OpenAI.copy", "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 15, "n_params": 14, "n_function_overloads": 1, "n_function_params": 14 }, { "kind": "function", "name": "OpenAI.with_options", "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 15, "n_params": 14, "n_function_overloads": 1, "n_function_params": 14 }, { "kind": "function", "name": "OpenAI._make_status_error", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [ { "kind": "property", "name": "OpenAI.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.chat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.embeddings", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.images", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.moderations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.models", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.fine_tuning", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.vector_stores", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.webhooks", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.beta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.uploads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.responses", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.realtime", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.conversations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.evals", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.containers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.skills", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.videos", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.qs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.auth_headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OpenAI.default_headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "OpenAI.api_key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OpenAI.organization", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OpenAI.project", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OpenAI.webhook_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OpenAI.websocket_base_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 81, "n_typed": 81, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 44, "n_attrs": 5, "n_properties": 26 }, { "kind": "class", "name": "openai._client.AsyncOpenAI", "methods": [ { "kind": "function", "name": "AsyncOpenAI.__init__", "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 13, "n_params": 12, "n_function_overloads": 1, "n_function_params": 12 }, { "kind": "function", "name": "AsyncOpenAI._refresh_api_key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncOpenAI._prepare_options", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncOpenAI.copy", "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 15, "n_params": 14, "n_function_overloads": 1, "n_function_params": 14 }, { "kind": "function", "name": "AsyncOpenAI.with_options", "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 15, "n_params": 14, "n_function_overloads": 1, "n_function_params": 14 }, { "kind": "function", "name": "AsyncOpenAI._make_status_error", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [ { "kind": "property", "name": "AsyncOpenAI.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.chat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.embeddings", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.images", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.moderations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.models", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.fine_tuning", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.vector_stores", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.webhooks", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.beta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.uploads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.responses", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.realtime", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.conversations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.evals", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.containers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.skills", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.videos", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.qs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.auth_headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOpenAI.default_headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncOpenAI.api_key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncOpenAI.organization", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncOpenAI.project", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncOpenAI.webhook_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncOpenAI.websocket_base_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 81, "n_typed": 81, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 44, "n_attrs": 5, "n_properties": 26 } ], "type_ignores": [], "name": "openai._client", "names": [ "openai._client.AsyncOpenAI", "openai._client.OpenAI" ], "n_typable": 162, "n_typed": 162, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 88, "n_classes": 2, "n_attrs": 10, "n_properties": 52, "n_type_ignores": 0 }, { "path": "openai/__init__.py", "symbol_reports": [ { "kind": "attr", "name": "openai.DefaultAioHttpClient", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.Client", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.DefaultHttpxClient", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.AsyncClient", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.DefaultAsyncHttpxClient", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.Transport", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.Timeout", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "type_ignores": [ { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": [ "reportUnusedFunction" ] }, { "kind": "type", "rules": [ "reportUnusedFunction" ] } ], "name": "openai", "names": [ "openai.AsyncClient", "openai.Client", "openai.DefaultAioHttpClient", "openai.DefaultAsyncHttpxClient", "openai.DefaultHttpxClient", "openai.Timeout", "openai.Transport" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 30 }, { "path": "openai/_utils/_utils.py", "symbol_reports": [ { "kind": "function", "name": "openai._utils._utils.file_from_path", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "type_ignores": [], "name": "openai._utils._utils", "names": [ "openai._utils._utils.file_from_path" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 1, "n_function_overloads": 1, "n_function_params": 1, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 0, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/_constants.py", "symbol_reports": [ { "kind": "attr", "name": "openai._constants.DEFAULT_MAX_RETRIES", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai._constants.DEFAULT_TIMEOUT", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "openai._constants.DEFAULT_CONNECTION_LIMITS", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "type_ignores": [], "name": "openai._constants", "names": [ "openai._constants.DEFAULT_CONNECTION_LIMITS", "openai._constants.DEFAULT_MAX_RETRIES", "openai._constants.DEFAULT_TIMEOUT" ], "n_typable": 2, "n_typed": 0, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/_version.py", "symbol_reports": [ { "kind": "attr", "name": "openai._version.__version__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai._version.__title__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "type_ignores": [], "name": "openai._version", "names": [ "openai._version.__title__", "openai._version.__version__" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/_models.py", "symbol_reports": [ { "kind": "class", "name": "openai._models.BaseModel", "methods": [ { "kind": "function", "name": "BaseModel.__repr_args__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "BaseModel.to_dict", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "BaseModel.to_json", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "BaseModel.__str__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "BaseModel.construct", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "BaseModel.model_construct", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "BaseModel.model_dump", "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 14, "n_params": 13, "n_function_overloads": 1, "n_function_params": 13 }, { "kind": "function", "name": "BaseModel.model_dump_json", "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 15, "n_params": 14, "n_function_overloads": 1, "n_function_params": 14 } ], "properties": [ { "kind": "property", "name": "BaseModel.model_fields_set", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "BaseModel.model_config", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BaseModel._request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 54, "n_typed": 54, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 43, "n_attrs": 2, "n_properties": 1 } ], "type_ignores": [ { "kind": "pyright", "rules": [ "reportDeprecated" ] }, { "kind": "type", "rules": null }, { "kind": "pyright", "rules": [ "reportDeprecated" ] } ], "name": "openai._models", "names": [ "openai._models.BaseModel" ], "n_typable": 54, "n_typed": 54, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 43, "n_classes": 1, "n_attrs": 2, "n_properties": 1, "n_type_ignores": 3 }, { "path": "openai/cli/_cli.py", "symbol_reports": [ { "kind": "function", "name": "openai.cli._cli.main", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "type_ignores": [ { "kind": "type", "rules": null }, { "kind": "type", "rules": null } ], "name": "openai.cli._cli", "names": [ "openai.cli._cli.main" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 1, "n_function_overloads": 1, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 0, "n_properties": 0, "n_type_ignores": 2 }, { "path": "openai/helpers/microphone.py", "symbol_reports": [ { "kind": "class", "name": "openai.helpers.microphone.Microphone", "methods": [ { "kind": "function", "name": "Microphone.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 1, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "Microphone._ndarray_to_wav", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "Microphone.record", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 2, "n_params": 1, "n_function_overloads": 3, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "Microphone.channels", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "Microphone.dtype", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "Microphone.should_record", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "Microphone.buffer_chunks", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "Microphone.timeout", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "Microphone.has_record_function", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 15, "n_typed": 8, "n_any": 0, "n_untyped": 7, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 5, "n_method_params": 6, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.helpers.microphone.SAMPLE_RATE", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "openai.helpers.microphone.DType", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "type_ignores": [], "name": "openai.helpers.microphone", "names": [ "openai.helpers.microphone.DType", "openai.helpers.microphone.Microphone", "openai.helpers.microphone.SAMPLE_RATE" ], "n_typable": 15, "n_typed": 8, "n_any": 0, "n_untyped": 7, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 5, "n_method_params": 6, "n_classes": 1, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/helpers/local_audio_player.py", "symbol_reports": [ { "kind": "class", "name": "openai.helpers.local_audio_player.LocalAudioPlayer", "methods": [ { "kind": "function", "name": "LocalAudioPlayer.__init__", "n_typed": 1, "n_any": 0, "n_untyped": 1, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "LocalAudioPlayer._tts_response_to_buffer", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "LocalAudioPlayer.play", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "LocalAudioPlayer.play_stream", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalAudioPlayer.channels", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "LocalAudioPlayer.dtype", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "LocalAudioPlayer.should_stop", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 11, "n_typed": 7, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.helpers.local_audio_player.SAMPLE_RATE", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "type_ignores": [], "name": "openai.helpers.local_audio_player", "names": [ "openai.helpers.local_audio_player.LocalAudioPlayer", "openai.helpers.local_audio_player.SAMPLE_RATE" ], "n_typable": 11, "n_typed": 7, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/_tools.py", "symbol_reports": [ { "kind": "function", "name": "openai.lib._tools.pydantic_function_tool", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "type_ignores": [], "name": "openai.lib._tools", "names": [ "openai.lib._tools.pydantic_function_tool" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 1, "n_function_overloads": 1, "n_function_params": 3, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 0, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/_parsing/_completions.py", "symbol_reports": [ { "kind": "attr", "name": "openai.lib._parsing._completions.ResponseFormatT", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "type_ignores": [], "name": "openai.lib._parsing._completions", "names": [ "openai.lib._parsing._completions.ResponseFormatT" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/azure.py", "symbol_reports": [ { "kind": "attr", "name": "openai.lib.azure.AsyncAzureADTokenProvider", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.lib.azure.AzureOpenAI", "methods": [ { "kind": "function", "name": "AzureOpenAI.__init__", "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 17, "n_params": 16, "n_function_overloads": 3, "n_function_params": 16 }, { "kind": "function", "name": "AzureOpenAI.copy", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 18, "n_params": 17, "n_function_overloads": 1, "n_function_params": 17 }, { "kind": "function", "name": "AzureOpenAI.with_options", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 18, "n_params": 17, "n_function_overloads": 1, "n_function_params": 17 }, { "kind": "function", "name": "AzureOpenAI._get_azure_ad_token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AzureOpenAI._prepare_options", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AzureOpenAI._configure_realtime", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 } ], "properties": [], "attrs": [], "n_typable": 59, "n_typed": 59, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 8, "n_method_params": 53, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.azure.MutuallyExclusiveAuthError", "methods": [ { "kind": "function", "name": "MutuallyExclusiveAuthError.__init__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.azure.AsyncAzureOpenAI", "methods": [ { "kind": "function", "name": "AsyncAzureOpenAI.__init__", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 18, "n_params": 17, "n_function_overloads": 3, "n_function_params": 17 }, { "kind": "function", "name": "AsyncAzureOpenAI.copy", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 18, "n_params": 17, "n_function_overloads": 1, "n_function_params": 17 }, { "kind": "function", "name": "AsyncAzureOpenAI.with_options", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 18, "n_params": 17, "n_function_overloads": 1, "n_function_params": 17 }, { "kind": "function", "name": "AsyncAzureOpenAI._get_azure_ad_token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAzureOpenAI._prepare_options", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAzureOpenAI._configure_realtime", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 } ], "properties": [], "attrs": [], "n_typable": 60, "n_typed": 60, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 8, "n_method_params": 54, "n_attrs": 0, "n_properties": 0 }, { "kind": "attr", "name": "openai.lib.azure.AzureADTokenProvider", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.lib.azure.BaseAzureClient", "methods": [ { "kind": "function", "name": "BaseAzureClient._build_request", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "BaseAzureClient._prepare_url", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "BaseAzureClient._azure_endpoint", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BaseAzureClient._azure_deployment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 3, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.lib.azure.API_KEY_SENTINEL", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "type_ignores": [], "name": "openai.lib.azure", "names": [ "openai.lib.azure.API_KEY_SENTINEL", "openai.lib.azure.AsyncAzureADTokenProvider", "openai.lib.azure.AsyncAzureOpenAI", "openai.lib.azure.AzureADTokenProvider", "openai.lib.azure.AzureOpenAI", "openai.lib.azure.BaseAzureClient", "openai.lib.azure.MutuallyExclusiveAuthError" ], "n_typable": 130, "n_typed": 129, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 15, "n_method_overloads": 19, "n_method_params": 110, "n_classes": 4, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/streaming/_assistants.py", "symbol_reports": [ { "kind": "attr", "name": "openai.lib.streaming._assistants.AsyncAssistantEventHandlerT", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "class", "name": "openai.lib.streaming._assistants.AssistantStreamManager", "methods": [ { "kind": "function", "name": "AssistantStreamManager.__init__", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AssistantStreamManager.__enter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantStreamManager.__exit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 5, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming._assistants.AsyncAssistantStreamManager", "methods": [ { "kind": "function", "name": "AsyncAssistantStreamManager.__init__", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AsyncAssistantStreamManager.__aenter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantStreamManager.__aexit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 5, "n_attrs": 0, "n_properties": 0 }, { "kind": "attr", "name": "openai.lib.streaming._assistants.AssistantEventHandlerT", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "class", "name": "openai.lib.streaming._assistants.AsyncAssistantEventHandler", "methods": [ { "kind": "function", "name": "AsyncAssistantEventHandler.__init__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler._init", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.__anext__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.__aiter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.until_done", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.get_final_run", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.get_final_run_steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.get_final_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.__text_deltas__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_event", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_run_step_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_run_step_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_run_step_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_tool_call_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_tool_call_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_tool_call_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_exception", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_timeout", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_message_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_message_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_message_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_text_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_text_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_text_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.on_image_file_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler._emit_sse_event", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AsyncAssistantEventHandler.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [ { "kind": "property", "name": "AsyncAssistantEventHandler.current_event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAssistantEventHandler.current_run", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAssistantEventHandler.current_run_step_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAssistantEventHandler.current_message_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncAssistantEventHandler.text_deltas", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 55, "n_typed": 55, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 29, "n_method_overloads": 29, "n_method_params": 21, "n_attrs": 1, "n_properties": 4 }, { "kind": "class", "name": "openai.lib.streaming._assistants.AssistantEventHandler", "methods": [ { "kind": "function", "name": "AssistantEventHandler.__init__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler._init", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.__next__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.__iter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.until_done", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.get_final_run", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.get_final_run_steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.get_final_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.__text_deltas__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.on_end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.on_event", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_run_step_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_run_step_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AssistantEventHandler.on_run_step_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_tool_call_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_tool_call_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AssistantEventHandler.on_tool_call_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_exception", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_timeout", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AssistantEventHandler.on_message_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_message_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AssistantEventHandler.on_message_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_text_created", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_text_delta", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AssistantEventHandler.on_text_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.on_image_file_done", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler._emit_sse_event", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "AssistantEventHandler.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [ { "kind": "property", "name": "AssistantEventHandler.current_event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AssistantEventHandler.current_run", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AssistantEventHandler.current_run_step_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AssistantEventHandler.current_message_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AssistantEventHandler.text_deltas", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 55, "n_typed": 55, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 29, "n_method_overloads": 29, "n_method_params": 21, "n_attrs": 1, "n_properties": 4 } ], "type_ignores": [], "name": "openai.lib.streaming._assistants", "names": [ "openai.lib.streaming._assistants.AssistantEventHandler", "openai.lib.streaming._assistants.AssistantEventHandlerT", "openai.lib.streaming._assistants.AssistantStreamManager", "openai.lib.streaming._assistants.AsyncAssistantEventHandler", "openai.lib.streaming._assistants.AsyncAssistantEventHandlerT", "openai.lib.streaming._assistants.AsyncAssistantStreamManager" ], "n_typable": 126, "n_typed": 126, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 64, "n_method_overloads": 64, "n_method_params": 52, "n_classes": 4, "n_attrs": 4, "n_properties": 8, "n_type_ignores": 0 }, { "path": "openai/lib/streaming/chat/_completions.py", "symbol_reports": [ { "kind": "class", "name": "openai.lib.streaming.chat._completions.AsyncChatCompletionStreamManager", "methods": [ { "kind": "function", "name": "AsyncChatCompletionStreamManager.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncChatCompletionStreamManager.__aenter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStreamManager.__aexit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 6, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._completions.AsyncChatCompletionStream", "methods": [ { "kind": "function", "name": "AsyncChatCompletionStream.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncChatCompletionStream.__anext__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStream.__aiter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStream.__aenter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStream.__aexit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncChatCompletionStream.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStream.get_final_completion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStream.until_done", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncChatCompletionStream.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [ { "kind": "property", "name": "AsyncChatCompletionStream.current_completion_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 9, "n_method_overloads": 9, "n_method_params": 6, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.lib.streaming.chat._completions.ChatCompletionStream", "methods": [ { "kind": "function", "name": "ChatCompletionStream.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "ChatCompletionStream.__next__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStream.__iter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStream.__enter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStream.__exit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "ChatCompletionStream.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStream.get_final_completion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStream.until_done", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStream.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [ { "kind": "property", "name": "ChatCompletionStream.current_completion_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 9, "n_method_overloads": 9, "n_method_params": 6, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.lib.streaming.chat._completions.ChatCompletionStreamState", "methods": [ { "kind": "function", "name": "ChatCompletionStreamState.__init__", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "ChatCompletionStreamState.get_final_completion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStreamState.handle_chunk", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "ChatCompletionStreamState._get_choice_state", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "ChatCompletionStreamState._accumulate_chunk", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "ChatCompletionStreamState._build_events", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 } ], "properties": [ { "kind": "property", "name": "ChatCompletionStreamState.current_completion_snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 7, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.lib.streaming.chat._completions.ChatCompletionStreamManager", "methods": [ { "kind": "function", "name": "ChatCompletionStreamManager.__init__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "ChatCompletionStreamManager.__enter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ChatCompletionStreamManager.__exit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 6, "n_attrs": 0, "n_properties": 0 } ], "type_ignores": [], "name": "openai.lib.streaming.chat._completions", "names": [ "openai.lib.streaming.chat._completions.AsyncChatCompletionStream", "openai.lib.streaming.chat._completions.AsyncChatCompletionStreamManager", "openai.lib.streaming.chat._completions.ChatCompletionStream", "openai.lib.streaming.chat._completions.ChatCompletionStreamManager", "openai.lib.streaming.chat._completions.ChatCompletionStreamState" ], "n_typable": 64, "n_typed": 64, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 30, "n_method_overloads": 30, "n_method_params": 31, "n_classes": 5, "n_attrs": 0, "n_properties": 3, "n_type_ignores": 0 }, { "path": "openai/lib/streaming/chat/_types.py", "symbol_reports": [ { "kind": "attr", "name": "openai.lib.streaming.chat._types.ParsedChoiceSnapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.lib.streaming.chat._types.ParsedChatCompletionMessageSnapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.lib.streaming.chat._types.ParsedChatCompletionSnapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.lib.streaming.chat._types", "names": [ "openai.lib.streaming.chat._types.ParsedChatCompletionMessageSnapshot", "openai.lib.streaming.chat._types.ParsedChatCompletionSnapshot", "openai.lib.streaming.chat._types.ParsedChoiceSnapshot" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/streaming/chat/_events.py", "symbol_reports": [ { "kind": "class", "name": "openai.lib.streaming.chat._events.ContentDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentDeltaEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentDeltaEvent.parsed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.lib.streaming.chat._events.ChatCompletionStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.RefusalDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RefusalDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RefusalDoneEvent.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.ChunkEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChunkEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChunkEvent.chunk", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChunkEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.FunctionToolCallArgumentsDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionToolCallArgumentsDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDoneEvent.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDoneEvent.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDoneEvent.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDoneEvent.parsed_arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.LogprobsContentDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobsContentDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobsContentDoneEvent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.LogprobsContentDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobsContentDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobsContentDeltaEvent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobsContentDeltaEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.ContentDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentDoneEvent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentDoneEvent.parsed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.RefusalDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RefusalDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RefusalDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RefusalDeltaEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.FunctionToolCallArgumentsDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionToolCallArgumentsDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDeltaEvent.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDeltaEvent.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDeltaEvent.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDeltaEvent.parsed_arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallArgumentsDeltaEvent.arguments_delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.LogprobsRefusalDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobsRefusalDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobsRefusalDoneEvent.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.chat._events.LogprobsRefusalDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobsRefusalDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobsRefusalDeltaEvent.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobsRefusalDeltaEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.lib.streaming.chat._events", "names": [ "openai.lib.streaming.chat._events.ChatCompletionStreamEvent", "openai.lib.streaming.chat._events.ChunkEvent", "openai.lib.streaming.chat._events.ContentDeltaEvent", "openai.lib.streaming.chat._events.ContentDoneEvent", "openai.lib.streaming.chat._events.FunctionToolCallArgumentsDeltaEvent", "openai.lib.streaming.chat._events.FunctionToolCallArgumentsDoneEvent", "openai.lib.streaming.chat._events.LogprobsContentDeltaEvent", "openai.lib.streaming.chat._events.LogprobsContentDoneEvent", "openai.lib.streaming.chat._events.LogprobsRefusalDeltaEvent", "openai.lib.streaming.chat._events.LogprobsRefusalDoneEvent", "openai.lib.streaming.chat._events.RefusalDeltaEvent", "openai.lib.streaming.chat._events.RefusalDoneEvent" ], "n_typable": 37, "n_typed": 37, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 11, "n_attrs": 37, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/streaming/responses/_responses.py", "symbol_reports": [ { "kind": "class", "name": "openai.lib.streaming.responses._responses.AsyncResponseStream", "methods": [ { "kind": "function", "name": "AsyncResponseStream.__init__", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "AsyncResponseStream.__anext__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStream.__aiter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStream.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStream.__aenter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStream.__aexit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncResponseStream.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStream.get_final_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStream.until_done", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 9, "n_method_overloads": 9, "n_method_params": 7, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.responses._responses.ResponseStream", "methods": [ { "kind": "function", "name": "ResponseStream.__init__", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "ResponseStream.__next__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStream.__iter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStream.__enter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStream.__stream__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStream.__exit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "ResponseStream.close", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStream.get_final_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStream.until_done", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 9, "n_method_overloads": 9, "n_method_params": 7, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.responses._responses.ResponseStreamState", "methods": [ { "kind": "function", "name": "ResponseStreamState.__init__", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "ResponseStreamState.handle_event", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "ResponseStreamState.accumulate_event", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 }, { "kind": "function", "name": "ResponseStreamState._create_initial_response", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 5, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.responses._responses.AsyncResponseStreamManager", "methods": [ { "kind": "function", "name": "AsyncResponseStreamManager.__init__", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "AsyncResponseStreamManager.__aenter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncResponseStreamManager.__aexit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 7, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.responses._responses.ResponseStreamManager", "methods": [ { "kind": "function", "name": "ResponseStreamManager.__init__", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "ResponseStreamManager.__enter__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "ResponseStreamManager.__exit__", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [], "attrs": [], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 7, "n_attrs": 0, "n_properties": 0 } ], "type_ignores": [], "name": "openai.lib.streaming.responses._responses", "names": [ "openai.lib.streaming.responses._responses.AsyncResponseStream", "openai.lib.streaming.responses._responses.AsyncResponseStreamManager", "openai.lib.streaming.responses._responses.ResponseStream", "openai.lib.streaming.responses._responses.ResponseStreamManager", "openai.lib.streaming.responses._responses.ResponseStreamState" ], "n_typable": 61, "n_typed": 61, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 28, "n_method_overloads": 28, "n_method_params": 33, "n_classes": 5, "n_attrs": 0, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/lib/streaming/responses/_events.py", "symbol_reports": [ { "kind": "attr", "name": "openai.lib.streaming.responses._events.ResponseStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.lib.streaming.responses._events.ResponseTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDoneEvent.parsed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.responses._events.ResponseTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDeltaEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.lib.streaming.responses._events.ResponseFunctionCallArgumentsDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.snapshot", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [ { "kind": "type", "rules": [ "assignment" ] } ], "name": "openai.lib.streaming.responses._events", "names": [ "openai.lib.streaming.responses._events.ResponseFunctionCallArgumentsDeltaEvent", "openai.lib.streaming.responses._events.ResponseStreamEvent", "openai.lib.streaming.responses._events.ResponseTextDeltaEvent", "openai.lib.streaming.responses._events.ResponseTextDoneEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 1 }, { "path": "openai/pagination.py", "symbol_reports": [ { "kind": "class", "name": "openai.pagination.SyncConversationCursorPage", "methods": [ { "kind": "function", "name": "SyncConversationCursorPage._get_page_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "SyncConversationCursorPage.has_next_page", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "SyncConversationCursorPage.next_page_info", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SyncConversationCursorPage.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SyncConversationCursorPage.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SyncConversationCursorPage.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.pagination.AsyncConversationCursorPage", "methods": [ { "kind": "function", "name": "AsyncConversationCursorPage._get_page_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncConversationCursorPage.has_next_page", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncConversationCursorPage.next_page_info", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncConversationCursorPage.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationCursorPage.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationCursorPage.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.pagination.SyncPage", "methods": [ { "kind": "function", "name": "SyncPage._get_page_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "SyncPage.next_page_info", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SyncPage.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SyncPage.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.pagination.AsyncPage", "methods": [ { "kind": "function", "name": "AsyncPage._get_page_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncPage.next_page_info", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncPage.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPage.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.pagination.AsyncCursorPage", "methods": [ { "kind": "function", "name": "AsyncCursorPage._get_page_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncCursorPage.has_next_page", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "AsyncCursorPage.next_page_info", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCursorPage.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCursorPage.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.pagination.SyncCursorPage", "methods": [ { "kind": "function", "name": "SyncCursorPage._get_page_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "SyncCursorPage.has_next_page", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 }, { "kind": "function", "name": "SyncCursorPage.next_page_info", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 1, "n_params": 0, "n_function_overloads": 1, "n_function_params": 0 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SyncCursorPage.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SyncCursorPage.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.pagination", "names": [ "openai.pagination.AsyncConversationCursorPage", "openai.pagination.AsyncCursorPage", "openai.pagination.AsyncPage", "openai.pagination.SyncConversationCursorPage", "openai.pagination.SyncCursorPage", "openai.pagination.SyncPage" ], "n_typable": 30, "n_typed": 30, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 16, "n_method_overloads": 16, "n_method_params": 0, "n_classes": 6, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/resources/images.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.images.AsyncImagesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncImagesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncImagesWithStreamingResponse.create_variation", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncImagesWithStreamingResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncImagesWithStreamingResponse.generate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.images.ImagesWithRawResponse", "methods": [ { "kind": "function", "name": "ImagesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ImagesWithRawResponse.create_variation", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ImagesWithRawResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ImagesWithRawResponse.generate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.images.AsyncImages", "methods": [ { "kind": "function", "name": "AsyncImages.create_variation", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncImages.edit", "n_typed": 20, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 20, "n_params": 19, "n_function_overloads": 3, "n_function_params": 19 }, { "kind": "function", "name": "AsyncImages.generate", "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 19, "n_params": 18, "n_function_overloads": 3, "n_function_params": 18 } ], "properties": [ { "kind": "property", "name": "AsyncImages.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncImages.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 52, "n_typed": 52, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 7, "n_method_params": 47, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.images.ImagesWithStreamingResponse", "methods": [ { "kind": "function", "name": "ImagesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ImagesWithStreamingResponse.create_variation", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ImagesWithStreamingResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ImagesWithStreamingResponse.generate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.images.Images", "methods": [ { "kind": "function", "name": "Images.create_variation", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "Images.edit", "n_typed": 20, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 20, "n_params": 19, "n_function_overloads": 3, "n_function_params": 19 }, { "kind": "function", "name": "Images.generate", "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 19, "n_params": 18, "n_function_overloads": 3, "n_function_params": 18 } ], "properties": [ { "kind": "property", "name": "Images.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Images.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 52, "n_typed": 52, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 7, "n_method_params": 47, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.images.AsyncImagesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncImagesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncImagesWithRawResponse.create_variation", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncImagesWithRawResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncImagesWithRawResponse.generate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.images", "names": [ "openai.resources.images.AsyncImages", "openai.resources.images.AsyncImagesWithRawResponse", "openai.resources.images.AsyncImagesWithStreamingResponse", "openai.resources.images.Images", "openai.resources.images.ImagesWithRawResponse", "openai.resources.images.ImagesWithStreamingResponse" ], "n_typable": 124, "n_typed": 112, "n_any": 0, "n_untyped": 12, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 10, "n_method_overloads": 18, "n_method_params": 98, "n_classes": 6, "n_attrs": 12, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/moderations.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.moderations.ModerationsWithRawResponse", "methods": [ { "kind": "function", "name": "ModerationsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ModerationsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.moderations.AsyncModerationsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncModerationsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncModerationsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.moderations.AsyncModerations", "methods": [ { "kind": "function", "name": "AsyncModerations.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncModerations.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncModerations.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.moderations.AsyncModerationsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncModerationsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncModerationsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.moderations.ModerationsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ModerationsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ModerationsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.moderations.Moderations", "methods": [ { "kind": "function", "name": "Moderations.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Moderations.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Moderations.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.moderations", "names": [ "openai.resources.moderations.AsyncModerations", "openai.resources.moderations.AsyncModerationsWithRawResponse", "openai.resources.moderations.AsyncModerationsWithStreamingResponse", "openai.resources.moderations.Moderations", "openai.resources.moderations.ModerationsWithRawResponse", "openai.resources.moderations.ModerationsWithStreamingResponse" ], "n_typable": 30, "n_typed": 26, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 16, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/vector_stores/vector_stores.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.vector_stores.vector_stores.VectorStoresWithRawResponse", "methods": [ { "kind": "function", "name": "VectorStoresWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "VectorStoresWithRawResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "VectorStoresWithRawResponse.file_batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "VectorStoresWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithRawResponse.search", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 4, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.vector_stores.vector_stores.AsyncVectorStores", "methods": [ { "kind": "function", "name": "AsyncVectorStores.create", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncVectorStores.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncVectorStores.update", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncVectorStores.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncVectorStores.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncVectorStores.search", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 } ], "properties": [ { "kind": "property", "name": "AsyncVectorStores.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVectorStores.file_batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVectorStores.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVectorStores.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 56, "n_typed": 56, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 46, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.vector_stores.vector_stores.AsyncVectorStoresWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncVectorStoresWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncVectorStoresWithStreamingResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVectorStoresWithStreamingResponse.file_batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncVectorStoresWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithStreamingResponse.search", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 4, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.vector_stores.vector_stores.VectorStores", "methods": [ { "kind": "function", "name": "VectorStores.create", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "VectorStores.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "VectorStores.update", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "VectorStores.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "VectorStores.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "VectorStores.search", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 } ], "properties": [ { "kind": "property", "name": "VectorStores.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "VectorStores.file_batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "VectorStores.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "VectorStores.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 56, "n_typed": 56, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 46, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.vector_stores.vector_stores.AsyncVectorStoresWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncVectorStoresWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncVectorStoresWithRawResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVectorStoresWithRawResponse.file_batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncVectorStoresWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVectorStoresWithRawResponse.search", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 4, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.vector_stores.vector_stores.VectorStoresWithStreamingResponse", "methods": [ { "kind": "function", "name": "VectorStoresWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "VectorStoresWithStreamingResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "VectorStoresWithStreamingResponse.file_batches", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "VectorStoresWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoresWithStreamingResponse.search", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 4, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.vector_stores.vector_stores", "names": [ "openai.resources.vector_stores.vector_stores.AsyncVectorStores", "openai.resources.vector_stores.vector_stores.AsyncVectorStoresWithRawResponse", "openai.resources.vector_stores.vector_stores.AsyncVectorStoresWithStreamingResponse", "openai.resources.vector_stores.vector_stores.VectorStores", "openai.resources.vector_stores.vector_stores.VectorStoresWithRawResponse", "openai.resources.vector_stores.vector_stores.VectorStoresWithStreamingResponse" ], "n_typable": 152, "n_typed": 128, "n_any": 0, "n_untyped": 24, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 16, "n_method_overloads": 16, "n_method_params": 96, "n_classes": 6, "n_attrs": 24, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/evals/evals.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.evals.evals.AsyncEvalsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncEvalsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncEvalsWithStreamingResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncEvalsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.evals.EvalsWithRawResponse", "methods": [ { "kind": "function", "name": "EvalsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "EvalsWithRawResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "EvalsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.evals.Evals", "methods": [ { "kind": "function", "name": "Evals.create", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Evals.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Evals.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Evals.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Evals.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Evals.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Evals.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Evals.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 41, "n_typed": 41, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 33, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.evals.evals.AsyncEvalsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncEvalsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncEvalsWithRawResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncEvalsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncEvalsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.evals.EvalsWithStreamingResponse", "methods": [ { "kind": "function", "name": "EvalsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "EvalsWithStreamingResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "EvalsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "EvalsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.evals.AsyncEvals", "methods": [ { "kind": "function", "name": "AsyncEvals.create", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncEvals.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncEvals.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncEvals.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncEvals.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncEvals.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncEvals.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncEvals.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 41, "n_typed": 41, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 33, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.evals.evals", "names": [ "openai.resources.evals.evals.AsyncEvals", "openai.resources.evals.evals.AsyncEvalsWithRawResponse", "openai.resources.evals.evals.AsyncEvalsWithStreamingResponse", "openai.resources.evals.evals.Evals", "openai.resources.evals.evals.EvalsWithRawResponse", "openai.resources.evals.evals.EvalsWithStreamingResponse" ], "n_typable": 114, "n_typed": 94, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 14, "n_method_overloads": 14, "n_method_params": 70, "n_classes": 6, "n_attrs": 20, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/uploads/uploads.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.uploads.uploads.UploadsWithRawResponse", "methods": [ { "kind": "function", "name": "UploadsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "UploadsWithRawResponse.parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "UploadsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "UploadsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "UploadsWithRawResponse.complete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 3, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.uploads.uploads.UploadsWithStreamingResponse", "methods": [ { "kind": "function", "name": "UploadsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "UploadsWithStreamingResponse.parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "UploadsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "UploadsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "UploadsWithStreamingResponse.complete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 3, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.uploads.uploads.AsyncUploadsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncUploadsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncUploadsWithStreamingResponse.parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncUploadsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncUploadsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncUploadsWithStreamingResponse.complete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 3, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.uploads.uploads.AsyncUploadsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncUploadsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncUploadsWithRawResponse.parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncUploadsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncUploadsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncUploadsWithRawResponse.complete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 3, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.uploads.uploads.Uploads", "methods": [ { "kind": "function", "name": "Uploads.upload_file_chunked", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 8, "n_params": 7, "n_function_overloads": 2, "n_function_params": 7 }, { "kind": "function", "name": "Uploads.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Uploads.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Uploads.complete", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 } ], "properties": [ { "kind": "property", "name": "Uploads.parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Uploads.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Uploads.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 5, "n_method_params": 28, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.uploads.uploads.AsyncUploads", "methods": [ { "kind": "function", "name": "AsyncUploads.upload_file_chunked", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 8, "n_params": 7, "n_function_overloads": 2, "n_function_params": 7 }, { "kind": "function", "name": "AsyncUploads.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncUploads.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncUploads.complete", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 } ], "properties": [ { "kind": "property", "name": "AsyncUploads.parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncUploads.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncUploads.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 5, "n_method_params": 28, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.uploads.uploads", "names": [ "openai.resources.uploads.uploads.AsyncUploads", "openai.resources.uploads.uploads.AsyncUploadsWithRawResponse", "openai.resources.uploads.uploads.AsyncUploadsWithStreamingResponse", "openai.resources.uploads.uploads.Uploads", "openai.resources.uploads.uploads.UploadsWithRawResponse", "openai.resources.uploads.uploads.UploadsWithStreamingResponse" ], "n_typable": 94, "n_typed": 82, "n_any": 0, "n_untyped": 12, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 14, "n_method_params": 60, "n_classes": 6, "n_attrs": 12, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/batches.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.batches.AsyncBatchesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncBatchesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncBatchesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncBatchesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncBatchesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncBatchesWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.batches.AsyncBatchesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncBatchesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncBatchesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncBatchesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncBatchesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncBatchesWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.batches.Batches", "methods": [ { "kind": "function", "name": "Batches.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Batches.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Batches.list", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Batches.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Batches.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Batches.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 31, "n_typed": 31, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 25, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.batches.BatchesWithStreamingResponse", "methods": [ { "kind": "function", "name": "BatchesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "BatchesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "BatchesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "BatchesWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.batches.AsyncBatches", "methods": [ { "kind": "function", "name": "AsyncBatches.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncBatches.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncBatches.list", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncBatches.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncBatches.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBatches.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 31, "n_typed": 31, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 25, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.batches.BatchesWithRawResponse", "methods": [ { "kind": "function", "name": "BatchesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "BatchesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "BatchesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "BatchesWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.batches", "names": [ "openai.resources.batches.AsyncBatches", "openai.resources.batches.AsyncBatchesWithRawResponse", "openai.resources.batches.AsyncBatchesWithStreamingResponse", "openai.resources.batches.Batches", "openai.resources.batches.BatchesWithRawResponse", "openai.resources.batches.BatchesWithStreamingResponse" ], "n_typable": 86, "n_typed": 70, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 54, "n_classes": 6, "n_attrs": 16, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/completions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.completions.Completions", "methods": [ { "kind": "function", "name": "Completions.create", "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 23, "n_params": 22, "n_function_overloads": 3, "n_function_params": 22 } ], "properties": [ { "kind": "property", "name": "Completions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Completions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 25, "n_typed": 25, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 3, "n_method_params": 22, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.completions.AsyncCompletionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncCompletionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.completions.AsyncCompletions", "methods": [ { "kind": "function", "name": "AsyncCompletions.create", "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 23, "n_params": 22, "n_function_overloads": 3, "n_function_params": 22 } ], "properties": [ { "kind": "property", "name": "AsyncCompletions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCompletions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 25, "n_typed": 25, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 3, "n_method_params": 22, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.completions.AsyncCompletionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncCompletionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.completions.CompletionsWithRawResponse", "methods": [ { "kind": "function", "name": "CompletionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.completions.CompletionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "CompletionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.completions", "names": [ "openai.resources.completions.AsyncCompletions", "openai.resources.completions.AsyncCompletionsWithRawResponse", "openai.resources.completions.AsyncCompletionsWithStreamingResponse", "openai.resources.completions.Completions", "openai.resources.completions.CompletionsWithRawResponse", "openai.resources.completions.CompletionsWithStreamingResponse" ], "n_typable": 62, "n_typed": 58, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 10, "n_method_params": 48, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/files.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.files.FilesWithStreamingResponse", "methods": [ { "kind": "function", "name": "FilesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "FilesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.retrieve_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.files.AsyncFilesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncFilesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncFilesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.retrieve_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.files.AsyncFilesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncFilesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.retrieve_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.files.AsyncFiles", "methods": [ { "kind": "function", "name": "AsyncFiles.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncFiles.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncFiles.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncFiles.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncFiles.content", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncFiles.retrieve_content", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncFiles.wait_for_processing", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [ { "kind": "property", "name": "AsyncFiles.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFiles.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 47, "n_typed": 47, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 38, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.files.FilesWithRawResponse", "methods": [ { "kind": "function", "name": "FilesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "FilesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.retrieve_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.files.Files", "methods": [ { "kind": "function", "name": "Files.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Files.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Files.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Files.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Files.content", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Files.retrieve_content", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Files.wait_for_processing", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [ { "kind": "property", "name": "Files.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Files.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 47, "n_typed": 47, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 38, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.files", "names": [ "openai.resources.files.AsyncFiles", "openai.resources.files.AsyncFilesWithRawResponse", "openai.resources.files.AsyncFilesWithStreamingResponse", "openai.resources.files.Files", "openai.resources.files.FilesWithRawResponse", "openai.resources.files.FilesWithStreamingResponse" ], "n_typable": 126, "n_typed": 102, "n_any": 0, "n_untyped": 24, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 18, "n_method_overloads": 18, "n_method_params": 80, "n_classes": 6, "n_attrs": 24, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/containers/containers.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.containers.containers.ContainersWithStreamingResponse", "methods": [ { "kind": "function", "name": "ContainersWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ContainersWithStreamingResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ContainersWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ContainersWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ContainersWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ContainersWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.containers.containers.AsyncContainers", "methods": [ { "kind": "function", "name": "AsyncContainers.create", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncContainers.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncContainers.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncContainers.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncContainers.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncContainers.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncContainers.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 28, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.containers.containers.ContainersWithRawResponse", "methods": [ { "kind": "function", "name": "ContainersWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ContainersWithRawResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ContainersWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ContainersWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ContainersWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ContainersWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.containers.containers.Containers", "methods": [ { "kind": "function", "name": "Containers.create", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "Containers.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Containers.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Containers.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Containers.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Containers.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Containers.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 28, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.containers.containers.AsyncContainersWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncContainersWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncContainersWithRawResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncContainersWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncContainersWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncContainersWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncContainersWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.containers.containers.AsyncContainersWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncContainersWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncContainersWithStreamingResponse.files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncContainersWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncContainersWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncContainersWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncContainersWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.containers.containers", "names": [ "openai.resources.containers.containers.AsyncContainers", "openai.resources.containers.containers.AsyncContainersWithRawResponse", "openai.resources.containers.containers.AsyncContainersWithStreamingResponse", "openai.resources.containers.containers.Containers", "openai.resources.containers.containers.ContainersWithRawResponse", "openai.resources.containers.containers.ContainersWithStreamingResponse" ], "n_typable": 98, "n_typed": 82, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 60, "n_classes": 6, "n_attrs": 16, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/models.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.models.Models", "methods": [ { "kind": "function", "name": "Models.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Models.list", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "Models.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Models.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Models.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 19, "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 14, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.models.ModelsWithRawResponse", "methods": [ { "kind": "function", "name": "ModelsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ModelsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ModelsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ModelsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.models.ModelsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ModelsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ModelsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ModelsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ModelsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.models.AsyncModelsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncModelsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncModelsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncModelsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncModelsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.models.AsyncModelsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncModelsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncModelsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncModelsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncModelsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 5, "n_typed": 2, "n_any": 0, "n_untyped": 3, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.models.AsyncModels", "methods": [ { "kind": "function", "name": "AsyncModels.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncModels.list", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 }, { "kind": "function", "name": "AsyncModels.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncModels.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncModels.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 19, "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 3, "n_method_overloads": 3, "n_method_params": 14, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.models", "names": [ "openai.resources.models.AsyncModels", "openai.resources.models.AsyncModelsWithRawResponse", "openai.resources.models.AsyncModelsWithStreamingResponse", "openai.resources.models.Models", "openai.resources.models.ModelsWithRawResponse", "openai.resources.models.ModelsWithStreamingResponse" ], "n_typable": 58, "n_typed": 46, "n_any": 0, "n_untyped": 12, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 10, "n_method_overloads": 10, "n_method_params": 32, "n_classes": 6, "n_attrs": 12, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/skills/skills.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.skills.skills.Skills", "methods": [ { "kind": "function", "name": "Skills.create", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Skills.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Skills.update", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Skills.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Skills.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Skills.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Skills.versions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Skills.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Skills.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 37, "n_typed": 37, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 28, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.skills.skills.AsyncSkills", "methods": [ { "kind": "function", "name": "AsyncSkills.create", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncSkills.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncSkills.update", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncSkills.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncSkills.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncSkills.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSkills.versions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSkills.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSkills.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 37, "n_typed": 37, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 28, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.skills.skills.SkillsWithStreamingResponse", "methods": [ { "kind": "function", "name": "SkillsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "SkillsWithStreamingResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "SkillsWithStreamingResponse.versions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "SkillsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.skills.skills.AsyncSkillsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncSkillsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncSkillsWithStreamingResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSkillsWithStreamingResponse.versions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncSkillsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.skills.skills.AsyncSkillsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncSkillsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncSkillsWithRawResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSkillsWithRawResponse.versions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncSkillsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSkillsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.skills.skills.SkillsWithRawResponse", "methods": [ { "kind": "function", "name": "SkillsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "SkillsWithRawResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "SkillsWithRawResponse.versions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "SkillsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SkillsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.skills.skills", "names": [ "openai.resources.skills.skills.AsyncSkills", "openai.resources.skills.skills.AsyncSkillsWithRawResponse", "openai.resources.skills.skills.AsyncSkillsWithStreamingResponse", "openai.resources.skills.skills.Skills", "openai.resources.skills.skills.SkillsWithRawResponse", "openai.resources.skills.skills.SkillsWithStreamingResponse" ], "n_typable": 110, "n_typed": 90, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 14, "n_method_overloads": 14, "n_method_params": 60, "n_classes": 6, "n_attrs": 20, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/videos.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.videos.Videos", "methods": [ { "kind": "function", "name": "Videos.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Videos.create_and_poll", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "Videos.poll", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "Videos.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Videos.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Videos.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Videos.create_character", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Videos.download_content", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Videos.edit", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Videos.extend", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Videos.get_character", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Videos.remix", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Videos.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Videos.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 88, "n_typed": 88, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 74, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.videos.AsyncVideosWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncVideosWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncVideosWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.create_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.download_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.extend", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.get_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithRawResponse.remix", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 12, "n_typed": 2, "n_any": 0, "n_untyped": 10, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.videos.VideosWithRawResponse", "methods": [ { "kind": "function", "name": "VideosWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "VideosWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.create_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.download_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.extend", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.get_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithRawResponse.remix", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 12, "n_typed": 2, "n_any": 0, "n_untyped": 10, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.videos.AsyncVideos", "methods": [ { "kind": "function", "name": "AsyncVideos.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncVideos.create_and_poll", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncVideos.poll", "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 3, "n_params": 2, "n_function_overloads": 1, "n_function_params": 2 }, { "kind": "function", "name": "AsyncVideos.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncVideos.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncVideos.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncVideos.create_character", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncVideos.download_content", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncVideos.edit", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncVideos.extend", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncVideos.get_character", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncVideos.remix", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncVideos.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVideos.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 88, "n_typed": 88, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 74, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.videos.AsyncVideosWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncVideosWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.create_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.download_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.extend", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.get_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVideosWithStreamingResponse.remix", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 12, "n_typed": 2, "n_any": 0, "n_untyped": 10, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.videos.VideosWithStreamingResponse", "methods": [ { "kind": "function", "name": "VideosWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "VideosWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.create_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.download_content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.edit", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.extend", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.get_character", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VideosWithStreamingResponse.remix", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 12, "n_typed": 2, "n_any": 0, "n_untyped": 10, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 10, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.videos", "names": [ "openai.resources.videos.AsyncVideos", "openai.resources.videos.AsyncVideosWithRawResponse", "openai.resources.videos.AsyncVideosWithStreamingResponse", "openai.resources.videos.Videos", "openai.resources.videos.VideosWithRawResponse", "openai.resources.videos.VideosWithStreamingResponse" ], "n_typable": 224, "n_typed": 184, "n_any": 0, "n_untyped": 40, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 28, "n_method_overloads": 28, "n_method_params": 152, "n_classes": 6, "n_attrs": 40, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/audio/audio.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.audio.audio.AsyncAudio", "methods": [], "properties": [ { "kind": "property", "name": "AsyncAudio.transcriptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudio.translations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudio.speech", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudio.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudio.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 5 }, { "kind": "class", "name": "openai.resources.audio.audio.AsyncAudioWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncAudioWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncAudioWithRawResponse.transcriptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudioWithRawResponse.translations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudioWithRawResponse.speech", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.audio.audio.AsyncAudioWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncAudioWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncAudioWithStreamingResponse.transcriptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudioWithStreamingResponse.translations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAudioWithStreamingResponse.speech", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.audio.audio.AudioWithStreamingResponse", "methods": [ { "kind": "function", "name": "AudioWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AudioWithStreamingResponse.transcriptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AudioWithStreamingResponse.translations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AudioWithStreamingResponse.speech", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.audio.audio.AudioWithRawResponse", "methods": [ { "kind": "function", "name": "AudioWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AudioWithRawResponse.transcriptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AudioWithRawResponse.translations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AudioWithRawResponse.speech", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.audio.audio.Audio", "methods": [], "properties": [ { "kind": "property", "name": "Audio.transcriptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Audio.translations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Audio.speech", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Audio.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Audio.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 5 } ], "type_ignores": [], "name": "openai.resources.audio.audio", "names": [ "openai.resources.audio.audio.AsyncAudio", "openai.resources.audio.audio.AsyncAudioWithRawResponse", "openai.resources.audio.audio.AsyncAudioWithStreamingResponse", "openai.resources.audio.audio.Audio", "openai.resources.audio.audio.AudioWithRawResponse", "openai.resources.audio.audio.AudioWithStreamingResponse" ], "n_typable": 30, "n_typed": 30, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 22, "n_type_ignores": 0 }, { "path": "openai/resources/chat/chat.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.chat.chat.AsyncChat", "methods": [], "properties": [ { "kind": "property", "name": "AsyncChat.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChat.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChat.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.chat.chat.ChatWithStreamingResponse", "methods": [ { "kind": "function", "name": "ChatWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ChatWithStreamingResponse.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.chat.AsyncChatWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncChatWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncChatWithStreamingResponse.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.chat.ChatWithRawResponse", "methods": [ { "kind": "function", "name": "ChatWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ChatWithRawResponse.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.chat.AsyncChatWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncChatWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncChatWithRawResponse.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.chat.Chat", "methods": [], "properties": [ { "kind": "property", "name": "Chat.completions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Chat.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Chat.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.chat.chat", "names": [ "openai.resources.chat.chat.AsyncChat", "openai.resources.chat.chat.AsyncChatWithRawResponse", "openai.resources.chat.chat.AsyncChatWithStreamingResponse", "openai.resources.chat.chat.Chat", "openai.resources.chat.chat.ChatWithRawResponse", "openai.resources.chat.chat.ChatWithStreamingResponse" ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/embeddings.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.embeddings.AsyncEmbeddingsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncEmbeddingsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncEmbeddingsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.embeddings.AsyncEmbeddingsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncEmbeddingsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncEmbeddingsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.embeddings.AsyncEmbeddings", "methods": [ { "kind": "function", "name": "AsyncEmbeddings.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "AsyncEmbeddings.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncEmbeddings.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 9, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.embeddings.EmbeddingsWithRawResponse", "methods": [ { "kind": "function", "name": "EmbeddingsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "EmbeddingsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.embeddings.EmbeddingsWithStreamingResponse", "methods": [ { "kind": "function", "name": "EmbeddingsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "EmbeddingsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.embeddings.Embeddings", "methods": [ { "kind": "function", "name": "Embeddings.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "Embeddings.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Embeddings.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 9, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.embeddings", "names": [ "openai.resources.embeddings.AsyncEmbeddings", "openai.resources.embeddings.AsyncEmbeddingsWithRawResponse", "openai.resources.embeddings.AsyncEmbeddingsWithStreamingResponse", "openai.resources.embeddings.Embeddings", "openai.resources.embeddings.EmbeddingsWithRawResponse", "openai.resources.embeddings.EmbeddingsWithStreamingResponse" ], "n_typable": 36, "n_typed": 32, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 22, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/beta.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.beta.BetaWithStreamingResponse", "methods": [ { "kind": "function", "name": "BetaWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "BetaWithStreamingResponse.chatkit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "BetaWithStreamingResponse.assistants", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "BetaWithStreamingResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.beta.beta.BetaWithRawResponse", "methods": [ { "kind": "function", "name": "BetaWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "BetaWithRawResponse.chatkit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "BetaWithRawResponse.assistants", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "BetaWithRawResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.beta.beta.AsyncBetaWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncBetaWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncBetaWithRawResponse.chatkit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBetaWithRawResponse.assistants", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBetaWithRawResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.beta.beta.AsyncBeta", "methods": [], "properties": [ { "kind": "property", "name": "AsyncBeta.chat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBeta.realtime", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBeta.chatkit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBeta.assistants", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBeta.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBeta.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBeta.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 7 }, { "kind": "class", "name": "openai.resources.beta.beta.AsyncBetaWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncBetaWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncBetaWithStreamingResponse.chatkit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBetaWithStreamingResponse.assistants", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncBetaWithStreamingResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.beta.beta.Beta", "methods": [], "properties": [ { "kind": "property", "name": "Beta.chat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Beta.realtime", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Beta.chatkit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Beta.assistants", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Beta.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Beta.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Beta.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 7 } ], "type_ignores": [], "name": "openai.resources.beta.beta", "names": [ "openai.resources.beta.beta.AsyncBeta", "openai.resources.beta.beta.AsyncBetaWithRawResponse", "openai.resources.beta.beta.AsyncBetaWithStreamingResponse", "openai.resources.beta.beta.Beta", "openai.resources.beta.beta.BetaWithRawResponse", "openai.resources.beta.beta.BetaWithStreamingResponse" ], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 26, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/fine_tuning.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.fine_tuning.FineTuningWithStreamingResponse", "methods": [ { "kind": "function", "name": "FineTuningWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "FineTuningWithStreamingResponse.jobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuningWithStreamingResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuningWithStreamingResponse.alpha", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.fine_tuning.AsyncFineTuningWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncFineTuningWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncFineTuningWithRawResponse.jobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuningWithRawResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuningWithRawResponse.alpha", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.fine_tuning.FineTuning", "methods": [], "properties": [ { "kind": "property", "name": "FineTuning.jobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuning.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuning.alpha", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuning.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuning.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 5 }, { "kind": "class", "name": "openai.resources.fine_tuning.fine_tuning.FineTuningWithRawResponse", "methods": [ { "kind": "function", "name": "FineTuningWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "FineTuningWithRawResponse.jobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuningWithRawResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FineTuningWithRawResponse.alpha", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.fine_tuning.AsyncFineTuning", "methods": [], "properties": [ { "kind": "property", "name": "AsyncFineTuning.jobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuning.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuning.alpha", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuning.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuning.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 5 }, { "kind": "class", "name": "openai.resources.fine_tuning.fine_tuning.AsyncFineTuningWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncFineTuningWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncFineTuningWithStreamingResponse.jobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuningWithStreamingResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFineTuningWithStreamingResponse.alpha", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.fine_tuning", "names": [ "openai.resources.fine_tuning.fine_tuning.AsyncFineTuning", "openai.resources.fine_tuning.fine_tuning.AsyncFineTuningWithRawResponse", "openai.resources.fine_tuning.fine_tuning.AsyncFineTuningWithStreamingResponse", "openai.resources.fine_tuning.fine_tuning.FineTuning", "openai.resources.fine_tuning.fine_tuning.FineTuningWithRawResponse", "openai.resources.fine_tuning.fine_tuning.FineTuningWithStreamingResponse" ], "n_typable": 30, "n_typed": 30, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 22, "n_type_ignores": 0 }, { "path": "openai/resources/audio/translations.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.audio.translations.TranslationsWithStreamingResponse", "methods": [ { "kind": "function", "name": "TranslationsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "TranslationsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.translations.TranslationsWithRawResponse", "methods": [ { "kind": "function", "name": "TranslationsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "TranslationsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.translations.AsyncTranslations", "methods": [ { "kind": "function", "name": "AsyncTranslations.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 10, "n_params": 9, "n_function_overloads": 3, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "AsyncTranslations.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncTranslations.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 3, "n_method_params": 9, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.audio.translations.AsyncTranslationsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncTranslationsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncTranslationsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.translations.Translations", "methods": [ { "kind": "function", "name": "Translations.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 10, "n_params": 9, "n_function_overloads": 3, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "Translations.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Translations.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 3, "n_method_params": 9, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.audio.translations.AsyncTranslationsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncTranslationsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncTranslationsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.audio.translations", "names": [ "openai.resources.audio.translations.AsyncTranslations", "openai.resources.audio.translations.AsyncTranslationsWithRawResponse", "openai.resources.audio.translations.AsyncTranslationsWithStreamingResponse", "openai.resources.audio.translations.Translations", "openai.resources.audio.translations.TranslationsWithRawResponse", "openai.resources.audio.translations.TranslationsWithStreamingResponse" ], "n_typable": 36, "n_typed": 32, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 10, "n_method_params": 22, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/audio/speech.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.audio.speech.SpeechWithRawResponse", "methods": [ { "kind": "function", "name": "SpeechWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SpeechWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.speech.AsyncSpeechWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncSpeechWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncSpeechWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.speech.AsyncSpeechWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncSpeechWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncSpeechWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.speech.AsyncSpeech", "methods": [ { "kind": "function", "name": "AsyncSpeech.create", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 } ], "properties": [ { "kind": "property", "name": "AsyncSpeech.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSpeech.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 11, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.audio.speech.Speech", "methods": [ { "kind": "function", "name": "Speech.create", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 } ], "properties": [ { "kind": "property", "name": "Speech.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Speech.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 11, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.audio.speech.SpeechWithStreamingResponse", "methods": [ { "kind": "function", "name": "SpeechWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SpeechWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.audio.speech", "names": [ "openai.resources.audio.speech.AsyncSpeech", "openai.resources.audio.speech.AsyncSpeechWithRawResponse", "openai.resources.audio.speech.AsyncSpeechWithStreamingResponse", "openai.resources.audio.speech.Speech", "openai.resources.audio.speech.SpeechWithRawResponse", "openai.resources.audio.speech.SpeechWithStreamingResponse" ], "n_typable": 40, "n_typed": 36, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 26, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/audio/transcriptions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.audio.transcriptions.TranscriptionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "TranscriptionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.transcriptions.AsyncTranscriptionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncTranscriptionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncTranscriptionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.transcriptions.TranscriptionsWithRawResponse", "methods": [ { "kind": "function", "name": "TranscriptionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.transcriptions.AsyncTranscriptionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncTranscriptionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncTranscriptionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.audio.transcriptions.Transcriptions", "methods": [ { "kind": "function", "name": "Transcriptions.create", "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_overloads": 6, "n_typable": 17, "n_params": 16, "n_function_overloads": 6, "n_function_params": 16 } ], "properties": [ { "kind": "property", "name": "Transcriptions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Transcriptions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 19, "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 6, "n_method_params": 16, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.audio.transcriptions.AsyncTranscriptions", "methods": [ { "kind": "function", "name": "AsyncTranscriptions.create", "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_overloads": 5, "n_typable": 17, "n_params": 16, "n_function_overloads": 5, "n_function_params": 16 } ], "properties": [ { "kind": "property", "name": "AsyncTranscriptions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncTranscriptions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 19, "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 5, "n_method_params": 16, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.audio.transcriptions", "names": [ "openai.resources.audio.transcriptions.AsyncTranscriptions", "openai.resources.audio.transcriptions.AsyncTranscriptionsWithRawResponse", "openai.resources.audio.transcriptions.AsyncTranscriptionsWithStreamingResponse", "openai.resources.audio.transcriptions.Transcriptions", "openai.resources.audio.transcriptions.TranscriptionsWithRawResponse", "openai.resources.audio.transcriptions.TranscriptionsWithStreamingResponse" ], "n_typable": 50, "n_typed": 46, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 15, "n_method_params": 36, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/threads/threads.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.threads.threads.ThreadsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ThreadsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ThreadsWithStreamingResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ThreadsWithStreamingResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ThreadsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.create_and_run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.threads.ThreadsWithRawResponse", "methods": [ { "kind": "function", "name": "ThreadsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ThreadsWithRawResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ThreadsWithRawResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ThreadsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.create_and_run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.threads.AsyncThreads", "methods": [ { "kind": "function", "name": "AsyncThreads.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncThreads.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncThreads.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncThreads.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncThreads.create_and_run", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 21, "n_params": 20, "n_function_overloads": 3, "n_function_params": 20 }, { "kind": "function", "name": "AsyncThreads.create_and_run_poll", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 21, "n_params": 20, "n_function_overloads": 1, "n_function_params": 20 }, { "kind": "function", "name": "AsyncThreads.create_and_run_stream", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 21, "n_params": 20, "n_function_overloads": 2, "n_function_params": 20 } ], "properties": [ { "kind": "property", "name": "AsyncThreads.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncThreads.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncThreads.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncThreads.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 95, "n_typed": 95, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 10, "n_method_params": 84, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.beta.threads.threads.AsyncThreadsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncThreadsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncThreadsWithStreamingResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncThreadsWithStreamingResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.create_and_run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.threads.AsyncThreadsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncThreadsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncThreadsWithRawResponse.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncThreadsWithRawResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncThreadsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.create_and_run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.threads.Threads", "methods": [ { "kind": "function", "name": "Threads.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Threads.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Threads.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Threads.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Threads.create_and_run", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 21, "n_params": 20, "n_function_overloads": 3, "n_function_params": 20 }, { "kind": "function", "name": "Threads.create_and_run_poll", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 21, "n_params": 20, "n_function_overloads": 1, "n_function_params": 20 }, { "kind": "function", "name": "Threads.create_and_run_stream", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 21, "n_params": 20, "n_function_overloads": 2, "n_function_params": 20 } ], "properties": [ { "kind": "property", "name": "Threads.runs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Threads.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Threads.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Threads.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 95, "n_typed": 95, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 10, "n_method_params": 84, "n_attrs": 0, "n_properties": 4 } ], "type_ignores": [], "name": "openai.resources.beta.threads.threads", "names": [ "openai.resources.beta.threads.threads.AsyncThreads", "openai.resources.beta.threads.threads.AsyncThreadsWithRawResponse", "openai.resources.beta.threads.threads.AsyncThreadsWithStreamingResponse", "openai.resources.beta.threads.threads.Threads", "openai.resources.beta.threads.threads.ThreadsWithRawResponse", "openai.resources.beta.threads.threads.ThreadsWithStreamingResponse" ], "n_typable": 226, "n_typed": 206, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 18, "n_method_overloads": 24, "n_method_params": 172, "n_classes": 6, "n_attrs": 20, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/beta/assistants.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.assistants.AsyncAssistantsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncAssistantsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncAssistantsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.assistants.AssistantsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AssistantsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.assistants.AsyncAssistants", "methods": [ { "kind": "function", "name": "AsyncAssistants.create", "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 16, "n_params": 15, "n_function_overloads": 1, "n_function_params": 15 }, { "kind": "function", "name": "AsyncAssistants.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncAssistants.update", "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 17, "n_params": 16, "n_function_overloads": 1, "n_function_params": 16 }, { "kind": "function", "name": "AsyncAssistants.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncAssistants.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncAssistants.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAssistants.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 56, "n_typed": 56, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 49, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.assistants.Assistants", "methods": [ { "kind": "function", "name": "Assistants.create", "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 16, "n_params": 15, "n_function_overloads": 1, "n_function_params": 15 }, { "kind": "function", "name": "Assistants.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Assistants.update", "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 17, "n_params": 16, "n_function_overloads": 1, "n_function_params": 16 }, { "kind": "function", "name": "Assistants.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Assistants.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Assistants.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Assistants.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 56, "n_typed": 56, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 49, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.assistants.AsyncAssistantsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncAssistantsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncAssistantsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncAssistantsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.assistants.AssistantsWithRawResponse", "methods": [ { "kind": "function", "name": "AssistantsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AssistantsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.beta.assistants", "names": [ "openai.resources.beta.assistants.Assistants", "openai.resources.beta.assistants.AssistantsWithRawResponse", "openai.resources.beta.assistants.AssistantsWithStreamingResponse", "openai.resources.beta.assistants.AsyncAssistants", "openai.resources.beta.assistants.AsyncAssistantsWithRawResponse", "openai.resources.beta.assistants.AsyncAssistantsWithStreamingResponse" ], "n_typable": 140, "n_typed": 120, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 14, "n_method_overloads": 14, "n_method_params": 102, "n_classes": 6, "n_attrs": 20, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/chatkit/chatkit.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.chatkit.chatkit.AsyncChatKitWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncChatKitWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncChatKitWithStreamingResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChatKitWithStreamingResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.chatkit.ChatKitWithStreamingResponse", "methods": [ { "kind": "function", "name": "ChatKitWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ChatKitWithStreamingResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ChatKitWithStreamingResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.chatkit.ChatKit", "methods": [], "properties": [ { "kind": "property", "name": "ChatKit.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ChatKit.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ChatKit.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ChatKit.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.beta.chatkit.chatkit.AsyncChatKitWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncChatKitWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncChatKitWithRawResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChatKitWithRawResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.chatkit.ChatKitWithRawResponse", "methods": [ { "kind": "function", "name": "ChatKitWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ChatKitWithRawResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ChatKitWithRawResponse.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.chatkit.AsyncChatKit", "methods": [], "properties": [ { "kind": "property", "name": "AsyncChatKit.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChatKit.threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChatKit.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncChatKit.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 4 } ], "type_ignores": [], "name": "openai.resources.beta.chatkit.chatkit", "names": [ "openai.resources.beta.chatkit.chatkit.AsyncChatKit", "openai.resources.beta.chatkit.chatkit.AsyncChatKitWithRawResponse", "openai.resources.beta.chatkit.chatkit.AsyncChatKitWithStreamingResponse", "openai.resources.beta.chatkit.chatkit.ChatKit", "openai.resources.beta.chatkit.chatkit.ChatKitWithRawResponse", "openai.resources.beta.chatkit.chatkit.ChatKitWithStreamingResponse" ], "n_typable": 24, "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/beta/chatkit/threads.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.chatkit.threads.ThreadsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ThreadsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithStreamingResponse.list_items", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.threads.ThreadsWithRawResponse", "methods": [ { "kind": "function", "name": "ThreadsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ThreadsWithRawResponse.list_items", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.threads.AsyncThreads", "methods": [ { "kind": "function", "name": "AsyncThreads.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncThreads.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncThreads.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncThreads.list_items", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "AsyncThreads.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncThreads.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 28, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.threads.AsyncThreadsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncThreadsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithStreamingResponse.list_items", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.threads.AsyncThreadsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncThreadsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncThreadsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncThreadsWithRawResponse.list_items", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.threads.Threads", "methods": [ { "kind": "function", "name": "Threads.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Threads.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Threads.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Threads.list_items", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "Threads.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Threads.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 28, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.beta.chatkit.threads", "names": [ "openai.resources.beta.chatkit.threads.AsyncThreads", "openai.resources.beta.chatkit.threads.AsyncThreadsWithRawResponse", "openai.resources.beta.chatkit.threads.AsyncThreadsWithStreamingResponse", "openai.resources.beta.chatkit.threads.Threads", "openai.resources.beta.chatkit.threads.ThreadsWithRawResponse", "openai.resources.beta.chatkit.threads.ThreadsWithStreamingResponse" ], "n_typable": 92, "n_typed": 76, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 60, "n_classes": 6, "n_attrs": 16, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/chatkit/sessions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.chatkit.sessions.AsyncSessions", "methods": [ { "kind": "function", "name": "AsyncSessions.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncSessions.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncSessions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSessions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 14, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.sessions.Sessions", "methods": [ { "kind": "function", "name": "Sessions.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Sessions.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Sessions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Sessions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 14, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.chatkit.sessions.AsyncSessionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncSessionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncSessionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSessionsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.sessions.SessionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "SessionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SessionsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.sessions.SessionsWithRawResponse", "methods": [ { "kind": "function", "name": "SessionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "SessionsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.chatkit.sessions.AsyncSessionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncSessionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncSessionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncSessionsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.beta.chatkit.sessions", "names": [ "openai.resources.beta.chatkit.sessions.AsyncSessions", "openai.resources.beta.chatkit.sessions.AsyncSessionsWithRawResponse", "openai.resources.beta.chatkit.sessions.AsyncSessionsWithStreamingResponse", "openai.resources.beta.chatkit.sessions.Sessions", "openai.resources.beta.chatkit.sessions.SessionsWithRawResponse", "openai.resources.beta.chatkit.sessions.SessionsWithStreamingResponse" ], "n_typable": 52, "n_typed": 44, "n_any": 0, "n_untyped": 8, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 32, "n_classes": 6, "n_attrs": 8, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/realtime/transcription_sessions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.realtime.transcription_sessions.AsyncTranscriptionSessionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncTranscriptionSessionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncTranscriptionSessionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.realtime.transcription_sessions.AsyncTranscriptionSessions", "methods": [ { "kind": "function", "name": "AsyncTranscriptionSessions.create", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 } ], "properties": [ { "kind": "property", "name": "AsyncTranscriptionSessions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncTranscriptionSessions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 11, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.transcription_sessions.TranscriptionSessionsWithRawResponse", "methods": [ { "kind": "function", "name": "TranscriptionSessionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSessionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.realtime.transcription_sessions.AsyncTranscriptionSessionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncTranscriptionSessionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncTranscriptionSessionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.realtime.transcription_sessions.TranscriptionSessions", "methods": [ { "kind": "function", "name": "TranscriptionSessions.create", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 } ], "properties": [ { "kind": "property", "name": "TranscriptionSessions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "TranscriptionSessions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 11, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.transcription_sessions.TranscriptionSessionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "TranscriptionSessionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSessionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.beta.realtime.transcription_sessions", "names": [ "openai.resources.beta.realtime.transcription_sessions.AsyncTranscriptionSessions", "openai.resources.beta.realtime.transcription_sessions.AsyncTranscriptionSessionsWithRawResponse", "openai.resources.beta.realtime.transcription_sessions.AsyncTranscriptionSessionsWithStreamingResponse", "openai.resources.beta.realtime.transcription_sessions.TranscriptionSessions", "openai.resources.beta.realtime.transcription_sessions.TranscriptionSessionsWithRawResponse", "openai.resources.beta.realtime.transcription_sessions.TranscriptionSessionsWithStreamingResponse" ], "n_typable": 40, "n_typed": 36, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 26, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/realtime/sessions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.realtime.sessions.AsyncSessions", "methods": [ { "kind": "function", "name": "AsyncSessions.create", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 21, "n_params": 20, "n_function_overloads": 1, "n_function_params": 20 } ], "properties": [ { "kind": "property", "name": "AsyncSessions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSessions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 23, "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 20, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.sessions.Sessions", "methods": [ { "kind": "function", "name": "Sessions.create", "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 21, "n_params": 20, "n_function_overloads": 1, "n_function_params": 20 } ], "properties": [ { "kind": "property", "name": "Sessions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Sessions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 23, "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 20, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.sessions.AsyncSessionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncSessionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncSessionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.realtime.sessions.SessionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "SessionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.realtime.sessions.SessionsWithRawResponse", "methods": [ { "kind": "function", "name": "SessionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.realtime.sessions.AsyncSessionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncSessionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncSessionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.beta.realtime.sessions", "names": [ "openai.resources.beta.realtime.sessions.AsyncSessions", "openai.resources.beta.realtime.sessions.AsyncSessionsWithRawResponse", "openai.resources.beta.realtime.sessions.AsyncSessionsWithStreamingResponse", "openai.resources.beta.realtime.sessions.Sessions", "openai.resources.beta.realtime.sessions.SessionsWithRawResponse", "openai.resources.beta.realtime.sessions.SessionsWithStreamingResponse" ], "n_typable": 58, "n_typed": 54, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 44, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/realtime/realtime.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.realtime.realtime.AsyncRealtime", "methods": [ { "kind": "function", "name": "AsyncRealtime.connect", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 } ], "properties": [ { "kind": "property", "name": "AsyncRealtime.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtime.transcription_sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtime.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtime.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 4, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.beta.realtime.realtime.AsyncRealtimeWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncRealtimeWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRealtimeWithRawResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtimeWithRawResponse.transcription_sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.realtime.RealtimeWithStreamingResponse", "methods": [ { "kind": "function", "name": "RealtimeWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RealtimeWithStreamingResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "RealtimeWithStreamingResponse.transcription_sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.realtime.RealtimeWithRawResponse", "methods": [ { "kind": "function", "name": "RealtimeWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RealtimeWithRawResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "RealtimeWithRawResponse.transcription_sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.realtime.AsyncRealtimeWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncRealtimeWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRealtimeWithStreamingResponse.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtimeWithStreamingResponse.transcription_sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.realtime.realtime.Realtime", "methods": [ { "kind": "function", "name": "Realtime.connect", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 } ], "properties": [ { "kind": "property", "name": "Realtime.sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Realtime.transcription_sessions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Realtime.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Realtime.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 4, "n_attrs": 0, "n_properties": 4 } ], "type_ignores": [], "name": "openai.resources.beta.realtime.realtime", "names": [ "openai.resources.beta.realtime.realtime.AsyncRealtime", "openai.resources.beta.realtime.realtime.AsyncRealtimeWithRawResponse", "openai.resources.beta.realtime.realtime.AsyncRealtimeWithStreamingResponse", "openai.resources.beta.realtime.realtime.Realtime", "openai.resources.beta.realtime.realtime.RealtimeWithRawResponse", "openai.resources.beta.realtime.realtime.RealtimeWithStreamingResponse" ], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 12, "n_classes": 6, "n_attrs": 0, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/beta/threads/messages.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.threads.messages.AsyncMessages", "methods": [ { "kind": "function", "name": "AsyncMessages.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncMessages.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncMessages.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncMessages.list", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncMessages.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncMessages.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncMessages.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 45, "n_typed": 45, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 38, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.messages.AsyncMessagesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncMessagesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncMessagesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.threads.messages.AsyncMessagesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncMessagesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncMessagesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncMessagesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.threads.messages.MessagesWithStreamingResponse", "methods": [ { "kind": "function", "name": "MessagesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "MessagesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.threads.messages.Messages", "methods": [ { "kind": "function", "name": "Messages.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Messages.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Messages.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Messages.list", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "Messages.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Messages.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Messages.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 45, "n_typed": 45, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 38, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.messages.MessagesWithRawResponse", "methods": [ { "kind": "function", "name": "MessagesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "MessagesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "MessagesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.beta.threads.messages", "names": [ "openai.resources.beta.threads.messages.AsyncMessages", "openai.resources.beta.threads.messages.AsyncMessagesWithRawResponse", "openai.resources.beta.threads.messages.AsyncMessagesWithStreamingResponse", "openai.resources.beta.threads.messages.Messages", "openai.resources.beta.threads.messages.MessagesWithRawResponse", "openai.resources.beta.threads.messages.MessagesWithStreamingResponse" ], "n_typable": 118, "n_typed": 98, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 14, "n_method_overloads": 14, "n_method_params": 80, "n_classes": 6, "n_attrs": 20, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/beta/threads/runs/runs.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.threads.runs.runs.AsyncRunsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncRunsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRunsWithRawResponse.steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncRunsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.submit_tool_outputs", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.runs.RunsWithRawResponse", "methods": [ { "kind": "function", "name": "RunsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RunsWithRawResponse.steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "RunsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.submit_tool_outputs", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.runs.AsyncRuns", "methods": [ { "kind": "function", "name": "AsyncRuns.create", "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 24, "n_params": 23, "n_function_overloads": 3, "n_function_params": 23 }, { "kind": "function", "name": "AsyncRuns.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncRuns.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncRuns.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncRuns.cancel", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncRuns.create_and_poll", "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 24, "n_params": 23, "n_function_overloads": 1, "n_function_params": 23 }, { "kind": "function", "name": "AsyncRuns.create_and_stream", "n_typed": 22, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 22, "n_params": 21, "n_function_overloads": 2, "n_function_params": 21 }, { "kind": "function", "name": "AsyncRuns.poll", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncRuns.stream", "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 24, "n_params": 23, "n_function_overloads": 2, "n_function_params": 23 }, { "kind": "function", "name": "AsyncRuns.submit_tool_outputs", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 9, "n_params": 8, "n_function_overloads": 3, "n_function_params": 8 }, { "kind": "function", "name": "AsyncRuns.submit_tool_outputs_and_poll", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncRuns.submit_tool_outputs_stream", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 9, "n_params": 8, "n_function_overloads": 2, "n_function_params": 8 } ], "properties": [ { "kind": "property", "name": "AsyncRuns.steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRuns.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRuns.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 164, "n_typed": 164, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 19, "n_method_params": 149, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.runs.RunsWithStreamingResponse", "methods": [ { "kind": "function", "name": "RunsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RunsWithStreamingResponse.steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "RunsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.submit_tool_outputs", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.runs.AsyncRunsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncRunsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRunsWithStreamingResponse.steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.submit_tool_outputs", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.runs.Runs", "methods": [ { "kind": "function", "name": "Runs.create", "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 24, "n_params": 23, "n_function_overloads": 3, "n_function_params": 23 }, { "kind": "function", "name": "Runs.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Runs.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Runs.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Runs.cancel", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Runs.create_and_poll", "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 24, "n_params": 23, "n_function_overloads": 1, "n_function_params": 23 }, { "kind": "function", "name": "Runs.create_and_stream", "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 23, "n_params": 22, "n_function_overloads": 2, "n_function_params": 22 }, { "kind": "function", "name": "Runs.poll", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Runs.stream", "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 24, "n_params": 23, "n_function_overloads": 2, "n_function_params": 23 }, { "kind": "function", "name": "Runs.submit_tool_outputs", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 9, "n_params": 8, "n_function_overloads": 3, "n_function_params": 8 }, { "kind": "function", "name": "Runs.submit_tool_outputs_and_poll", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Runs.submit_tool_outputs_stream", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 9, "n_params": 8, "n_function_overloads": 2, "n_function_params": 8 } ], "properties": [ { "kind": "property", "name": "Runs.steps", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Runs.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Runs.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 165, "n_typed": 165, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 19, "n_method_params": 150, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.beta.threads.runs.runs", "names": [ "openai.resources.beta.threads.runs.runs.AsyncRuns", "openai.resources.beta.threads.runs.runs.AsyncRunsWithRawResponse", "openai.resources.beta.threads.runs.runs.AsyncRunsWithStreamingResponse", "openai.resources.beta.threads.runs.runs.Runs", "openai.resources.beta.threads.runs.runs.RunsWithRawResponse", "openai.resources.beta.threads.runs.runs.RunsWithStreamingResponse" ], "n_typable": 365, "n_typed": 341, "n_any": 0, "n_untyped": 24, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 28, "n_method_overloads": 42, "n_method_params": 303, "n_classes": 6, "n_attrs": 24, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/beta/threads/runs/steps.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.beta.threads.runs.steps.AsyncStepsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncStepsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncStepsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncStepsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.steps.StepsWithRawResponse", "methods": [ { "kind": "function", "name": "StepsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "StepsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "StepsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.steps.StepsWithStreamingResponse", "methods": [ { "kind": "function", "name": "StepsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "StepsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "StepsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.steps.Steps", "methods": [ { "kind": "function", "name": "Steps.retrieve", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Steps.list", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 } ], "properties": [ { "kind": "property", "name": "Steps.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Steps.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 23, "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 19, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.steps.AsyncSteps", "methods": [ { "kind": "function", "name": "AsyncSteps.retrieve", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncSteps.list", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 } ], "properties": [ { "kind": "property", "name": "AsyncSteps.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncSteps.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 23, "n_typed": 23, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 19, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.beta.threads.runs.steps.AsyncStepsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncStepsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncStepsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncStepsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.beta.threads.runs.steps", "names": [ "openai.resources.beta.threads.runs.steps.AsyncSteps", "openai.resources.beta.threads.runs.steps.AsyncStepsWithRawResponse", "openai.resources.beta.threads.runs.steps.AsyncStepsWithStreamingResponse", "openai.resources.beta.threads.runs.steps.Steps", "openai.resources.beta.threads.runs.steps.StepsWithRawResponse", "openai.resources.beta.threads.runs.steps.StepsWithStreamingResponse" ], "n_typable": 62, "n_typed": 54, "n_any": 0, "n_untyped": 8, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 42, "n_classes": 6, "n_attrs": 8, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/chat/completions/completions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.chat.completions.completions.AsyncCompletionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncCompletionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncCompletionsWithStreamingResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.parse", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.completions.completions.AsyncCompletions", "methods": [ { "kind": "function", "name": "AsyncCompletions.parse", "n_typed": 39, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 39, "n_params": 38, "n_function_overloads": 1, "n_function_params": 38 }, { "kind": "function", "name": "AsyncCompletions.create", "n_typed": 40, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 40, "n_params": 39, "n_function_overloads": 3, "n_function_params": 39 }, { "kind": "function", "name": "AsyncCompletions.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncCompletions.update", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncCompletions.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncCompletions.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncCompletions.stream", "n_typed": 39, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 39, "n_params": 38, "n_function_overloads": 1, "n_function_params": 38 } ], "properties": [ { "kind": "property", "name": "AsyncCompletions.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCompletions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCompletions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 150, "n_typed": 150, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 9, "n_method_params": 140, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.chat.completions.completions.AsyncCompletionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncCompletionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncCompletionsWithRawResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.parse", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCompletionsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.completions.completions.CompletionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "CompletionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "CompletionsWithStreamingResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "CompletionsWithStreamingResponse.parse", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.chat.completions.completions.Completions", "methods": [ { "kind": "function", "name": "Completions.parse", "n_typed": 39, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 39, "n_params": 38, "n_function_overloads": 1, "n_function_params": 38 }, { "kind": "function", "name": "Completions.create", "n_typed": 40, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 40, "n_params": 39, "n_function_overloads": 3, "n_function_params": 39 }, { "kind": "function", "name": "Completions.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Completions.update", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Completions.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Completions.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Completions.stream", "n_typed": 39, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 39, "n_params": 38, "n_function_overloads": 1, "n_function_params": 38 } ], "properties": [ { "kind": "property", "name": "Completions.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Completions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Completions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 150, "n_typed": 150, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 9, "n_method_params": 140, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.chat.completions.completions.CompletionsWithRawResponse", "methods": [ { "kind": "function", "name": "CompletionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "CompletionsWithRawResponse.messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "CompletionsWithRawResponse.parse", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CompletionsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 3, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.chat.completions.completions", "names": [ "openai.resources.chat.completions.completions.AsyncCompletions", "openai.resources.chat.completions.completions.AsyncCompletionsWithRawResponse", "openai.resources.chat.completions.completions.AsyncCompletionsWithStreamingResponse", "openai.resources.chat.completions.completions.Completions", "openai.resources.chat.completions.completions.CompletionsWithRawResponse", "openai.resources.chat.completions.completions.CompletionsWithStreamingResponse" ], "n_typable": 336, "n_typed": 312, "n_any": 0, "n_untyped": 24, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 18, "n_method_overloads": 22, "n_method_params": 284, "n_classes": 6, "n_attrs": 24, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/chat/completions/messages.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.chat.completions.messages.AsyncMessages", "methods": [ { "kind": "function", "name": "AsyncMessages.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 } ], "properties": [ { "kind": "property", "name": "AsyncMessages.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncMessages.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 8, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.chat.completions.messages.Messages", "methods": [ { "kind": "function", "name": "Messages.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 } ], "properties": [ { "kind": "property", "name": "Messages.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Messages.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 8, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.chat.completions.messages.AsyncMessagesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncMessagesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncMessagesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.chat.completions.messages.AsyncMessagesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncMessagesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncMessagesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.chat.completions.messages.MessagesWithRawResponse", "methods": [ { "kind": "function", "name": "MessagesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "MessagesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.chat.completions.messages.MessagesWithStreamingResponse", "methods": [ { "kind": "function", "name": "MessagesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "MessagesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.chat.completions.messages", "names": [ "openai.resources.chat.completions.messages.AsyncMessages", "openai.resources.chat.completions.messages.AsyncMessagesWithRawResponse", "openai.resources.chat.completions.messages.AsyncMessagesWithStreamingResponse", "openai.resources.chat.completions.messages.Messages", "openai.resources.chat.completions.messages.MessagesWithRawResponse", "openai.resources.chat.completions.messages.MessagesWithStreamingResponse" ], "n_typable": 34, "n_typed": 30, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 20, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/containers/files/files.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.containers.files.files.FilesWithStreamingResponse", "methods": [ { "kind": "function", "name": "FilesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "FilesWithStreamingResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "FilesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.containers.files.files.AsyncFilesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncFilesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncFilesWithStreamingResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.containers.files.files.AsyncFiles", "methods": [ { "kind": "function", "name": "AsyncFiles.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncFiles.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncFiles.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncFiles.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncFiles.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFiles.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFiles.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 27, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.containers.files.files.AsyncFilesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncFilesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncFilesWithRawResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncFilesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.containers.files.files.Files", "methods": [ { "kind": "function", "name": "Files.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Files.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Files.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Files.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Files.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Files.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Files.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 27, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.containers.files.files.FilesWithRawResponse", "methods": [ { "kind": "function", "name": "FilesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "FilesWithRawResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "FilesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.containers.files.files", "names": [ "openai.resources.containers.files.files.AsyncFiles", "openai.resources.containers.files.files.AsyncFilesWithRawResponse", "openai.resources.containers.files.files.AsyncFilesWithStreamingResponse", "openai.resources.containers.files.files.Files", "openai.resources.containers.files.files.FilesWithRawResponse", "openai.resources.containers.files.files.FilesWithStreamingResponse" ], "n_typable": 96, "n_typed": 80, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 58, "n_classes": 6, "n_attrs": 16, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/containers/files/content.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.containers.files.content.Content", "methods": [ { "kind": "function", "name": "Content.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Content.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Content.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.containers.files.content.ContentWithRawResponse", "methods": [ { "kind": "function", "name": "ContentWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.containers.files.content.ContentWithStreamingResponse", "methods": [ { "kind": "function", "name": "ContentWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.containers.files.content.AsyncContentWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncContentWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncContentWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.containers.files.content.AsyncContentWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncContentWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncContentWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.containers.files.content.AsyncContent", "methods": [ { "kind": "function", "name": "AsyncContent.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncContent.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncContent.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.containers.files.content", "names": [ "openai.resources.containers.files.content.AsyncContent", "openai.resources.containers.files.content.AsyncContentWithRawResponse", "openai.resources.containers.files.content.AsyncContentWithStreamingResponse", "openai.resources.containers.files.content.Content", "openai.resources.containers.files.content.ContentWithRawResponse", "openai.resources.containers.files.content.ContentWithStreamingResponse" ], "n_typable": 30, "n_typed": 26, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 16, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/conversations/items.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.conversations.items.AsyncItemsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncItemsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncItemsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncItemsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncItemsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncItemsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.conversations.items.ItemsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ItemsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ItemsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ItemsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ItemsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.conversations.items.Items", "methods": [ { "kind": "function", "name": "Items.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Items.retrieve", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Items.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Items.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Items.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Items.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 29, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.conversations.items.AsyncItems", "methods": [ { "kind": "function", "name": "AsyncItems.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncItems.retrieve", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncItems.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncItems.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncItems.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncItems.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 29, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.conversations.items.ItemsWithRawResponse", "methods": [ { "kind": "function", "name": "ItemsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ItemsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ItemsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ItemsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.conversations.items.AsyncItemsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncItemsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncItemsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncItemsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncItemsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncItemsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.conversations.items", "names": [ "openai.resources.conversations.items.AsyncItems", "openai.resources.conversations.items.AsyncItemsWithRawResponse", "openai.resources.conversations.items.AsyncItemsWithStreamingResponse", "openai.resources.conversations.items.Items", "openai.resources.conversations.items.ItemsWithRawResponse", "openai.resources.conversations.items.ItemsWithStreamingResponse" ], "n_typable": 94, "n_typed": 78, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 62, "n_classes": 6, "n_attrs": 16, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/conversations/conversations.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.conversations.conversations.ConversationsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ConversationsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ConversationsWithStreamingResponse.items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ConversationsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ConversationsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ConversationsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ConversationsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.conversations.conversations.AsyncConversationsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncConversationsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncConversationsWithStreamingResponse.items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncConversationsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationsWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.conversations.conversations.ConversationsWithRawResponse", "methods": [ { "kind": "function", "name": "ConversationsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ConversationsWithRawResponse.items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ConversationsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ConversationsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ConversationsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ConversationsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.conversations.conversations.Conversations", "methods": [ { "kind": "function", "name": "Conversations.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Conversations.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Conversations.update", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Conversations.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Conversations.items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Conversations.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Conversations.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 29, "n_typed": 29, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 22, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.conversations.conversations.AsyncConversationsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncConversationsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncConversationsWithRawResponse.items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncConversationsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationsWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncConversationsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.conversations.conversations.AsyncConversations", "methods": [ { "kind": "function", "name": "AsyncConversations.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncConversations.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncConversations.update", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncConversations.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncConversations.items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncConversations.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncConversations.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 29, "n_typed": 29, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 22, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.conversations.conversations", "names": [ "openai.resources.conversations.conversations.AsyncConversations", "openai.resources.conversations.conversations.AsyncConversationsWithRawResponse", "openai.resources.conversations.conversations.AsyncConversationsWithStreamingResponse", "openai.resources.conversations.conversations.Conversations", "openai.resources.conversations.conversations.ConversationsWithRawResponse", "openai.resources.conversations.conversations.ConversationsWithStreamingResponse" ], "n_typable": 86, "n_typed": 70, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 48, "n_classes": 6, "n_attrs": 16, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/evals/runs/runs.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.evals.runs.runs.AsyncRuns", "methods": [ { "kind": "function", "name": "AsyncRuns.create", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncRuns.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncRuns.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncRuns.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncRuns.cancel", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncRuns.output_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRuns.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRuns.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 43, "n_typed": 43, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 35, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.evals.runs.runs.RunsWithStreamingResponse", "methods": [ { "kind": "function", "name": "RunsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RunsWithStreamingResponse.output_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "RunsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.runs.runs.AsyncRunsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncRunsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRunsWithStreamingResponse.output_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.runs.runs.Runs", "methods": [ { "kind": "function", "name": "Runs.create", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Runs.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Runs.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Runs.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Runs.cancel", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Runs.output_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Runs.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Runs.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 43, "n_typed": 43, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 35, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.evals.runs.runs.AsyncRunsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncRunsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRunsWithRawResponse.output_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncRunsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncRunsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.evals.runs.runs.RunsWithRawResponse", "methods": [ { "kind": "function", "name": "RunsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RunsWithRawResponse.output_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "RunsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "RunsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 3, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.evals.runs.runs", "names": [ "openai.resources.evals.runs.runs.AsyncRuns", "openai.resources.evals.runs.runs.AsyncRunsWithRawResponse", "openai.resources.evals.runs.runs.AsyncRunsWithStreamingResponse", "openai.resources.evals.runs.runs.Runs", "openai.resources.evals.runs.runs.RunsWithRawResponse", "openai.resources.evals.runs.runs.RunsWithStreamingResponse" ], "n_typable": 118, "n_typed": 98, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 14, "n_method_overloads": 14, "n_method_params": 74, "n_classes": 6, "n_attrs": 20, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/evals/runs/output_items.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.evals.runs.output_items.OutputItemsWithStreamingResponse", "methods": [ { "kind": "function", "name": "OutputItemsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputItemsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.evals.runs.output_items.OutputItems", "methods": [ { "kind": "function", "name": "OutputItems.retrieve", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "OutputItems.list", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 } ], "properties": [ { "kind": "property", "name": "OutputItems.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "OutputItems.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 21, "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 17, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.evals.runs.output_items.OutputItemsWithRawResponse", "methods": [ { "kind": "function", "name": "OutputItemsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputItemsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.evals.runs.output_items.AsyncOutputItemsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncOutputItemsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncOutputItemsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncOutputItemsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.evals.runs.output_items.AsyncOutputItemsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncOutputItemsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncOutputItemsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncOutputItemsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.evals.runs.output_items.AsyncOutputItems", "methods": [ { "kind": "function", "name": "AsyncOutputItems.retrieve", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncOutputItems.list", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 } ], "properties": [ { "kind": "property", "name": "AsyncOutputItems.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncOutputItems.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 21, "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 17, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.evals.runs.output_items", "names": [ "openai.resources.evals.runs.output_items.AsyncOutputItems", "openai.resources.evals.runs.output_items.AsyncOutputItemsWithRawResponse", "openai.resources.evals.runs.output_items.AsyncOutputItemsWithStreamingResponse", "openai.resources.evals.runs.output_items.OutputItems", "openai.resources.evals.runs.output_items.OutputItemsWithRawResponse", "openai.resources.evals.runs.output_items.OutputItemsWithStreamingResponse" ], "n_typable": 58, "n_typed": 50, "n_any": 0, "n_untyped": 8, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 38, "n_classes": 6, "n_attrs": 8, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/jobs/jobs.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.jobs.jobs.JobsWithRawResponse", "methods": [ { "kind": "function", "name": "JobsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "JobsWithRawResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "JobsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithRawResponse.list_events", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithRawResponse.pause", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithRawResponse.resume", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 3, "n_any": 0, "n_untyped": 7, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 7, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.jobs.Jobs", "methods": [ { "kind": "function", "name": "Jobs.create", "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 14, "n_params": 13, "n_function_overloads": 1, "n_function_params": 13 }, { "kind": "function", "name": "Jobs.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Jobs.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Jobs.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Jobs.list_events", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Jobs.pause", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Jobs.resume", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Jobs.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Jobs.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Jobs.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 57, "n_typed": 57, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 47, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.jobs.JobsWithStreamingResponse", "methods": [ { "kind": "function", "name": "JobsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "JobsWithStreamingResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "JobsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithStreamingResponse.list_events", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithStreamingResponse.pause", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "JobsWithStreamingResponse.resume", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 3, "n_any": 0, "n_untyped": 7, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 7, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.jobs.AsyncJobs", "methods": [ { "kind": "function", "name": "AsyncJobs.create", "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 14, "n_params": 13, "n_function_overloads": 1, "n_function_params": 13 }, { "kind": "function", "name": "AsyncJobs.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncJobs.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncJobs.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncJobs.list_events", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncJobs.pause", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncJobs.resume", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncJobs.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncJobs.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncJobs.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 57, "n_typed": 57, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 47, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.jobs.AsyncJobsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncJobsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncJobsWithRawResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncJobsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithRawResponse.list_events", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithRawResponse.pause", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithRawResponse.resume", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 3, "n_any": 0, "n_untyped": 7, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 7, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.jobs.AsyncJobsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncJobsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncJobsWithStreamingResponse.checkpoints", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.list_events", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.pause", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncJobsWithStreamingResponse.resume", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 3, "n_any": 0, "n_untyped": 7, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 7, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.jobs.jobs", "names": [ "openai.resources.fine_tuning.jobs.jobs.AsyncJobs", "openai.resources.fine_tuning.jobs.jobs.AsyncJobsWithRawResponse", "openai.resources.fine_tuning.jobs.jobs.AsyncJobsWithStreamingResponse", "openai.resources.fine_tuning.jobs.jobs.Jobs", "openai.resources.fine_tuning.jobs.jobs.JobsWithRawResponse", "openai.resources.fine_tuning.jobs.jobs.JobsWithStreamingResponse" ], "n_typable": 154, "n_typed": 126, "n_any": 0, "n_untyped": 28, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 18, "n_method_overloads": 18, "n_method_params": 98, "n_classes": 6, "n_attrs": 28, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/alpha/alpha.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.alpha.alpha.AsyncAlphaWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncAlphaWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncAlphaWithRawResponse.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.alpha.AsyncAlphaWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncAlphaWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncAlphaWithStreamingResponse.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.alpha.AlphaWithRawResponse", "methods": [ { "kind": "function", "name": "AlphaWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AlphaWithRawResponse.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.alpha.AlphaWithStreamingResponse", "methods": [ { "kind": "function", "name": "AlphaWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AlphaWithStreamingResponse.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.alpha.Alpha", "methods": [], "properties": [ { "kind": "property", "name": "Alpha.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Alpha.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Alpha.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.alpha.AsyncAlpha", "methods": [], "properties": [ { "kind": "property", "name": "AsyncAlpha.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAlpha.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncAlpha.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 3 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.alpha.alpha", "names": [ "openai.resources.fine_tuning.alpha.alpha.Alpha", "openai.resources.fine_tuning.alpha.alpha.AlphaWithRawResponse", "openai.resources.fine_tuning.alpha.alpha.AlphaWithStreamingResponse", "openai.resources.fine_tuning.alpha.alpha.AsyncAlpha", "openai.resources.fine_tuning.alpha.alpha.AsyncAlphaWithRawResponse", "openai.resources.fine_tuning.alpha.alpha.AsyncAlphaWithStreamingResponse" ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/checkpoints/checkpoints.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.checkpoints.AsyncCheckpointsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncCheckpointsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncCheckpointsWithStreamingResponse.permissions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.checkpoints.CheckpointsWithRawResponse", "methods": [ { "kind": "function", "name": "CheckpointsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "CheckpointsWithRawResponse.permissions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.checkpoints.AsyncCheckpoints", "methods": [], "properties": [ { "kind": "property", "name": "AsyncCheckpoints.permissions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCheckpoints.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCheckpoints.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.checkpoints.CheckpointsWithStreamingResponse", "methods": [ { "kind": "function", "name": "CheckpointsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "CheckpointsWithStreamingResponse.permissions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.checkpoints.Checkpoints", "methods": [], "properties": [ { "kind": "property", "name": "Checkpoints.permissions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Checkpoints.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Checkpoints.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.checkpoints.AsyncCheckpointsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncCheckpointsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncCheckpointsWithRawResponse.permissions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.checkpoints.checkpoints", "names": [ "openai.resources.fine_tuning.checkpoints.checkpoints.AsyncCheckpoints", "openai.resources.fine_tuning.checkpoints.checkpoints.AsyncCheckpointsWithRawResponse", "openai.resources.fine_tuning.checkpoints.checkpoints.AsyncCheckpointsWithStreamingResponse", "openai.resources.fine_tuning.checkpoints.checkpoints.Checkpoints", "openai.resources.fine_tuning.checkpoints.checkpoints.CheckpointsWithRawResponse", "openai.resources.fine_tuning.checkpoints.checkpoints.CheckpointsWithStreamingResponse" ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 4, "n_classes": 6, "n_attrs": 0, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/alpha/graders.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.alpha.graders.Graders", "methods": [ { "kind": "function", "name": "Graders.run", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Graders.validate", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Graders.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Graders.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 12, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.graders.GradersWithStreamingResponse", "methods": [ { "kind": "function", "name": "GradersWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "GradersWithStreamingResponse.run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "GradersWithStreamingResponse.validate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.graders.AsyncGradersWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncGradersWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncGradersWithStreamingResponse.run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncGradersWithStreamingResponse.validate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.graders.AsyncGraders", "methods": [ { "kind": "function", "name": "AsyncGraders.run", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncGraders.validate", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncGraders.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncGraders.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 12, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.graders.GradersWithRawResponse", "methods": [ { "kind": "function", "name": "GradersWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "GradersWithRawResponse.run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "GradersWithRawResponse.validate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.alpha.graders.AsyncGradersWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncGradersWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncGradersWithRawResponse.run", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncGradersWithRawResponse.validate", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 4, "n_typed": 2, "n_any": 0, "n_untyped": 2, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.alpha.graders", "names": [ "openai.resources.fine_tuning.alpha.graders.AsyncGraders", "openai.resources.fine_tuning.alpha.graders.AsyncGradersWithRawResponse", "openai.resources.fine_tuning.alpha.graders.AsyncGradersWithStreamingResponse", "openai.resources.fine_tuning.alpha.graders.Graders", "openai.resources.fine_tuning.alpha.graders.GradersWithRawResponse", "openai.resources.fine_tuning.alpha.graders.GradersWithStreamingResponse" ], "n_typable": 48, "n_typed": 40, "n_any": 0, "n_untyped": 8, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 8, "n_method_params": 28, "n_classes": 6, "n_attrs": 8, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/checkpoints/permissions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.permissions.AsyncPermissionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncPermissionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncPermissionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPermissionsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPermissionsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPermissionsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.permissions.PermissionsWithRawResponse", "methods": [ { "kind": "function", "name": "PermissionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "PermissionsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "PermissionsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "PermissionsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.permissions.Permissions", "methods": [ { "kind": "function", "name": "Permissions.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Permissions.retrieve", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Permissions.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Permissions.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Permissions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Permissions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 36, "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 30, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.permissions.PermissionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "PermissionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "PermissionsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "PermissionsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "PermissionsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.permissions.AsyncPermissionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncPermissionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncPermissionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPermissionsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPermissionsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncPermissionsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.checkpoints.permissions.AsyncPermissions", "methods": [ { "kind": "function", "name": "AsyncPermissions.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncPermissions.retrieve", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncPermissions.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncPermissions.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncPermissions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncPermissions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 36, "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 30, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.checkpoints.permissions", "names": [ "openai.resources.fine_tuning.checkpoints.permissions.AsyncPermissions", "openai.resources.fine_tuning.checkpoints.permissions.AsyncPermissionsWithRawResponse", "openai.resources.fine_tuning.checkpoints.permissions.AsyncPermissionsWithStreamingResponse", "openai.resources.fine_tuning.checkpoints.permissions.Permissions", "openai.resources.fine_tuning.checkpoints.permissions.PermissionsWithRawResponse", "openai.resources.fine_tuning.checkpoints.permissions.PermissionsWithStreamingResponse" ], "n_typable": 96, "n_typed": 80, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 64, "n_classes": 6, "n_attrs": 16, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/fine_tuning/jobs/checkpoints.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.fine_tuning.jobs.checkpoints.AsyncCheckpoints", "methods": [ { "kind": "function", "name": "AsyncCheckpoints.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 } ], "properties": [ { "kind": "property", "name": "AsyncCheckpoints.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCheckpoints.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 7, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.checkpoints.CheckpointsWithStreamingResponse", "methods": [ { "kind": "function", "name": "CheckpointsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "CheckpointsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.checkpoints.Checkpoints", "methods": [ { "kind": "function", "name": "Checkpoints.list", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 } ], "properties": [ { "kind": "property", "name": "Checkpoints.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Checkpoints.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 7, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.checkpoints.AsyncCheckpointsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncCheckpointsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCheckpointsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.checkpoints.AsyncCheckpointsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncCheckpointsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCheckpointsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.fine_tuning.jobs.checkpoints.CheckpointsWithRawResponse", "methods": [ { "kind": "function", "name": "CheckpointsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "CheckpointsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.fine_tuning.jobs.checkpoints", "names": [ "openai.resources.fine_tuning.jobs.checkpoints.AsyncCheckpoints", "openai.resources.fine_tuning.jobs.checkpoints.AsyncCheckpointsWithRawResponse", "openai.resources.fine_tuning.jobs.checkpoints.AsyncCheckpointsWithStreamingResponse", "openai.resources.fine_tuning.jobs.checkpoints.Checkpoints", "openai.resources.fine_tuning.jobs.checkpoints.CheckpointsWithRawResponse", "openai.resources.fine_tuning.jobs.checkpoints.CheckpointsWithStreamingResponse" ], "n_typable": 32, "n_typed": 28, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 18, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/realtime/client_secrets.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.realtime.client_secrets.AsyncClientSecrets", "methods": [ { "kind": "function", "name": "AsyncClientSecrets.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncClientSecrets.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncClientSecrets.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.client_secrets.ClientSecretsWithRawResponse", "methods": [ { "kind": "function", "name": "ClientSecretsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecretsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.client_secrets.AsyncClientSecretsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncClientSecretsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncClientSecretsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.client_secrets.AsyncClientSecretsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncClientSecretsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncClientSecretsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.client_secrets.ClientSecrets", "methods": [ { "kind": "function", "name": "ClientSecrets.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "ClientSecrets.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ClientSecrets.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.client_secrets.ClientSecretsWithStreamingResponse", "methods": [ { "kind": "function", "name": "ClientSecretsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecretsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.realtime.client_secrets", "names": [ "openai.resources.realtime.client_secrets.AsyncClientSecrets", "openai.resources.realtime.client_secrets.AsyncClientSecretsWithRawResponse", "openai.resources.realtime.client_secrets.AsyncClientSecretsWithStreamingResponse", "openai.resources.realtime.client_secrets.ClientSecrets", "openai.resources.realtime.client_secrets.ClientSecretsWithRawResponse", "openai.resources.realtime.client_secrets.ClientSecretsWithStreamingResponse" ], "n_typable": 30, "n_typed": 26, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 16, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/realtime/realtime.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.realtime.realtime.AsyncRealtime", "methods": [ { "kind": "function", "name": "AsyncRealtime.connect", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncRealtime.client_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtime.calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtime.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtime.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 5, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.realtime.realtime.AsyncRealtimeWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncRealtimeWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRealtimeWithRawResponse.client_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtimeWithRawResponse.calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.realtime.RealtimeWithStreamingResponse", "methods": [ { "kind": "function", "name": "RealtimeWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RealtimeWithStreamingResponse.client_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "RealtimeWithStreamingResponse.calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.realtime.RealtimeWithRawResponse", "methods": [ { "kind": "function", "name": "RealtimeWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "RealtimeWithRawResponse.client_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "RealtimeWithRawResponse.calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.realtime.AsyncRealtimeWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncRealtimeWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncRealtimeWithStreamingResponse.client_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncRealtimeWithStreamingResponse.calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.realtime.Realtime", "methods": [ { "kind": "function", "name": "Realtime.connect", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Realtime.client_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Realtime.calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Realtime.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Realtime.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 5, "n_attrs": 0, "n_properties": 4 } ], "type_ignores": [], "name": "openai.resources.realtime.realtime", "names": [ "openai.resources.realtime.realtime.AsyncRealtime", "openai.resources.realtime.realtime.AsyncRealtimeWithRawResponse", "openai.resources.realtime.realtime.AsyncRealtimeWithStreamingResponse", "openai.resources.realtime.realtime.Realtime", "openai.resources.realtime.realtime.RealtimeWithRawResponse", "openai.resources.realtime.realtime.RealtimeWithStreamingResponse" ], "n_typable": 36, "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 14, "n_classes": 6, "n_attrs": 0, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/realtime/calls.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.realtime.calls.AsyncCallsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncCallsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCallsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithRawResponse.accept", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithRawResponse.hangup", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithRawResponse.refer", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithRawResponse.reject", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.calls.CallsWithStreamingResponse", "methods": [ { "kind": "function", "name": "CallsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "CallsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithStreamingResponse.accept", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithStreamingResponse.hangup", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithStreamingResponse.refer", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithStreamingResponse.reject", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.calls.Calls", "methods": [ { "kind": "function", "name": "Calls.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Calls.accept", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 18, "n_params": 17, "n_function_overloads": 1, "n_function_params": 17 }, { "kind": "function", "name": "Calls.hangup", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Calls.refer", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Calls.reject", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Calls.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Calls.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 47, "n_typed": 47, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 40, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.realtime.calls.AsyncCallsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncCallsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncCallsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithStreamingResponse.accept", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithStreamingResponse.hangup", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithStreamingResponse.refer", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncCallsWithStreamingResponse.reject", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.calls.CallsWithRawResponse", "methods": [ { "kind": "function", "name": "CallsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "CallsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithRawResponse.accept", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithRawResponse.hangup", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithRawResponse.refer", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "CallsWithRawResponse.reject", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 2, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.realtime.calls.AsyncCalls", "methods": [ { "kind": "function", "name": "AsyncCalls.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncCalls.accept", "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 18, "n_params": 17, "n_function_overloads": 1, "n_function_params": 17 }, { "kind": "function", "name": "AsyncCalls.hangup", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncCalls.refer", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncCalls.reject", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncCalls.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncCalls.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 47, "n_typed": 47, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 5, "n_method_overloads": 5, "n_method_params": 40, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.realtime.calls", "names": [ "openai.resources.realtime.calls.AsyncCalls", "openai.resources.realtime.calls.AsyncCallsWithRawResponse", "openai.resources.realtime.calls.AsyncCallsWithStreamingResponse", "openai.resources.realtime.calls.Calls", "openai.resources.realtime.calls.CallsWithRawResponse", "openai.resources.realtime.calls.CallsWithStreamingResponse" ], "n_typable": 122, "n_typed": 102, "n_any": 0, "n_untyped": 20, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 14, "n_method_overloads": 14, "n_method_params": 84, "n_classes": 6, "n_attrs": 20, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/responses/responses.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.responses.responses.ResponsesWithStreamingResponse", "methods": [ { "kind": "function", "name": "ResponsesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ResponsesWithStreamingResponse.input_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ResponsesWithStreamingResponse.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ResponsesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithStreamingResponse.compact", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.responses.responses.Responses", "methods": [ { "kind": "function", "name": "Responses.create", "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 34, "n_params": 33, "n_function_overloads": 3, "n_function_params": 33 }, { "kind": "function", "name": "Responses.stream", "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 36, "n_params": 35, "n_function_overloads": 2, "n_function_params": 35 }, { "kind": "function", "name": "Responses.parse", "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 36, "n_params": 35, "n_function_overloads": 1, "n_function_params": 35 }, { "kind": "function", "name": "Responses.retrieve", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 6, "n_typable": 10, "n_params": 9, "n_function_overloads": 6, "n_function_params": 9 }, { "kind": "function", "name": "Responses.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Responses.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Responses.compact", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Responses.connect", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [ { "kind": "property", "name": "Responses.input_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Responses.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Responses.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Responses.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 146, "n_typed": 146, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 16, "n_method_params": 134, "n_attrs": 0, "n_properties": 4 }, { "kind": "class", "name": "openai.resources.responses.responses.ResponsesWithRawResponse", "methods": [ { "kind": "function", "name": "ResponsesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "ResponsesWithRawResponse.input_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "ResponsesWithRawResponse.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ResponsesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithRawResponse.compact", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesWithRawResponse.parse", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 4, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.responses.responses.AsyncResponsesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncResponsesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncResponsesWithStreamingResponse.input_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncResponsesWithStreamingResponse.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncResponsesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithStreamingResponse.compact", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 9, "n_typed": 4, "n_any": 0, "n_untyped": 5, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 5, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.responses.responses.AsyncResponsesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncResponsesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncResponsesWithRawResponse.input_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncResponsesWithRawResponse.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncResponsesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithRawResponse.compact", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncResponsesWithRawResponse.parse", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 10, "n_typed": 4, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.responses.responses.AsyncResponses", "methods": [ { "kind": "function", "name": "AsyncResponses.create", "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_overloads": 3, "n_typable": 34, "n_params": 33, "n_function_overloads": 3, "n_function_params": 33 }, { "kind": "function", "name": "AsyncResponses.stream", "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_overloads": 2, "n_typable": 36, "n_params": 35, "n_function_overloads": 2, "n_function_params": 35 }, { "kind": "function", "name": "AsyncResponses.parse", "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 36, "n_params": 35, "n_function_overloads": 1, "n_function_params": 35 }, { "kind": "function", "name": "AsyncResponses.retrieve", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 6, "n_typable": 10, "n_params": 9, "n_function_overloads": 6, "n_function_params": 9 }, { "kind": "function", "name": "AsyncResponses.delete", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncResponses.cancel", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncResponses.compact", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncResponses.connect", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 } ], "properties": [ { "kind": "property", "name": "AsyncResponses.input_items", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncResponses.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncResponses.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncResponses.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 146, "n_typed": 146, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 8, "n_method_overloads": 16, "n_method_params": 134, "n_attrs": 0, "n_properties": 4 } ], "type_ignores": [], "name": "openai.resources.responses.responses", "names": [ "openai.resources.responses.responses.AsyncResponses", "openai.resources.responses.responses.AsyncResponsesWithRawResponse", "openai.resources.responses.responses.AsyncResponsesWithStreamingResponse", "openai.resources.responses.responses.Responses", "openai.resources.responses.responses.ResponsesWithRawResponse", "openai.resources.responses.responses.ResponsesWithStreamingResponse" ], "n_typable": 330, "n_typed": 308, "n_any": 0, "n_untyped": 22, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 20, "n_method_overloads": 36, "n_method_params": 272, "n_classes": 6, "n_attrs": 22, "n_properties": 16, "n_type_ignores": 0 }, { "path": "openai/resources/responses/input_items.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.responses.input_items.InputItems", "methods": [ { "kind": "function", "name": "InputItems.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "InputItems.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "InputItems.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 9, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.responses.input_items.InputItemsWithRawResponse", "methods": [ { "kind": "function", "name": "InputItemsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "InputItemsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_items.AsyncInputItemsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncInputItemsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncInputItemsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_items.AsyncInputItemsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncInputItemsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncInputItemsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_items.InputItemsWithStreamingResponse", "methods": [ { "kind": "function", "name": "InputItemsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "InputItemsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_items.AsyncInputItems", "methods": [ { "kind": "function", "name": "AsyncInputItems.list", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 } ], "properties": [ { "kind": "property", "name": "AsyncInputItems.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncInputItems.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 9, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.responses.input_items", "names": [ "openai.resources.responses.input_items.AsyncInputItems", "openai.resources.responses.input_items.AsyncInputItemsWithRawResponse", "openai.resources.responses.input_items.AsyncInputItemsWithStreamingResponse", "openai.resources.responses.input_items.InputItems", "openai.resources.responses.input_items.InputItemsWithRawResponse", "openai.resources.responses.input_items.InputItemsWithStreamingResponse" ], "n_typable": 36, "n_typed": 32, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 22, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/responses/input_tokens.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.responses.input_tokens.AsyncInputTokensWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncInputTokensWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncInputTokensWithRawResponse.count", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_tokens.AsyncInputTokensWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncInputTokensWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncInputTokensWithStreamingResponse.count", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_tokens.InputTokensWithStreamingResponse", "methods": [ { "kind": "function", "name": "InputTokensWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokensWithStreamingResponse.count", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_tokens.InputTokensWithRawResponse", "methods": [ { "kind": "function", "name": "InputTokensWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokensWithRawResponse.count", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.responses.input_tokens.InputTokens", "methods": [ { "kind": "function", "name": "InputTokens.count", "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 16, "n_params": 15, "n_function_overloads": 1, "n_function_params": 15 } ], "properties": [ { "kind": "property", "name": "InputTokens.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "InputTokens.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 15, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.responses.input_tokens.AsyncInputTokens", "methods": [ { "kind": "function", "name": "AsyncInputTokens.count", "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 16, "n_params": 15, "n_function_overloads": 1, "n_function_params": 15 } ], "properties": [ { "kind": "property", "name": "AsyncInputTokens.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncInputTokens.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 15, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.responses.input_tokens", "names": [ "openai.resources.responses.input_tokens.AsyncInputTokens", "openai.resources.responses.input_tokens.AsyncInputTokensWithRawResponse", "openai.resources.responses.input_tokens.AsyncInputTokensWithStreamingResponse", "openai.resources.responses.input_tokens.InputTokens", "openai.resources.responses.input_tokens.InputTokensWithRawResponse", "openai.resources.responses.input_tokens.InputTokensWithStreamingResponse" ], "n_typable": 48, "n_typed": 44, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 34, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/skills/versions/versions.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.skills.versions.versions.AsyncVersionsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncVersionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncVersionsWithRawResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncVersionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVersionsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVersionsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVersionsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.skills.versions.versions.VersionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "VersionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "VersionsWithStreamingResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "VersionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VersionsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VersionsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VersionsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.skills.versions.versions.Versions", "methods": [ { "kind": "function", "name": "Versions.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Versions.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Versions.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Versions.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Versions.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Versions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Versions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 27, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.skills.versions.versions.AsyncVersions", "methods": [ { "kind": "function", "name": "AsyncVersions.create", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncVersions.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncVersions.list", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncVersions.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncVersions.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVersions.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncVersions.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 34, "n_typed": 34, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 27, "n_attrs": 0, "n_properties": 3 }, { "kind": "class", "name": "openai.resources.skills.versions.versions.AsyncVersionsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncVersionsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "AsyncVersionsWithStreamingResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "AsyncVersionsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVersionsWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVersionsWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncVersionsWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 }, { "kind": "class", "name": "openai.resources.skills.versions.versions.VersionsWithRawResponse", "methods": [ { "kind": "function", "name": "VersionsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [ { "kind": "property", "name": "VersionsWithRawResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "VersionsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VersionsWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VersionsWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "VersionsWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 7, "n_typed": 3, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 1 } ], "type_ignores": [], "name": "openai.resources.skills.versions.versions", "names": [ "openai.resources.skills.versions.versions.AsyncVersions", "openai.resources.skills.versions.versions.AsyncVersionsWithRawResponse", "openai.resources.skills.versions.versions.AsyncVersionsWithStreamingResponse", "openai.resources.skills.versions.versions.Versions", "openai.resources.skills.versions.versions.VersionsWithRawResponse", "openai.resources.skills.versions.versions.VersionsWithStreamingResponse" ], "n_typable": 96, "n_typed": 80, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 12, "n_method_overloads": 12, "n_method_params": 58, "n_classes": 6, "n_attrs": 16, "n_properties": 10, "n_type_ignores": 0 }, { "path": "openai/resources/skills/content.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.skills.content.Content", "methods": [ { "kind": "function", "name": "Content.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "Content.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Content.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 5, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.skills.content.ContentWithRawResponse", "methods": [ { "kind": "function", "name": "ContentWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.content.AsyncContent", "methods": [ { "kind": "function", "name": "AsyncContent.retrieve", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 } ], "properties": [ { "kind": "property", "name": "AsyncContent.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncContent.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 5, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.skills.content.AsyncContentWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncContentWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncContentWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.content.AsyncContentWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncContentWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncContentWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.content.ContentWithStreamingResponse", "methods": [ { "kind": "function", "name": "ContentWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.skills.content", "names": [ "openai.resources.skills.content.AsyncContent", "openai.resources.skills.content.AsyncContentWithRawResponse", "openai.resources.skills.content.AsyncContentWithStreamingResponse", "openai.resources.skills.content.Content", "openai.resources.skills.content.ContentWithRawResponse", "openai.resources.skills.content.ContentWithStreamingResponse" ], "n_typable": 28, "n_typed": 24, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 14, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/skills/versions/content.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.skills.versions.content.Content", "methods": [ { "kind": "function", "name": "Content.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Content.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Content.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.skills.versions.content.ContentWithRawResponse", "methods": [ { "kind": "function", "name": "ContentWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.versions.content.ContentWithStreamingResponse", "methods": [ { "kind": "function", "name": "ContentWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.versions.content.AsyncContentWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncContentWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncContentWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.versions.content.AsyncContentWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncContentWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncContentWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.skills.versions.content.AsyncContent", "methods": [ { "kind": "function", "name": "AsyncContent.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncContent.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncContent.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.skills.versions.content", "names": [ "openai.resources.skills.versions.content.AsyncContent", "openai.resources.skills.versions.content.AsyncContentWithRawResponse", "openai.resources.skills.versions.content.AsyncContentWithStreamingResponse", "openai.resources.skills.versions.content.Content", "openai.resources.skills.versions.content.ContentWithRawResponse", "openai.resources.skills.versions.content.ContentWithStreamingResponse" ], "n_typable": 30, "n_typed": 26, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 16, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/uploads/parts.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.uploads.parts.AsyncParts", "methods": [ { "kind": "function", "name": "AsyncParts.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncParts.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncParts.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.uploads.parts.AsyncPartsWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncPartsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncPartsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.uploads.parts.Parts", "methods": [ { "kind": "function", "name": "Parts.create", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Parts.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Parts.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 6, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.uploads.parts.PartsWithStreamingResponse", "methods": [ { "kind": "function", "name": "PartsWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "PartsWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.uploads.parts.PartsWithRawResponse", "methods": [ { "kind": "function", "name": "PartsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "PartsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.uploads.parts.AsyncPartsWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncPartsWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncPartsWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 3, "n_typed": 2, "n_any": 0, "n_untyped": 1, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.uploads.parts", "names": [ "openai.resources.uploads.parts.AsyncParts", "openai.resources.uploads.parts.AsyncPartsWithRawResponse", "openai.resources.uploads.parts.AsyncPartsWithStreamingResponse", "openai.resources.uploads.parts.Parts", "openai.resources.uploads.parts.PartsWithRawResponse", "openai.resources.uploads.parts.PartsWithStreamingResponse" ], "n_typable": 30, "n_typed": 26, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 6, "n_method_overloads": 6, "n_method_params": 16, "n_classes": 6, "n_attrs": 4, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/vector_stores/files.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.vector_stores.files.AsyncFilesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncFilesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithStreamingResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.files.AsyncFiles", "methods": [ { "kind": "function", "name": "AsyncFiles.create", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "AsyncFiles.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncFiles.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "AsyncFiles.list", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncFiles.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncFiles.create_and_poll", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncFiles.poll", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncFiles.upload", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncFiles.upload_and_poll", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "AsyncFiles.content", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncFiles.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFiles.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 75, "n_typed": 75, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 10, "n_method_overloads": 10, "n_method_params": 63, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.vector_stores.files.FilesWithRawResponse", "methods": [ { "kind": "function", "name": "FilesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "FilesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithRawResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.files.Files", "methods": [ { "kind": "function", "name": "Files.create", "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 9, "n_params": 8, "n_function_overloads": 1, "n_function_params": 8 }, { "kind": "function", "name": "Files.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Files.update", "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 8, "n_params": 7, "n_function_overloads": 1, "n_function_params": 7 }, { "kind": "function", "name": "Files.list", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "Files.delete", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "Files.create_and_poll", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "Files.poll", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "Files.upload", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "Files.upload_and_poll", "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 6, "n_params": 5, "n_function_overloads": 1, "n_function_params": 5 }, { "kind": "function", "name": "Files.content", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "Files.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "Files.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 75, "n_typed": 75, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 10, "n_method_overloads": 10, "n_method_params": 63, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.vector_stores.files.FilesWithStreamingResponse", "methods": [ { "kind": "function", "name": "FilesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "FilesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FilesWithStreamingResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.files.AsyncFilesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncFilesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncFilesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.update", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.list", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.delete", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFilesWithRawResponse.content", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 8, "n_typed": 2, "n_any": 0, "n_untyped": 6, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.vector_stores.files", "names": [ "openai.resources.vector_stores.files.AsyncFiles", "openai.resources.vector_stores.files.AsyncFilesWithRawResponse", "openai.resources.vector_stores.files.AsyncFilesWithStreamingResponse", "openai.resources.vector_stores.files.Files", "openai.resources.vector_stores.files.FilesWithRawResponse", "openai.resources.vector_stores.files.FilesWithStreamingResponse" ], "n_typable": 182, "n_typed": 158, "n_any": 0, "n_untyped": 24, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 24, "n_method_overloads": 24, "n_method_params": 130, "n_classes": 6, "n_attrs": 24, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/vector_stores/file_batches.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.vector_stores.file_batches.FileBatchesWithRawResponse", "methods": [ { "kind": "function", "name": "FileBatchesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "FileBatchesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FileBatchesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FileBatchesWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FileBatchesWithRawResponse.list_files", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.file_batches.AsyncFileBatchesWithStreamingResponse", "methods": [ { "kind": "function", "name": "AsyncFileBatchesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncFileBatchesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFileBatchesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFileBatchesWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFileBatchesWithStreamingResponse.list_files", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.file_batches.FileBatches", "methods": [ { "kind": "function", "name": "FileBatches.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "FileBatches.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "FileBatches.cancel", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "FileBatches.create_and_poll", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "FileBatches.list_files", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 }, { "kind": "function", "name": "FileBatches.poll", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "FileBatches.upload_and_poll", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "FileBatches.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "FileBatches.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 60, "n_typed": 60, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 51, "n_attrs": 0, "n_properties": 2 }, { "kind": "class", "name": "openai.resources.vector_stores.file_batches.FileBatchesWithStreamingResponse", "methods": [ { "kind": "function", "name": "FileBatchesWithStreamingResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "FileBatchesWithStreamingResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FileBatchesWithStreamingResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FileBatchesWithStreamingResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "FileBatchesWithStreamingResponse.list_files", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.file_batches.AsyncFileBatchesWithRawResponse", "methods": [ { "kind": "function", "name": "AsyncFileBatchesWithRawResponse.__init__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "AsyncFileBatchesWithRawResponse.create", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFileBatchesWithRawResponse.retrieve", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFileBatchesWithRawResponse.cancel", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 }, { "kind": "attr", "name": "AsyncFileBatchesWithRawResponse.list_files", "n_typed": 0, "n_any": 0, "n_untyped": 1, "n_typable": 1 } ], "n_typable": 6, "n_typed": 2, "n_any": 0, "n_untyped": 4, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.vector_stores.file_batches.AsyncFileBatches", "methods": [ { "kind": "function", "name": "AsyncFileBatches.create", "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 10, "n_params": 9, "n_function_overloads": 1, "n_function_params": 9 }, { "kind": "function", "name": "AsyncFileBatches.retrieve", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncFileBatches.cancel", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 }, { "kind": "function", "name": "AsyncFileBatches.create_and_poll", "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 11, "n_params": 10, "n_function_overloads": 1, "n_function_params": 10 }, { "kind": "function", "name": "AsyncFileBatches.list_files", "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 12, "n_params": 11, "n_function_overloads": 1, "n_function_params": 11 }, { "kind": "function", "name": "AsyncFileBatches.poll", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncFileBatches.upload_and_poll", "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 7, "n_params": 6, "n_function_overloads": 1, "n_function_params": 6 } ], "properties": [ { "kind": "property", "name": "AsyncFileBatches.with_raw_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "property", "name": "AsyncFileBatches.with_streaming_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [], "n_typable": 60, "n_typed": 60, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 7, "n_method_overloads": 7, "n_method_params": 51, "n_attrs": 0, "n_properties": 2 } ], "type_ignores": [], "name": "openai.resources.vector_stores.file_batches", "names": [ "openai.resources.vector_stores.file_batches.AsyncFileBatches", "openai.resources.vector_stores.file_batches.AsyncFileBatchesWithRawResponse", "openai.resources.vector_stores.file_batches.AsyncFileBatchesWithStreamingResponse", "openai.resources.vector_stores.file_batches.FileBatches", "openai.resources.vector_stores.file_batches.FileBatchesWithRawResponse", "openai.resources.vector_stores.file_batches.FileBatchesWithStreamingResponse" ], "n_typable": 144, "n_typed": 128, "n_any": 0, "n_untyped": 16, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 18, "n_method_overloads": 18, "n_method_params": 106, "n_classes": 6, "n_attrs": 16, "n_properties": 4, "n_type_ignores": 0 }, { "path": "openai/resources/webhooks/__init__.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.webhooks.Webhooks", "methods": [], "properties": [], "attrs": [], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.webhooks.AsyncWebhooks", "methods": [], "properties": [], "attrs": [], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 0, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.webhooks", "names": [ "openai.resources.webhooks.AsyncWebhooks", "openai.resources.webhooks.Webhooks" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 0, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/resources/webhooks/webhooks.py", "symbol_reports": [ { "kind": "class", "name": "openai.resources.webhooks.webhooks.Webhooks", "methods": [ { "kind": "function", "name": "Webhooks.unwrap", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "Webhooks.verify_signature", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 } ], "properties": [], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 7, "n_attrs": 0, "n_properties": 0 }, { "kind": "class", "name": "openai.resources.webhooks.webhooks.AsyncWebhooks", "methods": [ { "kind": "function", "name": "AsyncWebhooks.unwrap", "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 4, "n_params": 3, "n_function_overloads": 1, "n_function_params": 3 }, { "kind": "function", "name": "AsyncWebhooks.verify_signature", "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 5, "n_params": 4, "n_function_overloads": 1, "n_function_params": 4 } ], "properties": [], "attrs": [], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 2, "n_method_overloads": 2, "n_method_params": 7, "n_attrs": 0, "n_properties": 0 } ], "type_ignores": [], "name": "openai.resources.webhooks.webhooks", "names": [ "openai.resources.webhooks.webhooks.AsyncWebhooks", "openai.resources.webhooks.webhooks.Webhooks" ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 4, "n_method_overloads": 4, "n_method_params": 14, "n_classes": 2, "n_attrs": 0, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.file_object.FileObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileObject.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.purpose", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileObject.status_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.file_object", "names": [ "openai.types.file_object.FileObject" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_edit_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_edit_params.VideoEditParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoEditParams.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoEditParams.video", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.video_edit_params.Video", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.video_edit_params.VideoVideoReferenceInputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoVideoReferenceInputParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_edit_params", "names": [ "openai.types.video_edit_params.Video", "openai.types.video_edit_params.VideoEditParams", "openai.types.video_edit_params.VideoVideoReferenceInputParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/completion_usage.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.completion_usage.CompletionUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionUsage.completion_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionUsage.prompt_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.completion_usage.CompletionTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionTokensDetails.accepted_prediction_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionTokensDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionTokensDetails.reasoning_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionTokensDetails.rejected_prediction_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.completion_usage.PromptTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PromptTokensDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PromptTokensDetails.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.completion_usage", "names": [ "openai.types.completion_usage.CompletionTokensDetails", "openai.types.completion_usage.CompletionUsage", "openai.types.completion_usage.PromptTokensDetails" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation_multi_modal_input_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.moderation_multi_modal_input_param.ModerationMultiModalInputParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.moderation_multi_modal_input_param", "names": [ "openai.types.moderation_multi_modal_input_param.ModerationMultiModalInputParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_seconds.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.video_seconds.VideoSeconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.video_seconds", "names": [ "openai.types.video_seconds.VideoSeconds" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio_response_format.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio_response_format.AudioResponseFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio_response_format", "names": [ "openai.types.audio_response_format.AudioResponseFormat" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image.Image", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Image.b64_json", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Image.revised_prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Image.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image", "names": [ "openai.types.image.Image" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store.VectorStore", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStore.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.file_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.last_active_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.usage_bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.expires_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStore.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_store.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ExpiresAfter.days", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_store.FileCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCounts.cancelled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.completed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.in_progress", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_store", "names": [ "openai.types.vector_store.ExpiresAfter", "openai.types.vector_store.FileCounts", "openai.types.vector_store.VectorStore" ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store_list_params.VectorStoreListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_store_list_params", "names": [ "openai.types.vector_store_list_params.VectorStoreListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_create_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_create_error.VideoCreateError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoCreateError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoCreateError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_create_error", "names": [ "openai.types.video_create_error.VideoCreateError" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/deleted_skill.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.deleted_skill.DeletedSkill", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DeletedSkill.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DeletedSkill.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DeletedSkill.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.deleted_skill", "names": [ "openai.types.deleted_skill.DeletedSkill" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_retrieve_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_retrieve_response.EvalRetrieveResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalRetrieveResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRetrieveResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRetrieveResponse.data_source_config", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRetrieveResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRetrieveResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRetrieveResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRetrieveResponse.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_retrieve_response.DataSourceConfigLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigLogs.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_retrieve_response.TestingCriterionEvalGraderTextSimilarity", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_retrieve_response.TestingCriterion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_retrieve_response.TestingCriterionEvalGraderPython", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderPython.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderPython.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_retrieve_response.DataSourceConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_retrieve_response.TestingCriterionEvalGraderScoreModel", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_retrieve_response", "names": [ "openai.types.eval_retrieve_response.DataSourceConfig", "openai.types.eval_retrieve_response.DataSourceConfigLogs", "openai.types.eval_retrieve_response.EvalRetrieveResponse", "openai.types.eval_retrieve_response.TestingCriterion", "openai.types.eval_retrieve_response.TestingCriterionEvalGraderPython", "openai.types.eval_retrieve_response.TestingCriterionEvalGraderScoreModel", "openai.types.eval_retrieve_response.TestingCriterionEvalGraderTextSimilarity" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_list_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_list_response.EvalListResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalListResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalListResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalListResponse.data_source_config", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalListResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalListResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalListResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalListResponse.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_list_response.DataSourceConfigLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigLogs.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_list_response.TestingCriterionEvalGraderTextSimilarity", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_list_response.TestingCriterion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_list_response.TestingCriterionEvalGraderPython", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderPython.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderPython.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_list_response.DataSourceConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_list_response.TestingCriterionEvalGraderScoreModel", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_list_response", "names": [ "openai.types.eval_list_response.DataSourceConfig", "openai.types.eval_list_response.DataSourceConfigLogs", "openai.types.eval_list_response.EvalListResponse", "openai.types.eval_list_response.TestingCriterion", "openai.types.eval_list_response.TestingCriterionEvalGraderPython", "openai.types.eval_list_response.TestingCriterionEvalGraderScoreModel", "openai.types.eval_list_response.TestingCriterionEvalGraderTextSimilarity" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/container_retrieve_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.container_retrieve_response.ContainerRetrieveResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerRetrieveResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.expires_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.last_active_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.memory_limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerRetrieveResponse.network_policy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_retrieve_response.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ExpiresAfter.minutes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_retrieve_response.NetworkPolicy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NetworkPolicy.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "NetworkPolicy.allowed_domains", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.container_retrieve_response", "names": [ "openai.types.container_retrieve_response.ContainerRetrieveResponse", "openai.types.container_retrieve_response.ExpiresAfter", "openai.types.container_retrieve_response.NetworkPolicy" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/completion_choice.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.completion_choice.CompletionChoice", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionChoice.finish_reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionChoice.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionChoice.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompletionChoice.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.completion_choice.Logprobs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprobs.text_offset", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprobs.token_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprobs.tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprobs.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.completion_choice", "names": [ "openai.types.completion_choice.CompletionChoice", "openai.types.completion_choice.Logprobs" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/container_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.container_list_params.ContainerListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerListParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.container_list_params", "names": [ "openai.types.container_list_params.ContainerListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/batch_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.batch_error.BatchError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchError.line", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchError.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.batch_error", "names": [ "openai.types.batch_error.BatchError" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_list_params.VideoListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_list_params", "names": [ "openai.types.video_list_params.VideoListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_input_reference_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image_input_reference_param.ImageInputReferenceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageInputReferenceParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageInputReferenceParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_input_reference_param", "names": [ "openai.types.image_input_reference_param.ImageInputReferenceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/batch.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.batch.Batch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Batch.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.completion_window", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.endpoint", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.input_file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.cancelled_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.cancelling_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.completed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.error_file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.errors", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.expired_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.failed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.finalizing_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.in_progress_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.output_file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.request_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Batch.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 22, "n_typed": 22, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 22, "n_properties": 0 }, { "kind": "class", "name": "openai.types.batch.Errors", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Errors.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Errors.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.batch", "names": [ "openai.types.batch.Batch", "openai.types.batch.Errors" ], "n_typable": 24, "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 24, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store_deleted.VectorStoreDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_store_deleted", "names": [ "openai.types.vector_store_deleted.VectorStoreDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/reasoning_effort.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.reasoning_effort.ReasoningEffort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.reasoning_effort", "names": [ "openai.types.shared.reasoning_effort.ReasoningEffort" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_edit_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.image_edit_params.ImageEditParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.image_edit_params.ImageEditParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageEditParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_edit_params.ImageEditParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageEditParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_edit_params.ImageEditParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageEditParamsBase.image", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.background", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.input_fidelity", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.mask", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.n", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.output_compression", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.output_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.partial_images", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.quality", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageEditParamsBase.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_edit_params", "names": [ "openai.types.image_edit_params.ImageEditParams", "openai.types.image_edit_params.ImageEditParamsBase", "openai.types.image_edit_params.ImageEditParamsNonStreaming", "openai.types.image_edit_params.ImageEditParamsStreaming" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 17, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_remix_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_remix_params.VideoRemixParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoRemixParams.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_remix_params", "names": [ "openai.types.video_remix_params.VideoRemixParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.moderation.Moderation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Moderation.categories", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Moderation.category_applied_input_types", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Moderation.category_scores", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Moderation.flagged", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.moderation.CategoryScores", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CategoryScores.harassment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.harassment_threatening", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.hate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.hate_threatening", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.illicit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.illicit_violent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.self_harm", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.self_harm_instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.self_harm_intent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.sexual", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.sexual_minors", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.violence", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryScores.violence_graphic", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 }, { "kind": "class", "name": "openai.types.moderation.Categories", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Categories.harassment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.harassment_threatening", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.hate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.hate_threatening", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.illicit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.illicit_violent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.self_harm", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.self_harm_instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.self_harm_intent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.sexual", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.sexual_minors", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.violence", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Categories.violence_graphic", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 }, { "kind": "class", "name": "openai.types.moderation.CategoryAppliedInputTypes", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CategoryAppliedInputTypes.harassment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.harassment_threatening", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.hate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.hate_threatening", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.illicit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.illicit_violent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.self_harm", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.self_harm_instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.self_harm_intent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.sexual", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.sexual_minors", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.violence", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CategoryAppliedInputTypes.violence_graphic", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.moderation", "names": [ "openai.types.moderation.Categories", "openai.types.moderation.CategoryAppliedInputTypes", "openai.types.moderation.CategoryScores", "openai.types.moderation.Moderation" ], "n_typable": 43, "n_typed": 43, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 43, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_create_character_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_create_character_params.VideoCreateCharacterParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoCreateCharacterParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoCreateCharacterParams.video", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_create_character_params", "names": [ "openai.types.video_create_character_params.VideoCreateCharacterParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_chunking_strategy.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.file_chunking_strategy.FileChunkingStrategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.file_chunking_strategy", "names": [ "openai.types.file_chunking_strategy.FileChunkingStrategy" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/embedding_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.embedding_create_params.EmbeddingCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EmbeddingCreateParams.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EmbeddingCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EmbeddingCreateParams.dimensions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EmbeddingCreateParams.encoding_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EmbeddingCreateParams.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.embedding_create_params", "names": [ "openai.types.embedding_create_params.EmbeddingCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_purpose.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.file_purpose.FilePurpose", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.file_purpose", "names": [ "openai.types.file_purpose.FilePurpose" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/error_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.error_object.ErrorObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ErrorObject.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ErrorObject.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ErrorObject.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ErrorObject.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.error_object", "names": [ "openai.types.shared.error_object.ErrorObject" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_list_params.EvalListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalListParams.order_by", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_list_params", "names": [ "openai.types.eval_list_params.EvalListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_content.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.file_content.FileContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.file_content", "names": [ "openai.types.file_content.FileContent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_generate_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.image_generate_params.ImageGenerateParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.image_generate_params.ImageGenerateParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerateParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_generate_params.ImageGenerateParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerateParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_generate_params.ImageGenerateParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerateParamsBase.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.background", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.moderation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.n", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.output_compression", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.output_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.partial_images", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.quality", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.style", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerateParamsBase.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_generate_params", "names": [ "openai.types.image_generate_params.ImageGenerateParams", "openai.types.image_generate_params.ImageGenerateParamsBase", "openai.types.image_generate_params.ImageGenerateParamsNonStreaming", "openai.types.image_generate_params.ImageGenerateParamsStreaming" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 16, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skill_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skill_list_params.SkillListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SkillListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SkillListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skill_list_params", "names": [ "openai.types.skill_list_params.SkillListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_stored_completions_data_source_config.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_stored_completions_data_source_config.EvalStoredCompletionsDataSourceConfig", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalStoredCompletionsDataSourceConfig.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalStoredCompletionsDataSourceConfig.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalStoredCompletionsDataSourceConfig.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_stored_completions_data_source_config", "names": [ "openai.types.eval_stored_completions_data_source_config.EvalStoredCompletionsDataSourceConfig" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_gen_partial_image_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image_gen_partial_image_event.ImageGenPartialImageEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenPartialImageEvent.b64_json", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.output_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.partial_image_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.quality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenPartialImageEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_gen_partial_image_event", "names": [ "openai.types.image_gen_partial_image_event.ImageGenPartialImageEvent" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/static_file_chunking_strategy_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.static_file_chunking_strategy_param.StaticFileChunkingStrategyParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StaticFileChunkingStrategyParam.chunk_overlap_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StaticFileChunkingStrategyParam.max_chunk_size_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.static_file_chunking_strategy_param", "names": [ "openai.types.static_file_chunking_strategy_param.StaticFileChunkingStrategyParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_gen_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image_gen_completed_event.ImageGenCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenCompletedEvent.b64_json", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.output_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.quality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenCompletedEvent.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_gen_completed_event.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.input_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_gen_completed_event.UsageInputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageInputTokensDetails.image_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageInputTokensDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_gen_completed_event", "names": [ "openai.types.image_gen_completed_event.ImageGenCompletedEvent", "openai.types.image_gen_completed_event.Usage", "openai.types.image_gen_completed_event.UsageInputTokensDetails" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_delete_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_delete_response.EvalDeleteResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalDeleteResponse.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalDeleteResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalDeleteResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_delete_response", "names": [ "openai.types.eval_delete_response.EvalDeleteResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/completion_create_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.completion_create_params.CompletionCreateParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.completion_create_params.CompletionCreateParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionCreateParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.completion_create_params.CompletionCreateParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionCreateParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.completion_create_params.CompletionCreateParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionCreateParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.best_of", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.echo", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.frequency_penalty", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.logit_bias", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.max_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.n", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.presence_penalty", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.seed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.stop", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.stream_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.suffix", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 17, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.completion_create_params", "names": [ "openai.types.completion_create_params.CompletionCreateParams", "openai.types.completion_create_params.CompletionCreateParamsBase", "openai.types.completion_create_params.CompletionCreateParamsNonStreaming", "openai.types.completion_create_params.CompletionCreateParamsStreaming" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 20, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/compound_filter.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.compound_filter.CompoundFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompoundFilter.filters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompoundFilter.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.shared.compound_filter.Filter", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.compound_filter", "names": [ "openai.types.shared.compound_filter.CompoundFilter", "openai.types.shared.compound_filter.Filter" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/responses_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.responses_model.ResponsesModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.responses_model", "names": [ "openai.types.shared.responses_model.ResponsesModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/response_format_text_python.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.response_format_text_python.ResponseFormatTextPython", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatTextPython.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.response_format_text_python", "names": [ "openai.types.shared.response_format_text_python.ResponseFormatTextPython" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store_create_params.VectorStoreCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreCreateParams.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreCreateParams.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreCreateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreCreateParams.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreCreateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_store_create_params.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ExpiresAfter.days", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_store_create_params", "names": [ "openai.types.vector_store_create_params.ExpiresAfter", "openai.types.vector_store_create_params.VectorStoreCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_extend_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_extend_params.VideoExtendParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoExtendParams.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoExtendParams.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoExtendParams.video", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.video_extend_params.VideoVideoReferenceInputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoVideoReferenceInputParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.video_extend_params.Video", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.video_extend_params", "names": [ "openai.types.video_extend_params.Video", "openai.types.video_extend_params.VideoExtendParams", "openai.types.video_extend_params.VideoVideoReferenceInputParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/custom_tool_input_format.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.custom_tool_input_format.CustomToolInputFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.shared.custom_tool_input_format.Grammar", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Grammar.definition", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Grammar.syntax", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Grammar.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.shared.custom_tool_input_format.Text", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Text.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.custom_tool_input_format", "names": [ "openai.types.shared.custom_tool_input_format.CustomToolInputFormat", "openai.types.shared.custom_tool_input_format.Grammar", "openai.types.shared.custom_tool_input_format.Text" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_gen_stream_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.image_gen_stream_event.ImageGenStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.image_gen_stream_event", "names": [ "openai.types.image_gen_stream_event.ImageGenStreamEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/container_list_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.container_list_response.ContainerListResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerListResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.expires_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.last_active_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.memory_limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerListResponse.network_policy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_list_response.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ExpiresAfter.minutes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_list_response.NetworkPolicy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NetworkPolicy.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "NetworkPolicy.allowed_domains", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.container_list_response", "names": [ "openai.types.container_list_response.ContainerListResponse", "openai.types.container_list_response.ExpiresAfter", "openai.types.container_list_response.NetworkPolicy" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/websocket_connection_options.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.websocket_connection_options.WebSocketConnectionOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSocketConnectionOptions.extensions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSocketConnectionOptions.subprotocols", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSocketConnectionOptions.compression", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSocketConnectionOptions.max_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSocketConnectionOptions.max_queue", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSocketConnectionOptions.write_limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.websocket_connection_options.WebsocketConnectionOptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.websocket_connection_options", "names": [ "openai.types.websocket_connection_options.WebSocketConnectionOptions", "openai.types.websocket_connection_options.WebsocketConnectionOptions" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/container_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.container_create_response.ContainerCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.expires_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.last_active_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.memory_limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerCreateResponse.network_policy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_create_response.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ExpiresAfter.minutes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_create_response.NetworkPolicy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NetworkPolicy.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "NetworkPolicy.allowed_domains", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.container_create_response", "names": [ "openai.types.container_create_response.ContainerCreateResponse", "openai.types.container_create_response.ExpiresAfter", "openai.types.container_create_response.NetworkPolicy" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/static_file_chunking_strategy_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.static_file_chunking_strategy_object.StaticFileChunkingStrategyObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StaticFileChunkingStrategyObject.static", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StaticFileChunkingStrategyObject.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.static_file_chunking_strategy_object", "names": [ "openai.types.static_file_chunking_strategy_object.StaticFileChunkingStrategyObject" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video.Video", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Video.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.completed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.progress", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.remixed_from_video_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Video.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video", "names": [ "openai.types.video.Video" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.file_list_params.FileListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.purpose", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.file_list_params", "names": [ "openai.types.file_list_params.FileListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_model_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.video_model_param.VideoModelParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.video_model_param", "names": [ "openai.types.video_model_param.VideoModelParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/embedding_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.embedding_model.EmbeddingModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.embedding_model", "names": [ "openai.types.embedding_model.EmbeddingModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_custom_data_source_config.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_custom_data_source_config.EvalCustomDataSourceConfig", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalCustomDataSourceConfig.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCustomDataSourceConfig.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_custom_data_source_config", "names": [ "openai.types.eval_custom_data_source_config.EvalCustomDataSourceConfig" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skill.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skill.Skill", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Skill.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Skill.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Skill.default_version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Skill.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Skill.latest_version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Skill.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Skill.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skill", "names": [ "openai.types.skill.Skill" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_chunking_strategy_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.file_chunking_strategy_param.FileChunkingStrategyParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.file_chunking_strategy_param", "names": [ "openai.types.file_chunking_strategy_param.FileChunkingStrategyParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/upload_complete_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.upload_complete_params.UploadCompleteParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UploadCompleteParams.part_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UploadCompleteParams.md5", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.upload_complete_params", "names": [ "openai.types.upload_complete_params.UploadCompleteParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_delete_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_delete_response.VideoDeleteResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoDeleteResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoDeleteResponse.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoDeleteResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_delete_response", "names": [ "openai.types.video_delete_response.VideoDeleteResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_create_character_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_create_character_response.VideoCreateCharacterResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoCreateCharacterResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoCreateCharacterResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoCreateCharacterResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_create_character_response", "names": [ "openai.types.video_create_character_response.VideoCreateCharacterResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/model_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.model_deleted.ModelDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ModelDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ModelDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ModelDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.model_deleted", "names": [ "openai.types.model_deleted.ModelDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skill_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skill_update_params.SkillUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillUpdateParams.default_version", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skill_update_params", "names": [ "openai.types.skill_update_params.SkillUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/upload_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.upload_create_params.UploadCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UploadCreateParams.bytes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UploadCreateParams.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UploadCreateParams.mime_type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UploadCreateParams.purpose", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UploadCreateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.upload_create_params.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ExpiresAfter.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.upload_create_params", "names": [ "openai.types.upload_create_params.ExpiresAfter", "openai.types.upload_create_params.UploadCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/all_models.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.all_models.AllModels", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.all_models", "names": [ "openai.types.shared.all_models.AllModels" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/completion.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.completion.Completion", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Completion.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Completion.choices", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Completion.created", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Completion.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Completion.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Completion.system_fingerprint", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Completion.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.completion", "names": [ "openai.types.completion.Completion" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/static_file_chunking_strategy_object_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.static_file_chunking_strategy_object_param.StaticFileChunkingStrategyObjectParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StaticFileChunkingStrategyObjectParam.static", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StaticFileChunkingStrategyObjectParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.static_file_chunking_strategy_object_param", "names": [ "openai.types.static_file_chunking_strategy_object_param.StaticFileChunkingStrategyObjectParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_update_params.EvalUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalUpdateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_update_params", "names": [ "openai.types.eval_update_params.EvalUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/response_format_json_schema.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.response_format_json_schema.ResponseFormatJSONSchema", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatJSONSchema.json_schema", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFormatJSONSchema.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.shared.response_format_json_schema.JSONSchema", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "JSONSchema.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "JSONSchema.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "JSONSchema.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "JSONSchema.strict", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.response_format_json_schema", "names": [ "openai.types.shared.response_format_json_schema.JSONSchema", "openai.types.shared.response_format_json_schema.ResponseFormatJSONSchema" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.file_create_params.FileCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCreateParams.file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileCreateParams.purpose", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileCreateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.file_create_params.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ExpiresAfter.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.file_create_params", "names": [ "openai.types.file_create_params.ExpiresAfter", "openai.types.file_create_params.FileCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_update_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_update_response.EvalUpdateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalUpdateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalUpdateResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalUpdateResponse.data_source_config", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalUpdateResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalUpdateResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalUpdateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalUpdateResponse.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_update_response.DataSourceConfigLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigLogs.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_update_response.TestingCriterionEvalGraderTextSimilarity", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_update_response.TestingCriterion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_update_response.TestingCriterionEvalGraderPython", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderPython.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderPython.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_update_response.DataSourceConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_update_response.TestingCriterionEvalGraderScoreModel", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_update_response", "names": [ "openai.types.eval_update_response.DataSourceConfig", "openai.types.eval_update_response.DataSourceConfigLogs", "openai.types.eval_update_response.EvalUpdateResponse", "openai.types.eval_update_response.TestingCriterion", "openai.types.eval_update_response.TestingCriterionEvalGraderPython", "openai.types.eval_update_response.TestingCriterionEvalGraderScoreModel", "openai.types.eval_update_response.TestingCriterionEvalGraderTextSimilarity" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/images_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.images_response.ImagesResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImagesResponse.created", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImagesResponse.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImagesResponse.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImagesResponse.output_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImagesResponse.quality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImagesResponse.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImagesResponse.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.images_response.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.input_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.output_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.images_response.UsageInputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageInputTokensDetails.image_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageInputTokensDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.images_response.UsageOutputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageOutputTokensDetails.image_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageOutputTokensDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.images_response", "names": [ "openai.types.images_response.ImagesResponse", "openai.types.images_response.Usage", "openai.types.images_response.UsageInputTokensDetails", "openai.types.images_response.UsageOutputTokensDetails" ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 16, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/file_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.file_deleted.FileDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.file_deleted", "names": [ "openai.types.file_deleted.FileDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_create_params.VideoCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoCreateParams.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoCreateParams.input_reference", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoCreateParams.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VideoCreateParams.size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.video_create_params.InputReference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.video_create_params", "names": [ "openai.types.video_create_params.InputReference", "openai.types.video_create_params.VideoCreateParams" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/model.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.model.Model", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Model.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Model.created", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Model.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Model.owned_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.model", "names": [ "openai.types.model.Model" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store_update_params.VectorStoreUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreUpdateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreUpdateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_store_update_params.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ExpiresAfter.days", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_store_update_params", "names": [ "openai.types.vector_store_update_params.ExpiresAfter", "openai.types.vector_store_update_params.VectorStoreUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/embedding.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.embedding.Embedding", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Embedding.embedding", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Embedding.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Embedding.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.embedding", "names": [ "openai.types.embedding.Embedding" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_edit_partial_image_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image_edit_partial_image_event.ImageEditPartialImageEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageEditPartialImageEvent.b64_json", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.output_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.partial_image_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.quality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditPartialImageEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_edit_partial_image_event", "names": [ "openai.types.image_edit_partial_image_event.ImageEditPartialImageEvent" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/batch_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.batch_list_params.BatchListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "BatchListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.batch_list_params", "names": [ "openai.types.batch_list_params.BatchListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store_search_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store_search_params.VectorStoreSearchParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreSearchParams.query", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreSearchParams.filters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreSearchParams.max_num_results", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreSearchParams.ranking_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VectorStoreSearchParams.rewrite_query", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_store_search_params.RankingOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RankingOptions.ranker", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RankingOptions.score_threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.vector_store_search_params.Filters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.vector_store_search_params", "names": [ "openai.types.vector_store_search_params.Filters", "openai.types.vector_store_search_params.RankingOptions", "openai.types.vector_store_search_params.VectorStoreSearchParams" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skill_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skill_create_params.SkillCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillCreateParams.files", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skill_create_params", "names": [ "openai.types.skill_create_params.SkillCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/batch_request_counts.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.batch_request_counts.BatchRequestCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchRequestCounts.completed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchRequestCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchRequestCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.batch_request_counts", "names": [ "openai.types.batch_request_counts.BatchRequestCounts" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/response_format_text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.response_format_text.ResponseFormatText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.response_format_text", "names": [ "openai.types.shared.response_format_text.ResponseFormatText" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation_image_url_input_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.moderation_image_url_input_param.ModerationImageURLInputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ModerationImageURLInputParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ModerationImageURLInputParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.moderation_image_url_input_param.ImageURL", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURL.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.moderation_image_url_input_param", "names": [ "openai.types.moderation_image_url_input_param.ImageURL", "openai.types.moderation_image_url_input_param.ModerationImageURLInputParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/static_file_chunking_strategy.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.static_file_chunking_strategy.StaticFileChunkingStrategy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StaticFileChunkingStrategy.chunk_overlap_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StaticFileChunkingStrategy.max_chunk_size_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.static_file_chunking_strategy", "names": [ "openai.types.static_file_chunking_strategy.StaticFileChunkingStrategy" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/batch_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.batch_create_params.BatchCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchCreateParams.completion_window", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "BatchCreateParams.endpoint", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "BatchCreateParams.input_file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "BatchCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "BatchCreateParams.output_expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.batch_create_params.OutputExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputExpiresAfter.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.batch_create_params", "names": [ "openai.types.batch_create_params.BatchCreateParams", "openai.types.batch_create_params.OutputExpiresAfter" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/container_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.container_create_params.ContainerCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerCreateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerCreateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerCreateParams.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerCreateParams.memory_limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerCreateParams.network_policy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerCreateParams.skills", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.container_create_params.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ExpiresAfter.minutes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.container_create_params.Skill", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.container_create_params.NetworkPolicy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.container_create_params", "names": [ "openai.types.container_create_params.ContainerCreateParams", "openai.types.container_create_params.ExpiresAfter", "openai.types.container_create_params.NetworkPolicy", "openai.types.container_create_params.Skill" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_create_params.EvalCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalCreateParams.data_source_config", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalCreateParams.testing_criteria", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EvalCreateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.eval_create_params.DataSourceConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_create_params.DataSourceConfigLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigLogs.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceConfigLogs.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.DataSourceConfigStoredCompletions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigStoredCompletions.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceConfigStoredCompletions.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionTextSimilarity", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionTextSimilarity.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionLabelModel", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionLabelModel.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModel.labels", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModel.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModel.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModel.passing_labels", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModel.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItemContentOutputText.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItemContentOutputText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItemContentInputImage.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItemContentInputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItemContentInputImage.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_create_params.TestingCriterion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionPython", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionPython.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.DataSourceConfigCustom", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigCustom.item_schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceConfigCustom.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceConfigCustom.include_sample_schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItem.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItem.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModelInputEvalItem.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionScoreModel", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionScoreModel.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_params.TestingCriterionLabelModelInputSimpleInputMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionLabelModelInputSimpleInputMessage.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionLabelModelInputSimpleInputMessage.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_create_params.TestingCriterionLabelModelInput", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.eval_create_params", "names": [ "openai.types.eval_create_params.DataSourceConfig", "openai.types.eval_create_params.DataSourceConfigCustom", "openai.types.eval_create_params.DataSourceConfigLogs", "openai.types.eval_create_params.DataSourceConfigStoredCompletions", "openai.types.eval_create_params.EvalCreateParams", "openai.types.eval_create_params.TestingCriterion", "openai.types.eval_create_params.TestingCriterionLabelModel", "openai.types.eval_create_params.TestingCriterionLabelModelInput", "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItem", "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItemContent", "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItemContentInputImage", "openai.types.eval_create_params.TestingCriterionLabelModelInputEvalItemContentOutputText", "openai.types.eval_create_params.TestingCriterionLabelModelInputSimpleInputMessage", "openai.types.eval_create_params.TestingCriterionPython", "openai.types.eval_create_params.TestingCriterionScoreModel", "openai.types.eval_create_params.TestingCriterionTextSimilarity" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 12, "n_attrs": 34, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/chat_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.chat_model.ChatModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.chat_model", "names": [ "openai.types.shared.chat_model.ChatModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.moderation_create_response.ModerationCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ModerationCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ModerationCreateResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ModerationCreateResponse.results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.moderation_create_response", "names": [ "openai.types.moderation_create_response.ModerationCreateResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/function_definition.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.function_definition.FunctionDefinition", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionDefinition.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionDefinition.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionDefinition.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionDefinition.strict", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.function_definition", "names": [ "openai.types.shared.function_definition.FunctionDefinition" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_size.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.video_size.VideoSize", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.video_size", "names": [ "openai.types.video_size.VideoSize" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/batch_usage.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.batch_usage.BatchUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchUsage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchUsage.input_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchUsage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchUsage.output_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.batch_usage.OutputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputTokensDetails.reasoning_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.batch_usage.InputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokensDetails.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.batch_usage", "names": [ "openai.types.batch_usage.BatchUsage", "openai.types.batch_usage.InputTokensDetails", "openai.types.batch_usage.OutputTokensDetails" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/comparison_filter.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.comparison_filter.ComparisonFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComparisonFilter.key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComparisonFilter.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComparisonFilter.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.comparison_filter", "names": [ "openai.types.shared.comparison_filter.ComparisonFilter" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/other_file_chunking_strategy_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.other_file_chunking_strategy_object.OtherFileChunkingStrategyObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OtherFileChunkingStrategyObject.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.other_file_chunking_strategy_object", "names": [ "openai.types.other_file_chunking_strategy_object.OtherFileChunkingStrategyObject" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/response_format_json_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.response_format_json_object.ResponseFormatJSONObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatJSONObject.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.response_format_json_object", "names": [ "openai.types.shared.response_format_json_object.ResponseFormatJSONObject" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_download_content_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_download_content_params.VideoDownloadContentParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoDownloadContentParams.variant", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_download_content_params", "names": [ "openai.types.video_download_content_params.VideoDownloadContentParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/eval_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.eval_create_response.EvalCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCreateResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCreateResponse.data_source_config", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCreateResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCreateResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCreateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalCreateResponse.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_response.DataSourceConfigLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceConfigLogs.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceConfigLogs.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_response.TestingCriterionEvalGraderTextSimilarity", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderTextSimilarity.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.eval_create_response.TestingCriterionEvalGraderPython", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderPython.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderPython.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.eval_create_response.TestingCriterion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.eval_create_response.DataSourceConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.eval_create_response.TestingCriterionEvalGraderScoreModel", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.__test__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TestingCriterionEvalGraderScoreModel.pass_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.eval_create_response", "names": [ "openai.types.eval_create_response.DataSourceConfig", "openai.types.eval_create_response.DataSourceConfigLogs", "openai.types.eval_create_response.EvalCreateResponse", "openai.types.eval_create_response.TestingCriterion", "openai.types.eval_create_response.TestingCriterionEvalGraderPython", "openai.types.eval_create_response.TestingCriterionEvalGraderScoreModel", "openai.types.eval_create_response.TestingCriterionEvalGraderTextSimilarity" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_store_search_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_store_search_response.VectorStoreSearchResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreSearchResponse.attributes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreSearchResponse.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreSearchResponse.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreSearchResponse.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreSearchResponse.score", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_store_search_response.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_store_search_response", "names": [ "openai.types.vector_store_search_response.Content", "openai.types.vector_store_search_response.VectorStoreSearchResponse" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/metadata.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.metadata.Metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.metadata", "names": [ "openai.types.shared.metadata.Metadata" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/function_parameters.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared.function_parameters.FunctionParameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared.function_parameters", "names": [ "openai.types.shared.function_parameters.FunctionParameters" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_create_variation_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image_create_variation_params.ImageCreateVariationParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageCreateVariationParams.image", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageCreateVariationParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageCreateVariationParams.n", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageCreateVariationParams.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageCreateVariationParams.size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageCreateVariationParams.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_create_variation_params", "names": [ "openai.types.image_create_variation_params.ImageCreateVariationParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/auto_file_chunking_strategy_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.auto_file_chunking_strategy_param.AutoFileChunkingStrategyParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AutoFileChunkingStrategyParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.auto_file_chunking_strategy_param", "names": [ "openai.types.auto_file_chunking_strategy_param.AutoFileChunkingStrategyParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation_text_input_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.moderation_text_input_param.ModerationTextInputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ModerationTextInputParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ModerationTextInputParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.moderation_text_input_param", "names": [ "openai.types.moderation_text_input_param.ModerationTextInputParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/reasoning.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.reasoning.Reasoning", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Reasoning.effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Reasoning.generate_summary", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Reasoning.summary", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.reasoning", "names": [ "openai.types.shared.reasoning.Reasoning" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/create_embedding_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.create_embedding_response.CreateEmbeddingResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CreateEmbeddingResponse.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEmbeddingResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEmbeddingResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEmbeddingResponse.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.create_embedding_response.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.create_embedding_response", "names": [ "openai.types.create_embedding_response.CreateEmbeddingResponse", "openai.types.create_embedding_response.Usage" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.moderation_create_params.ModerationCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ModerationCreateParams.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ModerationCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.moderation_create_params", "names": [ "openai.types.moderation_create_params.ModerationCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_edit_stream_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.image_edit_stream_event.ImageEditStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.image_edit_stream_event", "names": [ "openai.types.image_edit_stream_event.ImageEditStreamEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_edit_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.image_edit_completed_event.ImageEditCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageEditCompletedEvent.b64_json", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.output_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.quality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageEditCompletedEvent.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_edit_completed_event.UsageInputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageInputTokensDetails.image_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageInputTokensDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.image_edit_completed_event.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.input_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.image_edit_completed_event", "names": [ "openai.types.image_edit_completed_event.ImageEditCompletedEvent", "openai.types.image_edit_completed_event.Usage", "openai.types.image_edit_completed_event.UsageInputTokensDetails" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skill_list.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skill_list.SkillList", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillList.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillList.first_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillList.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillList.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillList.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skill_list", "names": [ "openai.types.skill_list.SkillList" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.video_model.VideoModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.video_model", "names": [ "openai.types.video_model.VideoModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/image_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.image_model.ImageModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.image_model", "names": [ "openai.types.image_model.ImageModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/moderation_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.moderation_model.ModerationModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.moderation_model", "names": [ "openai.types.moderation_model.ModerationModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared/response_format_text_grammar.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared.response_format_text_grammar.ResponseFormatTextGrammar", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatTextGrammar.grammar", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFormatTextGrammar.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared.response_format_text_grammar", "names": [ "openai.types.shared.response_format_text_grammar.ResponseFormatTextGrammar" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/video_get_character_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.video_get_character_response.VideoGetCharacterResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VideoGetCharacterResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoGetCharacterResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VideoGetCharacterResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.video_get_character_response", "names": [ "openai.types.video_get_character_response.VideoGetCharacterResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/upload.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.upload.Upload", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Upload.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.purpose", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Upload.file", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.upload", "names": [ "openai.types.upload.Upload" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio_model.AudioModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio_model", "names": [ "openai.types.audio_model.AudioModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/translation_verbose.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.translation_verbose.TranslationVerbose", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranslationVerbose.duration", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranslationVerbose.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranslationVerbose.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranslationVerbose.segments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.translation_verbose", "names": [ "openai.types.audio.translation_verbose.TranslationVerbose" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_stream_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio.transcription_stream_event.TranscriptionStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.transcription_stream_event", "names": [ "openai.types.audio.transcription_stream_event.TranscriptionStreamEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_create_response.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio.transcription_create_response.TranscriptionCreateResponse", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.transcription_create_response", "names": [ "openai.types.audio.transcription_create_response.TranscriptionCreateResponse" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_text_segment_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_text_segment_event.TranscriptionTextSegmentEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionTextSegmentEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextSegmentEvent.end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextSegmentEvent.speaker", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextSegmentEvent.start", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextSegmentEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextSegmentEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_text_segment_event", "names": [ "openai.types.audio.transcription_text_segment_event.TranscriptionTextSegmentEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/translation_create_response.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio.translation_create_response.TranslationCreateResponse", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.translation_create_response", "names": [ "openai.types.audio.translation_create_response.TranslationCreateResponse" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription.Transcription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Transcription.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Transcription.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Transcription.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription.UsageTokens", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTokens.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription.UsageDuration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageDuration.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageDuration.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription.UsageTokensInputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTokensInputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokensInputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.audio.transcription.Usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.transcription", "names": [ "openai.types.audio.transcription.Logprob", "openai.types.audio.transcription.Transcription", "openai.types.audio.transcription.Usage", "openai.types.audio.transcription.UsageDuration", "openai.types.audio.transcription.UsageTokens", "openai.types.audio.transcription.UsageTokensInputTokenDetails" ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 16, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_word.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_word.TranscriptionWord", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionWord.end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionWord.start", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionWord.word", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_word", "names": [ "openai.types.audio.transcription_word.TranscriptionWord" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_diarized_segment.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_diarized_segment.TranscriptionDiarizedSegment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionDiarizedSegment.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarizedSegment.end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarizedSegment.speaker", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarizedSegment.start", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarizedSegment.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarizedSegment.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_diarized_segment", "names": [ "openai.types.audio.transcription_diarized_segment.TranscriptionDiarizedSegment" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/translation_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.translation_create_params.TranslationCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranslationCreateParams.file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranslationCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranslationCreateParams.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranslationCreateParams.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranslationCreateParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.translation_create_params", "names": [ "openai.types.audio.translation_create_params.TranslationCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_text_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_text_delta_event.TranscriptionTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionTextDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextDeltaEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextDeltaEvent.segment_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_text_delta_event.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_text_delta_event", "names": [ "openai.types.audio.transcription_text_delta_event.Logprob", "openai.types.audio.transcription_text_delta_event.TranscriptionTextDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/speech_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio.speech_model.SpeechModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.speech_model", "names": [ "openai.types.audio.speech_model.SpeechModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/speech_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.speech_create_params.SpeechCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SpeechCreateParams.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SpeechCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SpeechCreateParams.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SpeechCreateParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SpeechCreateParams.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SpeechCreateParams.speed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SpeechCreateParams.stream_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.audio.speech_create_params.Voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.audio.speech_create_params.VoiceID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VoiceID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.speech_create_params", "names": [ "openai.types.audio.speech_create_params.SpeechCreateParams", "openai.types.audio.speech_create_params.Voice", "openai.types.audio.speech_create_params.VoiceID" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_text_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_text_done_event.TranscriptionTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionTextDoneEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextDoneEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionTextDoneEvent.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_text_done_event.UsageInputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageInputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageInputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_text_done_event.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_text_done_event.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_text_done_event", "names": [ "openai.types.audio.transcription_text_done_event.Logprob", "openai.types.audio.transcription_text_done_event.TranscriptionTextDoneEvent", "openai.types.audio.transcription_text_done_event.Usage", "openai.types.audio.transcription_text_done_event.UsageInputTokenDetails" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_segment.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_segment.TranscriptionSegment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSegment.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.avg_logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.compression_ratio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.no_speech_prob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.seek", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.start", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSegment.tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_segment", "names": [ "openai.types.audio.transcription_segment.TranscriptionSegment" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/translation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.translation.Translation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Translation.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.translation", "names": [ "openai.types.audio.translation.Translation" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_create_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio.transcription_create_params.TranscriptionCreateParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.audio.transcription_create_params.ChunkingStrategyVadConfig", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChunkingStrategyVadConfig.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChunkingStrategyVadConfig.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChunkingStrategyVadConfig.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChunkingStrategyVadConfig.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.audio.transcription_create_params.ChunkingStrategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.audio.transcription_create_params.TranscriptionCreateParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionCreateParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_create_params.TranscriptionCreateParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionCreateParamsBase.file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.known_speaker_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.known_speaker_references", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.language", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionCreateParamsBase.timestamp_granularities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_create_params.TranscriptionCreateParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionCreateParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_create_params", "names": [ "openai.types.audio.transcription_create_params.ChunkingStrategy", "openai.types.audio.transcription_create_params.ChunkingStrategyVadConfig", "openai.types.audio.transcription_create_params.TranscriptionCreateParams", "openai.types.audio.transcription_create_params.TranscriptionCreateParamsBase", "openai.types.audio.transcription_create_params.TranscriptionCreateParamsNonStreaming", "openai.types.audio.transcription_create_params.TranscriptionCreateParamsStreaming" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 19, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_include.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.audio.transcription_include.TranscriptionInclude", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.transcription_include", "names": [ "openai.types.audio.transcription_include.TranscriptionInclude" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_diarized.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_diarized.TranscriptionDiarized", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionDiarized.duration", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarized.segments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarized.task", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarized.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionDiarized.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_diarized.UsageTokens", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTokens.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokens.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_diarized.UsageDuration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageDuration.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageDuration.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_diarized.UsageTokensInputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTokensInputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTokensInputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.audio.transcription_diarized.Usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.audio.transcription_diarized", "names": [ "openai.types.audio.transcription_diarized.TranscriptionDiarized", "openai.types.audio.transcription_diarized.Usage", "openai.types.audio.transcription_diarized.UsageDuration", "openai.types.audio.transcription_diarized.UsageTokens", "openai.types.audio.transcription_diarized.UsageTokensInputTokenDetails" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/audio/transcription_verbose.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.audio.transcription_verbose.TranscriptionVerbose", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionVerbose.duration", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionVerbose.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionVerbose.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionVerbose.segments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionVerbose.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionVerbose.words", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.audio.transcription_verbose.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.audio.transcription_verbose", "names": [ "openai.types.audio.transcription_verbose.TranscriptionVerbose", "openai.types.audio.transcription_verbose.Usage" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/file_search_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.file_search_tool.FileSearchTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchTool.file_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.file_search_tool.FileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearch.max_num_results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearch.ranking_options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.file_search_tool.FileSearchRankingOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchRankingOptions.score_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchRankingOptions.ranker", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.file_search_tool", "names": [ "openai.types.beta.file_search_tool.FileSearch", "openai.types.beta.file_search_tool.FileSearchRankingOptions", "openai.types.beta.file_search_tool.FileSearchTool" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_choice_function_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_tool_choice_function_param.AssistantToolChoiceFunctionParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantToolChoiceFunctionParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_choice_function_param", "names": [ "openai.types.beta.assistant_tool_choice_function_param.AssistantToolChoiceFunctionParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/thread_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.thread_deleted.ThreadDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.thread_deleted", "names": [ "openai.types.beta.thread_deleted.ThreadDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/thread_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.thread_create_params.ThreadCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadCreateParams.messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateParams.tool_resources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.MessageAttachmentToolFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageAttachmentToolFileSearch.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStatic", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStatic.static", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStatic.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.Message", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Message.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.attachments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyAuto", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyAuto.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStore", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStore.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStore.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStore.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.beta.thread_create_params.MessageAttachmentTool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearch.vector_stores", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.MessageAttachment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageAttachment.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageAttachment.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic.chunk_overlap_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic.max_chunk_size_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.thread_create_params", "names": [ "openai.types.beta.thread_create_params.Message", "openai.types.beta.thread_create_params.MessageAttachment", "openai.types.beta.thread_create_params.MessageAttachmentTool", "openai.types.beta.thread_create_params.MessageAttachmentToolFileSearch", "openai.types.beta.thread_create_params.ThreadCreateParams", "openai.types.beta.thread_create_params.ToolResources", "openai.types.beta.thread_create_params.ToolResourcesCodeInterpreter", "openai.types.beta.thread_create_params.ToolResourcesFileSearch", "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStore", "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategy", "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyAuto", "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStatic", "openai.types.beta.thread_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 11, "n_attrs": 25, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_tool.AssistantTool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool", "names": [ "openai.types.beta.assistant_tool.AssistantTool" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_deleted.AssistantDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AssistantDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AssistantDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_deleted", "names": [ "openai.types.beta.assistant_deleted.AssistantDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/function_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.function_tool_param.FunctionToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionToolParam.function", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.function_tool_param", "names": [ "openai.types.beta.function_tool_param.FunctionToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/thread_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.thread_update_params.ThreadUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadUpdateParams.tool_resources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_update_params.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_update_params.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_update_params.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.thread_update_params", "names": [ "openai.types.beta.thread_update_params.ThreadUpdateParams", "openai.types.beta.thread_update_params.ToolResources", "openai.types.beta.thread_update_params.ToolResourcesCodeInterpreter", "openai.types.beta.thread_update_params.ToolResourcesFileSearch" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_stream_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_stream_event.AssistantStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunFailed", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunFailed.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunFailed.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepCompleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepCompleted.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepCompleted.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunCancelled", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunCancelled.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunCancelled.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadMessageDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageDelta.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadMessageDelta.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadCreated", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadCreated.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadCreated.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadCreated.enabled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepInProgress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepInProgress.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepInProgress.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunInProgress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunInProgress.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunInProgress.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunQueued", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunQueued.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunQueued.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunCancelling", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunCancelling.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunCancelling.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepCreated", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepCreated.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepCreated.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunRequiresAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunRequiresAction.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunRequiresAction.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepDelta.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepDelta.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ErrorEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ErrorEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ErrorEvent.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadMessageCreated", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageCreated.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadMessageCreated.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepFailed", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepFailed.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepFailed.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadMessageInProgress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageInProgress.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadMessageInProgress.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunIncomplete", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunIncomplete.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunIncomplete.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepExpired", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepExpired.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepExpired.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunCreated", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunCreated.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunCreated.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadMessageCompleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageCompleted.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadMessageCompleted.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunExpired", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunExpired.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunExpired.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadMessageIncomplete", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageIncomplete.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadMessageIncomplete.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunStepCancelled", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunStepCancelled.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunStepCancelled.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_stream_event.ThreadRunCompleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadRunCompleted.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadRunCompleted.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_stream_event", "names": [ "openai.types.beta.assistant_stream_event.AssistantStreamEvent", "openai.types.beta.assistant_stream_event.ErrorEvent", "openai.types.beta.assistant_stream_event.ThreadCreated", "openai.types.beta.assistant_stream_event.ThreadMessageCompleted", "openai.types.beta.assistant_stream_event.ThreadMessageCreated", "openai.types.beta.assistant_stream_event.ThreadMessageDelta", "openai.types.beta.assistant_stream_event.ThreadMessageInProgress", "openai.types.beta.assistant_stream_event.ThreadMessageIncomplete", "openai.types.beta.assistant_stream_event.ThreadRunCancelled", "openai.types.beta.assistant_stream_event.ThreadRunCancelling", "openai.types.beta.assistant_stream_event.ThreadRunCompleted", "openai.types.beta.assistant_stream_event.ThreadRunCreated", "openai.types.beta.assistant_stream_event.ThreadRunExpired", "openai.types.beta.assistant_stream_event.ThreadRunFailed", "openai.types.beta.assistant_stream_event.ThreadRunInProgress", "openai.types.beta.assistant_stream_event.ThreadRunIncomplete", "openai.types.beta.assistant_stream_event.ThreadRunQueued", "openai.types.beta.assistant_stream_event.ThreadRunRequiresAction", "openai.types.beta.assistant_stream_event.ThreadRunStepCancelled", "openai.types.beta.assistant_stream_event.ThreadRunStepCompleted", "openai.types.beta.assistant_stream_event.ThreadRunStepCreated", "openai.types.beta.assistant_stream_event.ThreadRunStepDelta", "openai.types.beta.assistant_stream_event.ThreadRunStepExpired", "openai.types.beta.assistant_stream_event.ThreadRunStepFailed", "openai.types.beta.assistant_stream_event.ThreadRunStepInProgress" ], "n_typable": 50, "n_typed": 50, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 24, "n_attrs": 50, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/thread_create_and_run_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessage.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadMessage.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadMessage.attachments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadMessage.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic.chunk_overlap_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic.max_chunk_size_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadCreateAndRunParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResourcesCodeInterpreter.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.thread_create_and_run_params.ThreadMessageAttachmentTool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStore", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStore.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStore.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStore.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategyAuto", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStoreChunkingStrategyAuto.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResources.code_interpreter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadToolResources.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResourcesFileSearch.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadToolResourcesFileSearch.vector_stores", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadCreateAndRunParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.Thread", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Thread.messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Thread.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Thread.tool_resources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadMessageAttachment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageAttachment.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadMessageAttachment.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStatic", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStatic.static", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStatic.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadMessageAttachmentToolFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadMessageAttachmentToolFileSearch.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.assistant_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.max_completion_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.max_prompt_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.parallel_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.thread", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.tool_resources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadCreateAndRunParamsBase.truncation_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 15, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread_create_and_run_params.TruncationStrategy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TruncationStrategy.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TruncationStrategy.last_messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.thread_create_and_run_params", "names": [ "openai.types.beta.thread_create_and_run_params.Thread", "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParams", "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParamsBase", "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParamsNonStreaming", "openai.types.beta.thread_create_and_run_params.ThreadCreateAndRunParamsStreaming", "openai.types.beta.thread_create_and_run_params.ThreadMessage", "openai.types.beta.thread_create_and_run_params.ThreadMessageAttachment", "openai.types.beta.thread_create_and_run_params.ThreadMessageAttachmentTool", "openai.types.beta.thread_create_and_run_params.ThreadMessageAttachmentToolFileSearch", "openai.types.beta.thread_create_and_run_params.ThreadToolResources", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesCodeInterpreter", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearch", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStore", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategy", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategyAuto", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStatic", "openai.types.beta.thread_create_and_run_params.ThreadToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic", "openai.types.beta.thread_create_and_run_params.ToolResources", "openai.types.beta.thread_create_and_run_params.ToolResourcesCodeInterpreter", "openai.types.beta.thread_create_and_run_params.ToolResourcesFileSearch", "openai.types.beta.thread_create_and_run_params.TruncationStrategy" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 18, "n_attrs": 49, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/code_interpreter_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.code_interpreter_tool.CodeInterpreterTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.code_interpreter_tool", "names": [ "openai.types.beta.code_interpreter_tool.CodeInterpreterTool" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant.Assistant", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Assistant.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.response_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.tool_resources", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Assistant.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant", "names": [ "openai.types.beta.assistant.Assistant", "openai.types.beta.assistant.ToolResources", "openai.types.beta.assistant.ToolResourcesCodeInterpreter", "openai.types.beta.assistant.ToolResourcesFileSearch" ], "n_typable": 17, "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 17, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_response_format_option_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_response_format_option_param.AssistantResponseFormatOptionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.assistant_response_format_option_param", "names": [ "openai.types.beta.assistant_response_format_option_param.AssistantResponseFormatOptionParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/function_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.function_tool.FunctionTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionTool.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.function_tool", "names": [ "openai.types.beta.function_tool.FunctionTool" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/code_interpreter_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.code_interpreter_tool_param.CodeInterpreterToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.code_interpreter_tool_param", "names": [ "openai.types.beta.code_interpreter_tool_param.CodeInterpreterToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_choice_option_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_tool_choice_option_param.AssistantToolChoiceOptionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_choice_option_param", "names": [ "openai.types.beta.assistant_tool_choice_option_param.AssistantToolChoiceOptionParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/thread.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.thread.Thread", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Thread.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Thread.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Thread.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Thread.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Thread.tool_resources", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.thread.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.thread", "names": [ "openai.types.beta.thread.Thread", "openai.types.beta.thread.ToolResources", "openai.types.beta.thread.ToolResourcesCodeInterpreter", "openai.types.beta.thread.ToolResourcesFileSearch" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit_workflow.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit_workflow.ChatKitWorkflow", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitWorkflow.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWorkflow.state_variables", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWorkflow.tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWorkflow.version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit_workflow.Tracing", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tracing.enabled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit_workflow", "names": [ "openai.types.beta.chatkit_workflow.ChatKitWorkflow", "openai.types.beta.chatkit_workflow.Tracing" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_update_params.AssistantUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantUpdateParams.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.tool_resources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantUpdateParams.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_update_params.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_update_params.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_update_params.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_update_params", "names": [ "openai.types.beta.assistant_update_params.AssistantUpdateParams", "openai.types.beta.assistant_update_params.ToolResources", "openai.types.beta.assistant_update_params.ToolResourcesCodeInterpreter", "openai.types.beta.assistant_update_params.ToolResourcesFileSearch" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_create_params.AssistantCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.tool_resources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantCreateParams.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStatic", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStatic.static", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStatic.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResourcesCodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesCodeInterpreter.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyAuto", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyAuto.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStore", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStore.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStore.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStore.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResources", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResources.code_interpreter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResources.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResourcesFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearch.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearch.vector_stores", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic.chunk_overlap_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic.max_chunk_size_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_create_params", "names": [ "openai.types.beta.assistant_create_params.AssistantCreateParams", "openai.types.beta.assistant_create_params.ToolResources", "openai.types.beta.assistant_create_params.ToolResourcesCodeInterpreter", "openai.types.beta.assistant_create_params.ToolResourcesFileSearch", "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStore", "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategy", "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyAuto", "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStatic", "openai.types.beta.assistant_create_params.ToolResourcesFileSearchVectorStoreChunkingStrategyStaticStatic" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 8, "n_attrs": 25, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_response_format_option.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_response_format_option.AssistantResponseFormatOption", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.assistant_response_format_option", "names": [ "openai.types.beta.assistant_response_format_option.AssistantResponseFormatOption" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_choice_option.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_tool_choice_option.AssistantToolChoiceOption", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_choice_option", "names": [ "openai.types.beta.assistant_tool_choice_option.AssistantToolChoiceOption" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_choice.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_tool_choice.AssistantToolChoice", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantToolChoice.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AssistantToolChoice.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_choice", "names": [ "openai.types.beta.assistant_tool_choice.AssistantToolChoice" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.assistant_tool_param.AssistantToolParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_param", "names": [ "openai.types.beta.assistant_tool_param.AssistantToolParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_choice_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_tool_choice_param.AssistantToolChoiceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantToolChoiceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantToolChoiceParam.function", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_choice_param", "names": [ "openai.types.beta.assistant_tool_choice_param.AssistantToolChoiceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_list_params.AssistantListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AssistantListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_list_params", "names": [ "openai.types.beta.assistant_list_params.AssistantListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/file_search_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.file_search_tool_param.FileSearchToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearchToolParam.file_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.file_search_tool_param.FileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearch.max_num_results", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearch.ranking_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.file_search_tool_param.FileSearchRankingOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchRankingOptions.score_threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearchRankingOptions.ranker", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.file_search_tool_param", "names": [ "openai.types.beta.file_search_tool_param.FileSearch", "openai.types.beta.file_search_tool_param.FileSearchRankingOptions", "openai.types.beta.file_search_tool_param.FileSearchToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/assistant_tool_choice_function.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.assistant_tool_choice_function.AssistantToolChoiceFunction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AssistantToolChoiceFunction.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.assistant_tool_choice_function", "names": [ "openai.types.beta.assistant_tool_choice_function.AssistantToolChoiceFunction" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_chatkit_configuration_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.ChatSessionChatKitConfigurationParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionChatKitConfigurationParam.automatic_thread_titling", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatSessionChatKitConfigurationParam.file_upload", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatSessionChatKitConfigurationParam.history", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.History", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "History.enabled", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "History.recent_threads", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.AutomaticThreadTitling", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AutomaticThreadTitling.enabled", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.FileUpload", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileUpload.enabled", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileUpload.max_file_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileUpload.max_files", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration_param", "names": [ "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.AutomaticThreadTitling", "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.ChatSessionChatKitConfigurationParam", "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.FileUpload", "openai.types.beta.chatkit.chat_session_chatkit_configuration_param.History" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_rate_limits.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_rate_limits.ChatSessionRateLimits", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionRateLimits.max_requests_per_1_minute", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_rate_limits", "names": [ "openai.types.beta.chatkit.chat_session_rate_limits.ChatSessionRateLimits" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_thread_item_list.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_item_list.ChatKitThreadItemList", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitThreadItemList.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadItemList.first_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadItemList.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadItemList.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadItemList.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitTask", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataChatKitTask.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.heading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.summary", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.task_type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTask.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.chatkit.chatkit_thread_item_list.Data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitClientToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataChatKitClientToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitClientToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitTaskGroupTask", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataChatKitTaskGroupTask.heading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroupTask.summary", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroupTask.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitTaskGroup", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataChatKitTaskGroup.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroup.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroup.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroup.tasks", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroup.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataChatKitTaskGroup.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_thread_item_list", "names": [ "openai.types.beta.chatkit.chatkit_thread_item_list.ChatKitThreadItemList", "openai.types.beta.chatkit.chatkit_thread_item_list.Data", "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitClientToolCall", "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitTask", "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitTaskGroup", "openai.types.beta.chatkit.chatkit_thread_item_list.DataChatKitTaskGroupTask" ], "n_typable": 33, "n_typed": 33, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 33, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_thread_assistant_message_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_assistant_message_item.ChatKitThreadAssistantMessageItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitThreadAssistantMessageItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadAssistantMessageItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadAssistantMessageItem.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadAssistantMessageItem.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadAssistantMessageItem.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadAssistantMessageItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_thread_assistant_message_item", "names": [ "openai.types.beta.chatkit.chatkit_thread_assistant_message_item.ChatKitThreadAssistantMessageItem" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session.ChatSession", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSession.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.chatkit_configuration", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.client_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.max_requests_per_1_minute", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.rate_limits", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSession.workflow", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session", "names": [ "openai.types.beta.chatkit.chat_session.ChatSession" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_automatic_thread_titling.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_automatic_thread_titling.ChatSessionAutomaticThreadTitling", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionAutomaticThreadTitling.enabled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_automatic_thread_titling", "names": [ "openai.types.beta.chatkit.chat_session_automatic_thread_titling.ChatSessionAutomaticThreadTitling" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_response_output_text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_response_output_text.ChatKitResponseOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitResponseOutputText.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitResponseOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitResponseOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationFile.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.chatkit.chatkit_response_output_text.Annotation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationURL", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationURL.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURL.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationFileSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationFileSource.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFileSource.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationURLSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationURLSource.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLSource.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_response_output_text", "names": [ "openai.types.beta.chatkit.chatkit_response_output_text.Annotation", "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationFile", "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationFileSource", "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationURL", "openai.types.beta.chatkit.chatkit_response_output_text.AnnotationURLSource", "openai.types.beta.chatkit.chatkit_response_output_text.ChatKitResponseOutputText" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_history.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_history.ChatSessionHistory", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionHistory.enabled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSessionHistory.recent_threads", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_history", "names": [ "openai.types.beta.chatkit.chat_session_history.ChatSessionHistory" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_attachment.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_attachment.ChatKitAttachment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitAttachment.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitAttachment.mime_type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitAttachment.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitAttachment.preview_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitAttachment.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_attachment", "names": [ "openai.types.beta.chatkit.chatkit_attachment.ChatKitAttachment" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_rate_limits_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_rate_limits_param.ChatSessionRateLimitsParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionRateLimitsParam.max_requests_per_1_minute", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_rate_limits_param", "names": [ "openai.types.beta.chatkit.chat_session_rate_limits_param.ChatSessionRateLimitsParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_thread_user_message_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item.ChatKitThreadUserMessageItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitThreadUserMessageItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.attachments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.inference_options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThreadUserMessageItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item.InferenceOptionsToolChoice", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InferenceOptionsToolChoice.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item.ContentQuotedText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentQuotedText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentQuotedText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item.InferenceOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InferenceOptions.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InferenceOptions.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item.Content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item.ContentInputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentInputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentInputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_thread_user_message_item", "names": [ "openai.types.beta.chatkit.chatkit_thread_user_message_item.ChatKitThreadUserMessageItem", "openai.types.beta.chatkit.chatkit_thread_user_message_item.Content", "openai.types.beta.chatkit.chatkit_thread_user_message_item.ContentInputText", "openai.types.beta.chatkit.chatkit_thread_user_message_item.ContentQuotedText", "openai.types.beta.chatkit.chatkit_thread_user_message_item.InferenceOptions", "openai.types.beta.chatkit.chatkit_thread_user_message_item.InferenceOptionsToolChoice" ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 16, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/thread_list_items_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.thread_list_items_params.ThreadListItemsParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadListItemsParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListItemsParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListItemsParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListItemsParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.thread_list_items_params", "names": [ "openai.types.beta.chatkit.thread_list_items_params.ThreadListItemsParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_file_upload.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_file_upload.ChatSessionFileUpload", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionFileUpload.enabled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSessionFileUpload.max_file_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSessionFileUpload.max_files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_file_upload", "names": [ "openai.types.beta.chatkit.chat_session_file_upload.ChatSessionFileUpload" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/thread_delete_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.thread_delete_response.ThreadDeleteResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadDeleteResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadDeleteResponse.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ThreadDeleteResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.thread_delete_response", "names": [ "openai.types.beta.chatkit.thread_delete_response.ThreadDeleteResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_chatkit_configuration.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration.ChatSessionChatKitConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionChatKitConfiguration.automatic_thread_titling", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSessionChatKitConfiguration.file_upload", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatSessionChatKitConfiguration.history", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_chatkit_configuration", "names": [ "openai.types.beta.chatkit.chat_session_chatkit_configuration.ChatSessionChatKitConfiguration" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_expires_after_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_expires_after_param.ChatSessionExpiresAfterParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionExpiresAfterParam.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatSessionExpiresAfterParam.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_expires_after_param", "names": [ "openai.types.beta.chatkit.chat_session_expires_after_param.ChatSessionExpiresAfterParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_workflow_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_workflow_param.ChatSessionWorkflowParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatSessionWorkflowParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatSessionWorkflowParam.state_variables", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatSessionWorkflowParam.tracing", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatSessionWorkflowParam.version", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chat_session_workflow_param.Tracing", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tracing.enabled", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_workflow_param", "names": [ "openai.types.beta.chatkit.chat_session_workflow_param.ChatSessionWorkflowParam", "openai.types.beta.chatkit.chat_session_workflow_param.Tracing" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/thread_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.thread_list_params.ThreadListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ThreadListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ThreadListParams.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.thread_list_params", "names": [ "openai.types.beta.chatkit.thread_list_params.ThreadListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_widget_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_widget_item.ChatKitWidgetItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitWidgetItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWidgetItem.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWidgetItem.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWidgetItem.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWidgetItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitWidgetItem.widget", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_widget_item", "names": [ "openai.types.beta.chatkit.chatkit_widget_item.ChatKitWidgetItem" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/session_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.session_create_params.SessionCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionCreateParams.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.workflow", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.chatkit_configuration", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.rate_limits", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.session_create_params", "names": [ "openai.types.beta.chatkit.session_create_params.SessionCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chatkit_thread.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread.ChatKitThread", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatKitThread.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThread.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThread.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThread.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThread.title", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatKitThread.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.chatkit.chatkit_thread.Status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread.StatusLocked", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StatusLocked.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StatusLocked.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread.StatusClosed", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StatusClosed.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StatusClosed.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.chatkit.chatkit_thread.StatusActive", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StatusActive.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chatkit_thread", "names": [ "openai.types.beta.chatkit.chatkit_thread.ChatKitThread", "openai.types.beta.chatkit.chatkit_thread.Status", "openai.types.beta.chatkit.chatkit_thread.StatusActive", "openai.types.beta.chatkit.chatkit_thread.StatusClosed", "openai.types.beta.chatkit.chatkit_thread.StatusLocked" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/chatkit/chat_session_status.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.chatkit.chat_session_status.ChatSessionStatus", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.chatkit.chat_session_status", "names": [ "openai.types.beta.chatkit.chat_session_status.ChatSessionStatus" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_content_part_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_content_part_added_event.ResponseContentPartAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContentPartAddedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.response_content_part_added_event.Part", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Part.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_content_part_added_event", "names": [ "openai.types.beta.realtime.response_content_part_added_event.Part", "openai.types.beta.realtime.response_content_part_added_event.ResponseContentPartAddedEvent" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_audio_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_audio_delta_event.ResponseAudioDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_audio_delta_event", "names": [ "openai.types.beta.realtime.response_audio_delta_event.ResponseAudioDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_audio_transcript_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_audio_transcript_done_event.ResponseAudioTranscriptDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_audio_transcript_done_event", "names": [ "openai.types.beta.realtime.response_audio_transcript_done_event.ResponseAudioTranscriptDoneEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/rate_limits_updated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.rate_limits_updated_event.RateLimitsUpdatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RateLimitsUpdatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimitsUpdatedEvent.rate_limits", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimitsUpdatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.rate_limits_updated_event.RateLimit", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RateLimit.limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimit.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimit.remaining", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimit.reset_seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.rate_limits_updated_event", "names": [ "openai.types.beta.realtime.rate_limits_updated_event.RateLimit", "openai.types.beta.realtime.rate_limits_updated_event.RateLimitsUpdatedEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_append_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_append_event_param.InputAudioBufferAppendEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferAppendEventParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferAppendEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferAppendEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_append_event_param", "names": [ "openai.types.beta.realtime.input_audio_buffer_append_event_param.InputAudioBufferAppendEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_audio_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_audio_done_event.ResponseAudioDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_audio_done_event", "names": [ "openai.types.beta.realtime.response_audio_done_event.ResponseAudioDoneEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_retrieve_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_retrieve_event.ConversationItemRetrieveEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemRetrieveEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieveEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieveEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_retrieve_event", "names": [ "openai.types.beta.realtime.conversation_item_retrieve_event.ConversationItemRetrieveEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_speech_stopped_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_speech_stopped_event.InputAudioBufferSpeechStoppedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_speech_stopped_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_speech_stopped_event.InputAudioBufferSpeechStoppedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_cancel_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_cancel_event_param.ResponseCancelEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCancelEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCancelEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCancelEventParam.response_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_cancel_event_param", "names": [ "openai.types.beta.realtime.response_cancel_event_param.ResponseCancelEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/transcription_session_update.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.TranscriptionSessionUpdate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSessionUpdate.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSessionUpdate.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSessionUpdate.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.SessionTurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTurnDetection.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.eagerness", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.Session", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Session.client_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.include", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.SessionInputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioNoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.SessionInputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioTranscription.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionInputAudioTranscription.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionInputAudioTranscription.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.SessionClientSecretExpiresAt", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecretExpiresAt.anchor", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionClientSecretExpiresAt.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update.SessionClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecret.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.transcription_session_update", "names": [ "openai.types.beta.realtime.transcription_session_update.Session", "openai.types.beta.realtime.transcription_session_update.SessionClientSecret", "openai.types.beta.realtime.transcription_session_update.SessionClientSecretExpiresAt", "openai.types.beta.realtime.transcription_session_update.SessionInputAudioNoiseReduction", "openai.types.beta.realtime.transcription_session_update.SessionInputAudioTranscription", "openai.types.beta.realtime.transcription_session_update.SessionTurnDetection", "openai.types.beta.realtime.transcription_session_update.TranscriptionSessionUpdate" ], "n_typable": 24, "n_typed": 24, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 24, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/transcription_session_update_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.TranscriptionSessionUpdateParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSessionUpdateParam.session", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionUpdateParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionUpdateParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.SessionTurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTurnDetection.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.eagerness", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.Session", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Session.client_secret", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.input_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.input_audio_noise_reduction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.input_audio_transcription", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.turn_detection", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.SessionInputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioNoiseReduction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.SessionInputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioTranscription.language", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionInputAudioTranscription.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionInputAudioTranscription.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.SessionClientSecretExpiresAt", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecretExpiresAt.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionClientSecretExpiresAt.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_update_param.SessionClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecret.expires_at", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.transcription_session_update_param", "names": [ "openai.types.beta.realtime.transcription_session_update_param.Session", "openai.types.beta.realtime.transcription_session_update_param.SessionClientSecret", "openai.types.beta.realtime.transcription_session_update_param.SessionClientSecretExpiresAt", "openai.types.beta.realtime.transcription_session_update_param.SessionInputAudioNoiseReduction", "openai.types.beta.realtime.transcription_session_update_param.SessionInputAudioTranscription", "openai.types.beta.realtime.transcription_session_update_param.SessionTurnDetection", "openai.types.beta.realtime.transcription_session_update_param.TranscriptionSessionUpdateParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 24, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_function_call_arguments_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_function_call_arguments_delta_event.ResponseFunctionCallArgumentsDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_function_call_arguments_delta_event", "names": [ "openai.types.beta.realtime.response_function_call_arguments_delta_event.ResponseFunctionCallArgumentsDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_text_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_text_done_event.ResponseTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_text_done_event", "names": [ "openai.types.beta.realtime.response_text_done_event.ResponseTextDoneEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_response_usage.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.realtime_response_usage.RealtimeResponseUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseUsage.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.output_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_response_usage.InputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputTokenDetails.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_response_usage.OutputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_response_usage", "names": [ "openai.types.beta.realtime.realtime_response_usage.InputTokenDetails", "openai.types.beta.realtime.realtime_response_usage.OutputTokenDetails", "openai.types.beta.realtime.realtime_response_usage.RealtimeResponseUsage" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_function_call_arguments_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_function_call_arguments_done_event.ResponseFunctionCallArgumentsDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_function_call_arguments_done_event", "names": [ "openai.types.beta.realtime.response_function_call_arguments_done_event.ResponseFunctionCallArgumentsDoneEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_speech_started_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_speech_started_event.InputAudioBufferSpeechStartedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.audio_start_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_speech_started_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_speech_started_event.InputAudioBufferSpeechStartedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_deleted_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_deleted_event.ConversationItemDeletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDeletedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_deleted_event", "names": [ "openai.types.beta.realtime.conversation_item_deleted_event.ConversationItemDeletedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_audio_transcript_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_audio_transcript_delta_event.ResponseAudioTranscriptDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_audio_transcript_delta_event", "names": [ "openai.types.beta.realtime.response_audio_transcript_delta_event.ResponseAudioTranscriptDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_committed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_committed_event.InputAudioBufferCommittedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferCommittedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommittedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommittedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommittedEvent.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_committed_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_committed_event.InputAudioBufferCommittedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session_update_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionUpdateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionUpdateEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionTracingTracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTracingTracingConfiguration.group_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTracingTracingConfiguration.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTracingTracingConfiguration.workflow_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecret.expires_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionClientSecretExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecretExpiresAfter.anchor", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionClientSecretExpiresAfter.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.realtime.session_update_event.SessionTracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionTurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTurnDetection.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.eagerness", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTurnDetection.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.Session", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Session.client_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.max_response_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.output_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.speed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 16, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionInputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioNoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionInputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioTranscription.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionInputAudioTranscription.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionInputAudioTranscription.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event.SessionTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session_update_event", "names": [ "openai.types.beta.realtime.session_update_event.Session", "openai.types.beta.realtime.session_update_event.SessionClientSecret", "openai.types.beta.realtime.session_update_event.SessionClientSecretExpiresAfter", "openai.types.beta.realtime.session_update_event.SessionInputAudioNoiseReduction", "openai.types.beta.realtime.session_update_event.SessionInputAudioTranscription", "openai.types.beta.realtime.session_update_event.SessionTool", "openai.types.beta.realtime.session_update_event.SessionTracing", "openai.types.beta.realtime.session_update_event.SessionTracingTracingConfiguration", "openai.types.beta.realtime.session_update_event.SessionTurnDetection", "openai.types.beta.realtime.session_update_event.SessionUpdateEvent" ], "n_typable": 41, "n_typed": 41, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 9, "n_attrs": 41, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/error_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.error_event.ErrorEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ErrorEvent.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ErrorEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ErrorEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.error_event.Error", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Error.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.error_event", "names": [ "openai.types.beta.realtime.error_event.Error", "openai.types.beta.realtime.error_event.ErrorEvent" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_created_event.ConversationCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationCreatedEvent.conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_created_event.Conversation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Conversation.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Conversation.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_created_event", "names": [ "openai.types.beta.realtime.conversation_created_event.Conversation", "openai.types.beta.realtime.conversation_created_event.ConversationCreatedEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_output_item_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_output_item_done_event.ResponseOutputItemDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputItemDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_output_item_done_event", "names": [ "openai.types.beta.realtime.response_output_item_done_event.ResponseOutputItemDoneEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_create_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_create_event.ConversationItemCreateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemCreateEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreateEvent.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_create_event", "names": [ "openai.types.beta.realtime.conversation_item_create_event.ConversationItemCreateEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_done_event.ResponseDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseDoneEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_done_event", "names": [ "openai.types.beta.realtime.response_done_event.ResponseDoneEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_create_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_create_event_param.ConversationItemCreateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemCreateEventParam.item", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemCreateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemCreateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemCreateEventParam.previous_item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_create_event_param", "names": [ "openai.types.beta.realtime.conversation_item_create_event_param.ConversationItemCreateEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_output_item_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_output_item_added_event.ResponseOutputItemAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputItemAddedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_output_item_added_event", "names": [ "openai.types.beta.realtime.response_output_item_added_event.ResponseOutputItemAddedEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_with_reference_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_with_reference_param.ConversationItemWithReferenceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemWithReferenceParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemWithReferenceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_with_reference_param.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.transcript", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_with_reference_param", "names": [ "openai.types.beta.realtime.conversation_item_with_reference_param.Content", "openai.types.beta.realtime.conversation_item_with_reference_param.ConversationItemWithReferenceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_retrieve_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_retrieve_event_param.ConversationItemRetrieveEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemRetrieveEventParam.item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemRetrieveEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemRetrieveEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_retrieve_event_param", "names": [ "openai.types.beta.realtime.conversation_item_retrieve_event_param.ConversationItemRetrieveEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_created_event.ResponseCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreatedEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_created_event", "names": [ "openai.types.beta.realtime.response_created_event.ResponseCreatedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_client_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.realtime.realtime_client_event.RealtimeClientEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_client_event.OutputAudioBufferClear", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferClear.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferClear.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_client_event", "names": [ "openai.types.beta.realtime.realtime_client_event.OutputAudioBufferClear", "openai.types.beta.realtime.realtime_client_event.RealtimeClientEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_truncate_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_truncate_event_param.ConversationItemTruncateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemTruncateEventParam.audio_end_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.content_index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_truncate_event_param", "names": [ "openai.types.beta.realtime.conversation_item_truncate_event_param.ConversationItemTruncateEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_delete_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_delete_event_param.ConversationItemDeleteEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDeleteEventParam.item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemDeleteEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemDeleteEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_delete_event_param", "names": [ "openai.types.beta.realtime.conversation_item_delete_event_param.ConversationItemDeleteEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_append_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_append_event.InputAudioBufferAppendEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferAppendEvent.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferAppendEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferAppendEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_append_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_append_event.InputAudioBufferAppendEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_created_event.ConversationItemCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreatedEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreatedEvent.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_created_event", "names": [ "openai.types.beta.realtime.conversation_item_created_event.ConversationItemCreatedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_commit_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_commit_event.InputAudioBufferCommitEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferCommitEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommitEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_commit_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_commit_event.InputAudioBufferCommitEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/transcription_session_updated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_updated_event.TranscriptionSessionUpdatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSessionUpdatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSessionUpdatedEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSessionUpdatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.transcription_session_updated_event", "names": [ "openai.types.beta.realtime.transcription_session_updated_event.TranscriptionSessionUpdatedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session_create_response.SessionCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionCreateResponse.client_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.input_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.input_audio_transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.max_response_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.output_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.speed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreateResponse.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_response.ClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecret.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ClientSecret.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_response.InputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioTranscription.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.realtime.session_create_response.Tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_response.Tool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_response.TracingTracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TracingTracingConfiguration.group_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingTracingConfiguration.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingTracingConfiguration.workflow_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_response.TurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TurnDetection.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session_create_response", "names": [ "openai.types.beta.realtime.session_create_response.ClientSecret", "openai.types.beta.realtime.session_create_response.InputAudioTranscription", "openai.types.beta.realtime.session_create_response.SessionCreateResponse", "openai.types.beta.realtime.session_create_response.Tool", "openai.types.beta.realtime.session_create_response.Tracing", "openai.types.beta.realtime.session_create_response.TracingTracingConfiguration", "openai.types.beta.realtime.session_create_response.TurnDetection" ], "n_typable": 29, "n_typed": 29, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 6, "n_attrs": 29, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_clear_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_clear_event.InputAudioBufferClearEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferClearEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferClearEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_clear_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_clear_event.InputAudioBufferClearEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_commit_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_commit_event_param.InputAudioBufferCommitEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferCommitEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferCommitEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_commit_event_param", "names": [ "openai.types.beta.realtime.input_audio_buffer_commit_event_param.InputAudioBufferCommitEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/transcription_session_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_create_params.TranscriptionSessionCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSessionCreateParams.client_secret", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionCreateParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionCreateParams.input_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionCreateParams.input_audio_noise_reduction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionCreateParams.input_audio_transcription", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionCreateParams.modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TranscriptionSessionCreateParams.turn_detection", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_create_params.InputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioNoiseReduction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_create_params.ClientSecretExpiresAt", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecretExpiresAt.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ClientSecretExpiresAt.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_create_params.InputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioTranscription.language", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioTranscription.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioTranscription.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_create_params.ClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecret.expires_at", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session_create_params.TurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TurnDetection.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.eagerness", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.transcription_session_create_params", "names": [ "openai.types.beta.realtime.transcription_session_create_params.ClientSecret", "openai.types.beta.realtime.transcription_session_create_params.ClientSecretExpiresAt", "openai.types.beta.realtime.transcription_session_create_params.InputAudioNoiseReduction", "openai.types.beta.realtime.transcription_session_create_params.InputAudioTranscription", "openai.types.beta.realtime.transcription_session_create_params.TranscriptionSessionCreateParams", "openai.types.beta.realtime.transcription_session_create_params.TurnDetection" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 6, "n_attrs": 21, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session_updated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session_updated_event.SessionUpdatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionUpdatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdatedEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session_updated_event", "names": [ "openai.types.beta.realtime.session_updated_event.SessionUpdatedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_server_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.realtime.realtime_server_event.RealtimeServerEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_server_event.OutputAudioBufferCleared", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferCleared.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferCleared.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferCleared.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_server_event.ConversationItemRetrieved", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemRetrieved.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieved.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieved.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_server_event.OutputAudioBufferStopped", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferStopped.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStopped.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStopped.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_server_event.OutputAudioBufferStarted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferStarted.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStarted.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStarted.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_server_event", "names": [ "openai.types.beta.realtime.realtime_server_event.ConversationItemRetrieved", "openai.types.beta.realtime.realtime_server_event.OutputAudioBufferCleared", "openai.types.beta.realtime.realtime_server_event.OutputAudioBufferStarted", "openai.types.beta.realtime.realtime_server_event.OutputAudioBufferStopped", "openai.types.beta.realtime.realtime_server_event.RealtimeServerEvent" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_content.ConversationItemContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemContent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemContent.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemContent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemContent.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_content", "names": [ "openai.types.beta.realtime.conversation_item_content.ConversationItemContent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_cancel_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_cancel_event.ResponseCancelEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCancelEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_cancel_event", "names": [ "openai.types.beta.realtime.response_cancel_event.ResponseCancelEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_response_status.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.realtime_response_status.RealtimeResponseStatus", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseStatus.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseStatus.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseStatus.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_response_status.Error", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Error.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_response_status", "names": [ "openai.types.beta.realtime.realtime_response_status.Error", "openai.types.beta.realtime.realtime_response_status.RealtimeResponseStatus" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_param.ConversationItemParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_param", "names": [ "openai.types.beta.realtime.conversation_item_param.ConversationItemParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/transcription_session.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.transcription_session.TranscriptionSession", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TranscriptionSession.client_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSession.input_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSession.input_audio_transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSession.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TranscriptionSession.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session.InputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioTranscription.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioTranscription.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioTranscription.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session.TurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TurnDetection.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.transcription_session.ClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecret.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ClientSecret.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.transcription_session", "names": [ "openai.types.beta.realtime.transcription_session.ClientSecret", "openai.types.beta.realtime.transcription_session.InputAudioTranscription", "openai.types.beta.realtime.transcription_session.TranscriptionSession", "openai.types.beta.realtime.transcription_session.TurnDetection" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_text_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_text_delta_event.ResponseTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_text_delta_event", "names": [ "openai.types.beta.realtime.response_text_delta_event.ResponseTextDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_clear_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_clear_event_param.InputAudioBufferClearEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferClearEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferClearEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_clear_event_param", "names": [ "openai.types.beta.realtime.input_audio_buffer_clear_event_param.InputAudioBufferClearEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.realtime_response.RealtimeResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.conversation_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.output_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.status_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_response", "names": [ "openai.types.beta.realtime.realtime_response.RealtimeResponse" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session_created_event.SessionCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreatedEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session_created_event", "names": [ "openai.types.beta.realtime.session_created_event.SessionCreatedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_create_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_create_event.ResponseCreateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreateEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.response_create_event.Response", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Response.conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.max_response_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.output_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.response_create_event.ResponseTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_create_event", "names": [ "openai.types.beta.realtime.response_create_event.Response", "openai.types.beta.realtime.response_create_event.ResponseCreateEvent", "openai.types.beta.realtime.response_create_event.ResponseTool" ], "n_typable": 18, "n_typed": 18, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item.ConversationItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item", "names": [ "openai.types.beta.realtime.conversation_item.ConversationItem" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_content_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_content_param.ConversationItemContentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemContentParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemContentParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemContentParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemContentParam.transcript", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemContentParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_content_param", "names": [ "openai.types.beta.realtime.conversation_item_content_param.ConversationItemContentParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_input_audio_transcription_failed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_failed_event.ConversationItemInputAudioTranscriptionFailedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_failed_event.Error", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Error.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_failed_event", "names": [ "openai.types.beta.realtime.conversation_item_input_audio_transcription_failed_event.ConversationItemInputAudioTranscriptionFailedEvent", "openai.types.beta.realtime.conversation_item_input_audio_transcription_failed_event.Error" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_truncated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_truncated_event.ConversationItemTruncatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemTruncatedEvent.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_truncated_event", "names": [ "openai.types.beta.realtime.conversation_item_truncated_event.ConversationItemTruncatedEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/input_audio_buffer_cleared_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.input_audio_buffer_cleared_event.InputAudioBufferClearedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferClearedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferClearedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.input_audio_buffer_cleared_event", "names": [ "openai.types.beta.realtime.input_audio_buffer_cleared_event.InputAudioBufferClearedEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_input_audio_transcription_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_delta_event.ConversationItemInputAudioTranscriptionDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_delta_event.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_delta_event", "names": [ "openai.types.beta.realtime.conversation_item_input_audio_transcription_delta_event.ConversationItemInputAudioTranscriptionDeltaEvent", "openai.types.beta.realtime.conversation_item_input_audio_transcription_delta_event.Logprob" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_client_event_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.realtime.realtime_client_event_param.RealtimeClientEventParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.realtime_client_event_param.OutputAudioBufferClear", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferClear.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputAudioBufferClear.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_client_event_param", "names": [ "openai.types.beta.realtime.realtime_client_event_param.OutputAudioBufferClear", "openai.types.beta.realtime.realtime_client_event_param.RealtimeClientEventParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_delete_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_delete_event.ConversationItemDeleteEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDeleteEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeleteEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeleteEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_delete_event", "names": [ "openai.types.beta.realtime.conversation_item_delete_event.ConversationItemDeleteEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_with_reference.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_with_reference.ConversationItemWithReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemWithReference.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemWithReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_with_reference.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_with_reference", "names": [ "openai.types.beta.realtime.conversation_item_with_reference.Content", "openai.types.beta.realtime.conversation_item_with_reference.ConversationItemWithReference" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.SessionCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionCreateParams.client_secret", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.input_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.input_audio_noise_reduction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.input_audio_transcription", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.max_response_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.output_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.speed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.tracing", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.turn_detection", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionCreateParams.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 16, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.InputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioNoiseReduction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.InputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioTranscription.language", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioTranscription.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioTranscription.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.realtime.session_create_params.Tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.ClientSecretExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecretExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ClientSecretExpiresAfter.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.Tool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tool.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Tool.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Tool.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Tool.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.TracingTracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TracingTracingConfiguration.group_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TracingTracingConfiguration.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TracingTracingConfiguration.workflow_name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.ClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecret.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_create_params.TurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TurnDetection.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.eagerness", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TurnDetection.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session_create_params", "names": [ "openai.types.beta.realtime.session_create_params.ClientSecret", "openai.types.beta.realtime.session_create_params.ClientSecretExpiresAfter", "openai.types.beta.realtime.session_create_params.InputAudioNoiseReduction", "openai.types.beta.realtime.session_create_params.InputAudioTranscription", "openai.types.beta.realtime.session_create_params.SessionCreateParams", "openai.types.beta.realtime.session_create_params.Tool", "openai.types.beta.realtime.session_create_params.Tracing", "openai.types.beta.realtime.session_create_params.TracingTracingConfiguration", "openai.types.beta.realtime.session_create_params.TurnDetection" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 8, "n_attrs": 38, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session_update_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionUpdateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionUpdateEventParam.session", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionUpdateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionUpdateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionTracingTracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTracingTracingConfiguration.group_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTracingTracingConfiguration.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTracingTracingConfiguration.workflow_name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecret.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionClientSecretExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionClientSecretExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionClientSecretExpiresAfter.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.realtime.session_update_event_param.SessionTracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionTurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTurnDetection.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.eagerness", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTurnDetection.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.Session", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Session.client_secret", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.input_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.input_audio_noise_reduction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.input_audio_transcription", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.max_response_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.output_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.speed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.tracing", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.turn_detection", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Session.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 16, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionInputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioNoiseReduction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionInputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionInputAudioTranscription.language", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionInputAudioTranscription.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionInputAudioTranscription.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session_update_event_param.SessionTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionTool.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTool.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTool.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionTool.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session_update_event_param", "names": [ "openai.types.beta.realtime.session_update_event_param.Session", "openai.types.beta.realtime.session_update_event_param.SessionClientSecret", "openai.types.beta.realtime.session_update_event_param.SessionClientSecretExpiresAfter", "openai.types.beta.realtime.session_update_event_param.SessionInputAudioNoiseReduction", "openai.types.beta.realtime.session_update_event_param.SessionInputAudioTranscription", "openai.types.beta.realtime.session_update_event_param.SessionTool", "openai.types.beta.realtime.session_update_event_param.SessionTracing", "openai.types.beta.realtime.session_update_event_param.SessionTracingTracingConfiguration", "openai.types.beta.realtime.session_update_event_param.SessionTurnDetection", "openai.types.beta.realtime.session_update_event_param.SessionUpdateEventParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 9, "n_attrs": 41, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_input_audio_transcription_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.ConversationItemInputAudioTranscriptionCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokens", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokensInputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTranscriptTextUsageTokensInputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokensInputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageDuration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTranscriptTextUsageDuration.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageDuration.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.Usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event", "names": [ "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.ConversationItemInputAudioTranscriptionCompletedEvent", "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.Logprob", "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.Usage", "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageDuration", "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokens", "openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokensInputTokenDetails" ], "n_typable": 20, "n_typed": 20, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 20, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/session.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.session.Session", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Session.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.input_audio_transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.max_response_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.output_audio_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.speed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Session.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 16, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session.InputAudioNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioNoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session.InputAudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioTranscription.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioTranscription.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioTranscription.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.realtime.session.Tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.realtime.session.Tool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session.TracingTracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TracingTracingConfiguration.group_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingTracingConfiguration.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingTracingConfiguration.workflow_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.session.TurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TurnDetection.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.eagerness", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TurnDetection.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.session", "names": [ "openai.types.beta.realtime.session.InputAudioNoiseReduction", "openai.types.beta.realtime.session.InputAudioTranscription", "openai.types.beta.realtime.session.Session", "openai.types.beta.realtime.session.Tool", "openai.types.beta.realtime.session.Tracing", "openai.types.beta.realtime.session.TracingTracingConfiguration", "openai.types.beta.realtime.session.TurnDetection" ], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 6, "n_attrs": 35, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/realtime_connect_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.realtime_connect_params.RealtimeConnectParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConnectParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.realtime_connect_params", "names": [ "openai.types.beta.realtime.realtime_connect_params.RealtimeConnectParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/conversation_item_truncate_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.conversation_item_truncate_event.ConversationItemTruncateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemTruncateEvent.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.conversation_item_truncate_event", "names": [ "openai.types.beta.realtime.conversation_item_truncate_event.ConversationItemTruncateEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_content_part_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_content_part_done_event.ResponseContentPartDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContentPartDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.response_content_part_done_event.Part", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Part.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_content_part_done_event", "names": [ "openai.types.beta.realtime.response_content_part_done_event.Part", "openai.types.beta.realtime.response_content_part_done_event.ResponseContentPartDoneEvent" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/realtime/response_create_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.realtime.response_create_event_param.ResponseCreateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateEventParam.response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.response_create_event_param.Response", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Response.conversation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.max_response_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.output_audio_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Response.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.realtime.response_create_event_param.ResponseTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTool.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseTool.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseTool.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseTool.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.realtime.response_create_event_param", "names": [ "openai.types.beta.realtime.response_create_event_param.Response", "openai.types.beta.realtime.response_create_event_param.ResponseCreateEventParam", "openai.types.beta.realtime.response_create_event_param.ResponseTool" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 18, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message_delta_event.MessageDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageDeltaEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MessageDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MessageDeltaEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_delta_event", "names": [ "openai.types.beta.threads.message_delta_event.MessageDeltaEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/run_status.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.run_status.RunStatus", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.run_status", "names": [ "openai.types.beta.threads.run_status.RunStatus" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_url_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_url_param.ImageURLParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURLParam.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageURLParam.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_url_param", "names": [ "openai.types.beta.threads.image_url_param.ImageURLParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_file.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_file.ImageFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageFile.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageFile.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_file", "names": [ "openai.types.beta.threads.image_file.ImageFile" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message.Message", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Message.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.assistant_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.attachments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.completed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.incomplete_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.incomplete_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.run_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.message.IncompleteDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "IncompleteDetails.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.message.AttachmentTool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.message.Attachment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Attachment.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Attachment.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.message.AttachmentToolAssistantToolsFileSearchTypeOnly", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AttachmentToolAssistantToolsFileSearchTypeOnly.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message", "names": [ "openai.types.beta.threads.message.Attachment", "openai.types.beta.threads.message.AttachmentTool", "openai.types.beta.threads.message.AttachmentToolAssistantToolsFileSearchTypeOnly", "openai.types.beta.threads.message.IncompleteDetails", "openai.types.beta.threads.message.Message" ], "n_typable": 19, "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 19, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message_list_params.MessageListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageListParams.run_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_list_params", "names": [ "openai.types.beta.threads.message_list_params.MessageListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/file_citation_delta_annotation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.file_citation_delta_annotation.FileCitationDeltaAnnotation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCitationDeltaAnnotation.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationDeltaAnnotation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationDeltaAnnotation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationDeltaAnnotation.file_citation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationDeltaAnnotation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationDeltaAnnotation.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.file_citation_delta_annotation.FileCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCitation.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitation.quote", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.file_citation_delta_annotation", "names": [ "openai.types.beta.threads.file_citation_delta_annotation.FileCitation", "openai.types.beta.threads.file_citation_delta_annotation.FileCitationDeltaAnnotation" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.text.Text", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Text.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Text.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.text", "names": [ "openai.types.beta.threads.text.Text" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message_delta.MessageDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageDelta.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MessageDelta.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_delta", "names": [ "openai.types.beta.threads.message_delta.MessageDelta" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/run_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.run_update_params.RunUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunUpdateParams.thread_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.run_update_params", "names": [ "openai.types.beta.threads.run_update_params.RunUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/file_path_annotation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.file_path_annotation.FilePathAnnotation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FilePathAnnotation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathAnnotation.file_path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathAnnotation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathAnnotation.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathAnnotation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.file_path_annotation.FilePath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FilePath.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.file_path_annotation", "names": [ "openai.types.beta.threads.file_path_annotation.FilePath", "openai.types.beta.threads.file_path_annotation.FilePathAnnotation" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message_deleted.MessageDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MessageDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MessageDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_deleted", "names": [ "openai.types.beta.threads.message_deleted.MessageDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/refusal_delta_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.refusal_delta_block.RefusalDeltaBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RefusalDeltaBlock.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RefusalDeltaBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RefusalDeltaBlock.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.refusal_delta_block", "names": [ "openai.types.beta.threads.refusal_delta_block.RefusalDeltaBlock" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_url.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_url.ImageURL", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURL.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageURL.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_url", "names": [ "openai.types.beta.threads.image_url.ImageURL" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message_create_params.MessageCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageCreateParams.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageCreateParams.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageCreateParams.attachments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.message_create_params.AttachmentToolFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AttachmentToolFileSearch.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.message_create_params.AttachmentTool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.message_create_params.Attachment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Attachment.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Attachment.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_create_params", "names": [ "openai.types.beta.threads.message_create_params.Attachment", "openai.types.beta.threads.message_create_params.AttachmentTool", "openai.types.beta.threads.message_create_params.AttachmentToolFileSearch", "openai.types.beta.threads.message_create_params.MessageCreateParams" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/text_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.text_delta.TextDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextDelta.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextDelta.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.text_delta", "names": [ "openai.types.beta.threads.text_delta.TextDelta" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/required_action_function_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.required_action_function_tool_call.RequiredActionFunctionToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequiredActionFunctionToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RequiredActionFunctionToolCall.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RequiredActionFunctionToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.required_action_function_tool_call.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Function.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.required_action_function_tool_call", "names": [ "openai.types.beta.threads.required_action_function_tool_call.Function", "openai.types.beta.threads.required_action_function_tool_call.RequiredActionFunctionToolCall" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/run_submit_tool_outputs_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunSubmitToolOutputsParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunSubmitToolOutputsParamsBase.thread_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunSubmitToolOutputsParamsBase.tool_outputs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_submit_tool_outputs_params.ToolOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolOutput.tool_call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunSubmitToolOutputsParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.run_submit_tool_outputs_params", "names": [ "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParams", "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParamsBase", "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParamsNonStreaming", "openai.types.beta.threads.run_submit_tool_outputs_params.RunSubmitToolOutputsParamsStreaming", "openai.types.beta.threads.run_submit_tool_outputs_params.ToolOutput" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/run.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.run.Run", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Run.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.assistant_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.cancelled_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.completed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.failed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.incomplete_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.last_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.max_prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.parallel_tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.required_action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.response_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.started_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.truncation_strategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Run.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 27, "n_typed": 27, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 27, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run.IncompleteDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "IncompleteDetails.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run.RequiredActionSubmitToolOutputs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequiredActionSubmitToolOutputs.tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run.LastError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LastError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LastError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run.RequiredAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequiredAction.submit_tool_outputs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RequiredAction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run.TruncationStrategy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TruncationStrategy.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TruncationStrategy.last_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.run", "names": [ "openai.types.beta.threads.run.IncompleteDetails", "openai.types.beta.threads.run.LastError", "openai.types.beta.threads.run.RequiredAction", "openai.types.beta.threads.run.RequiredActionSubmitToolOutputs", "openai.types.beta.threads.run.Run", "openai.types.beta.threads.run.TruncationStrategy", "openai.types.beta.threads.run.Usage" ], "n_typable": 38, "n_typed": 38, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 38, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_content_delta.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.message_content_delta.MessageContentDelta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_content_delta", "names": [ "openai.types.beta.threads.message_content_delta.MessageContentDelta" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_url_content_block_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_url_content_block_param.ImageURLContentBlockParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURLContentBlockParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageURLContentBlockParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_url_content_block_param", "names": [ "openai.types.beta.threads.image_url_content_block_param.ImageURLContentBlockParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_url_delta_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_url_delta_block.ImageURLDeltaBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURLDeltaBlock.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageURLDeltaBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageURLDeltaBlock.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_url_delta_block", "names": [ "openai.types.beta.threads.image_url_delta_block.ImageURLDeltaBlock" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_file_content_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_file_content_block.ImageFileContentBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageFileContentBlock.image_file", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageFileContentBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_file_content_block", "names": [ "openai.types.beta.threads.image_file_content_block.ImageFileContentBlock" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_url_content_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_url_content_block.ImageURLContentBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURLContentBlock.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageURLContentBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_url_content_block", "names": [ "openai.types.beta.threads.image_url_content_block.ImageURLContentBlock" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.message_update_params.MessageUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageUpdateParams.thread_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_update_params", "names": [ "openai.types.beta.threads.message_update_params.MessageUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_content.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.message_content.MessageContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_content", "names": [ "openai.types.beta.threads.message_content.MessageContent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_url_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_url_delta.ImageURLDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURLDelta.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageURLDelta.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_url_delta", "names": [ "openai.types.beta.threads.image_url_delta.ImageURLDelta" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_file_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_file_param.ImageFileParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageFileParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageFileParam.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_file_param", "names": [ "openai.types.beta.threads.image_file_param.ImageFileParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/text_delta_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.text_delta_block.TextDeltaBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextDeltaBlock.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextDeltaBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextDeltaBlock.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.text_delta_block", "names": [ "openai.types.beta.threads.text_delta_block.TextDeltaBlock" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/refusal_content_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.refusal_content_block.RefusalContentBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RefusalContentBlock.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RefusalContentBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.refusal_content_block", "names": [ "openai.types.beta.threads.refusal_content_block.RefusalContentBlock" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_file_content_block_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_file_content_block_param.ImageFileContentBlockParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageFileContentBlockParam.image_file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageFileContentBlockParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_file_content_block_param", "names": [ "openai.types.beta.threads.image_file_content_block_param.ImageFileContentBlockParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/file_path_delta_annotation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.file_path_delta_annotation.FilePathDeltaAnnotation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FilePathDeltaAnnotation.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathDeltaAnnotation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathDeltaAnnotation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathDeltaAnnotation.file_path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathDeltaAnnotation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FilePathDeltaAnnotation.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.file_path_delta_annotation.FilePath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FilePath.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.file_path_delta_annotation", "names": [ "openai.types.beta.threads.file_path_delta_annotation.FilePath", "openai.types.beta.threads.file_path_delta_annotation.FilePathDeltaAnnotation" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_file_delta_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_file_delta_block.ImageFileDeltaBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageFileDeltaBlock.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageFileDeltaBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageFileDeltaBlock.image_file", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_file_delta_block", "names": [ "openai.types.beta.threads.image_file_delta_block.ImageFileDeltaBlock" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/image_file_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.image_file_delta.ImageFileDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageFileDelta.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageFileDelta.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.image_file_delta", "names": [ "openai.types.beta.threads.image_file_delta.ImageFileDelta" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/message_content_part_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.message_content_part_param.MessageContentPartParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.message_content_part_param", "names": [ "openai.types.beta.threads.message_content_part_param.MessageContentPartParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/annotation_delta.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.annotation_delta.AnnotationDelta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.annotation_delta", "names": [ "openai.types.beta.threads.annotation_delta.AnnotationDelta" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/file_citation_annotation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.file_citation_annotation.FileCitationAnnotation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCitationAnnotation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationAnnotation.file_citation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationAnnotation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationAnnotation.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCitationAnnotation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.file_citation_annotation.FileCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCitation.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.file_citation_annotation", "names": [ "openai.types.beta.threads.file_citation_annotation.FileCitation", "openai.types.beta.threads.file_citation_annotation.FileCitationAnnotation" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/annotation.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.annotation.Annotation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.annotation", "names": [ "openai.types.beta.threads.annotation.Annotation" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/run_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.run_list_params.RunListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.run_list_params", "names": [ "openai.types.beta.threads.run_list_params.RunListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/text_content_block_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.text_content_block_param.TextContentBlockParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextContentBlockParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TextContentBlockParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.text_content_block_param", "names": [ "openai.types.beta.threads.text_content_block_param.TextContentBlockParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/run_create_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.run_create_params.RunCreateParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.AdditionalMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AdditionalMessage.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AdditionalMessage.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AdditionalMessage.attachments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AdditionalMessage.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.AdditionalMessageAttachmentToolFileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AdditionalMessageAttachmentToolFileSearch.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.RunCreateParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunCreateParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.run_create_params.AdditionalMessageAttachmentTool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.RunCreateParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunCreateParamsBase.assistant_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.additional_instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.additional_messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.max_completion_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.max_prompt_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.parallel_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParamsBase.truncation_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 17, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.AdditionalMessageAttachment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AdditionalMessageAttachment.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AdditionalMessageAttachment.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.RunCreateParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunCreateParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.run_create_params.TruncationStrategy", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TruncationStrategy.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TruncationStrategy.last_messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.run_create_params", "names": [ "openai.types.beta.threads.run_create_params.AdditionalMessage", "openai.types.beta.threads.run_create_params.AdditionalMessageAttachment", "openai.types.beta.threads.run_create_params.AdditionalMessageAttachmentTool", "openai.types.beta.threads.run_create_params.AdditionalMessageAttachmentToolFileSearch", "openai.types.beta.threads.run_create_params.RunCreateParams", "openai.types.beta.threads.run_create_params.RunCreateParamsBase", "openai.types.beta.threads.run_create_params.RunCreateParamsNonStreaming", "openai.types.beta.threads.run_create_params.RunCreateParamsStreaming", "openai.types.beta.threads.run_create_params.TruncationStrategy" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 30, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/text_content_block.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.text_content_block.TextContentBlock", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextContentBlock.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextContentBlock.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.text_content_block", "names": [ "openai.types.beta.threads.text_content_block.TextContentBlock" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/tool_call_delta_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.tool_call_delta_object.ToolCallDeltaObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolCallDeltaObject.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolCallDeltaObject.tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.tool_call_delta_object", "names": [ "openai.types.beta.threads.runs.tool_call_delta_object.ToolCallDeltaObject" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/run_step_delta_message_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.run_step_delta_message_delta.RunStepDeltaMessageDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunStepDeltaMessageDelta.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStepDeltaMessageDelta.message_creation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.run_step_delta_message_delta.MessageCreation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageCreation.message_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.run_step_delta_message_delta", "names": [ "openai.types.beta.threads.runs.run_step_delta_message_delta.MessageCreation", "openai.types.beta.threads.runs.run_step_delta_message_delta.RunStepDeltaMessageDelta" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/code_interpreter_logs.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_logs.CodeInterpreterLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterLogs.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterLogs.logs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.code_interpreter_logs", "names": [ "openai.types.beta.threads.runs.code_interpreter_logs.CodeInterpreterLogs" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/step_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.step_list_params.StepListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StepListParams.thread_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepListParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.step_list_params", "names": [ "openai.types.beta.threads.runs.step_list_params.StepListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/code_interpreter_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterToolCall.code_interpreter", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterOutputImage.image", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterOutputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutputImageImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterOutputImageImage.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutput", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutputLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterOutputLogs.logs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterOutputLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreter.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreter.outputs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.code_interpreter_tool_call", "names": [ "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreter", "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutput", "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutputImage", "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutputImageImage", "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterOutputLogs", "openai.types.beta.threads.runs.code_interpreter_tool_call.CodeInterpreterToolCall" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/tool_call.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.runs.tool_call.ToolCall", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.tool_call", "names": [ "openai.types.beta.threads.runs.tool_call.ToolCall" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/tool_calls_step_details.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.tool_calls_step_details.ToolCallsStepDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolCallsStepDetails.tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolCallsStepDetails.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.tool_calls_step_details", "names": [ "openai.types.beta.threads.runs.tool_calls_step_details.ToolCallsStepDetails" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/tool_call_delta.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.runs.tool_call_delta.ToolCallDelta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.tool_call_delta", "names": [ "openai.types.beta.threads.runs.tool_call_delta.ToolCallDelta" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/file_search_tool_call_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.file_search_tool_call_delta.FileSearchToolCallDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchToolCallDelta.file_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchToolCallDelta.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchToolCallDelta.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchToolCallDelta.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.file_search_tool_call_delta", "names": [ "openai.types.beta.threads.runs.file_search_tool_call_delta.FileSearchToolCallDelta" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/code_interpreter_output_image.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_output_image.CodeInterpreterOutputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterOutputImage.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterOutputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterOutputImage.image", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_output_image.Image", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Image.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.code_interpreter_output_image", "names": [ "openai.types.beta.threads.runs.code_interpreter_output_image.CodeInterpreterOutputImage", "openai.types.beta.threads.runs.code_interpreter_output_image.Image" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/code_interpreter_tool_call_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call_delta.CodeInterpreterToolCallDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterToolCallDelta.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterToolCallDelta.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterToolCallDelta.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterToolCallDelta.code_interpreter", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call_delta.CodeInterpreterOutput", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.runs.code_interpreter_tool_call_delta.CodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreter.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreter.outputs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.code_interpreter_tool_call_delta", "names": [ "openai.types.beta.threads.runs.code_interpreter_tool_call_delta.CodeInterpreter", "openai.types.beta.threads.runs.code_interpreter_tool_call_delta.CodeInterpreterOutput", "openai.types.beta.threads.runs.code_interpreter_tool_call_delta.CodeInterpreterToolCallDelta" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/function_tool_call_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.function_tool_call_delta.FunctionToolCallDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionToolCallDelta.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallDelta.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallDelta.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCallDelta.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.function_tool_call_delta.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Function.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Function.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.function_tool_call_delta", "names": [ "openai.types.beta.threads.runs.function_tool_call_delta.Function", "openai.types.beta.threads.runs.function_tool_call_delta.FunctionToolCallDelta" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/message_creation_step_details.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.message_creation_step_details.MessageCreationStepDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageCreationStepDetails.message_creation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MessageCreationStepDetails.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.message_creation_step_details.MessageCreation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageCreation.message_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.message_creation_step_details", "names": [ "openai.types.beta.threads.runs.message_creation_step_details.MessageCreation", "openai.types.beta.threads.runs.message_creation_step_details.MessageCreationStepDetails" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/run_step_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.run_step_delta_event.RunStepDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunStepDeltaEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStepDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStepDeltaEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.run_step_delta_event", "names": [ "openai.types.beta.threads.runs.run_step_delta_event.RunStepDeltaEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/function_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.function_tool_call.FunctionToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCall.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.function_tool_call.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Function.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Function.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.function_tool_call", "names": [ "openai.types.beta.threads.runs.function_tool_call.Function", "openai.types.beta.threads.runs.function_tool_call.FunctionToolCall" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/file_search_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.file_search_tool_call.FileSearchToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchToolCall.file_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.file_search_tool_call.FileSearchResult", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchResult.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchResult.file_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchResult.score", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchResult.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.file_search_tool_call.FileSearchResultContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchResultContent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchResultContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.file_search_tool_call.FileSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearch.ranking_options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearch.results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.file_search_tool_call.FileSearchRankingOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchRankingOptions.ranker", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchRankingOptions.score_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.file_search_tool_call", "names": [ "openai.types.beta.threads.runs.file_search_tool_call.FileSearch", "openai.types.beta.threads.runs.file_search_tool_call.FileSearchRankingOptions", "openai.types.beta.threads.runs.file_search_tool_call.FileSearchResult", "openai.types.beta.threads.runs.file_search_tool_call.FileSearchResultContent", "openai.types.beta.threads.runs.file_search_tool_call.FileSearchToolCall" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/run_step.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.run_step.RunStep", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunStep.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.assistant_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.cancelled_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.completed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.expired_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.failed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.last_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.run_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.step_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.thread_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunStep.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 16, "n_properties": 0 }, { "kind": "class", "name": "openai.types.beta.threads.runs.run_step.Usage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Usage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Usage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.runs.run_step.StepDetails", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.beta.threads.runs.run_step.LastError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LastError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LastError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.run_step", "names": [ "openai.types.beta.threads.runs.run_step.LastError", "openai.types.beta.threads.runs.run_step.RunStep", "openai.types.beta.threads.runs.run_step.StepDetails", "openai.types.beta.threads.runs.run_step.Usage" ], "n_typable": 22, "n_typed": 22, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 22, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/step_retrieve_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.step_retrieve_params.StepRetrieveParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StepRetrieveParams.thread_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepRetrieveParams.run_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StepRetrieveParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.step_retrieve_params", "names": [ "openai.types.beta.threads.runs.step_retrieve_params.StepRetrieveParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/run_step_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.beta.threads.runs.run_step_delta.RunStepDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunStepDelta.step_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.beta.threads.runs.run_step_delta.StepDetails", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.run_step_delta", "names": [ "openai.types.beta.threads.runs.run_step_delta.RunStepDelta", "openai.types.beta.threads.runs.run_step_delta.StepDetails" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/beta/threads/runs/run_step_include.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.beta.threads.runs.run_step_include.RunStepInclude", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.beta.threads.runs.run_step_include", "names": [ "openai.types.beta.threads.runs.run_step_include.RunStepInclude" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/completion_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.completion_list_params.CompletionListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionListParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionListParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.completion_list_params", "names": [ "openai.types.chat.completion_list_params.CompletionListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_audio.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_audio.ChatCompletionAudio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionAudio.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionAudio.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionAudio.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionAudio.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_audio", "names": [ "openai.types.chat.chat_completion_audio.ChatCompletionAudio" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/completion_create_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.completion_create_params.CompletionCreateParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.CompletionCreateParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionCreateParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.chat.completion_create_params.ResponseFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.WebSearchOptionsUserLocationApproximate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchOptionsUserLocationApproximate.city", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchOptionsUserLocationApproximate.country", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchOptionsUserLocationApproximate.region", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchOptionsUserLocationApproximate.timezone", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.chat.completion_create_params.FunctionCall", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.WebSearchOptionsUserLocation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchOptionsUserLocation.approximate", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchOptionsUserLocation.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.CompletionCreateParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionCreateParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.CompletionCreateParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionCreateParamsBase.messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.frequency_penalty", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.function_call", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.functions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.logit_bias", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.max_completion_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.max_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.n", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.parallel_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.prediction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.presence_penalty", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.prompt_cache_key", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.prompt_cache_retention", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.safety_identifier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.seed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.service_tier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.stop", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.store", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.stream_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.top_logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.verbosity", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompletionCreateParamsBase.web_search_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 34, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Function.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Function.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.completion_create_params.WebSearchOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchOptions.search_context_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchOptions.user_location", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.completion_create_params", "names": [ "openai.types.chat.completion_create_params.CompletionCreateParams", "openai.types.chat.completion_create_params.CompletionCreateParamsBase", "openai.types.chat.completion_create_params.CompletionCreateParamsNonStreaming", "openai.types.chat.completion_create_params.CompletionCreateParamsStreaming", "openai.types.chat.completion_create_params.Function", "openai.types.chat.completion_create_params.FunctionCall", "openai.types.chat.completion_create_params.ResponseFormat", "openai.types.chat.completion_create_params.WebSearchOptions", "openai.types.chat.completion_create_params.WebSearchOptionsUserLocation", "openai.types.chat.completion_create_params.WebSearchOptionsUserLocationApproximate" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 50, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_text_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_text_param.ChatCompletionContentPartTextParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionContentPartTextParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionContentPartTextParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_text_param", "names": [ "openai.types.chat.chat_completion_content_part_text_param.ChatCompletionContentPartTextParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/parsed_function_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.parsed_function_tool_call.ParsedFunction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedFunction.parsed_arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.parsed_function_tool_call.ParsedFunctionToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedFunctionToolCall.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.parsed_function_tool_call", "names": [ "openai.types.chat.parsed_function_tool_call.ParsedFunction", "openai.types.chat.parsed_function_tool_call.ParsedFunctionToolCall" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_named_tool_choice_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_named_tool_choice_param.ChatCompletionNamedToolChoiceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionNamedToolChoiceParam.function", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionNamedToolChoiceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_named_tool_choice_param.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_named_tool_choice_param", "names": [ "openai.types.chat.chat_completion_named_tool_choice_param.ChatCompletionNamedToolChoiceParam", "openai.types.chat.chat_completion_named_tool_choice_param.Function" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_refusal_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_refusal_param.ChatCompletionContentPartRefusalParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionContentPartRefusalParam.refusal", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionContentPartRefusalParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_refusal_param", "names": [ "openai.types.chat.chat_completion_content_part_refusal_param.ChatCompletionContentPartRefusalParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_chunk.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionChunk.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.choices", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.created", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.service_tier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.system_fingerprint", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionChunk.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.Choice", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Choice.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Choice.finish_reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Choice.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Choice.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.ChoiceDeltaToolCallFunction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChoiceDeltaToolCallFunction.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDeltaToolCallFunction.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.ChoiceLogprobs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChoiceLogprobs.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceLogprobs.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.ChoiceDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChoiceDelta.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDelta.function_call", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDelta.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDelta.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDelta.tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.ChoiceDeltaToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChoiceDeltaToolCall.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDeltaToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDeltaToolCall.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDeltaToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_chunk.ChoiceDeltaFunctionCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChoiceDeltaFunctionCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceDeltaFunctionCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_chunk", "names": [ "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "openai.types.chat.chat_completion_chunk.Choice", "openai.types.chat.chat_completion_chunk.ChoiceDelta", "openai.types.chat.chat_completion_chunk.ChoiceDeltaFunctionCall", "openai.types.chat.chat_completion_chunk.ChoiceDeltaToolCall", "openai.types.chat.chat_completion_chunk.ChoiceDeltaToolCallFunction", "openai.types.chat.chat_completion_chunk.ChoiceLogprobs" ], "n_typable": 27, "n_typed": 27, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 27, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_text.ChatCompletionContentPartText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionContentPartText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionContentPartText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_text", "names": [ "openai.types.chat.chat_completion_content_part_text.ChatCompletionContentPartText" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_user_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_user_message_param.ChatCompletionUserMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionUserMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionUserMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionUserMessageParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_user_message_param", "names": [ "openai.types.chat.chat_completion_user_message_param.ChatCompletionUserMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_modality.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_modality.ChatCompletionModality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_modality", "names": [ "openai.types.chat.chat_completion_modality.ChatCompletionModality" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_stream_options_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_stream_options_param.ChatCompletionStreamOptionsParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionStreamOptionsParam.include_obfuscation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionStreamOptionsParam.include_usage", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_stream_options_param", "names": [ "openai.types.chat.chat_completion_stream_options_param.ChatCompletionStreamOptionsParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_function_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_message_function_tool_call_param.ChatCompletionMessageFunctionToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionMessageFunctionToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionMessageFunctionToolCallParam.function", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionMessageFunctionToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message_function_tool_call_param.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Function.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_function_tool_call_param", "names": [ "openai.types.chat.chat_completion_message_function_tool_call_param.ChatCompletionMessageFunctionToolCallParam", "openai.types.chat.chat_completion_message_function_tool_call_param.Function" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_image.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_image.ChatCompletionContentPartImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionContentPartImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionContentPartImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_image.ImageURL", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURL.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageURL.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_image", "names": [ "openai.types.chat.chat_completion_content_part_image.ChatCompletionContentPartImage", "openai.types.chat.chat_completion_content_part_image.ImageURL" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_function_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_message_function_tool_call.ChatCompletionMessageFunctionToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionMessageFunctionToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessageFunctionToolCall.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessageFunctionToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message_function_tool_call.Function", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Function.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Function.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_function_tool_call", "names": [ "openai.types.chat.chat_completion_message_function_tool_call.ChatCompletionMessageFunctionToolCall", "openai.types.chat.chat_completion_message_function_tool_call.Function" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/completion_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.completion_update_params.CompletionUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompletionUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.completion_update_params", "names": [ "openai.types.chat.completion_update_params.CompletionUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_function_call_option_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_function_call_option_param.ChatCompletionFunctionCallOptionParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionFunctionCallOptionParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_function_call_option_param", "names": [ "openai.types.chat.chat_completion_function_call_option_param.ChatCompletionFunctionCallOptionParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_image_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_image_param.ChatCompletionContentPartImageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionContentPartImageParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionContentPartImageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_image_param.ImageURL", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageURL.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageURL.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_image_param", "names": [ "openai.types.chat.chat_completion_content_part_image_param.ChatCompletionContentPartImageParam", "openai.types.chat.chat_completion_content_part_image_param.ImageURL" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_tool_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_tool_message_param.ChatCompletionToolMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionToolMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionToolMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionToolMessageParam.tool_call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_tool_message_param", "names": [ "openai.types.chat.chat_completion_tool_message_param.ChatCompletionToolMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_prediction_content_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_prediction_content_param.ChatCompletionPredictionContentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionPredictionContentParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionPredictionContentParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_prediction_content_param", "names": [ "openai.types.chat.chat_completion_prediction_content_param.ChatCompletionPredictionContentParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/parsed_chat_completion.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.parsed_chat_completion.ParsedChatCompletionMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedChatCompletionMessage.parsed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ParsedChatCompletionMessage.tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.parsed_chat_completion.ParsedChatCompletion", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedChatCompletion.choices", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.parsed_chat_completion.ParsedChoice", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedChoice.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [ { "kind": "type", "rules": [ "assignment" ] }, { "kind": "type", "rules": [ "assignment" ] } ], "name": "openai.types.chat.parsed_chat_completion", "names": [ "openai.types.chat.parsed_chat_completion.ParsedChatCompletion", "openai.types.chat.parsed_chat_completion.ParsedChatCompletionMessage", "openai.types.chat.parsed_chat_completion.ParsedChoice" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 2 }, { "path": "openai/types/chat/chat_completion_tool_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_tool_param.ChatCompletionToolParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_tool_param", "names": [ "openai.types.chat.chat_completion_tool_param.ChatCompletionToolParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_function_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_function_tool_param.ChatCompletionFunctionToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionFunctionToolParam.function", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionFunctionToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_function_tool_param", "names": [ "openai.types.chat.chat_completion_function_tool_param.ChatCompletionFunctionToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_developer_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_developer_message_param.ChatCompletionDeveloperMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionDeveloperMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionDeveloperMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionDeveloperMessageParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_developer_message_param", "names": [ "openai.types.chat.chat_completion_developer_message_param.ChatCompletionDeveloperMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_token_logprob.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_token_logprob.ChatCompletionTokenLogprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionTokenLogprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionTokenLogprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionTokenLogprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionTokenLogprob.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_token_logprob.TopLogprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TopLogprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TopLogprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TopLogprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_token_logprob", "names": [ "openai.types.chat.chat_completion_token_logprob.ChatCompletionTokenLogprob", "openai.types.chat.chat_completion_token_logprob.TopLogprob" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_custom_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_message_custom_tool_call.ChatCompletionMessageCustomToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionMessageCustomToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessageCustomToolCall.custom", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessageCustomToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message_custom_tool_call.Custom", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Custom.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Custom.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_custom_tool_call", "names": [ "openai.types.chat.chat_completion_message_custom_tool_call.ChatCompletionMessageCustomToolCall", "openai.types.chat.chat_completion_message_custom_tool_call.Custom" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_system_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_system_message_param.ChatCompletionSystemMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionSystemMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionSystemMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionSystemMessageParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_system_message_param", "names": [ "openai.types.chat.chat_completion_system_message_param.ChatCompletionSystemMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_message_param.ChatCompletionMessageParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_param", "names": [ "openai.types.chat.chat_completion_message_param.ChatCompletionMessageParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_deleted.ChatCompletionDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_deleted", "names": [ "openai.types.chat.chat_completion_deleted.ChatCompletionDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_tool_call.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCall", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCallUnion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_tool_call", "names": [ "openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCall", "openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCallUnion" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_input_audio_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_input_audio_param.ChatCompletionContentPartInputAudioParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionContentPartInputAudioParam.input_audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionContentPartInputAudioParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_input_audio_param.InputAudio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudio.data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudio.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_input_audio_param", "names": [ "openai.types.chat.chat_completion_content_part_input_audio_param.ChatCompletionContentPartInputAudioParam", "openai.types.chat.chat_completion_content_part_input_audio_param.InputAudio" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_custom_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_message_custom_tool_call_param.ChatCompletionMessageCustomToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionMessageCustomToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionMessageCustomToolCallParam.custom", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionMessageCustomToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message_custom_tool_call_param.Custom", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Custom.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Custom.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_custom_tool_call_param", "names": [ "openai.types.chat.chat_completion_message_custom_tool_call_param.ChatCompletionMessageCustomToolCallParam", "openai.types.chat.chat_completion_message_custom_tool_call_param.Custom" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_allowed_tools_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_allowed_tools_param.ChatCompletionAllowedToolsParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionAllowedToolsParam.mode", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAllowedToolsParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_allowed_tools_param", "names": [ "openai.types.chat.chat_completion_allowed_tools_param.ChatCompletionAllowedToolsParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_audio_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_audio_param.ChatCompletionAudioParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionAudioParam.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAudioParam.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.chat.chat_completion_audio_param.Voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.chat.chat_completion_audio_param.VoiceID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VoiceID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_audio_param", "names": [ "openai.types.chat.chat_completion_audio_param.ChatCompletionAudioParam", "openai.types.chat.chat_completion_audio_param.Voice", "openai.types.chat.chat_completion_audio_param.VoiceID" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_content_part_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_content_part_param.ChatCompletionContentPartParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_param.File", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "File.file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "File.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_content_part_param.FileFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileFile.file_data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileFile.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileFile.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_content_part_param", "names": [ "openai.types.chat.chat_completion_content_part_param.ChatCompletionContentPartParam", "openai.types.chat.chat_completion_content_part_param.File", "openai.types.chat.chat_completion_content_part_param.FileFile" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_tool_choice_option_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_tool_choice_option_param.ChatCompletionToolChoiceOptionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_tool_choice_option_param", "names": [ "openai.types.chat.chat_completion_tool_choice_option_param.ChatCompletionToolChoiceOptionParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_function_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_function_message_param.ChatCompletionFunctionMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionFunctionMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionFunctionMessageParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionFunctionMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_function_message_param", "names": [ "openai.types.chat.chat_completion_function_message_param.ChatCompletionFunctionMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_named_tool_choice_custom_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_named_tool_choice_custom_param.ChatCompletionNamedToolChoiceCustomParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionNamedToolChoiceCustomParam.custom", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionNamedToolChoiceCustomParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_named_tool_choice_custom_param.Custom", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Custom.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_named_tool_choice_custom_param", "names": [ "openai.types.chat.chat_completion_named_tool_choice_custom_param.ChatCompletionNamedToolChoiceCustomParam", "openai.types.chat.chat_completion_named_tool_choice_custom_param.Custom" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_role.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_role.ChatCompletionRole", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_role", "names": [ "openai.types.chat.chat_completion_role.ChatCompletionRole" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_store_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_store_message.ChatCompletionStoreMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionStoreMessage.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionStoreMessage.content_parts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.chat.chat_completion_store_message.ChatCompletionStoreMessageContentPart", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_store_message", "names": [ "openai.types.chat.chat_completion_store_message.ChatCompletionStoreMessage", "openai.types.chat.chat_completion_store_message.ChatCompletionStoreMessageContentPart" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_tool_union_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_tool_union_param.ChatCompletionToolUnionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_tool_union_param", "names": [ "openai.types.chat.chat_completion_tool_union_param.ChatCompletionToolUnionParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_assistant_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_assistant_message_param.ChatCompletionAssistantMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.function_call", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.refusal", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAssistantMessageParam.tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.chat.chat_completion_assistant_message_param.ContentArrayOfContentPart", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.chat.chat_completion_assistant_message_param.Audio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Audio.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_assistant_message_param.FunctionCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionCall.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCall.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_assistant_message_param", "names": [ "openai.types.chat.chat_completion_assistant_message_param.Audio", "openai.types.chat.chat_completion_assistant_message_param.ChatCompletionAssistantMessageParam", "openai.types.chat.chat_completion_assistant_message_param.ContentArrayOfContentPart", "openai.types.chat.chat_completion_assistant_message_param.FunctionCall" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion.ChatCompletion", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletion.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.choices", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.created", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.service_tier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.system_fingerprint", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletion.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion.ChoiceLogprobs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChoiceLogprobs.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChoiceLogprobs.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion.Choice", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Choice.finish_reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Choice.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Choice.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Choice.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion", "names": [ "openai.types.chat.chat_completion.ChatCompletion", "openai.types.chat.chat_completion.Choice", "openai.types.chat.chat_completion.ChoiceLogprobs" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_allowed_tool_choice_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_allowed_tool_choice_param.ChatCompletionAllowedToolChoiceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionAllowedToolChoiceParam.allowed_tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionAllowedToolChoiceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_allowed_tool_choice_param", "names": [ "openai.types.chat.chat_completion_allowed_tool_choice_param.ChatCompletionAllowedToolChoiceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_tool_call_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_message_tool_call_param.ChatCompletionMessageToolCallParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_tool_call_param", "names": [ "openai.types.chat.chat_completion_message_tool_call_param.ChatCompletionMessageToolCallParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_message.ChatCompletionMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessage.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessage.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessage.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessage.function_call", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionMessage.tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message.AnnotationURLCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationURLCitation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.title", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message.FunctionCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_message.Annotation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Annotation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Annotation.url_citation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message", "names": [ "openai.types.chat.chat_completion_message.Annotation", "openai.types.chat.chat_completion_message.AnnotationURLCitation", "openai.types.chat.chat_completion_message.ChatCompletionMessage", "openai.types.chat.chat_completion_message.FunctionCall" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_message_tool_call_union_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.chat.chat_completion_message_tool_call_union_param.ChatCompletionMessageToolCallUnionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_message_tool_call_union_param", "names": [ "openai.types.chat.chat_completion_message_tool_call_union_param.ChatCompletionMessageToolCallUnionParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_custom_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_custom_tool_param.ChatCompletionCustomToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionCustomToolParam.custom", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ChatCompletionCustomToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_custom_tool_param.CustomFormatText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CustomFormatText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_custom_tool_param.Custom", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Custom.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Custom.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Custom.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_custom_tool_param.CustomFormatGrammar", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CustomFormatGrammar.grammar", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CustomFormatGrammar.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.chat.chat_completion_custom_tool_param.CustomFormatGrammarGrammar", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CustomFormatGrammarGrammar.definition", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CustomFormatGrammarGrammar.syntax", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.chat.chat_completion_custom_tool_param.CustomFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_custom_tool_param", "names": [ "openai.types.chat.chat_completion_custom_tool_param.ChatCompletionCustomToolParam", "openai.types.chat.chat_completion_custom_tool_param.Custom", "openai.types.chat.chat_completion_custom_tool_param.CustomFormat", "openai.types.chat.chat_completion_custom_tool_param.CustomFormatGrammar", "openai.types.chat.chat_completion_custom_tool_param.CustomFormatGrammarGrammar", "openai.types.chat.chat_completion_custom_tool_param.CustomFormatText" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/chat_completion_function_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.chat_completion_function_tool.ChatCompletionFunctionTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ChatCompletionFunctionTool.function", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ChatCompletionFunctionTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.chat_completion_function_tool", "names": [ "openai.types.chat.chat_completion_function_tool.ChatCompletionFunctionTool" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/function_definition.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.function_definition.FunctionDefinition", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionDefinition.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionDefinition.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionDefinition.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionDefinition.strict", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.function_definition", "names": [ "openai.types.shared_params.function_definition.FunctionDefinition" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/chat/completions/message_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.chat.completions.message_list_params.MessageListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MessageListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MessageListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.chat.completions.message_list_params", "names": [ "openai.types.chat.completions.message_list_params.MessageListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/containers/file_retrieve_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.containers.file_retrieve_response.FileRetrieveResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileRetrieveResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileRetrieveResponse.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileRetrieveResponse.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileRetrieveResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileRetrieveResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileRetrieveResponse.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileRetrieveResponse.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.containers.file_retrieve_response", "names": [ "openai.types.containers.file_retrieve_response.FileRetrieveResponse" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/containers/file_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.containers.file_list_params.FileListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.containers.file_list_params", "names": [ "openai.types.containers.file_list_params.FileListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/containers/file_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.containers.file_create_response.FileCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCreateResponse.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCreateResponse.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCreateResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCreateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCreateResponse.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCreateResponse.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.containers.file_create_response", "names": [ "openai.types.containers.file_create_response.FileCreateResponse" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/containers/file_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.containers.file_create_params.FileCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCreateParams.file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileCreateParams.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.containers.file_create_params", "names": [ "openai.types.containers.file_create_params.FileCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/containers/file_list_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.containers.file_list_response.FileListResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileListResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileListResponse.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileListResponse.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileListResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileListResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileListResponse.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileListResponse.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.containers.file_list_response", "names": [ "openai.types.containers.file_list_response.FileListResponse" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.message.Message", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Message.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.message.ContentReasoningText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContentReasoningText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContentReasoningText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.conversations.message.Content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.conversations.message", "names": [ "openai.types.conversations.message.Content", "openai.types.conversations.message.ContentReasoningText", "openai.types.conversations.message.Message" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/text_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.text_content.TextContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextContent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.text_content", "names": [ "openai.types.conversations.text_content.TextContent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/item_retrieve_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.item_retrieve_params.ItemRetrieveParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemRetrieveParams.conversation_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemRetrieveParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.item_retrieve_params", "names": [ "openai.types.conversations.item_retrieve_params.ItemRetrieveParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_refusal_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_refusal_param.ResponseOutputRefusalParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputRefusalParam.refusal", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputRefusalParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_refusal_param", "names": [ "openai.types.responses.response_output_refusal_param.ResponseOutputRefusalParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_text.ResponseOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputText.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputText.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text.LogprobTopLogprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobTopLogprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobTopLogprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobTopLogprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text.AnnotationFileCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationFileCitation.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFileCitation.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFileCitation.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFileCitation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text.AnnotationFilePath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationFilePath.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFilePath.index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationFilePath.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_output_text.Annotation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_output_text.AnnotationURLCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationURLCitation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.title", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationURLCitation.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text.AnnotationContainerFileCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationContainerFileCitation.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.end_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.start_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_text", "names": [ "openai.types.responses.response_output_text.Annotation", "openai.types.responses.response_output_text.AnnotationContainerFileCitation", "openai.types.responses.response_output_text.AnnotationFileCitation", "openai.types.responses.response_output_text.AnnotationFilePath", "openai.types.responses.response_output_text.AnnotationURLCitation", "openai.types.responses.response_output_text.Logprob", "openai.types.responses.response_output_text.LogprobTopLogprob", "openai.types.responses.response_output_text.ResponseOutputText" ], "n_typable": 30, "n_typed": 30, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 30, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/conversation.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.conversation.Conversation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Conversation.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Conversation.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Conversation.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Conversation.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.conversation", "names": [ "openai.types.conversations.conversation.Conversation" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/conversation_item_list.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.conversation_item_list.ConversationItemList", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemList.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemList.first_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemList.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemList.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemList.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.conversation_item_list", "names": [ "openai.types.conversations.conversation_item_list.ConversationItemList" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_file_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_file_param.ResponseInputFileParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputFileParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileParam.file_data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileParam.file_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileParam.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_file_param", "names": [ "openai.types.responses.response_input_file_param.ResponseInputFileParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/computer_screenshot_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.computer_screenshot_content.ComputerScreenshotContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerScreenshotContent.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerScreenshotContent.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerScreenshotContent.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerScreenshotContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.computer_screenshot_content", "names": [ "openai.types.conversations.computer_screenshot_content.ComputerScreenshotContent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/conversation_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.conversation_update_params.ConversationUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationUpdateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.conversation_update_params", "names": [ "openai.types.conversations.conversation_update_params.ConversationUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_text_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_text_param.ResponseInputTextParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputTextParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputTextParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_text_param", "names": [ "openai.types.responses.response_input_text_param.ResponseInputTextParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/conversation_deleted_resource.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.conversation_deleted_resource.ConversationDeletedResource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationDeletedResource.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationDeletedResource.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationDeletedResource.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.conversation_deleted_resource", "names": [ "openai.types.conversations.conversation_deleted_resource.ConversationDeletedResource" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_file.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_file.ResponseInputFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFile.file_data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFile.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFile.file_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFile.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_file", "names": [ "openai.types.responses.response_input_file.ResponseInputFile" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_image.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_image.ResponseInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputImage.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_image", "names": [ "openai.types.responses.response_input_image.ResponseInputImage" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_refusal.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_refusal.ResponseOutputRefusal", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputRefusal.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputRefusal.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_refusal", "names": [ "openai.types.responses.response_output_refusal.ResponseOutputRefusal" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/summary_text_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.summary_text_content.SummaryTextContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SummaryTextContent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SummaryTextContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.summary_text_content", "names": [ "openai.types.conversations.summary_text_content.SummaryTextContent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_text_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_text_param.ResponseOutputTextParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputTextParam.annotations", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputTextParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputTextParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputTextParam.logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text_param.LogprobTopLogprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobTopLogprob.token", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LogprobTopLogprob.bytes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LogprobTopLogprob.logprob", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text_param.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Logprob.bytes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Logprob.top_logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text_param.AnnotationFileCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationFileCitation.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationFileCitation.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationFileCitation.index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationFileCitation.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_output_text_param.Annotation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_output_text_param.AnnotationFilePath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationFilePath.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationFilePath.index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationFilePath.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text_param.AnnotationURLCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationURLCitation.end_index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationURLCitation.start_index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationURLCitation.title", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationURLCitation.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationURLCitation.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_text_param.AnnotationContainerFileCitation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AnnotationContainerFileCitation.container_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.end_index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.start_index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AnnotationContainerFileCitation.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_text_param", "names": [ "openai.types.responses.response_output_text_param.Annotation", "openai.types.responses.response_output_text_param.AnnotationContainerFileCitation", "openai.types.responses.response_output_text_param.AnnotationFileCitation", "openai.types.responses.response_output_text_param.AnnotationFilePath", "openai.types.responses.response_output_text_param.AnnotationURLCitation", "openai.types.responses.response_output_text_param.Logprob", "openai.types.responses.response_output_text_param.LogprobTopLogprob", "openai.types.responses.response_output_text_param.ResponseOutputTextParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 30, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/conversation_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.conversation_create_params.ConversationCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationCreateParams.items", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.conversation_create_params", "names": [ "openai.types.conversations.conversation_create_params.ConversationCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/conversation_item.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.conversations.conversation_item.ConversationItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.McpApprovalResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.approve", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.McpCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.ImageGenerationCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.result", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.McpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListTools.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.McpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalRequest.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.McpListToolsTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsTool.input_schema", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.LocalShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.LocalShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.conversations.conversation_item.LocalShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallAction.command", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.env", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.working_directory", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.conversation_item", "names": [ "openai.types.conversations.conversation_item.ConversationItem", "openai.types.conversations.conversation_item.ImageGenerationCall", "openai.types.conversations.conversation_item.LocalShellCall", "openai.types.conversations.conversation_item.LocalShellCallAction", "openai.types.conversations.conversation_item.LocalShellCallOutput", "openai.types.conversations.conversation_item.McpApprovalRequest", "openai.types.conversations.conversation_item.McpApprovalResponse", "openai.types.conversations.conversation_item.McpCall", "openai.types.conversations.conversation_item.McpListTools", "openai.types.conversations.conversation_item.McpListToolsTool" ], "n_typable": 48, "n_typed": 48, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 9, "n_attrs": 48, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/item_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.item_list_params.ItemListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemListParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.item_list_params", "names": [ "openai.types.conversations.item_list_params.ItemListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_image_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_image_param.ResponseInputImageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputImageParam.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputImageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputImageParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputImageParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_image_param", "names": [ "openai.types.responses.response_input_image_param.ResponseInputImageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/conversations/item_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.conversations.item_create_params.ItemCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemCreateParams.items", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemCreateParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.conversations.item_create_params", "names": [ "openai.types.conversations.item_create_params.ItemCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_text.ResponseInputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_text", "names": [ "openai.types.responses.response_input_text.ResponseInputText" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_cancel_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_cancel_response.RunCancelResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunCancelResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.data_source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.per_model_usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.per_testing_criteria_results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.report_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.result_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCancelResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.item_reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.template", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParams.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.PerTestingCriteriaResult", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerTestingCriteriaResult.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.ResultCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResultCounts.errored", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileID.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_before", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.instructions_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.users", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponses.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.input_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.sampling_params", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSamplingParamsText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParamsText.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_cancel_response.DataSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesSourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_cancel_response.PerModelUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerModelUsage.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.invocation_count", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.run_model_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.run_cancel_response", "names": [ "openai.types.evals.run_cancel_response.DataSource", "openai.types.evals.run_cancel_response.DataSourceResponses", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessages", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesItemReference", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplate", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplate", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.run_cancel_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.run_cancel_response.DataSourceResponsesSamplingParams", "openai.types.evals.run_cancel_response.DataSourceResponsesSamplingParamsText", "openai.types.evals.run_cancel_response.DataSourceResponsesSource", "openai.types.evals.run_cancel_response.DataSourceResponsesSourceFileContent", "openai.types.evals.run_cancel_response.DataSourceResponsesSourceFileContentContent", "openai.types.evals.run_cancel_response.DataSourceResponsesSourceFileID", "openai.types.evals.run_cancel_response.DataSourceResponsesSourceResponses", "openai.types.evals.run_cancel_response.PerModelUsage", "openai.types.evals.run_cancel_response.PerTestingCriteriaResult", "openai.types.evals.run_cancel_response.ResultCounts", "openai.types.evals.run_cancel_response.RunCancelResponse" ], "n_typable": 76, "n_typed": 76, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 17, "n_attrs": 76, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_retrieve_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_retrieve_response.RunRetrieveResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunRetrieveResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.data_source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.per_model_usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.per_testing_criteria_results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.report_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.result_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunRetrieveResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.item_reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.template", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParams.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.PerTestingCriteriaResult", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerTestingCriteriaResult.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.ResultCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResultCounts.errored", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileID.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_before", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.instructions_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.users", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponses.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.input_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.sampling_params", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSamplingParamsText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParamsText.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_retrieve_response.DataSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_retrieve_response.PerModelUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerModelUsage.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.invocation_count", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.run_model_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.run_retrieve_response", "names": [ "openai.types.evals.run_retrieve_response.DataSource", "openai.types.evals.run_retrieve_response.DataSourceResponses", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessages", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesItemReference", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplate", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplate", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.run_retrieve_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.run_retrieve_response.DataSourceResponsesSamplingParams", "openai.types.evals.run_retrieve_response.DataSourceResponsesSamplingParamsText", "openai.types.evals.run_retrieve_response.DataSourceResponsesSource", "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceFileContent", "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceFileContentContent", "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceFileID", "openai.types.evals.run_retrieve_response.DataSourceResponsesSourceResponses", "openai.types.evals.run_retrieve_response.PerModelUsage", "openai.types.evals.run_retrieve_response.PerTestingCriteriaResult", "openai.types.evals.run_retrieve_response.ResultCounts", "openai.types.evals.run_retrieve_response.RunRetrieveResponse" ], "n_typable": 76, "n_typed": 76, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 17, "n_attrs": 76, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/create_eval_jsonl_run_data_source_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source_param.CreateEvalJSONLRunDataSourceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CreateEvalJSONLRunDataSourceParam.source", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CreateEvalJSONLRunDataSourceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source_param.SourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceFileID.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source_param.SourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContent.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceFileContent.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source_param.SourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContentContent.item", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceFileContentContent.sample", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_jsonl_run_data_source_param.Source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.create_eval_jsonl_run_data_source_param", "names": [ "openai.types.evals.create_eval_jsonl_run_data_source_param.CreateEvalJSONLRunDataSourceParam", "openai.types.evals.create_eval_jsonl_run_data_source_param.Source", "openai.types.evals.create_eval_jsonl_run_data_source_param.SourceFileContent", "openai.types.evals.create_eval_jsonl_run_data_source_param.SourceFileContentContent", "openai.types.evals.create_eval_jsonl_run_data_source_param.SourceFileID" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/create_eval_completions_run_data_source_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.CreateEvalCompletionsRunDataSourceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CreateEvalCompletionsRunDataSourceParam.source", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSourceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSourceParam.input_messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSourceParam.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSourceParam.sampling_params", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.SamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SamplingParams.max_completion_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.response_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.seed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source_param.Source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.SourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceFileID.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesItemReference.item_reference", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesItemReference.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.SourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContent.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceFileContent.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplate.template", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesTemplate.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.SourceStoredCompletions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceStoredCompletions.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceStoredCompletions.created_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceStoredCompletions.created_before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceStoredCompletions.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceStoredCompletions.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceStoredCompletions.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.SourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContentContent.item", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SourceFileContentContent.sample", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItem.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItem.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItem.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source_param.SamplingParamsResponseFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.create_eval_completions_run_data_source_param", "names": [ "openai.types.evals.create_eval_completions_run_data_source_param.CreateEvalCompletionsRunDataSourceParam", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessages", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesItemReference", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplate", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplate", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItem", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.create_eval_completions_run_data_source_param.InputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.create_eval_completions_run_data_source_param.SamplingParams", "openai.types.evals.create_eval_completions_run_data_source_param.SamplingParamsResponseFormat", "openai.types.evals.create_eval_completions_run_data_source_param.Source", "openai.types.evals.create_eval_completions_run_data_source_param.SourceFileContent", "openai.types.evals.create_eval_completions_run_data_source_param.SourceFileContentContent", "openai.types.evals.create_eval_completions_run_data_source_param.SourceFileID", "openai.types.evals.create_eval_completions_run_data_source_param.SourceStoredCompletions" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 11, "n_attrs": 41, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_create_response.RunCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.data_source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.per_model_usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.per_testing_criteria_results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.report_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.result_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunCreateResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.item_reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_response.DataSourceResponsesSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.template", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesSamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParams.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_response.PerTestingCriteriaResult", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerTestingCriteriaResult.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesSourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.ResultCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResultCounts.errored", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesSourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileID.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_before", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.instructions_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.users", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponses.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.input_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.sampling_params", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesSamplingParamsText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParamsText.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_response.DataSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesSourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_response.PerModelUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerModelUsage.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.invocation_count", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.run_model_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_response.DataSourceResponsesInputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.run_create_response", "names": [ "openai.types.evals.run_create_response.DataSource", "openai.types.evals.run_create_response.DataSourceResponses", "openai.types.evals.run_create_response.DataSourceResponsesInputMessages", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesItemReference", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplate", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplate", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.run_create_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.run_create_response.DataSourceResponsesSamplingParams", "openai.types.evals.run_create_response.DataSourceResponsesSamplingParamsText", "openai.types.evals.run_create_response.DataSourceResponsesSource", "openai.types.evals.run_create_response.DataSourceResponsesSourceFileContent", "openai.types.evals.run_create_response.DataSourceResponsesSourceFileContentContent", "openai.types.evals.run_create_response.DataSourceResponsesSourceFileID", "openai.types.evals.run_create_response.DataSourceResponsesSourceResponses", "openai.types.evals.run_create_response.PerModelUsage", "openai.types.evals.run_create_response.PerTestingCriteriaResult", "openai.types.evals.run_create_response.ResultCounts", "openai.types.evals.run_create_response.RunCreateResponse" ], "n_typable": 76, "n_typed": 76, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 17, "n_attrs": 76, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_list_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_list_response.RunListResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunListResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.data_source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.per_model_usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.per_testing_criteria_results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.report_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.result_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunListResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.item_reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesItemReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateChatMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_list_response.DataSourceResponsesSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.template", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplate.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesSamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParams.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSamplingParams.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_list_response.PerTestingCriteriaResult", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerTestingCriteriaResult.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerTestingCriteriaResult.testing_criteria", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesSourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContentContent.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.ResultCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResultCounts.errored", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResultCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesSourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileID.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.created_before", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.instructions_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceResponses.users", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponses.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.input_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponses.sampling_params", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesSamplingParamsText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSamplingParamsText.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_list_response.DataSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesSourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesSourceFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_list_response.PerModelUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PerModelUsage.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.invocation_count", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.run_model_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PerModelUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_list_response.DataSourceResponsesInputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.run_list_response", "names": [ "openai.types.evals.run_list_response.DataSource", "openai.types.evals.run_list_response.DataSourceResponses", "openai.types.evals.run_list_response.DataSourceResponsesInputMessages", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesItemReference", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplate", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplate", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateChatMessage", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItem", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.run_list_response.DataSourceResponsesInputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.run_list_response.DataSourceResponsesSamplingParams", "openai.types.evals.run_list_response.DataSourceResponsesSamplingParamsText", "openai.types.evals.run_list_response.DataSourceResponsesSource", "openai.types.evals.run_list_response.DataSourceResponsesSourceFileContent", "openai.types.evals.run_list_response.DataSourceResponsesSourceFileContentContent", "openai.types.evals.run_list_response.DataSourceResponsesSourceFileID", "openai.types.evals.run_list_response.DataSourceResponsesSourceResponses", "openai.types.evals.run_list_response.PerModelUsage", "openai.types.evals.run_list_response.PerTestingCriteriaResult", "openai.types.evals.run_list_response.ResultCounts", "openai.types.evals.run_list_response.RunListResponse" ], "n_typable": 76, "n_typed": 76, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 17, "n_attrs": 76, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_list_params.RunListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunListParams.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.evals.run_list_params", "names": [ "openai.types.evals.run_list_params.RunListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/create_eval_jsonl_run_data_source.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source.CreateEvalJSONLRunDataSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CreateEvalJSONLRunDataSource.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEvalJSONLRunDataSource.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source.SourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceFileID.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source.SourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_jsonl_run_data_source.SourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContentContent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceFileContentContent.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_jsonl_run_data_source.Source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.create_eval_jsonl_run_data_source", "names": [ "openai.types.evals.create_eval_jsonl_run_data_source.CreateEvalJSONLRunDataSource", "openai.types.evals.create_eval_jsonl_run_data_source.Source", "openai.types.evals.create_eval_jsonl_run_data_source.SourceFileContent", "openai.types.evals.create_eval_jsonl_run_data_source.SourceFileContentContent", "openai.types.evals.create_eval_jsonl_run_data_source.SourceFileID" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/create_eval_completions_run_data_source.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.CreateEvalCompletionsRunDataSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CreateEvalCompletionsRunDataSource.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSource.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSource.input_messages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSource.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CreateEvalCompletionsRunDataSource.sampling_params", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.SamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SamplingParams.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.response_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source.Source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.SourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceFileID.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesItemReference.item_reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesItemReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.SourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContent.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplate.template", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesTemplate.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.SourceStoredCompletions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceStoredCompletions.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceStoredCompletions.created_after", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceStoredCompletions.created_before", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceStoredCompletions.limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceStoredCompletions.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceStoredCompletions.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.SourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SourceFileContentContent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SourceFileContentContent.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.create_eval_completions_run_data_source.SamplingParamsResponseFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.evals.create_eval_completions_run_data_source", "names": [ "openai.types.evals.create_eval_completions_run_data_source.CreateEvalCompletionsRunDataSource", "openai.types.evals.create_eval_completions_run_data_source.InputMessages", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesItemReference", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplate", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplate", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItem", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.create_eval_completions_run_data_source.InputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.create_eval_completions_run_data_source.SamplingParams", "openai.types.evals.create_eval_completions_run_data_source.SamplingParamsResponseFormat", "openai.types.evals.create_eval_completions_run_data_source.Source", "openai.types.evals.create_eval_completions_run_data_source.SourceFileContent", "openai.types.evals.create_eval_completions_run_data_source.SourceFileContentContent", "openai.types.evals.create_eval_completions_run_data_source.SourceFileID", "openai.types.evals.create_eval_completions_run_data_source.SourceStoredCompletions" ], "n_typable": 41, "n_typed": 41, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 11, "n_attrs": 41, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_create_params.RunCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunCreateParams.data_source", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RunCreateParams.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateChatMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateChatMessage.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateChatMessage.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplate", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplate.template", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplate.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceFileID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceFileID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceFileID.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentOutputText.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentOutputText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentInputImage.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentInputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentInputImage.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceFileContentContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceFileContentContent.item", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceFileContentContent.sample", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceFileContent.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceFileContent.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceResponses", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.created_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.created_before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.instructions_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSourceResponses.users", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItem.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItem.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItem.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.evals.run_create_params.DataSource", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessages", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSamplingParamsText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParamsText.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSource.source", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSource.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSource.input_messages", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSource.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSource.sampling_params", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.max_completion_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.seed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceSamplingParams.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesItemReference.item_reference", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DataSourceCreateEvalResponsesRunDataSourceInputMessagesItemReference.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.evals.run_create_params", "names": [ "openai.types.evals.run_create_params.DataSource", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSource", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessages", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesItemReference", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplate", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplate", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateChatMessage", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItem", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContent", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentInputImage", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceInputMessagesTemplateTemplateEvalItemContentOutputText", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSamplingParams", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSamplingParamsText", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSource", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceFileContent", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceFileContentContent", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceFileID", "openai.types.evals.run_create_params.DataSourceCreateEvalResponsesRunDataSourceSourceResponses", "openai.types.evals.run_create_params.RunCreateParams" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 14, "n_attrs": 52, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/eval_api_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.eval_api_error.EvalAPIError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalAPIError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalAPIError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.evals.eval_api_error", "names": [ "openai.types.evals.eval_api_error.EvalAPIError" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/run_delete_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.run_delete_response.RunDeleteResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RunDeleteResponse.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunDeleteResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RunDeleteResponse.run_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.evals.run_delete_response", "names": [ "openai.types.evals.run_delete_response.RunDeleteResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/evals/runs/output_item_list_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.runs.output_item_list_response.OutputItemListResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputItemListResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.datasource_item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.datasource_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.run_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemListResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_list_response.SampleInput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SampleInput.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleInput.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_list_response.Sample", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Sample.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.finish_reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_list_response.Result", "methods": [ { "kind": "function", "name": "Result.__getattr__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "Result.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.score", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.__pydantic_extra__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.__pydantic_extra__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_list_response.SampleOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SampleOutput.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleOutput.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_list_response.SampleUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SampleUsage.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [ { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] } ], "name": "openai.types.evals.runs.output_item_list_response", "names": [ "openai.types.evals.runs.output_item_list_response.OutputItemListResponse", "openai.types.evals.runs.output_item_list_response.Result", "openai.types.evals.runs.output_item_list_response.Sample", "openai.types.evals.runs.output_item_list_response.SampleInput", "openai.types.evals.runs.output_item_list_response.SampleOutput", "openai.types.evals.runs.output_item_list_response.SampleUsage" ], "n_typable": 37, "n_typed": 37, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_classes": 6, "n_attrs": 35, "n_properties": 0, "n_type_ignores": 1 }, { "path": "openai/types/evals/runs/output_item_retrieve_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.runs.output_item_retrieve_response.OutputItemRetrieveResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputItemRetrieveResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.datasource_item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.datasource_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.eval_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.run_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputItemRetrieveResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_retrieve_response.SampleInput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SampleInput.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleInput.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_retrieve_response.Sample", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Sample.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.finish_reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.max_completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Sample.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_retrieve_response.Result", "methods": [ { "kind": "function", "name": "Result.__getattr__", "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_overloads": 1, "n_typable": 2, "n_params": 1, "n_function_overloads": 1, "n_function_params": 1 } ], "properties": [], "attrs": [ { "kind": "attr", "name": "Result.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.passed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.score", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.sample", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.__pydantic_extra__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.__pydantic_extra__", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_retrieve_response.SampleOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SampleOutput.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleOutput.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.evals.runs.output_item_retrieve_response.SampleUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SampleUsage.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleUsage.completion_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleUsage.prompt_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SampleUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [ { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] } ], "name": "openai.types.evals.runs.output_item_retrieve_response", "names": [ "openai.types.evals.runs.output_item_retrieve_response.OutputItemRetrieveResponse", "openai.types.evals.runs.output_item_retrieve_response.Result", "openai.types.evals.runs.output_item_retrieve_response.Sample", "openai.types.evals.runs.output_item_retrieve_response.SampleInput", "openai.types.evals.runs.output_item_retrieve_response.SampleOutput", "openai.types.evals.runs.output_item_retrieve_response.SampleUsage" ], "n_typable": 37, "n_typed": 37, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 1, "n_method_overloads": 1, "n_method_params": 1, "n_classes": 6, "n_attrs": 35, "n_properties": 0, "n_type_ignores": 1 }, { "path": "openai/types/evals/runs/output_item_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.evals.runs.output_item_list_params.OutputItemListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputItemListParams.eval_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputItemListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputItemListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputItemListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputItemListParams.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.evals.runs.output_item_list_params", "names": [ "openai.types.evals.runs.output_item_list_params.OutputItemListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/fine_tuning_job.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job.FineTuningJob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJob.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.fine_tuned_model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.finished_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.hyperparameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.organization_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.result_files", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.trained_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.training_file", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.validation_file", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.estimated_finish", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.integrations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJob.method", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 19, "n_typed": 19, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 19, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job.Method", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Method.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Method.dpo", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Method.reinforcement", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Method.supervised", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job.Hyperparameters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Hyperparameters.batch_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Hyperparameters.learning_rate_multiplier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Hyperparameters.n_epochs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job.Error", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Error.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.fine_tuning_job", "names": [ "openai.types.fine_tuning.fine_tuning_job.Error", "openai.types.fine_tuning.fine_tuning_job.FineTuningJob", "openai.types.fine_tuning.fine_tuning_job.Hyperparameters", "openai.types.fine_tuning.fine_tuning_job.Method" ], "n_typable": 29, "n_typed": 29, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 29, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/reinforcement_method_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.reinforcement_method_param.ReinforcementMethodParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ReinforcementMethodParam.grader", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementMethodParam.hyperparameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.fine_tuning.reinforcement_method_param.Grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.fine_tuning.reinforcement_method_param", "names": [ "openai.types.fine_tuning.reinforcement_method_param.Grader", "openai.types.fine_tuning.reinforcement_method_param.ReinforcementMethodParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/job_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.job_list_params.JobListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "JobListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobListParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.job_list_params", "names": [ "openai.types.fine_tuning.job_list_params.JobListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/reinforcement_method.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.reinforcement_method.ReinforcementMethod", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ReinforcementMethod.grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementMethod.hyperparameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.fine_tuning.reinforcement_method.Grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.fine_tuning.reinforcement_method", "names": [ "openai.types.fine_tuning.reinforcement_method.Grader", "openai.types.fine_tuning.reinforcement_method.ReinforcementMethod" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/supervised_hyperparameters.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.supervised_hyperparameters.SupervisedHyperparameters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SupervisedHyperparameters.batch_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SupervisedHyperparameters.learning_rate_multiplier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SupervisedHyperparameters.n_epochs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.supervised_hyperparameters", "names": [ "openai.types.fine_tuning.supervised_hyperparameters.SupervisedHyperparameters" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/supervised_method.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.supervised_method.SupervisedMethod", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SupervisedMethod.hyperparameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.supervised_method", "names": [ "openai.types.fine_tuning.supervised_method.SupervisedMethod" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/fine_tuning_job_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job_event.FineTuningJobEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobEvent.level", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobEvent.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.fine_tuning_job_event", "names": [ "openai.types.fine_tuning.fine_tuning_job_event.FineTuningJobEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/supervised_method_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.supervised_method_param.SupervisedMethodParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SupervisedMethodParam.hyperparameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.supervised_method_param", "names": [ "openai.types.fine_tuning.supervised_method_param.SupervisedMethodParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/dpo_method.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.dpo_method.DpoMethod", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DpoMethod.hyperparameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.dpo_method", "names": [ "openai.types.fine_tuning.dpo_method.DpoMethod" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/fine_tuning_job_wandb_integration.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job_wandb_integration.FineTuningJobWandbIntegration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobWandbIntegration.project", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobWandbIntegration.entity", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobWandbIntegration.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobWandbIntegration.tags", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.fine_tuning_job_wandb_integration", "names": [ "openai.types.fine_tuning.fine_tuning_job_wandb_integration.FineTuningJobWandbIntegration" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/dpo_hyperparameters.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.dpo_hyperparameters.DpoHyperparameters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DpoHyperparameters.batch_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DpoHyperparameters.beta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DpoHyperparameters.learning_rate_multiplier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DpoHyperparameters.n_epochs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.dpo_hyperparameters", "names": [ "openai.types.fine_tuning.dpo_hyperparameters.DpoHyperparameters" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/reinforcement_hyperparameters_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.reinforcement_hyperparameters_param.ReinforcementHyperparametersParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ReinforcementHyperparametersParam.batch_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementHyperparametersParam.compute_multiplier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementHyperparametersParam.eval_interval", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementHyperparametersParam.eval_samples", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementHyperparametersParam.learning_rate_multiplier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementHyperparametersParam.n_epochs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ReinforcementHyperparametersParam.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.reinforcement_hyperparameters_param", "names": [ "openai.types.fine_tuning.reinforcement_hyperparameters_param.ReinforcementHyperparametersParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/fine_tuning_job_wandb_integration_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.fine_tuning_job_wandb_integration_object.FineTuningJobWandbIntegrationObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobWandbIntegrationObject.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobWandbIntegrationObject.wandb", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.fine_tuning_job_wandb_integration_object", "names": [ "openai.types.fine_tuning.fine_tuning_job_wandb_integration_object.FineTuningJobWandbIntegrationObject" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/job_list_events_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.job_list_events_params.JobListEventsParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "JobListEventsParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobListEventsParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.job_list_events_params", "names": [ "openai.types.fine_tuning.job_list_events_params.JobListEventsParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/dpo_hyperparameters_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.dpo_hyperparameters_param.DpoHyperparametersParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DpoHyperparametersParam.batch_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DpoHyperparametersParam.beta", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DpoHyperparametersParam.learning_rate_multiplier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DpoHyperparametersParam.n_epochs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.dpo_hyperparameters_param", "names": [ "openai.types.fine_tuning.dpo_hyperparameters_param.DpoHyperparametersParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/job_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.job_create_params.JobCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "JobCreateParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.training_file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.hyperparameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.integrations", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.method", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.seed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.suffix", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JobCreateParams.validation_file", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.job_create_params.Method", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Method.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Method.dpo", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Method.reinforcement", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Method.supervised", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.job_create_params.Hyperparameters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Hyperparameters.batch_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Hyperparameters.learning_rate_multiplier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Hyperparameters.n_epochs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.job_create_params.IntegrationWandb", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "IntegrationWandb.project", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "IntegrationWandb.entity", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "IntegrationWandb.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "IntegrationWandb.tags", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.job_create_params.Integration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Integration.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Integration.wandb", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.job_create_params", "names": [ "openai.types.fine_tuning.job_create_params.Hyperparameters", "openai.types.fine_tuning.job_create_params.Integration", "openai.types.fine_tuning.job_create_params.IntegrationWandb", "openai.types.fine_tuning.job_create_params.JobCreateParams", "openai.types.fine_tuning.job_create_params.Method" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 22, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/reinforcement_hyperparameters.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.reinforcement_hyperparameters.ReinforcementHyperparameters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ReinforcementHyperparameters.batch_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementHyperparameters.compute_multiplier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementHyperparameters.eval_interval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementHyperparameters.eval_samples", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementHyperparameters.learning_rate_multiplier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementHyperparameters.n_epochs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ReinforcementHyperparameters.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.reinforcement_hyperparameters", "names": [ "openai.types.fine_tuning.reinforcement_hyperparameters.ReinforcementHyperparameters" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/dpo_method_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.dpo_method_param.DpoMethodParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DpoMethodParam.hyperparameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.dpo_method_param", "names": [ "openai.types.fine_tuning.dpo_method_param.DpoMethodParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/supervised_hyperparameters_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.supervised_hyperparameters_param.SupervisedHyperparametersParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SupervisedHyperparametersParam.batch_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SupervisedHyperparametersParam.learning_rate_multiplier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SupervisedHyperparametersParam.n_epochs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.supervised_hyperparameters_param", "names": [ "openai.types.fine_tuning.supervised_hyperparameters_param.SupervisedHyperparametersParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/alpha/grader_run_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.alpha.grader_run_params.GraderRunParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderRunParams.grader", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "GraderRunParams.model_sample", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "GraderRunParams.item", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.fine_tuning.alpha.grader_run_params.Grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.fine_tuning.alpha.grader_run_params", "names": [ "openai.types.fine_tuning.alpha.grader_run_params.Grader", "openai.types.fine_tuning.alpha.grader_run_params.GraderRunParams" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/alpha/grader_run_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.alpha.grader_run_response.GraderRunResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderRunResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "GraderRunResponse.api_model_grader_token_usage_per_model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "GraderRunResponse.reward", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "GraderRunResponse.sub_rewards", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.alpha.grader_run_response.Metadata", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Metadata.errors", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metadata.execution_time", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metadata.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metadata.sampled_model_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metadata.scores", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metadata.token_usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metadata.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.alpha.grader_run_response.MetadataErrors", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MetadataErrors.formula_parse_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.invalid_variable_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.api_model_grader_parse_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.api_model_grader_refusal_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.api_model_grader_server_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.api_model_grader_server_error_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.other_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.python_grader_runtime_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.python_grader_runtime_error_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.python_grader_server_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.python_grader_server_error_type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.sample_parse_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.truncated_observation_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MetadataErrors.unresponsive_reward_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 14, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.alpha.grader_run_response", "names": [ "openai.types.fine_tuning.alpha.grader_run_response.GraderRunResponse", "openai.types.fine_tuning.alpha.grader_run_response.Metadata", "openai.types.fine_tuning.alpha.grader_run_response.MetadataErrors" ], "n_typable": 25, "n_typed": 25, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 25, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/alpha/grader_validate_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.alpha.grader_validate_response.GraderValidateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderValidateResponse.grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.fine_tuning.alpha.grader_validate_response.Grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.fine_tuning.alpha.grader_validate_response", "names": [ "openai.types.fine_tuning.alpha.grader_validate_response.Grader", "openai.types.fine_tuning.alpha.grader_validate_response.GraderValidateResponse" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/alpha/grader_validate_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.alpha.grader_validate_params.GraderValidateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderValidateParams.grader", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.fine_tuning.alpha.grader_validate_params.Grader", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.fine_tuning.alpha.grader_validate_params", "names": [ "openai.types.fine_tuning.alpha.grader_validate_params.Grader", "openai.types.fine_tuning.alpha.grader_validate_params.GraderValidateParams" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_list_params.PermissionListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PermissionListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PermissionListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PermissionListParams.project_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_list_params", "names": [ "openai.types.fine_tuning.checkpoints.permission_list_params.PermissionListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_create_params.PermissionCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionCreateParams.project_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_create_params", "names": [ "openai.types.fine_tuning.checkpoints.permission_create_params.PermissionCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_delete_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_delete_response.PermissionDeleteResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionDeleteResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionDeleteResponse.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionDeleteResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_delete_response", "names": [ "openai.types.fine_tuning.checkpoints.permission_delete_response.PermissionDeleteResponse" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_retrieve_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_retrieve_params.PermissionRetrieveParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionRetrieveParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PermissionRetrieveParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PermissionRetrieveParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PermissionRetrieveParams.project_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_retrieve_params", "names": [ "openai.types.fine_tuning.checkpoints.permission_retrieve_params.PermissionRetrieveParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_create_response.PermissionCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionCreateResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionCreateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionCreateResponse.project_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_create_response", "names": [ "openai.types.fine_tuning.checkpoints.permission_create_response.PermissionCreateResponse" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_list_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_list_response.PermissionListResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionListResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionListResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionListResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionListResponse.project_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_list_response", "names": [ "openai.types.fine_tuning.checkpoints.permission_list_response.PermissionListResponse" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/checkpoints/permission_retrieve_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_retrieve_response.PermissionRetrieveResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PermissionRetrieveResponse.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionRetrieveResponse.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionRetrieveResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionRetrieveResponse.first_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PermissionRetrieveResponse.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.checkpoints.permission_retrieve_response.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Data.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Data.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Data.project_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.checkpoints.permission_retrieve_response", "names": [ "openai.types.fine_tuning.checkpoints.permission_retrieve_response.Data", "openai.types.fine_tuning.checkpoints.permission_retrieve_response.PermissionRetrieveResponse" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/jobs/fine_tuning_job_checkpoint.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.jobs.fine_tuning_job_checkpoint.FineTuningJobCheckpoint", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobCheckpoint.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCheckpoint.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCheckpoint.fine_tuned_model_checkpoint", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCheckpoint.fine_tuning_job_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCheckpoint.metrics", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCheckpoint.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCheckpoint.step_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.fine_tuning.jobs.fine_tuning_job_checkpoint.Metrics", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Metrics.full_valid_loss", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metrics.full_valid_mean_token_accuracy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metrics.step", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metrics.train_loss", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metrics.train_mean_token_accuracy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metrics.valid_loss", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Metrics.valid_mean_token_accuracy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.jobs.fine_tuning_job_checkpoint", "names": [ "openai.types.fine_tuning.jobs.fine_tuning_job_checkpoint.FineTuningJobCheckpoint", "openai.types.fine_tuning.jobs.fine_tuning_job_checkpoint.Metrics" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/fine_tuning/jobs/checkpoint_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.fine_tuning.jobs.checkpoint_list_params.CheckpointListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CheckpointListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CheckpointListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.fine_tuning.jobs.checkpoint_list_params", "names": [ "openai.types.fine_tuning.jobs.checkpoint_list_params.CheckpointListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/score_model_grader.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.score_model_grader.ScoreModelGrader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ScoreModelGrader.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ScoreModelGrader.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ScoreModelGrader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ScoreModelGrader.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ScoreModelGrader.range", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ScoreModelGrader.sampling_params", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader.InputContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader.SamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SamplingParams.max_completions_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.reasoning_effort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.seed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SamplingParams.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader.Input", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Input.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Input.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Input.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader.InputContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.score_model_grader.InputContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.score_model_grader", "names": [ "openai.types.graders.score_model_grader.Input", "openai.types.graders.score_model_grader.InputContent", "openai.types.graders.score_model_grader.InputContentInputImage", "openai.types.graders.score_model_grader.InputContentOutputText", "openai.types.graders.score_model_grader.SamplingParams", "openai.types.graders.score_model_grader.ScoreModelGrader" ], "n_typable": 20, "n_typed": 20, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 20, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/grader_inputs_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.graders.grader_inputs_param.GraderInputsParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.graders.grader_inputs_param.GraderInputsParamItemInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderInputsParamItemInputImage.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "GraderInputsParamItemInputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "GraderInputsParamItemInputImage.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.grader_inputs_param.GraderInputsParamItemOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderInputsParamItemOutputText.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "GraderInputsParamItemOutputText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.grader_inputs_param.GraderInputsParamItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.grader_inputs_param", "names": [ "openai.types.graders.grader_inputs_param.GraderInputsParam", "openai.types.graders.grader_inputs_param.GraderInputsParamItem", "openai.types.graders.grader_inputs_param.GraderInputsParamItemInputImage", "openai.types.graders.grader_inputs_param.GraderInputsParamItemOutputText" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/multi_grader_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.multi_grader_param.MultiGraderParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MultiGraderParam.calculate_output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MultiGraderParam.graders", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MultiGraderParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "MultiGraderParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.multi_grader_param.Graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.multi_grader_param", "names": [ "openai.types.graders.multi_grader_param.Graders", "openai.types.graders.multi_grader_param.MultiGraderParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/python_grader.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.python_grader.PythonGrader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PythonGrader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PythonGrader.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PythonGrader.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PythonGrader.image_tag", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.python_grader", "names": [ "openai.types.graders.python_grader.PythonGrader" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/string_check_grader_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.string_check_grader_param.StringCheckGraderParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StringCheckGraderParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StringCheckGraderParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StringCheckGraderParam.operation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StringCheckGraderParam.reference", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "StringCheckGraderParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.string_check_grader_param", "names": [ "openai.types.graders.string_check_grader_param.StringCheckGraderParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/text_similarity_grader.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.text_similarity_grader.TextSimilarityGrader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextSimilarityGrader.evaluation_metric", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextSimilarityGrader.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextSimilarityGrader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextSimilarityGrader.reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TextSimilarityGrader.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.text_similarity_grader", "names": [ "openai.types.graders.text_similarity_grader.TextSimilarityGrader" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/python_grader_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.python_grader_param.PythonGraderParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PythonGraderParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PythonGraderParam.source", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PythonGraderParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PythonGraderParam.image_tag", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.python_grader_param", "names": [ "openai.types.graders.python_grader_param.PythonGraderParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/label_model_grader.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.label_model_grader.LabelModelGrader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LabelModelGrader.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LabelModelGrader.labels", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LabelModelGrader.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LabelModelGrader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LabelModelGrader.passing_labels", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LabelModelGrader.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.label_model_grader.InputContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputContentInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputContentInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.label_model_grader.Input", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Input.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Input.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Input.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.label_model_grader.InputContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputContentOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.label_model_grader.InputContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.label_model_grader", "names": [ "openai.types.graders.label_model_grader.Input", "openai.types.graders.label_model_grader.InputContent", "openai.types.graders.label_model_grader.InputContentInputImage", "openai.types.graders.label_model_grader.InputContentOutputText", "openai.types.graders.label_model_grader.LabelModelGrader" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/label_model_grader_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.label_model_grader_param.LabelModelGraderParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LabelModelGraderParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LabelModelGraderParam.labels", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LabelModelGraderParam.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LabelModelGraderParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LabelModelGraderParam.passing_labels", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LabelModelGraderParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.label_model_grader_param.InputContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentInputImage.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputContentInputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputContentInputImage.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.label_model_grader_param.Input", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Input.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Input.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Input.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.label_model_grader_param.InputContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentOutputText.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputContentOutputText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.label_model_grader_param.InputContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.label_model_grader_param", "names": [ "openai.types.graders.label_model_grader_param.Input", "openai.types.graders.label_model_grader_param.InputContent", "openai.types.graders.label_model_grader_param.InputContentInputImage", "openai.types.graders.label_model_grader_param.InputContentOutputText", "openai.types.graders.label_model_grader_param.LabelModelGraderParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/grader_inputs.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.graders.grader_inputs.GraderInputs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.graders.grader_inputs.GraderInputItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.graders.grader_inputs.GraderInputItemOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderInputItemOutputText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "GraderInputItemOutputText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.grader_inputs.GraderInputItemInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "GraderInputItemInputImage.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "GraderInputItemInputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "GraderInputItemInputImage.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.grader_inputs", "names": [ "openai.types.graders.grader_inputs.GraderInputItem", "openai.types.graders.grader_inputs.GraderInputItemInputImage", "openai.types.graders.grader_inputs.GraderInputItemOutputText", "openai.types.graders.grader_inputs.GraderInputs" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/multi_grader.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.multi_grader.MultiGrader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "MultiGrader.calculate_output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MultiGrader.graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MultiGrader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "MultiGrader.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.multi_grader.Graders", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.multi_grader", "names": [ "openai.types.graders.multi_grader.Graders", "openai.types.graders.multi_grader.MultiGrader" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/score_model_grader_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.score_model_grader_param.ScoreModelGraderParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ScoreModelGraderParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ScoreModelGraderParam.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ScoreModelGraderParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ScoreModelGraderParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ScoreModelGraderParam.range", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ScoreModelGraderParam.sampling_params", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader_param.InputContentInputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentInputImage.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputContentInputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputContentInputImage.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader_param.SamplingParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SamplingParams.max_completions_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.reasoning_effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.seed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SamplingParams.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader_param.Input", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Input.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Input.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Input.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.graders.score_model_grader_param.InputContentOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputContentOutputText.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputContentOutputText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.graders.score_model_grader_param.InputContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.graders.score_model_grader_param", "names": [ "openai.types.graders.score_model_grader_param.Input", "openai.types.graders.score_model_grader_param.InputContent", "openai.types.graders.score_model_grader_param.InputContentInputImage", "openai.types.graders.score_model_grader_param.InputContentOutputText", "openai.types.graders.score_model_grader_param.SamplingParams", "openai.types.graders.score_model_grader_param.ScoreModelGraderParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 20, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/string_check_grader.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.string_check_grader.StringCheckGrader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StringCheckGrader.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StringCheckGrader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StringCheckGrader.operation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StringCheckGrader.reference", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "StringCheckGrader.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.string_check_grader", "names": [ "openai.types.graders.string_check_grader.StringCheckGrader" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/graders/text_similarity_grader_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.graders.text_similarity_grader_param.TextSimilarityGraderParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TextSimilarityGraderParam.evaluation_metric", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TextSimilarityGraderParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TextSimilarityGraderParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TextSimilarityGraderParam.reference", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TextSimilarityGraderParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.graders.text_similarity_grader_param", "names": [ "openai.types.graders.text_similarity_grader_param.TextSimilarityGraderParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_usage_output_token_details.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_usage_output_token_details.RealtimeResponseUsageOutputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseUsageOutputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsageOutputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_usage_output_token_details", "names": [ "openai.types.realtime.realtime_response_usage_output_token_details.RealtimeResponseUsageOutputTokenDetails" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_tool_execution_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_tool_execution_error.RealtimeMcpToolExecutionError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpToolExecutionError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolExecutionError.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_tool_execution_error", "names": [ "openai.types.realtime.realtime_mcp_tool_execution_error.RealtimeMcpToolExecutionError" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_append_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_append_event_param.InputAudioBufferAppendEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferAppendEventParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferAppendEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferAppendEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_append_event_param", "names": [ "openai.types.realtime.input_audio_buffer_append_event_param.InputAudioBufferAppendEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_audio_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_audio_done_event.ResponseAudioDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_audio_done_event", "names": [ "openai.types.realtime.response_audio_done_event.ResponseAudioDoneEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_create_mcp_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool.RealtimeResponseCreateMcpTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.allowed_tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.authorization", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.connector_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.require_approval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.server_description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpTool.server_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_mcp_tool.RequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool.RequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilter.always", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilter.never", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool.AllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AllowedToolsMcpToolFilter.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AllowedToolsMcpToolFilter.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool.RequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool.RequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_mcp_tool.AllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_create_mcp_tool", "names": [ "openai.types.realtime.realtime_response_create_mcp_tool.AllowedTools", "openai.types.realtime.realtime_response_create_mcp_tool.AllowedToolsMcpToolFilter", "openai.types.realtime.realtime_response_create_mcp_tool.RealtimeResponseCreateMcpTool", "openai.types.realtime.realtime_response_create_mcp_tool.RequireApproval", "openai.types.realtime.realtime_response_create_mcp_tool.RequireApprovalMcpToolApprovalFilter", "openai.types.realtime.realtime_response_create_mcp_tool.RequireApprovalMcpToolApprovalFilterAlways", "openai.types.realtime.realtime_response_create_mcp_tool.RequireApprovalMcpToolApprovalFilterNever" ], "n_typable": 20, "n_typed": 20, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 20, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_added.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_added.ConversationItemAdded", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemAdded.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemAdded.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemAdded.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemAdded.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_added", "names": [ "openai.types.realtime.conversation_item_added.ConversationItemAdded" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_user_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_user_message_param.RealtimeConversationItemUserMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemUserMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessageParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessageParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessageParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_user_message_param.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.transcript", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_user_message_param", "names": [ "openai.types.realtime.realtime_conversation_item_user_message_param.Content", "openai.types.realtime.realtime_conversation_item_user_message_param.RealtimeConversationItemUserMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_speech_stopped_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_speech_stopped_event.InputAudioBufferSpeechStoppedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStoppedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_speech_stopped_event", "names": [ "openai.types.realtime.input_audio_buffer_speech_stopped_event.InputAudioBufferSpeechStoppedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_cancel_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_cancel_event_param.ResponseCancelEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCancelEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCancelEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCancelEventParam.response_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_cancel_event_param", "names": [ "openai.types.realtime.response_cancel_event_param.ResponseCancelEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_function_call_arguments_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_function_call_arguments_delta_event.ResponseFunctionCallArgumentsDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_function_call_arguments_delta_event", "names": [ "openai.types.realtime.response_function_call_arguments_delta_event.ResponseFunctionCallArgumentsDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_speech_started_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_speech_started_event.InputAudioBufferSpeechStartedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.audio_start_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferSpeechStartedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_speech_started_event", "names": [ "openai.types.realtime.input_audio_buffer_speech_started_event.InputAudioBufferSpeechStartedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_deleted_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_deleted_event.ConversationItemDeletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDeletedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_deleted_event", "names": [ "openai.types.realtime.conversation_item_deleted_event.ConversationItemDeletedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_session_create_request.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_session_create_request.RealtimeSessionCreateRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeSessionCreateRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.include", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.output_modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateRequest.truncation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 12, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_session_create_request", "names": [ "openai.types.realtime.realtime_session_create_request.RealtimeSessionCreateRequest" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/session_update_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.session_update_event.SessionUpdateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionUpdateEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.session_update_event.Session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.session_update_event", "names": [ "openai.types.realtime.session_update_event.Session", "openai.types.realtime.session_update_event.SessionUpdateEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_audio_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_param.RealtimeTranscriptionSessionAudioParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_audio_param", "names": [ "openai.types.realtime.realtime_transcription_session_audio_param.RealtimeTranscriptionSessionAudioParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_create_audio_output_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_create_audio_output_param.RealtimeResponseCreateAudioOutputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseCreateAudioOutputParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_audio_output_param.OutputVoiceID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputVoiceID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_audio_output_param.Output", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Output.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Output.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_audio_output_param.OutputVoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_create_audio_output_param", "names": [ "openai.types.realtime.realtime_response_create_audio_output_param.Output", "openai.types.realtime.realtime_response_create_audio_output_param.OutputVoice", "openai.types.realtime.realtime_response_create_audio_output_param.OutputVoiceID", "openai.types.realtime.realtime_response_create_audio_output_param.RealtimeResponseCreateAudioOutputParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_create_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_create_event.ConversationItemCreateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemCreateEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreateEvent.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_create_event", "names": [ "openai.types.realtime.conversation_item_create_event.ConversationItemCreateEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcphttp_error_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcphttp_error_param.RealtimeMcphttpErrorParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcphttpErrorParam.code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcphttpErrorParam.message", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcphttpErrorParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcphttp_error_param", "names": [ "openai.types.realtime.realtime_mcphttp_error_param.RealtimeMcphttpErrorParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/call_reject_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.call_reject_params.CallRejectParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CallRejectParams.status_code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.call_reject_params", "names": [ "openai.types.realtime.call_reject_params.CallRejectParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_client_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_client_event.RealtimeClientEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_client_event", "names": [ "openai.types.realtime.realtime_client_event.RealtimeClientEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_append_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_append_event.InputAudioBufferAppendEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferAppendEvent.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferAppendEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferAppendEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_append_event", "names": [ "openai.types.realtime.input_audio_buffer_append_event.InputAudioBufferAppendEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_user_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_user_message.RealtimeConversationItemUserMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemUserMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessage.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessage.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemUserMessage.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_user_message.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_user_message", "names": [ "openai.types.realtime.realtime_conversation_item_user_message.Content", "openai.types.realtime.realtime_conversation_item_user_message.RealtimeConversationItemUserMessage" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_audio_input.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input.RealtimeTranscriptionSessionAudioInput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInput.noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInput.transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInput.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input.NoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_audio_input", "names": [ "openai.types.realtime.realtime_transcription_session_audio_input.NoiseReduction", "openai.types.realtime.realtime_transcription_session_audio_input.RealtimeTranscriptionSessionAudioInput" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/session_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.session_created_event.SessionCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreatedEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.session_created_event.Session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.session_created_event", "names": [ "openai.types.realtime.session_created_event.Session", "openai.types.realtime.session_created_event.SessionCreatedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_audio_input_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input_param.RealtimeTranscriptionSessionAudioInputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInputParam.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInputParam.noise_reduction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInputParam.transcription", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionAudioInputParam.turn_detection", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input_param.NoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NoiseReduction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_audio_input_param", "names": [ "openai.types.realtime.realtime_transcription_session_audio_input_param.NoiseReduction", "openai.types.realtime.realtime_transcription_session_audio_input_param.RealtimeTranscriptionSessionAudioInputParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_create_audio_output.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_create_audio_output.RealtimeResponseCreateAudioOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseCreateAudioOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_audio_output.OutputVoiceID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputVoiceID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_audio_output.Output", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Output.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Output.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_audio_output.OutputVoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_create_audio_output", "names": [ "openai.types.realtime.realtime_response_create_audio_output.Output", "openai.types.realtime.realtime_response_create_audio_output.OutputVoice", "openai.types.realtime.realtime_response_create_audio_output.OutputVoiceID", "openai.types.realtime.realtime_response_create_audio_output.RealtimeResponseCreateAudioOutput" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_approval_response_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_approval_response_param.RealtimeMcpApprovalResponseParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpApprovalResponseParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponseParam.approval_request_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponseParam.approve", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponseParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponseParam.reason", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_approval_response_param", "names": [ "openai.types.realtime.realtime_mcp_approval_response_param.RealtimeMcpApprovalResponseParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_client_event_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_client_event_param.RealtimeClientEventParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_client_event_param", "names": [ "openai.types.realtime.realtime_client_event_param.RealtimeClientEventParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_tool_call.RealtimeMcpToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpToolCall.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_mcp_tool_call.Error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_tool_call", "names": [ "openai.types.realtime.realtime_mcp_tool_call.Error", "openai.types.realtime.realtime_mcp_tool_call.RealtimeMcpToolCall" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_delete_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_delete_event.ConversationItemDeleteEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDeleteEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeleteEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDeleteEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_delete_event", "names": [ "openai.types.realtime.conversation_item_delete_event.ConversationItemDeleteEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_function_call_output.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_function_call_output.RealtimeConversationItemFunctionCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutput.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_function_call_output", "names": [ "openai.types.realtime.realtime_conversation_item_function_call_output.RealtimeConversationItemFunctionCallOutput" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/log_prob_properties.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.log_prob_properties.LogProbProperties", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogProbProperties.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogProbProperties.bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogProbProperties.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.log_prob_properties", "names": [ "openai.types.realtime.log_prob_properties.LogProbProperties" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_session_client_secret.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_session_client_secret.RealtimeSessionClientSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeSessionClientSecret.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionClientSecret.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_session_client_secret", "names": [ "openai.types.realtime.realtime_session_client_secret.RealtimeSessionClientSecret" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_truncate_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_truncate_event.ConversationItemTruncateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemTruncateEvent.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_truncate_event", "names": [ "openai.types.realtime.conversation_item_truncate_event.ConversationItemTruncateEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_config_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_param.RealtimeAudioConfigParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeAudioConfigParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeAudioConfigParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_config_param", "names": [ "openai.types.realtime.realtime_audio_config_param.RealtimeAudioConfigParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_function_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_function_tool_param.RealtimeFunctionToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeFunctionToolParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeFunctionToolParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeFunctionToolParam.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeFunctionToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_function_tool_param", "names": [ "openai.types.realtime.realtime_function_tool_param.RealtimeFunctionToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_truncation_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_truncation_param.RealtimeTruncationParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_truncation_param", "names": [ "openai.types.realtime.realtime_truncation_param.RealtimeTruncationParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_protocol_error_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_protocol_error_param.RealtimeMcpProtocolErrorParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpProtocolErrorParam.code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpProtocolErrorParam.message", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpProtocolErrorParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_protocol_error_param", "names": [ "openai.types.realtime.realtime_mcp_protocol_error_param.RealtimeMcpProtocolErrorParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tools_config.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config.RealtimeToolsConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tools_config", "names": [ "openai.types.realtime.realtime_tools_config.RealtimeToolsConfig" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_audio_transcript_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_audio_transcript_done_event.ResponseAudioTranscriptDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_audio_transcript_done_event", "names": [ "openai.types.realtime.response_audio_transcript_done_event.ResponseAudioTranscriptDoneEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_retrieve_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_retrieve_event.ConversationItemRetrieveEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemRetrieveEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieveEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieveEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_retrieve_event", "names": [ "openai.types.realtime.conversation_item_retrieve_event.ConversationItemRetrieveEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_list_tools.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_list_tools.RealtimeMcpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpListTools.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpListTools.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpListTools.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpListTools.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_mcp_list_tools.Tool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tool.input_schema", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Tool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_list_tools", "names": [ "openai.types.realtime.realtime_mcp_list_tools.RealtimeMcpListTools", "openai.types.realtime.realtime_mcp_list_tools.Tool" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_create_request_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_create_request_param.RealtimeTranscriptionSessionCreateRequestParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateRequestParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateRequestParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateRequestParam.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_create_request_param", "names": [ "openai.types.realtime.realtime_transcription_session_create_request_param.RealtimeTranscriptionSessionCreateRequestParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_usage.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_usage.RealtimeResponseUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseUsage.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.output_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_usage", "names": [ "openai.types.realtime.realtime_response_usage.RealtimeResponseUsage" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_turn_detection.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_turn_detection.RealtimeTranscriptionSessionTurnDetection", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionTurnDetection.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionTurnDetection.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionTurnDetection.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionTurnDetection.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_turn_detection", "names": [ "openai.types.realtime.realtime_transcription_session_turn_detection.RealtimeTranscriptionSessionTurnDetection" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_config_input.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_input.RealtimeAudioConfigInput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeAudioConfigInput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeAudioConfigInput.noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeAudioConfigInput.transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeAudioConfigInput.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_input.NoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_config_input", "names": [ "openai.types.realtime.realtime_audio_config_input.NoiseReduction", "openai.types.realtime.realtime_audio_config_input.RealtimeAudioConfigInput" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_committed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_committed_event.InputAudioBufferCommittedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferCommittedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommittedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommittedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommittedEvent.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_committed_event", "names": [ "openai.types.realtime.input_audio_buffer_committed_event.InputAudioBufferCommittedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_audio.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio.RealtimeTranscriptionSessionAudio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionAudio.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_audio", "names": [ "openai.types.realtime.realtime_transcription_session_audio.RealtimeTranscriptionSessionAudio" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_created_event.ConversationCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationCreatedEvent.conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.conversation_created_event.Conversation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Conversation.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Conversation.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_created_event", "names": [ "openai.types.realtime.conversation_created_event.Conversation", "openai.types.realtime.conversation_created_event.ConversationCreatedEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_output_item_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_output_item_done_event.ResponseOutputItemDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputItemDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_output_item_done_event", "names": [ "openai.types.realtime.response_output_item_done_event.ResponseOutputItemDoneEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_create_response.RealtimeTranscriptionSessionCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateResponse.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateResponse.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateResponse.include", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_create_response.AudioInput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioInput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInput.noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInput.transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInput.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_create_response.Audio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Audio.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_create_response.AudioInputNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioInputNoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_create_response", "names": [ "openai.types.realtime.realtime_transcription_session_create_response.Audio", "openai.types.realtime.realtime_transcription_session_create_response.AudioInput", "openai.types.realtime.realtime_transcription_session_create_response.AudioInputNoiseReduction", "openai.types.realtime.realtime_transcription_session_create_response.RealtimeTranscriptionSessionCreateResponse" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_create_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_create_event_param.ConversationItemCreateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemCreateEventParam.item", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemCreateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemCreateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemCreateEventParam.previous_item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_create_event_param", "names": [ "openai.types.realtime.conversation_item_create_event_param.ConversationItemCreateEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_session_create_request_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_session_create_request_param.RealtimeSessionCreateRequestParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.max_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.output_modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.tracing", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeSessionCreateRequestParam.truncation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 12, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_session_create_request_param", "names": [ "openai.types.realtime.realtime_session_create_request_param.RealtimeSessionCreateRequestParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_retrieve_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_retrieve_event_param.ConversationItemRetrieveEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemRetrieveEventParam.item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemRetrieveEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemRetrieveEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_retrieve_event_param", "names": [ "openai.types.realtime.conversation_item_retrieve_event_param.ConversationItemRetrieveEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/call_accept_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.call_accept_params.CallAcceptParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CallAcceptParams.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.max_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.output_modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.tracing", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallAcceptParams.truncation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 12, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.call_accept_params", "names": [ "openai.types.realtime.call_accept_params.CallAcceptParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_created_event.ResponseCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreatedEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_created_event", "names": [ "openai.types.realtime.response_created_event.ResponseCreatedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_usage_input_token_details.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_usage_input_token_details.RealtimeResponseUsageInputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseUsageInputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsageInputTokenDetails.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsageInputTokenDetails.cached_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsageInputTokenDetails.image_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseUsageInputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_usage_input_token_details.CachedTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CachedTokensDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CachedTokensDetails.image_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CachedTokensDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_usage_input_token_details", "names": [ "openai.types.realtime.realtime_response_usage_input_token_details.CachedTokensDetails", "openai.types.realtime.realtime_response_usage_input_token_details.RealtimeResponseUsageInputTokenDetails" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_truncate_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_truncate_event_param.ConversationItemTruncateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemTruncateEventParam.audio_end_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.content_index", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemTruncateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_truncate_event_param", "names": [ "openai.types.realtime.conversation_item_truncate_event_param.ConversationItemTruncateEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_delete_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_delete_event_param.ConversationItemDeleteEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDeleteEventParam.item_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemDeleteEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ConversationItemDeleteEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_delete_event_param", "names": [ "openai.types.realtime.conversation_item_delete_event_param.ConversationItemDeleteEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_mcp_call_failed.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_mcp_call_failed.ResponseMcpCallFailed", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallFailed.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallFailed.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallFailed.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallFailed.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_mcp_call_failed", "names": [ "openai.types.realtime.response_mcp_call_failed.ResponseMcpCallFailed" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_created_event.ConversationItemCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemCreatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreatedEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemCreatedEvent.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_created_event", "names": [ "openai.types.realtime.conversation_item_created_event.ConversationItemCreatedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_config_input_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_input_param.RealtimeAudioConfigInputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeAudioConfigInputParam.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeAudioConfigInputParam.noise_reduction", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeAudioConfigInputParam.transcription", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeAudioConfigInputParam.turn_detection", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_input_param.NoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NoiseReduction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_config_input_param", "names": [ "openai.types.realtime.realtime_audio_config_input_param.NoiseReduction", "openai.types.realtime.realtime_audio_config_input_param.RealtimeAudioConfigInputParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/output_audio_buffer_clear_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.output_audio_buffer_clear_event_param.OutputAudioBufferClearEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferClearEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputAudioBufferClearEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.output_audio_buffer_clear_event_param", "names": [ "openai.types.realtime.output_audio_buffer_clear_event_param.OutputAudioBufferClearEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.conversation_item_param.ConversationItemParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_param", "names": [ "openai.types.realtime.conversation_item_param.ConversationItemParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/mcp_list_tools_in_progress.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.mcp_list_tools_in_progress.McpListToolsInProgress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsInProgress.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsInProgress.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsInProgress.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.mcp_list_tools_in_progress", "names": [ "openai.types.realtime.mcp_list_tools_in_progress.McpListToolsInProgress" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/mcp_list_tools_completed.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.mcp_list_tools_completed.McpListToolsCompleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsCompleted.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsCompleted.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsCompleted.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.mcp_list_tools_completed", "names": [ "openai.types.realtime.mcp_list_tools_completed.McpListToolsCompleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/output_audio_buffer_clear_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.output_audio_buffer_clear_event.OutputAudioBufferClearEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferClearEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferClearEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.output_audio_buffer_clear_event", "names": [ "openai.types.realtime.output_audio_buffer_clear_event.OutputAudioBufferClearEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_truncation_retention_ratio_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_truncation_retention_ratio_param.RealtimeTruncationRetentionRatioParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTruncationRetentionRatioParam.retention_ratio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTruncationRetentionRatioParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeTruncationRetentionRatioParam.token_limits", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_truncation_retention_ratio_param.TokenLimits", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TokenLimits.post_instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_truncation_retention_ratio_param", "names": [ "openai.types.realtime.realtime_truncation_retention_ratio_param.RealtimeTruncationRetentionRatioParam", "openai.types.realtime.realtime_truncation_retention_ratio_param.TokenLimits" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_formats.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_audio_formats.RealtimeAudioFormats", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_formats.AudioPCM", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioPCM.rate", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioPCM.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_formats.AudioPCMA", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioPCMA.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_formats.AudioPCMU", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioPCMU.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_formats", "names": [ "openai.types.realtime.realtime_audio_formats.AudioPCM", "openai.types.realtime.realtime_audio_formats.AudioPCMA", "openai.types.realtime.realtime_audio_formats.AudioPCMU", "openai.types.realtime.realtime_audio_formats.RealtimeAudioFormats" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_input_audio_transcription_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_delta_event.ConversationItemInputAudioTranscriptionDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionDeltaEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_input_audio_transcription_delta_event", "names": [ "openai.types.realtime.conversation_item_input_audio_transcription_delta_event.ConversationItemInputAudioTranscriptionDeltaEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_input_audio_transcription_segment.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_segment.ConversationItemInputAudioTranscriptionSegment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.end", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.speaker", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.start", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionSegment.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_input_audio_transcription_segment", "names": [ "openai.types.realtime.conversation_item_input_audio_transcription_segment.ConversationItemInputAudioTranscriptionSegment" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tools_config_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_param.RealtimeToolsConfigParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_param.McpRequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_param.McpRequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_param.Mcp", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Mcp.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.allowed_tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.authorization", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.connector_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.headers", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.require_approval", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.server_description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.server_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_param.McpRequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.always", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.never", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_param.McpAllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_param.RealtimeToolsConfigUnionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_param.McpAllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_param.McpRequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tools_config_param", "names": [ "openai.types.realtime.realtime_tools_config_param.Mcp", "openai.types.realtime.realtime_tools_config_param.McpAllowedTools", "openai.types.realtime.realtime_tools_config_param.McpAllowedToolsMcpToolFilter", "openai.types.realtime.realtime_tools_config_param.McpRequireApproval", "openai.types.realtime.realtime_tools_config_param.McpRequireApprovalMcpToolApprovalFilter", "openai.types.realtime.realtime_tools_config_param.McpRequireApprovalMcpToolApprovalFilterAlways", "openai.types.realtime.realtime_tools_config_param.McpRequireApprovalMcpToolApprovalFilterNever", "openai.types.realtime.realtime_tools_config_param.RealtimeToolsConfigParam", "openai.types.realtime.realtime_tools_config_param.RealtimeToolsConfigUnionParam" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 22, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_content_part_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_content_part_done_event.ResponseContentPartDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContentPartDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.response_content_part_done_event.Part", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Part.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_content_part_done_event", "names": [ "openai.types.realtime.response_content_part_done_event.Part", "openai.types.realtime.response_content_part_done_event.ResponseContentPartDoneEvent" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_input_turn_detection.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_audio_input_turn_detection.RealtimeAudioInputTurnDetection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_input_turn_detection.ServerVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ServerVad.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.idle_timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_input_turn_detection.SemanticVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SemanticVad.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SemanticVad.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SemanticVad.eagerness", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SemanticVad.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_input_turn_detection", "names": [ "openai.types.realtime.realtime_audio_input_turn_detection.RealtimeAudioInputTurnDetection", "openai.types.realtime.realtime_audio_input_turn_detection.SemanticVad", "openai.types.realtime.realtime_audio_input_turn_detection.ServerVad" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_audio_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_audio_delta_event.ResponseAudioDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_audio_delta_event", "names": [ "openai.types.realtime.response_audio_delta_event.ResponseAudioDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_function_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_function_tool.RealtimeFunctionTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeFunctionTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeFunctionTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeFunctionTool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeFunctionTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_function_tool", "names": [ "openai.types.realtime.realtime_function_tool.RealtimeFunctionTool" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_tool_execution_error_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_tool_execution_error_param.RealtimeMcpToolExecutionErrorParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpToolExecutionErrorParam.message", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolExecutionErrorParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_tool_execution_error_param", "names": [ "openai.types.realtime.realtime_mcp_tool_execution_error_param.RealtimeMcpToolExecutionErrorParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/rate_limits_updated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.rate_limits_updated_event.RateLimitsUpdatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RateLimitsUpdatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimitsUpdatedEvent.rate_limits", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimitsUpdatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.rate_limits_updated_event.RateLimit", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RateLimit.limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimit.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimit.remaining", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RateLimit.reset_seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.rate_limits_updated_event", "names": [ "openai.types.realtime.rate_limits_updated_event.RateLimit", "openai.types.realtime.rate_limits_updated_event.RateLimitsUpdatedEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/audio_transcription.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.audio_transcription.AudioTranscription", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioTranscription.language", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioTranscription.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioTranscription.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.audio_transcription", "names": [ "openai.types.realtime.audio_transcription.AudioTranscription" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tracing_config.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tracing_config.RealtimeTracingConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tracing_config.TracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TracingConfiguration.group_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingConfiguration.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingConfiguration.workflow_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tracing_config", "names": [ "openai.types.realtime.realtime_tracing_config.RealtimeTracingConfig", "openai.types.realtime.realtime_tracing_config.TracingConfiguration" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_error_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_error_event.RealtimeErrorEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeErrorEvent.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeErrorEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeErrorEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_error_event", "names": [ "openai.types.realtime.realtime_error_event.RealtimeErrorEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tool_choice_config.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tool_choice_config.RealtimeToolChoiceConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tool_choice_config", "names": [ "openai.types.realtime.realtime_tool_choice_config.RealtimeToolChoiceConfig" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tracing_config_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tracing_config_param.RealtimeTracingConfigParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tracing_config_param.TracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TracingConfiguration.group_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TracingConfiguration.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "TracingConfiguration.workflow_name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tracing_config_param", "names": [ "openai.types.realtime.realtime_tracing_config_param.RealtimeTracingConfigParam", "openai.types.realtime.realtime_tracing_config_param.TracingConfiguration" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tool_choice_config_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tool_choice_config_param.RealtimeToolChoiceConfigParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tool_choice_config_param", "names": [ "openai.types.realtime.realtime_tool_choice_config_param.RealtimeToolChoiceConfigParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_function_call_arguments_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_function_call_arguments_done_event.ResponseFunctionCallArgumentsDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_function_call_arguments_done_event", "names": [ "openai.types.realtime.response_function_call_arguments_done_event.ResponseFunctionCallArgumentsDoneEvent" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_assistant_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_assistant_message.RealtimeConversationItemAssistantMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemAssistantMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessage.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessage.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessage.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_assistant_message.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_assistant_message", "names": [ "openai.types.realtime.realtime_conversation_item_assistant_message.Content", "openai.types.realtime.realtime_conversation_item_assistant_message.RealtimeConversationItemAssistantMessage" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_system_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_system_message_param.RealtimeConversationItemSystemMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemSystemMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessageParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessageParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessageParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_system_message_param.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_system_message_param", "names": [ "openai.types.realtime.realtime_conversation_item_system_message_param.Content", "openai.types.realtime.realtime_conversation_item_system_message_param.RealtimeConversationItemSystemMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_done_event.ResponseDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseDoneEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_done_event", "names": [ "openai.types.realtime.response_done_event.ResponseDoneEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_config_output_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_output_param.RealtimeAudioConfigOutputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeAudioConfigOutputParam.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeAudioConfigOutputParam.speed", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeAudioConfigOutputParam.voice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_output_param.VoiceID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VoiceID.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_audio_config_output_param.Voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_config_output_param", "names": [ "openai.types.realtime.realtime_audio_config_output_param.RealtimeAudioConfigOutputParam", "openai.types.realtime.realtime_audio_config_output_param.Voice", "openai.types.realtime.realtime_audio_config_output_param.VoiceID" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_approval_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_approval_response.RealtimeMcpApprovalResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpApprovalResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponse.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponse.approve", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalResponse.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_approval_response", "names": [ "openai.types.realtime.realtime_mcp_approval_response.RealtimeMcpApprovalResponse" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_create_request.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_create_request.RealtimeTranscriptionSessionCreateRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateRequest.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTranscriptionSessionCreateRequest.include", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_create_request", "names": [ "openai.types.realtime.realtime_transcription_session_create_request.RealtimeTranscriptionSessionCreateRequest" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_mcp_call_in_progress.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_mcp_call_in_progress.ResponseMcpCallInProgress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallInProgress.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallInProgress.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallInProgress.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallInProgress.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_mcp_call_in_progress", "names": [ "openai.types.realtime.response_mcp_call_in_progress.ResponseMcpCallInProgress" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_cancel_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_cancel_event.ResponseCancelEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCancelEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_cancel_event", "names": [ "openai.types.realtime.response_cancel_event.ResponseCancelEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_text_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_text_delta_event.ResponseTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_text_delta_event", "names": [ "openai.types.realtime.response_text_delta_event.ResponseTextDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_approval_request.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_approval_request.RealtimeMcpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpApprovalRequest.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequest.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequest.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequest.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_approval_request", "names": [ "openai.types.realtime.realtime_mcp_approval_request.RealtimeMcpApprovalRequest" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_clear_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_clear_event_param.InputAudioBufferClearEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferClearEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferClearEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_clear_event_param", "names": [ "openai.types.realtime.input_audio_buffer_clear_event_param.InputAudioBufferClearEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_function_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_function_call.RealtimeConversationItemFunctionCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_function_call", "names": [ "openai.types.realtime.realtime_conversation_item_function_call.RealtimeConversationItemFunctionCall" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_mcp_call_arguments_done.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_mcp_call_arguments_done.ResponseMcpCallArgumentsDone", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallArgumentsDone.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDone.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDone.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDone.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDone.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDone.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_mcp_call_arguments_done", "names": [ "openai.types.realtime.response_mcp_call_arguments_done.ResponseMcpCallArgumentsDone" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tools_config_union.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_union.RealtimeToolsConfigUnion", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_union.McpRequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union.McpRequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union.McpRequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.always", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.never", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_union.McpAllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union.McpAllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union.Mcp", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Mcp.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.allowed_tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.authorization", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.connector_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.require_approval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.server_description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.server_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union.McpRequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tools_config_union", "names": [ "openai.types.realtime.realtime_tools_config_union.Mcp", "openai.types.realtime.realtime_tools_config_union.McpAllowedTools", "openai.types.realtime.realtime_tools_config_union.McpAllowedToolsMcpToolFilter", "openai.types.realtime.realtime_tools_config_union.McpRequireApproval", "openai.types.realtime.realtime_tools_config_union.McpRequireApprovalMcpToolApprovalFilter", "openai.types.realtime.realtime_tools_config_union.McpRequireApprovalMcpToolApprovalFilterAlways", "openai.types.realtime.realtime_tools_config_union.McpRequireApprovalMcpToolApprovalFilterNever", "openai.types.realtime.realtime_tools_config_union.RealtimeToolsConfigUnion" ], "n_typable": 21, "n_typed": 21, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 21, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_create_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_create_event.ResponseCreateEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreateEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreateEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_create_event", "names": [ "openai.types.realtime.response_create_event.ResponseCreateEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_input_audio_transcription_failed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_failed_event.ConversationItemInputAudioTranscriptionFailedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionFailedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_failed_event.Error", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Error.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_input_audio_transcription_failed_event", "names": [ "openai.types.realtime.conversation_item_input_audio_transcription_failed_event.ConversationItemInputAudioTranscriptionFailedEvent", "openai.types.realtime.conversation_item_input_audio_transcription_failed_event.Error" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_dtmf_event_received_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_dtmf_event_received_event.InputAudioBufferDtmfEventReceivedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferDtmfEventReceivedEvent.event", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferDtmfEventReceivedEvent.received_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferDtmfEventReceivedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_dtmf_event_received_event", "names": [ "openai.types.realtime.input_audio_buffer_dtmf_event_received_event.InputAudioBufferDtmfEventReceivedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_truncation.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_truncation.RealtimeTruncation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_truncation", "names": [ "openai.types.realtime.realtime_truncation.RealtimeTruncation" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_input_turn_detection_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_audio_input_turn_detection_param.RealtimeAudioInputTurnDetectionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_input_turn_detection_param.SemanticVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SemanticVad.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SemanticVad.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SemanticVad.eagerness", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SemanticVad.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_input_turn_detection_param.ServerVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ServerVad.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.idle_timeout_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_input_turn_detection_param", "names": [ "openai.types.realtime.realtime_audio_input_turn_detection_param.RealtimeAudioInputTurnDetectionParam", "openai.types.realtime.realtime_audio_input_turn_detection_param.SemanticVad", "openai.types.realtime.realtime_audio_input_turn_detection_param.ServerVad" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_create_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_create_event_param.ResponseCreateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateEventParam.response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_create_event_param", "names": [ "openai.types.realtime.response_create_event_param.ResponseCreateEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_connect_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_connect_params.RealtimeConnectParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConnectParams.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConnectParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_connect_params", "names": [ "openai.types.realtime.realtime_connect_params.RealtimeConnectParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_create_params.RealtimeResponseCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseCreateParams.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.output_modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseCreateParams.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_params.Tool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_params.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_create_params", "names": [ "openai.types.realtime.realtime_response_create_params.RealtimeResponseCreateParams", "openai.types.realtime.realtime_response_create_params.Tool", "openai.types.realtime.realtime_response_create_params.ToolChoice" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_timeout_triggered.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_timeout_triggered.InputAudioBufferTimeoutTriggered", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferTimeoutTriggered.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferTimeoutTriggered.audio_start_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferTimeoutTriggered.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferTimeoutTriggered.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferTimeoutTriggered.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_timeout_triggered", "names": [ "openai.types.realtime.input_audio_buffer_timeout_triggered.InputAudioBufferTimeoutTriggered" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_assistant_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_assistant_message_param.RealtimeConversationItemAssistantMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemAssistantMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessageParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessageParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemAssistantMessageParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_assistant_message_param.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.transcript", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_assistant_message_param", "names": [ "openai.types.realtime.realtime_conversation_item_assistant_message_param.Content", "openai.types.realtime.realtime_conversation_item_assistant_message_param.RealtimeConversationItemAssistantMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_content_part_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_content_part_added_event.ResponseContentPartAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContentPartAddedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.response_content_part_added_event.Part", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Part.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_content_part_added_event", "names": [ "openai.types.realtime.response_content_part_added_event.Part", "openai.types.realtime.response_content_part_added_event.ResponseContentPartAddedEvent" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/client_secret_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.client_secret_create_params.ClientSecretCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecretCreateParams.expires_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ClientSecretCreateParams.session", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.client_secret_create_params.ExpiresAfter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ExpiresAfter.anchor", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ExpiresAfter.seconds", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.client_secret_create_params.Session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.client_secret_create_params", "names": [ "openai.types.realtime.client_secret_create_params.ClientSecretCreateParams", "openai.types.realtime.client_secret_create_params.ExpiresAfter", "openai.types.realtime.client_secret_create_params.Session" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_system_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_system_message.RealtimeConversationItemSystemMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemSystemMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessage.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessage.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeConversationItemSystemMessage.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_system_message.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_system_message", "names": [ "openai.types.realtime.realtime_conversation_item_system_message.Content", "openai.types.realtime.realtime_conversation_item_system_message.RealtimeConversationItemSystemMessage" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcphttp_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcphttp_error.RealtimeMcphttpError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcphttpError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcphttpError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcphttpError.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcphttp_error", "names": [ "openai.types.realtime.realtime_mcphttp_error.RealtimeMcphttpError" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_error.RealtimeError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeError.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeError.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeError.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_error", "names": [ "openai.types.realtime.realtime_error.RealtimeError" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_list_tools_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_list_tools_param.RealtimeMcpListToolsParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpListToolsParam.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpListToolsParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpListToolsParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpListToolsParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_mcp_list_tools_param.Tool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Tool.input_schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Tool.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Tool.annotations", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Tool.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_list_tools_param", "names": [ "openai.types.realtime.realtime_mcp_list_tools_param.RealtimeMcpListToolsParam", "openai.types.realtime.realtime_mcp_list_tools_param.Tool" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_done.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_done.ConversationItemDone", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemDone.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDone.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDone.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemDone.previous_item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_done", "names": [ "openai.types.realtime.conversation_item_done.ConversationItemDone" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_approval_request_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_approval_request_param.RealtimeMcpApprovalRequestParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpApprovalRequestParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequestParam.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequestParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequestParam.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpApprovalRequestParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_approval_request_param", "names": [ "openai.types.realtime.realtime_mcp_approval_request_param.RealtimeMcpApprovalRequestParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_function_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_function_call_param.RealtimeConversationItemFunctionCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_function_call_param", "names": [ "openai.types.realtime.realtime_conversation_item_function_call_param.RealtimeConversationItemFunctionCallParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_audio_input_turn_detection.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection.RealtimeTranscriptionSessionAudioInputTurnDetection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection.ServerVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ServerVad.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.idle_timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ServerVad.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection.SemanticVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SemanticVad.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SemanticVad.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SemanticVad.eagerness", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SemanticVad.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection", "names": [ "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection.RealtimeTranscriptionSessionAudioInputTurnDetection", "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection.SemanticVad", "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection.ServerVad" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_text_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_text_done_event.ResponseTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_text_done_event", "names": [ "openai.types.realtime.response_text_done_event.ResponseTextDoneEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/call_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.call_create_params.CallCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CallCreateParams.sdp", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CallCreateParams.session", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.call_create_params", "names": [ "openai.types.realtime.call_create_params.CallCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_audio_transcript_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_audio_transcript_delta_event.ResponseAudioTranscriptDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_audio_transcript_delta_event", "names": [ "openai.types.realtime.response_audio_transcript_delta_event.ResponseAudioTranscriptDeltaEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_mcp_call_completed.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_mcp_call_completed.ResponseMcpCallCompleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallCompleted.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallCompleted.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallCompleted.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallCompleted.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_mcp_call_completed", "names": [ "openai.types.realtime.response_mcp_call_completed.ResponseMcpCallCompleted" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_formats_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_audio_formats_param.RealtimeAudioFormatsParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_formats_param.AudioPCM", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioPCM.rate", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AudioPCM.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_formats_param.AudioPCMA", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioPCMA.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_formats_param.AudioPCMU", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioPCMU.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_formats_param", "names": [ "openai.types.realtime.realtime_audio_formats_param.AudioPCM", "openai.types.realtime.realtime_audio_formats_param.AudioPCMA", "openai.types.realtime.realtime_audio_formats_param.AudioPCMU", "openai.types.realtime.realtime_audio_formats_param.RealtimeAudioFormatsParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_transcription_session_audio_input_turn_detection_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param.RealtimeTranscriptionSessionAudioInputTurnDetectionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param.ServerVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ServerVad.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.idle_timeout_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.prefix_padding_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.silence_duration_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ServerVad.threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param.SemanticVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SemanticVad.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SemanticVad.create_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SemanticVad.eagerness", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SemanticVad.interrupt_response", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param", "names": [ "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param.RealtimeTranscriptionSessionAudioInputTurnDetectionParam", "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param.SemanticVad", "openai.types.realtime.realtime_transcription_session_audio_input_turn_detection_param.ServerVad" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_config_output.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_output.RealtimeAudioConfigOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeAudioConfigOutput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeAudioConfigOutput.speed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeAudioConfigOutput.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_audio_config_output.VoiceID", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VoiceID.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_audio_config_output.Voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_config_output", "names": [ "openai.types.realtime.realtime_audio_config_output.RealtimeAudioConfigOutput", "openai.types.realtime.realtime_audio_config_output.Voice", "openai.types.realtime.realtime_audio_config_output.VoiceID" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_output_item_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_output_item_added_event.ResponseOutputItemAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputItemAddedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_output_item_added_event", "names": [ "openai.types.realtime.response_output_item_added_event.ResponseOutputItemAddedEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_create_params_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_create_params_param.RealtimeResponseCreateParamsParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.conversation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.max_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.output_modalities", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateParamsParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_params_param.Tool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_params_param.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_create_params_param", "names": [ "openai.types.realtime.realtime_response_create_params_param.RealtimeResponseCreateParamsParam", "openai.types.realtime.realtime_response_create_params_param.Tool", "openai.types.realtime.realtime_response_create_params_param.ToolChoice" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/response_mcp_call_arguments_delta.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.response_mcp_call_arguments_delta.ResponseMcpCallArgumentsDelta", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDelta.obfuscation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.response_mcp_call_arguments_delta", "names": [ "openai.types.realtime.response_mcp_call_arguments_delta.ResponseMcpCallArgumentsDelta" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_audio_config.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_audio_config.RealtimeAudioConfig", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeAudioConfig.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeAudioConfig.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_audio_config", "names": [ "openai.types.realtime.realtime_audio_config.RealtimeAudioConfig" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_clear_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_clear_event.InputAudioBufferClearEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferClearEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferClearEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_clear_event", "names": [ "openai.types.realtime.input_audio_buffer_clear_event.InputAudioBufferClearEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_commit_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_commit_event_param.InputAudioBufferCommitEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferCommitEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudioBufferCommitEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_commit_event_param", "names": [ "openai.types.realtime.input_audio_buffer_commit_event_param.InputAudioBufferCommitEventParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/session_updated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.session_updated_event.SessionUpdatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionUpdatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdatedEvent.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SessionUpdatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.session_updated_event.Session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.session_updated_event", "names": [ "openai.types.realtime.session_updated_event.Session", "openai.types.realtime.session_updated_event.SessionUpdatedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_server_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_server_event.RealtimeServerEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_server_event.OutputAudioBufferCleared", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferCleared.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferCleared.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferCleared.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_server_event.ConversationItemRetrieved", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemRetrieved.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieved.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemRetrieved.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_server_event.OutputAudioBufferStopped", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferStopped.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStopped.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStopped.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_server_event.OutputAudioBufferStarted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputAudioBufferStarted.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStarted.response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputAudioBufferStarted.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_server_event", "names": [ "openai.types.realtime.realtime_server_event.ConversationItemRetrieved", "openai.types.realtime.realtime_server_event.OutputAudioBufferCleared", "openai.types.realtime.realtime_server_event.OutputAudioBufferStarted", "openai.types.realtime.realtime_server_event.OutputAudioBufferStopped", "openai.types.realtime.realtime_server_event.RealtimeServerEvent" ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 13, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/client_secret_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.client_secret_create_response.ClientSecretCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ClientSecretCreateResponse.expires_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ClientSecretCreateResponse.session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ClientSecretCreateResponse.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.client_secret_create_response.Session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.client_secret_create_response", "names": [ "openai.types.realtime.client_secret_create_response.ClientSecretCreateResponse", "openai.types.realtime.client_secret_create_response.Session" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_status.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_status.RealtimeResponseStatus", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseStatus.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseStatus.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponseStatus.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_status.Error", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Error.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Error.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_status", "names": [ "openai.types.realtime.realtime_response_status.Error", "openai.types.realtime.realtime_response_status.RealtimeResponseStatus" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_session_create_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.RealtimeSessionCreateResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeSessionCreateResponse.client_secret", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.include", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.output_modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeSessionCreateResponse.truncation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 13, "n_typed": 13, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 13, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolMcpTool.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.allowed_tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.authorization", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.connector_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.require_approval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.server_description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpTool.server_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolMcpToolRequireApprovalMcpToolApprovalFilter.always", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpToolRequireApprovalMcpToolApprovalFilter.never", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_session_create_response.AudioInputTurnDetection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_session_create_response.Tracing", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.AudioOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioOutput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioOutput.speed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioOutput.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_session_create_response.Tool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolMcpToolRequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpToolRequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.AudioInputTurnDetectionServerVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.idle_timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.prefix_padding_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.silence_duration_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionServerVad.threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpToolAllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolMcpToolAllowedToolsMcpToolFilter.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpToolAllowedToolsMcpToolFilter.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpToolAllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.AudioInput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioInput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInput.noise_reduction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInput.transcription", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInput.turn_detection", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.AudioInputNoiseReduction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioInputNoiseReduction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.AudioInputTurnDetectionSemanticVad", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioInputTurnDetectionSemanticVad.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionSemanticVad.create_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionSemanticVad.eagerness", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioInputTurnDetectionSemanticVad.interrupt_response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.TracingTracingConfiguration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TracingTracingConfiguration.group_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingTracingConfiguration.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "TracingTracingConfiguration.workflow_name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_session_create_response.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolMcpToolRequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolMcpToolRequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_session_create_response.Audio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Audio.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Audio.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_session_create_response", "names": [ "openai.types.realtime.realtime_session_create_response.Audio", "openai.types.realtime.realtime_session_create_response.AudioInput", "openai.types.realtime.realtime_session_create_response.AudioInputNoiseReduction", "openai.types.realtime.realtime_session_create_response.AudioInputTurnDetection", "openai.types.realtime.realtime_session_create_response.AudioInputTurnDetectionSemanticVad", "openai.types.realtime.realtime_session_create_response.AudioInputTurnDetectionServerVad", "openai.types.realtime.realtime_session_create_response.AudioOutput", "openai.types.realtime.realtime_session_create_response.RealtimeSessionCreateResponse", "openai.types.realtime.realtime_session_create_response.Tool", "openai.types.realtime.realtime_session_create_response.ToolChoice", "openai.types.realtime.realtime_session_create_response.ToolMcpTool", "openai.types.realtime.realtime_session_create_response.ToolMcpToolAllowedTools", "openai.types.realtime.realtime_session_create_response.ToolMcpToolAllowedToolsMcpToolFilter", "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApproval", "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApprovalMcpToolApprovalFilter", "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApprovalMcpToolApprovalFilterAlways", "openai.types.realtime.realtime_session_create_response.ToolMcpToolRequireApprovalMcpToolApprovalFilterNever", "openai.types.realtime.realtime_session_create_response.Tracing", "openai.types.realtime.realtime_session_create_response.TracingTracingConfiguration" ], "n_typable": 61, "n_typed": 61, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 13, "n_attrs": 61, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_tools_config_union_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_union_param.RealtimeToolsConfigUnionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_union_param.McpRequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union_param.McpRequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union_param.Mcp", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Mcp.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.allowed_tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.authorization", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.connector_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.headers", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.require_approval", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.server_description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.server_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union_param.McpRequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.always", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.never", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union_param.McpAllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_tools_config_union_param.McpAllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_tools_config_union_param.McpRequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_tools_config_union_param", "names": [ "openai.types.realtime.realtime_tools_config_union_param.Mcp", "openai.types.realtime.realtime_tools_config_union_param.McpAllowedTools", "openai.types.realtime.realtime_tools_config_union_param.McpAllowedToolsMcpToolFilter", "openai.types.realtime.realtime_tools_config_union_param.McpRequireApproval", "openai.types.realtime.realtime_tools_config_union_param.McpRequireApprovalMcpToolApprovalFilter", "openai.types.realtime.realtime_tools_config_union_param.McpRequireApprovalMcpToolApprovalFilterAlways", "openai.types.realtime.realtime_tools_config_union_param.McpRequireApprovalMcpToolApprovalFilterNever", "openai.types.realtime.realtime_tools_config_union_param.RealtimeToolsConfigUnionParam" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 21, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_protocol_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_protocol_error.RealtimeMcpProtocolError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpProtocolError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpProtocolError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeMcpProtocolError.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_protocol_error", "names": [ "openai.types.realtime.realtime_mcp_protocol_error.RealtimeMcpProtocolError" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response.RealtimeResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.conversation_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.output_modalities", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.status_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeResponse.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response.Audio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Audio.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response.AudioOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioOutput.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AudioOutput.voice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response", "names": [ "openai.types.realtime.realtime_response.Audio", "openai.types.realtime.realtime_response.AudioOutput", "openai.types.realtime.realtime_response.RealtimeResponse" ], "n_typable": 14, "n_typed": 14, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 14, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_truncation_retention_ratio.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_truncation_retention_ratio.RealtimeTruncationRetentionRatio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeTruncationRetentionRatio.retention_ratio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTruncationRetentionRatio.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeTruncationRetentionRatio.token_limits", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_truncation_retention_ratio.TokenLimits", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "TokenLimits.post_instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_truncation_retention_ratio", "names": [ "openai.types.realtime.realtime_truncation_retention_ratio.RealtimeTruncationRetentionRatio", "openai.types.realtime.realtime_truncation_retention_ratio.TokenLimits" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/call_refer_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.call_refer_params.CallReferParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CallReferParams.target_uri", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.call_refer_params", "names": [ "openai.types.realtime.call_refer_params.CallReferParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_mcp_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_mcp_tool_call_param.RealtimeMcpToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeMcpToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.approval_request_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.error", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeMcpToolCallParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 8, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_mcp_tool_call_param.Error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_mcp_tool_call_param", "names": [ "openai.types.realtime.realtime_mcp_tool_call_param.Error", "openai.types.realtime.realtime_mcp_tool_call_param.RealtimeMcpToolCallParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.conversation_item.ConversationItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item", "names": [ "openai.types.realtime.conversation_item.ConversationItem" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_truncated_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_truncated_event.ConversationItemTruncatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemTruncatedEvent.audio_end_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemTruncatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_truncated_event", "names": [ "openai.types.realtime.conversation_item_truncated_event.ConversationItemTruncatedEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/noise_reduction_type.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.realtime.noise_reduction_type.NoiseReductionType", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.noise_reduction_type", "names": [ "openai.types.realtime.noise_reduction_type.NoiseReductionType" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/mcp_list_tools_failed.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.mcp_list_tools_failed.McpListToolsFailed", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsFailed.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsFailed.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsFailed.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.mcp_list_tools_failed", "names": [ "openai.types.realtime.mcp_list_tools_failed.McpListToolsFailed" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_cleared_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_cleared_event.InputAudioBufferClearedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferClearedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferClearedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_cleared_event", "names": [ "openai.types.realtime.input_audio_buffer_cleared_event.InputAudioBufferClearedEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/session_update_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.session_update_event_param.SessionUpdateEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SessionUpdateEventParam.session", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionUpdateEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SessionUpdateEventParam.event_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.session_update_event_param.Session", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.session_update_event_param", "names": [ "openai.types.realtime.session_update_event_param.Session", "openai.types.realtime.session_update_event_param.SessionUpdateEventParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/conversation_item_input_audio_transcription_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.ConversationItemInputAudioTranscriptionCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.transcript", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ConversationItemInputAudioTranscriptionCompletedEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokens", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokens.input_token_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokensInputTokenDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTranscriptTextUsageTokensInputTokenDetails.audio_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageTokensInputTokenDetails.text_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageDuration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UsageTranscriptTextUsageDuration.seconds", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UsageTranscriptTextUsageDuration.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.Usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.conversation_item_input_audio_transcription_completed_event", "names": [ "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.ConversationItemInputAudioTranscriptionCompletedEvent", "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.Usage", "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageDuration", "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokens", "openai.types.realtime.conversation_item_input_audio_transcription_completed_event.UsageTranscriptTextUsageTokensInputTokenDetails" ], "n_typable": 17, "n_typed": 17, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 17, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_conversation_item_function_call_output_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_conversation_item_function_call_output_param.RealtimeConversationItemFunctionCallOutputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutputParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutputParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutputParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutputParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutputParam.object", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeConversationItemFunctionCallOutputParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_conversation_item_function_call_output_param", "names": [ "openai.types.realtime.realtime_conversation_item_function_call_output_param.RealtimeConversationItemFunctionCallOutputParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/audio_transcription_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.audio_transcription_param.AudioTranscriptionParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AudioTranscriptionParam.language", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AudioTranscriptionParam.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AudioTranscriptionParam.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.audio_transcription_param", "names": [ "openai.types.realtime.audio_transcription_param.AudioTranscriptionParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/input_audio_buffer_commit_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.input_audio_buffer_commit_event.InputAudioBufferCommitEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudioBufferCommitEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudioBufferCommitEvent.event_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.realtime.input_audio_buffer_commit_event", "names": [ "openai.types.realtime.input_audio_buffer_commit_event.InputAudioBufferCommitEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/realtime/realtime_response_create_mcp_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.RealtimeResponseCreateMcpToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.allowed_tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.authorization", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.connector_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.headers", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.require_approval", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.server_description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RealtimeResponseCreateMcpToolParam.server_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilter.always", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilter.never", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.AllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AllowedToolsMcpToolFilter.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "AllowedToolsMcpToolFilter.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.realtime.realtime_response_create_mcp_tool_param.AllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.realtime.realtime_response_create_mcp_tool_param", "names": [ "openai.types.realtime.realtime_response_create_mcp_tool_param.AllowedTools", "openai.types.realtime.realtime_response_create_mcp_tool_param.AllowedToolsMcpToolFilter", "openai.types.realtime.realtime_response_create_mcp_tool_param.RealtimeResponseCreateMcpToolParam", "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApproval", "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApprovalMcpToolApprovalFilter", "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApprovalMcpToolApprovalFilterAlways", "openai.types.realtime.realtime_response_create_mcp_tool_param.RequireApprovalMcpToolApprovalFilterNever" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 20, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_call_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_call_completed_event.ResponseMcpCallCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallCompletedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_call_completed_event", "names": [ "openai.types.responses.response_mcp_call_completed_event.ResponseMcpCallCompletedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_list_tools_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_list_tools_in_progress_event.ResponseMcpListToolsInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpListToolsInProgressEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsInProgressEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_list_tools_in_progress_event", "names": [ "openai.types.responses.response_mcp_list_tools_in_progress_event.ResponseMcpListToolsInProgressEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_call_arguments_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_call_arguments_done_event.ResponseMcpCallArgumentsDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallArgumentsDoneEvent.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_call_arguments_done_event", "names": [ "openai.types.responses.response_mcp_call_arguments_done_event.ResponseMcpCallArgumentsDoneEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_audio_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_audio_done_event.ResponseAudioDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_audio_done_event", "names": [ "openai.types.responses.response_audio_done_event.ResponseAudioDoneEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_file_search_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_file_search_tool_call.ResponseFileSearchToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFileSearchToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchToolCall.queries", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchToolCall.results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_file_search_tool_call.Result", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Result.attributes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.score", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Result.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_file_search_tool_call", "names": [ "openai.types.responses.response_file_search_tool_call.ResponseFileSearchToolCall", "openai.types.responses.response_file_search_tool_call.Result" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/parsed_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.parsed_response.ParsedResponseFunctionToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedResponseFunctionToolCall.parsed_arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ParsedResponseFunctionToolCall.__api_exclude__", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.parsed_response.ParsedResponseOutputText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedResponseOutputText.parsed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.parsed_response.ParsedResponseOutputMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ParsedResponseOutputMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ParsedResponseOutputMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.parsed_response.ParsedResponse", "methods": [], "properties": [ { "kind": "property", "name": "ParsedResponse.output_parsed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "ParsedResponse.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ParsedResponse.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 1 }, { "kind": "attr", "name": "openai.types.responses.parsed_response.ParsedResponseOutputItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.parsed_response.ParsedContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [ { "kind": "type", "rules": [ "assignment" ] }, { "kind": "type", "rules": [ "assignment" ] } ], "name": "openai.types.responses.parsed_response", "names": [ "openai.types.responses.parsed_response.ParsedContent", "openai.types.responses.parsed_response.ParsedResponse", "openai.types.responses.parsed_response.ParsedResponseFunctionToolCall", "openai.types.responses.parsed_response.ParsedResponseOutputItem", "openai.types.responses.parsed_response.ParsedResponseOutputMessage", "openai.types.responses.parsed_response.ParsedResponseOutputText" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 9, "n_properties": 1, "n_type_ignores": 2 }, { "path": "openai/types/responses/response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response.Response", "methods": [], "properties": [ { "kind": "property", "name": "Response.output_text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "attrs": [ { "kind": "attr", "name": "Response.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.incomplete_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.parallel_tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.completed_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.max_tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.previous_response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.prompt_cache_key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.prompt_cache_retention", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.reasoning", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.safety_identifier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.service_tier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.truncation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Response.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 33, "n_typed": 33, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 32, "n_properties": 1 }, { "kind": "class", "name": "openai.types.responses.response.IncompleteDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "IncompleteDetails.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response.Conversation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Conversation.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response", "names": [ "openai.types.responses.response.Conversation", "openai.types.responses.response.IncompleteDetails", "openai.types.responses.response.Response", "openai.types.responses.response.ToolChoice" ], "n_typable": 36, "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 35, "n_properties": 1, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_message_content_list.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_message_content_list.ResponseInputMessageContentList", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_input_message_content_list", "names": [ "openai.types.responses.response_input_message_content_list.ResponseInputMessageContentList" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_call_arguments_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_call_arguments_delta_event.ResponseFunctionCallArgumentsDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_call_arguments_delta_event", "names": [ "openai.types.responses.response_function_call_arguments_delta_event.ResponseFunctionCallArgumentsDeltaEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_format_text_json_schema_config_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_format_text_json_schema_config_param.ResponseFormatTextJSONSchemaConfigParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfigParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfigParam.schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfigParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfigParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfigParam.strict", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_format_text_json_schema_config_param", "names": [ "openai.types.responses.response_format_text_json_schema_config_param.ResponseFormatTextJSONSchemaConfigParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_call_output_item_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_function_call_output_item_param.ResponseFunctionCallOutputItemParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_call_output_item_param", "names": [ "openai.types.responses.response_function_call_output_item_param.ResponseFunctionCallOutputItemParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_call_output_item_list_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_function_call_output_item_list_param.ResponseFunctionCallOutputItemListParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.response_function_call_output_item_list_param.ResponseFunctionCallOutputItemParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_call_output_item_list_param", "names": [ "openai.types.responses.response_function_call_output_item_list_param.ResponseFunctionCallOutputItemListParam", "openai.types.responses.response_function_call_output_item_list_param.ResponseFunctionCallOutputItemParam" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.computer_tool_param.ComputerToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.computer_tool_param", "names": [ "openai.types.responses.computer_tool_param.ComputerToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_apply_patch_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_apply_patch_param.ToolChoiceApplyPatchParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceApplyPatchParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_apply_patch_param", "names": [ "openai.types.responses.tool_choice_apply_patch_param.ToolChoiceApplyPatchParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_item_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_item_param.ResponseInputItemParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.McpApprovalResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalResponse.approval_request_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.approve", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.reason", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemReference.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemReference.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ToolSearchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolSearchCall.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.execution", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.Message", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Message.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ApplyPatchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.operation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ApplyPatchCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.McpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListTools.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.error", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.FunctionCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCallAction.commands", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallAction.max_output_length", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallAction.timeout_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.LocalShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.max_output_length", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.LocalShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ApplyPatchCallOperationDeleteFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationDeleteFile.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationDeleteFile.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.LocalShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallAction.command", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.env", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.timeout_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.working_directory", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.McpCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.approval_request_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.error", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_item_param.ShellCallEnvironment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ImageGenerationCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationCall.result", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_item_param.ApplyPatchCallOperation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCall.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.environment", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ApplyPatchCallOperationCreateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.diff", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ComputerCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.acknowledged_safety_checks", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.McpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalRequest.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.McpListToolsTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsTool.input_schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListToolsTool.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListToolsTool.annotations", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListToolsTool.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ComputerCallOutputAcknowledgedSafetyCheck", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.message", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item_param.ApplyPatchCallOperationUpdateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.diff", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_item_param", "names": [ "openai.types.responses.response_input_item_param.ApplyPatchCall", "openai.types.responses.response_input_item_param.ApplyPatchCallOperation", "openai.types.responses.response_input_item_param.ApplyPatchCallOperationCreateFile", "openai.types.responses.response_input_item_param.ApplyPatchCallOperationDeleteFile", "openai.types.responses.response_input_item_param.ApplyPatchCallOperationUpdateFile", "openai.types.responses.response_input_item_param.ApplyPatchCallOutput", "openai.types.responses.response_input_item_param.ComputerCallOutput", "openai.types.responses.response_input_item_param.ComputerCallOutputAcknowledgedSafetyCheck", "openai.types.responses.response_input_item_param.FunctionCallOutput", "openai.types.responses.response_input_item_param.ImageGenerationCall", "openai.types.responses.response_input_item_param.ItemReference", "openai.types.responses.response_input_item_param.LocalShellCall", "openai.types.responses.response_input_item_param.LocalShellCallAction", "openai.types.responses.response_input_item_param.LocalShellCallOutput", "openai.types.responses.response_input_item_param.McpApprovalRequest", "openai.types.responses.response_input_item_param.McpApprovalResponse", "openai.types.responses.response_input_item_param.McpCall", "openai.types.responses.response_input_item_param.McpListTools", "openai.types.responses.response_input_item_param.McpListToolsTool", "openai.types.responses.response_input_item_param.Message", "openai.types.responses.response_input_item_param.ResponseInputItemParam", "openai.types.responses.response_input_item_param.ShellCall", "openai.types.responses.response_input_item_param.ShellCallAction", "openai.types.responses.response_input_item_param.ShellCallEnvironment", "openai.types.responses.response_input_item_param.ShellCallOutput", "openai.types.responses.response_input_item_param.ToolSearchCall" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 23, "n_attrs": 109, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_use_preview_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.computer_use_preview_tool_param.ComputerUsePreviewToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerUsePreviewToolParam.display_height", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerUsePreviewToolParam.display_width", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerUsePreviewToolParam.environment", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerUsePreviewToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.computer_use_preview_tool_param", "names": [ "openai.types.responses.computer_use_preview_tool_param.ComputerUsePreviewToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_tool_call_param.ResponseFunctionToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionToolCallParam.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionToolCallParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionToolCallParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionToolCallParam.namespace", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionToolCallParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_tool_call_param", "names": [ "openai.types.responses.response_function_tool_call_param.ResponseFunctionToolCallParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_web_search_call_searching_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_web_search_call_searching_event.ResponseWebSearchCallSearchingEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseWebSearchCallSearchingEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallSearchingEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallSearchingEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallSearchingEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_web_search_call_searching_event", "names": [ "openai.types.responses.response_web_search_call_searching_event.ResponseWebSearchCallSearchingEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_shell_tool_call_output.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_shell_tool_call_output.ResponseFunctionShellToolCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.max_output_length", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCallOutput.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_tool_call_output.Output", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Output.outcome", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Output.stderr", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Output.stdout", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Output.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_tool_call_output.OutputOutcomeTimeout", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputOutcomeTimeout.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_shell_tool_call_output.OutputOutcome", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_tool_call_output.OutputOutcomeExit", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputOutcomeExit.exit_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputOutcomeExit.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_shell_tool_call_output", "names": [ "openai.types.responses.response_function_shell_tool_call_output.Output", "openai.types.responses.response_function_shell_tool_call_output.OutputOutcome", "openai.types.responses.response_function_shell_tool_call_output.OutputOutcomeExit", "openai.types.responses.response_function_shell_tool_call_output.OutputOutcomeTimeout", "openai.types.responses.response_function_shell_tool_call_output.ResponseFunctionShellToolCallOutput" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_custom_tool_call_input_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_custom_tool_call_input_done_event.ResponseCustomToolCallInputDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCustomToolCallInputDoneEvent.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_custom_tool_call_input_done_event", "names": [ "openai.types.responses.response_custom_tool_call_input_done_event.ResponseCustomToolCallInputDoneEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_auto.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_auto.ContainerAuto", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerAuto.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerAuto.file_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerAuto.memory_limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerAuto.network_policy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerAuto.skills", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.container_auto.NetworkPolicy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.container_auto.Skill", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.container_auto", "names": [ "openai.types.responses.container_auto.ContainerAuto", "openai.types.responses.container_auto.NetworkPolicy", "openai.types.responses.container_auto.Skill" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_web_search_call_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_web_search_call_completed_event.ResponseWebSearchCallCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseWebSearchCallCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallCompletedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_web_search_call_completed_event", "names": [ "openai.types.responses.response_web_search_call_completed_event.ResponseWebSearchCallCompletedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_text_config.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_text_config.ResponseTextConfig", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextConfig.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextConfig.verbosity", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_text_config", "names": [ "openai.types.responses.response_text_config.ResponseTextConfig" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_compaction_item_param_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_compaction_item_param_param.ResponseCompactionItemParamParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCompactionItemParamParam.encrypted_content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCompactionItemParamParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCompactionItemParamParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_compaction_item_param_param", "names": [ "openai.types.responses.response_compaction_item_param_param.ResponseCompactionItemParamParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_summary_text_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_summary_text_delta_event.ResponseReasoningSummaryTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningSummaryTextDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDeltaEvent.summary_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_summary_text_delta_event", "names": [ "openai.types.responses.response_reasoning_summary_text_delta_event.ResponseReasoningSummaryTextDeltaEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_mcp_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_mcp_param.ToolChoiceMcpParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceMcpParam.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolChoiceMcpParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolChoiceMcpParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_mcp_param", "names": [ "openai.types.responses.tool_choice_mcp_param.ToolChoiceMcpParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_web_search.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_web_search.ResponseFunctionWebSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionWebSearch.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionWebSearch.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionWebSearch.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionWebSearch.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search.ActionSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionSearch.query", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionSearch.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionSearch.queries", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionSearch.sources", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search.ActionSearchSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionSearchSource.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionSearchSource.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search.ActionFind", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionFind.pattern", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionFind.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionFind.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search.ActionOpenPage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionOpenPage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionOpenPage.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_web_search.Action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_web_search", "names": [ "openai.types.responses.response_function_web_search.Action", "openai.types.responses.response_function_web_search.ActionFind", "openai.types.responses.response_function_web_search.ActionOpenPage", "openai.types.responses.response_function_web_search.ActionSearch", "openai.types.responses.response_function_web_search.ActionSearchSource", "openai.types.responses.response_function_web_search.ResponseFunctionWebSearch" ], "n_typable": 16, "n_typed": 16, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 16, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_shell_call_output_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_shell_call_output_content.ResponseFunctionShellCallOutputContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionShellCallOutputContent.outcome", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellCallOutputContent.stderr", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellCallOutputContent.stdout", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_shell_call_output_content.Outcome", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_call_output_content.OutcomeTimeout", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutcomeTimeout.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_call_output_content.OutcomeExit", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutcomeExit.exit_code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutcomeExit.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_shell_call_output_content", "names": [ "openai.types.responses.response_function_shell_call_output_content.Outcome", "openai.types.responses.response_function_shell_call_output_content.OutcomeExit", "openai.types.responses.response_function_shell_call_output_content.OutcomeTimeout", "openai.types.responses.response_function_shell_call_output_content.ResponseFunctionShellCallOutputContent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/inline_skill_source_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.inline_skill_source_param.InlineSkillSourceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InlineSkillSourceParam.data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InlineSkillSourceParam.media_type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InlineSkillSourceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.inline_skill_source_param", "names": [ "openai.types.responses.inline_skill_source_param.InlineSkillSourceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_queued_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_queued_event.ResponseQueuedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseQueuedEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseQueuedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseQueuedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_queued_event", "names": [ "openai.types.responses.response_queued_event.ResponseQueuedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/easy_input_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.easy_input_message_param.EasyInputMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EasyInputMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EasyInputMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EasyInputMessageParam.phase", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "EasyInputMessageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.easy_input_message_param", "names": [ "openai.types.responses.easy_input_message_param.EasyInputMessageParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_incomplete_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_incomplete_event.ResponseIncompleteEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseIncompleteEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseIncompleteEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseIncompleteEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_incomplete_event", "names": [ "openai.types.responses.response_incomplete_event.ResponseIncompleteEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_custom_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_custom_tool_call_param.ResponseCustomToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCustomToolCallParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallParam.namespace", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_custom_tool_call_param", "names": [ "openai.types.responses.response_custom_tool_call_param.ResponseCustomToolCallParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_file_search_call_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_file_search_call_in_progress_event.ResponseFileSearchCallInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFileSearchCallInProgressEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallInProgressEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_file_search_call_in_progress_event", "names": [ "openai.types.responses.response_file_search_call_in_progress_event.ResponseFileSearchCallInProgressEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_includable.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_includable.ResponseIncludable", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_includable", "names": [ "openai.types.responses.response_includable.ResponseIncludable" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_network_policy_allowlist_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_network_policy_allowlist_param.ContainerNetworkPolicyAllowlistParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerNetworkPolicyAllowlistParam.allowed_domains", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerNetworkPolicyAllowlistParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerNetworkPolicyAllowlistParam.domain_secrets", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_network_policy_allowlist_param", "names": [ "openai.types.responses.container_network_policy_allowlist_param.ContainerNetworkPolicyAllowlistParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_call_code_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_call_code_done_event.ResponseCodeInterpreterCallCodeDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDoneEvent.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_call_code_done_event", "names": [ "openai.types.responses.response_code_interpreter_call_code_done_event.ResponseCodeInterpreterCallCodeDoneEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_item_list.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_item_list.ResponseItemList", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseItemList.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseItemList.first_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseItemList.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseItemList.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseItemList.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_item_list", "names": [ "openai.types.responses.response_item_list.ResponseItemList" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/skill_reference.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.skill_reference.SkillReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillReference.skill_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillReference.version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.skill_reference", "names": [ "openai.types.responses.skill_reference.SkillReference" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_conversation_param_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_conversation_param_param.ResponseConversationParamParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseConversationParamParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_conversation_param_param", "names": [ "openai.types.responses.response_conversation_param_param.ResponseConversationParamParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_reference_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_reference_param.ContainerReferenceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerReferenceParam.container_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerReferenceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_reference_param", "names": [ "openai.types.responses.container_reference_param.ContainerReferenceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_computer_tool_call_output_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_output_item.ResponseComputerToolCallOutputItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseComputerToolCallOutputItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputItem.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputItem.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputItem.acknowledged_safety_checks", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputItem.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_output_item.AcknowledgedSafetyCheck", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "AcknowledgedSafetyCheck.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AcknowledgedSafetyCheck.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "AcknowledgedSafetyCheck.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_computer_tool_call_output_item", "names": [ "openai.types.responses.response_computer_tool_call_output_item.AcknowledgedSafetyCheck", "openai.types.responses.response_computer_tool_call_output_item.ResponseComputerToolCallOutputItem" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_tool_call_output_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_tool_call_output_item.ResponseFunctionToolCallOutputItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionToolCallOutputItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCallOutputItem.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCallOutputItem.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCallOutputItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCallOutputItem.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_tool_call_output_item.OutputOutputContentList", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_tool_call_output_item", "names": [ "openai.types.responses.response_function_tool_call_output_item.OutputOutputContentList", "openai.types.responses.response_function_tool_call_output_item.ResponseFunctionToolCallOutputItem" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_tool_search_output_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_tool_search_output_item.ResponseToolSearchOutputItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseToolSearchOutputItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItem.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItem.execution", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItem.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItem.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItem.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_tool_search_output_item", "names": [ "openai.types.responses.response_tool_search_output_item.ResponseToolSearchOutputItem" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_call_output_item.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_function_call_output_item.ResponseFunctionCallOutputItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_call_output_item", "names": [ "openai.types.responses.response_function_call_output_item.ResponseFunctionCallOutputItem" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_list_tools_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_list_tools_completed_event.ResponseMcpListToolsCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpListToolsCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsCompletedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_list_tools_completed_event", "names": [ "openai.types.responses.response_mcp_list_tools_completed_event.ResponseMcpListToolsCompletedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/custom_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.custom_tool_param.CustomToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CustomToolParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CustomToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CustomToolParam.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CustomToolParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CustomToolParam.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.custom_tool_param", "names": [ "openai.types.responses.custom_tool_param.CustomToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_call_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_call_in_progress_event.ResponseCodeInterpreterCallInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterCallInProgressEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallInProgressEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_call_in_progress_event", "names": [ "openai.types.responses.response_code_interpreter_call_in_progress_event.ResponseCodeInterpreterCallInProgressEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_param.ResponseInputParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_param.McpApprovalResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalResponse.approval_request_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.approve", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalResponse.reason", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemReference.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ItemReference.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ToolSearchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolSearchCall.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.execution", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.Message", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Message.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Message.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ApplyPatchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.operation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ApplyPatchCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.McpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListTools.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListTools.error", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.FunctionCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCallAction.commands", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallAction.max_output_length", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallAction.timeout_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.LocalShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.max_output_length", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.LocalShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.LocalShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallAction.command", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.env", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.timeout_ms", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalShellCallAction.working_directory", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_param.ResponseInputItemParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ApplyPatchCallOperationDeleteFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationDeleteFile.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationDeleteFile.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.McpCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.approval_request_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.error", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_param.ShellCallEnvironment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ImageGenerationCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationCall.result", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_param.ApplyPatchCallOperation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCall.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.environment", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ShellCall.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ApplyPatchCallOperationCreateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.diff", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ComputerCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerCallOutput.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.acknowledged_safety_checks", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutput.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.McpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalRequest.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.arguments", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpApprovalRequest.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.McpListToolsTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsTool.input_schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListToolsTool.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListToolsTool.annotations", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpListToolsTool.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ComputerCallOutputAcknowledgedSafetyCheck", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.message", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_param.ApplyPatchCallOperationUpdateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.diff", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_param", "names": [ "openai.types.responses.response_input_param.ApplyPatchCall", "openai.types.responses.response_input_param.ApplyPatchCallOperation", "openai.types.responses.response_input_param.ApplyPatchCallOperationCreateFile", "openai.types.responses.response_input_param.ApplyPatchCallOperationDeleteFile", "openai.types.responses.response_input_param.ApplyPatchCallOperationUpdateFile", "openai.types.responses.response_input_param.ApplyPatchCallOutput", "openai.types.responses.response_input_param.ComputerCallOutput", "openai.types.responses.response_input_param.ComputerCallOutputAcknowledgedSafetyCheck", "openai.types.responses.response_input_param.FunctionCallOutput", "openai.types.responses.response_input_param.ImageGenerationCall", "openai.types.responses.response_input_param.ItemReference", "openai.types.responses.response_input_param.LocalShellCall", "openai.types.responses.response_input_param.LocalShellCallAction", "openai.types.responses.response_input_param.LocalShellCallOutput", "openai.types.responses.response_input_param.McpApprovalRequest", "openai.types.responses.response_input_param.McpApprovalResponse", "openai.types.responses.response_input_param.McpCall", "openai.types.responses.response_input_param.McpListTools", "openai.types.responses.response_input_param.McpListToolsTool", "openai.types.responses.response_input_param.Message", "openai.types.responses.response_input_param.ResponseInputItemParam", "openai.types.responses.response_input_param.ResponseInputParam", "openai.types.responses.response_input_param.ShellCall", "openai.types.responses.response_input_param.ShellCallAction", "openai.types.responses.response_input_param.ShellCallEnvironment", "openai.types.responses.response_input_param.ShellCallOutput", "openai.types.responses.response_input_param.ToolSearchCall" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 23, "n_attrs": 110, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_audio_transcript_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_audio_transcript_done_event.ResponseAudioTranscriptDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_audio_transcript_done_event", "names": [ "openai.types.responses.response_audio_transcript_done_event.ResponseAudioTranscriptDoneEvent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_text_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_text_delta_event.ResponseReasoningTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningTextDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_text_delta_event", "names": [ "openai.types.responses.response_reasoning_text_delta_event.ResponseReasoningTextDeltaEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_custom_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_custom_tool_call.ResponseCustomToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCustomToolCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCall.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCall.namespace", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_custom_tool_call", "names": [ "openai.types.responses.response_custom_tool_call.ResponseCustomToolCall" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_network_policy_disabled.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_network_policy_disabled.ContainerNetworkPolicyDisabled", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerNetworkPolicyDisabled.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_network_policy_disabled", "names": [ "openai.types.responses.container_network_policy_disabled.ContainerNetworkPolicyDisabled" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_types.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_types.ToolChoiceTypes", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceTypes.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_types", "names": [ "openai.types.responses.tool_choice_types.ToolChoiceTypes" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_network_policy_domain_secret.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_network_policy_domain_secret.ContainerNetworkPolicyDomainSecret", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerNetworkPolicyDomainSecret.domain", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerNetworkPolicyDomainSecret.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerNetworkPolicyDomainSecret.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_network_policy_domain_secret", "names": [ "openai.types.responses.container_network_policy_domain_secret.ContainerNetworkPolicyDomainSecret" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_action_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.computer_action_param.ComputerActionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.DragPath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DragPath.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DragPath.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Scroll", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Scroll.scroll_x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.scroll_y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Click", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Click.button", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Click.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Click.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Click.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.DoubleClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DoubleClick.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DoubleClick.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DoubleClick.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Move", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Move.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Move.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Move.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Wait", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Wait.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Keypress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Keypress.keys", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Keypress.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Drag", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Drag.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Drag.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Screenshot", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Screenshot.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_param.Type", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Type.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Type.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.computer_action_param", "names": [ "openai.types.responses.computer_action_param.Click", "openai.types.responses.computer_action_param.ComputerActionParam", "openai.types.responses.computer_action_param.DoubleClick", "openai.types.responses.computer_action_param.Drag", "openai.types.responses.computer_action_param.DragPath", "openai.types.responses.computer_action_param.Keypress", "openai.types.responses.computer_action_param.Move", "openai.types.responses.computer_action_param.Screenshot", "openai.types.responses.computer_action_param.Scroll", "openai.types.responses.computer_action_param.Type", "openai.types.responses.computer_action_param.Wait" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 10, "n_attrs": 26, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_function.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_function.ToolChoiceFunction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceFunction.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolChoiceFunction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_function", "names": [ "openai.types.responses.tool_choice_function.ToolChoiceFunction" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_item_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_item_done_event.ResponseOutputItemDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputItemDoneEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_item_done_event", "names": [ "openai.types.responses.response_output_item_done_event.ResponseOutputItemDoneEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_text_content_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_text_content_param.ResponseInputTextContentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputTextContentParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputTextContentParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_text_content_param", "names": [ "openai.types.responses.response_input_text_content_param.ResponseInputTextContentParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_message_content_list_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_message_content_list_param.ResponseInputMessageContentListParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.response_input_message_content_list_param.ResponseInputContentParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_input_message_content_list_param", "names": [ "openai.types.responses.response_input_message_content_list_param.ResponseInputContentParam", "openai.types.responses.response_input_message_content_list_param.ResponseInputMessageContentListParam" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/namespace_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.namespace_tool_param.NamespaceToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NamespaceToolParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "NamespaceToolParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "NamespaceToolParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "NamespaceToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.namespace_tool_param.ToolFunction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolFunction.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolFunction.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolFunction.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolFunction.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolFunction.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolFunction.strict", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.namespace_tool_param.Tool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.namespace_tool_param", "names": [ "openai.types.responses.namespace_tool_param.NamespaceToolParam", "openai.types.responses.namespace_tool_param.Tool", "openai.types.responses.namespace_tool_param.ToolFunction" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_call_code_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_call_code_delta_event.ResponseCodeInterpreterCallCodeDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCodeDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_call_code_delta_event", "names": [ "openai.types.responses.response_code_interpreter_call_code_delta_event.ResponseCodeInterpreterCallCodeDeltaEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_item.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_item.ResponseInputItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_item.McpApprovalResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalResponse.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.approve", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ItemReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ItemReference.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ItemReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ToolSearchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolSearchCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchCall.execution", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.Message", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Message.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Message.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ApplyPatchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCall.operation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ApplyPatchCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.McpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListTools.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.FunctionCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCallAction.commands", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallAction.max_output_length", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallAction.timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.LocalShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallOutput.max_output_length", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.LocalShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ApplyPatchCallOperationDeleteFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationDeleteFile.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOperationDeleteFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.LocalShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallAction.command", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.env", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.working_directory", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.McpCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_item.ShellCallEnvironment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ImageGenerationCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.result", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_input_item.ApplyPatchCallOperation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ShellCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCall.environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ShellCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ApplyPatchCallOperationCreateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.diff", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOperationCreateFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ComputerCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutput.acknowledged_safety_checks", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.McpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalRequest.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.McpListToolsTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsTool.input_schema", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ComputerCallOutputAcknowledgedSafetyCheck", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerCallOutputAcknowledgedSafetyCheck.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_item.ApplyPatchCallOperationUpdateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.diff", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ApplyPatchCallOperationUpdateFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_item", "names": [ "openai.types.responses.response_input_item.ApplyPatchCall", "openai.types.responses.response_input_item.ApplyPatchCallOperation", "openai.types.responses.response_input_item.ApplyPatchCallOperationCreateFile", "openai.types.responses.response_input_item.ApplyPatchCallOperationDeleteFile", "openai.types.responses.response_input_item.ApplyPatchCallOperationUpdateFile", "openai.types.responses.response_input_item.ApplyPatchCallOutput", "openai.types.responses.response_input_item.ComputerCallOutput", "openai.types.responses.response_input_item.ComputerCallOutputAcknowledgedSafetyCheck", "openai.types.responses.response_input_item.FunctionCallOutput", "openai.types.responses.response_input_item.ImageGenerationCall", "openai.types.responses.response_input_item.ItemReference", "openai.types.responses.response_input_item.LocalShellCall", "openai.types.responses.response_input_item.LocalShellCallAction", "openai.types.responses.response_input_item.LocalShellCallOutput", "openai.types.responses.response_input_item.McpApprovalRequest", "openai.types.responses.response_input_item.McpApprovalResponse", "openai.types.responses.response_input_item.McpCall", "openai.types.responses.response_input_item.McpListTools", "openai.types.responses.response_input_item.McpListToolsTool", "openai.types.responses.response_input_item.Message", "openai.types.responses.response_input_item.ResponseInputItem", "openai.types.responses.response_input_item.ShellCall", "openai.types.responses.response_input_item.ShellCallAction", "openai.types.responses.response_input_item.ShellCallEnvironment", "openai.types.responses.response_input_item.ShellCallOutput", "openai.types.responses.response_input_item.ToolSearchCall" ], "n_typable": 109, "n_typed": 109, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 23, "n_attrs": 109, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_create_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_create_params.ResponseCreateParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_create_params.ResponseCreateParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_create_params.Conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_create_params.ContextManagement", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContextManagement.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContextManagement.compact_threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_create_params.StreamOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StreamOptions.include_obfuscation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_create_params.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_create_params.ResponseCreateParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateParamsBase.background", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.context_management", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.conversation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.max_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.max_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.parallel_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.previous_response_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.prompt_cache_key", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.prompt_cache_retention", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.reasoning", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.safety_identifier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.service_tier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.store", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.stream_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.top_logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.truncation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCreateParamsBase.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 28, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_create_params.ResponseCreateParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreateParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_create_params", "names": [ "openai.types.responses.response_create_params.ContextManagement", "openai.types.responses.response_create_params.Conversation", "openai.types.responses.response_create_params.ResponseCreateParams", "openai.types.responses.response_create_params.ResponseCreateParamsBase", "openai.types.responses.response_create_params.ResponseCreateParamsNonStreaming", "openai.types.responses.response_create_params.ResponseCreateParamsStreaming", "openai.types.responses.response_create_params.StreamOptions", "openai.types.responses.response_create_params.ToolChoice" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 36, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_created_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_created_event.ResponseCreatedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCreatedEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreatedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCreatedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_created_event", "names": [ "openai.types.responses.response_created_event.ResponseCreatedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/web_search_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.web_search_tool.WebSearchTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "WebSearchTool.filters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "WebSearchTool.search_context_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "WebSearchTool.user_location", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.web_search_tool.UserLocation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UserLocation.city", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.country", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.region", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.timezone", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.web_search_tool.Filters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Filters.allowed_domains", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.web_search_tool", "names": [ "openai.types.responses.web_search_tool.Filters", "openai.types.responses.web_search_tool.UserLocation", "openai.types.responses.web_search_tool.WebSearchTool" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_usage.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_usage.ResponseUsage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseUsage.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseUsage.input_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseUsage.output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseUsage.output_tokens_details", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseUsage.total_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_usage.OutputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputTokensDetails.reasoning_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_usage.InputTokensDetails", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokensDetails.cached_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_usage", "names": [ "openai.types.responses.response_usage.InputTokensDetails", "openai.types.responses.response_usage.OutputTokensDetails", "openai.types.responses.response_usage.ResponseUsage" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/namespace_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.namespace_tool.NamespaceTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "NamespaceTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "NamespaceTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "NamespaceTool.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "NamespaceTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.namespace_tool.ToolFunction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolFunction.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolFunction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolFunction.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolFunction.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolFunction.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolFunction.strict", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.namespace_tool.Tool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.namespace_tool", "names": [ "openai.types.responses.namespace_tool.NamespaceTool", "openai.types.responses.namespace_tool.Tool", "openai.types.responses.namespace_tool.ToolFunction" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_allowed.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_allowed.ToolChoiceAllowed", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceAllowed.mode", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolChoiceAllowed.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolChoiceAllowed.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_allowed", "names": [ "openai.types.responses.tool_choice_allowed.ToolChoiceAllowed" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_allowed_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_allowed_param.ToolChoiceAllowedParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceAllowedParam.mode", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolChoiceAllowedParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolChoiceAllowedParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_allowed_param", "names": [ "openai.types.responses.tool_choice_allowed_param.ToolChoiceAllowedParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_message_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_message_item.ResponseInputMessageItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputMessageItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputMessageItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputMessageItem.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputMessageItem.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputMessageItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_message_item", "names": [ "openai.types.responses.response_input_message_item.ResponseInputMessageItem" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_tool_call_param.ResponseCodeInterpreterToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCallParam.code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCallParam.container_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCallParam.outputs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCallParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_code_interpreter_tool_call_param.OutputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputImage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputImage.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_code_interpreter_tool_call_param.Output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_code_interpreter_tool_call_param.OutputLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputLogs.logs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutputLogs.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_tool_call_param", "names": [ "openai.types.responses.response_code_interpreter_tool_call_param.Output", "openai.types.responses.response_code_interpreter_tool_call_param.OutputImage", "openai.types.responses.response_code_interpreter_tool_call_param.OutputLogs", "openai.types.responses.response_code_interpreter_tool_call_param.ResponseCodeInterpreterToolCallParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_list_tools_failed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_list_tools_failed_event.ResponseMcpListToolsFailedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpListToolsFailedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsFailedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsFailedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpListToolsFailedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_list_tools_failed_event", "names": [ "openai.types.responses.response_mcp_list_tools_failed_event.ResponseMcpListToolsFailedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_local_environment.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_local_environment.ResponseLocalEnvironment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseLocalEnvironment.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_local_environment", "names": [ "openai.types.responses.response_local_environment.ResponseLocalEnvironment" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_item.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_output_item.ResponseOutputItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_output_item.McpCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_item.ImageGenerationCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.result", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_item.McpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListTools.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_item.McpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalRequest.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_item.McpListToolsTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsTool.input_schema", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_item.LocalShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_output_item.LocalShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallAction.command", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.env", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.working_directory", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_item", "names": [ "openai.types.responses.response_output_item.ImageGenerationCall", "openai.types.responses.response_output_item.LocalShellCall", "openai.types.responses.response_output_item.LocalShellCallAction", "openai.types.responses.response_output_item.McpApprovalRequest", "openai.types.responses.response_output_item.McpCall", "openai.types.responses.response_output_item.McpListTools", "openai.types.responses.response_output_item.McpListToolsTool", "openai.types.responses.response_output_item.ResponseOutputItem" ], "n_typable": 39, "n_typed": 39, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 7, "n_attrs": 39, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_file_search_call_searching_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_file_search_call_searching_event.ResponseFileSearchCallSearchingEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFileSearchCallSearchingEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallSearchingEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallSearchingEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallSearchingEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_file_search_call_searching_event", "names": [ "openai.types.responses.response_file_search_call_searching_event.ResponseFileSearchCallSearchingEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_text_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_text_content.ResponseInputTextContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputTextContent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputTextContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_text_content", "names": [ "openai.types.responses.response_input_text_content.ResponseInputTextContent" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_retrieve_params.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_retrieve_params.ResponseRetrieveParams", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_retrieve_params.ResponseRetrieveParamsNonStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseRetrieveParamsNonStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_retrieve_params.ResponseRetrieveParamsBase", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseRetrieveParamsBase.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseRetrieveParamsBase.include_obfuscation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseRetrieveParamsBase.starting_after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_retrieve_params.ResponseRetrieveParamsStreaming", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseRetrieveParamsStreaming.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_retrieve_params", "names": [ "openai.types.responses.response_retrieve_params.ResponseRetrieveParams", "openai.types.responses.response_retrieve_params.ResponseRetrieveParamsBase", "openai.types.responses.response_retrieve_params.ResponseRetrieveParamsNonStreaming", "openai.types.responses.response_retrieve_params.ResponseRetrieveParamsStreaming" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_call_failed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_call_failed_event.ResponseMcpCallFailedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallFailedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallFailedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallFailedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallFailedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_call_failed_event", "names": [ "openai.types.responses.response_mcp_call_failed_event.ResponseMcpCallFailedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/function_shell_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.function_shell_tool.FunctionShellTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionShellTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionShellTool.environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.function_shell_tool.Environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.function_shell_tool", "names": [ "openai.types.responses.function_shell_tool.Environment", "openai.types.responses.function_shell_tool.FunctionShellTool" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_web_search_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_web_search_param.ResponseFunctionWebSearchParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionWebSearchParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionWebSearchParam.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionWebSearchParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionWebSearchParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search_param.ActionSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionSearch.query", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionSearch.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionSearch.queries", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionSearch.sources", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search_param.ActionSearchSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionSearchSource.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionSearchSource.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search_param.ActionFind", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionFind.pattern", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionFind.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionFind.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_web_search_param.ActionOpenPage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionOpenPage.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionOpenPage.url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_web_search_param.Action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_web_search_param", "names": [ "openai.types.responses.response_function_web_search_param.Action", "openai.types.responses.response_function_web_search_param.ActionFind", "openai.types.responses.response_function_web_search_param.ActionOpenPage", "openai.types.responses.response_function_web_search_param.ActionSearch", "openai.types.responses.response_function_web_search_param.ActionSearchSource", "openai.types.responses.response_function_web_search_param.ResponseFunctionWebSearchParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 5, "n_attrs": 16, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_format_text_config_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_format_text_config_param.ResponseFormatTextConfigParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_format_text_config_param", "names": [ "openai.types.responses.response_format_text_config_param.ResponseFormatTextConfigParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_custom_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_custom_param.ToolChoiceCustomParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceCustomParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolChoiceCustomParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_custom_param", "names": [ "openai.types.responses.tool_choice_custom_param.ToolChoiceCustomParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_action.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.computer_action.ComputerAction", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.computer_action.DragPath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DragPath.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DragPath.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Scroll", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Scroll.scroll_x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Scroll.scroll_y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Scroll.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Scroll.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Scroll.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Click", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Click.button", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Click.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Click.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Click.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.DoubleClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DoubleClick.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DoubleClick.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DoubleClick.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Move", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Move.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Move.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Move.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Wait", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Wait.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Keypress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Keypress.keys", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Keypress.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Drag", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Drag.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Drag.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Screenshot", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Screenshot.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action.Type", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Type.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Type.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.computer_action", "names": [ "openai.types.responses.computer_action.Click", "openai.types.responses.computer_action.ComputerAction", "openai.types.responses.computer_action.DoubleClick", "openai.types.responses.computer_action.Drag", "openai.types.responses.computer_action.DragPath", "openai.types.responses.computer_action.Keypress", "openai.types.responses.computer_action.Move", "openai.types.responses.computer_action.Screenshot", "openai.types.responses.computer_action.Scroll", "openai.types.responses.computer_action.Type", "openai.types.responses.computer_action.Wait" ], "n_typable": 26, "n_typed": 26, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 10, "n_attrs": 26, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/apply_patch_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.apply_patch_tool.ApplyPatchTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.apply_patch_tool", "names": [ "openai.types.responses.apply_patch_tool.ApplyPatchTool" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/inline_skill.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.inline_skill.InlineSkill", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InlineSkill.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InlineSkill.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InlineSkill.source", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InlineSkill.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.inline_skill", "names": [ "openai.types.responses.inline_skill.InlineSkill" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/compacted_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.compacted_response.CompactedResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompactedResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompactedResponse.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompactedResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompactedResponse.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CompactedResponse.usage", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.compacted_response", "names": [ "openai.types.responses.compacted_response.CompactedResponse" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_custom.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_custom.ToolChoiceCustom", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceCustom.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolChoiceCustom.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_custom", "names": [ "openai.types.responses.tool_choice_custom.ToolChoiceCustom" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_compact_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_compact_params.ResponseCompactParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCompactParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCompactParams.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCompactParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCompactParams.previous_response_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCompactParams.prompt_cache_key", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_compact_params", "names": [ "openai.types.responses.response_compact_params.ResponseCompactParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_computer_tool_call_output_screenshot_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_output_screenshot_param.ResponseComputerToolCallOutputScreenshotParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseComputerToolCallOutputScreenshotParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputScreenshotParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputScreenshotParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_computer_tool_call_output_screenshot_param", "names": [ "openai.types.responses.response_computer_tool_call_output_screenshot_param.ResponseComputerToolCallOutputScreenshotParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_network_policy_disabled_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_network_policy_disabled_param.ContainerNetworkPolicyDisabledParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerNetworkPolicyDisabledParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_network_policy_disabled_param", "names": [ "openai.types.responses.container_network_policy_disabled_param.ContainerNetworkPolicyDisabledParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/inline_skill_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.inline_skill_param.InlineSkillParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InlineSkillParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InlineSkillParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InlineSkillParam.source", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InlineSkillParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.inline_skill_param", "names": [ "openai.types.responses.inline_skill_param.InlineSkillParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_types_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_types_param.ToolChoiceTypesParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceTypesParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_types_param", "names": [ "openai.types.responses.tool_choice_types_param.ToolChoiceTypesParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_content_part_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_content_part_done_event.ResponseContentPartDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContentPartDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_content_part_done_event.Part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_content_part_done_event.PartReasoningText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PartReasoningText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PartReasoningText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_content_part_done_event", "names": [ "openai.types.responses.response_content_part_done_event.Part", "openai.types.responses.response_content_part_done_event.PartReasoningText", "openai.types.responses.response_content_part_done_event.ResponseContentPartDoneEvent" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_failed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_failed_event.ResponseFailedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFailedEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFailedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFailedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_failed_event", "names": [ "openai.types.responses.response_failed_event.ResponseFailedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_summary_text_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_summary_text_done_event.ResponseReasoningSummaryTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningSummaryTextDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDoneEvent.summary_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDoneEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryTextDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_summary_text_done_event", "names": [ "openai.types.responses.response_reasoning_summary_text_done_event.ResponseReasoningSummaryTextDoneEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_audio_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_audio_delta_event.ResponseAudioDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_audio_delta_event", "names": [ "openai.types.responses.response_audio_delta_event.ResponseAudioDeltaEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/file_search_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.file_search_tool.FileSearchTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchTool.vector_store_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchTool.filters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchTool.max_num_results", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileSearchTool.ranking_options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.file_search_tool.RankingOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RankingOptions.hybrid_search", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RankingOptions.ranker", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RankingOptions.score_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.file_search_tool.RankingOptionsHybridSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RankingOptionsHybridSearch.embedding_weight", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RankingOptionsHybridSearch.text_weight", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.file_search_tool.Filters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.file_search_tool", "names": [ "openai.types.responses.file_search_tool.FileSearchTool", "openai.types.responses.file_search_tool.Filters", "openai.types.responses.file_search_tool.RankingOptions", "openai.types.responses.file_search_tool.RankingOptionsHybridSearch" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_prompt_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_prompt_param.ResponsePromptParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponsePromptParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsePromptParam.variables", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsePromptParam.version", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_prompt_param.Variables", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_prompt_param", "names": [ "openai.types.responses.response_prompt_param.ResponsePromptParam", "openai.types.responses.response_prompt_param.Variables" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input.ResponseInput", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_input", "names": [ "openai.types.responses.response_input.ResponseInput" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_conversation_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_conversation_param.ResponseConversationParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseConversationParam.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_conversation_param", "names": [ "openai.types.responses.response_conversation_param.ResponseConversationParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_format_text_json_schema_config.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_format_text_json_schema_config.ResponseFormatTextJSONSchemaConfig", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfig.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfig.schema_", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfig.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfig.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFormatTextJSONSchemaConfig.strict", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_format_text_json_schema_config", "names": [ "openai.types.responses.response_format_text_json_schema_config.ResponseFormatTextJSONSchemaConfig" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_call_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_call_in_progress_event.ResponseMcpCallInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallInProgressEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallInProgressEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_call_in_progress_event", "names": [ "openai.types.responses.response_mcp_call_in_progress_event.ResponseMcpCallInProgressEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.computer_tool.ComputerTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.computer_tool", "names": [ "openai.types.responses.computer_tool.ComputerTool" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/responses_client_event_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.responses_client_event_param.ResponsesClientEventParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponsesClientEventParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.background", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.context_management", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.conversation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.max_output_tokens", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.max_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.metadata", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.parallel_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.previous_response_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.prompt", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.prompt_cache_key", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.prompt_cache_retention", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.reasoning", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.safety_identifier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.service_tier", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.store", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.stream", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.stream_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.temperature", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.top_logprobs", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.top_p", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.truncation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponsesClientEventParam.user", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 30, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.responses_client_event_param.Conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.responses_client_event_param.ContextManagement", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContextManagement.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContextManagement.compact_threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.responses_client_event_param.StreamOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StreamOptions.include_obfuscation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.responses_client_event_param.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.responses_client_event_param", "names": [ "openai.types.responses.responses_client_event_param.ContextManagement", "openai.types.responses.responses_client_event_param.Conversation", "openai.types.responses.responses_client_event_param.ResponsesClientEventParam", "openai.types.responses.responses_client_event_param.StreamOptions", "openai.types.responses.responses_client_event_param.ToolChoice" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 35, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_image_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_image_content.ResponseInputImageContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputImageContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputImageContent.detail", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputImageContent.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputImageContent.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_image_content", "names": [ "openai.types.responses.response_input_image_content.ResponseInputImageContent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_text_annotation_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_text_annotation_added_event.ResponseOutputTextAnnotationAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.annotation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.annotation_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputTextAnnotationAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_text_annotation_added_event", "names": [ "openai.types.responses.response_output_text_annotation_added_event.ResponseOutputTextAnnotationAddedEvent" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_tool_search_output_item_param_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_tool_search_output_item_param_param.ResponseToolSearchOutputItemParamParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseToolSearchOutputItemParamParam.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParamParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParamParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParamParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParamParam.execution", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParamParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_tool_search_output_item_param_param", "names": [ "openai.types.responses.response_tool_search_output_item_param_param.ResponseToolSearchOutputItemParamParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/skill_reference_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.skill_reference_param.SkillReferenceParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillReferenceParam.skill_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SkillReferenceParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "SkillReferenceParam.version", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.skill_reference_param", "names": [ "openai.types.responses.skill_reference_param.SkillReferenceParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_call_arguments_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_call_arguments_done_event.ResponseFunctionCallArgumentsDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionCallArgumentsDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_call_arguments_done_event", "names": [ "openai.types.responses.response_function_call_arguments_done_event.ResponseFunctionCallArgumentsDoneEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_image_gen_call_generating_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_image_gen_call_generating_event.ResponseImageGenCallGeneratingEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseImageGenCallGeneratingEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallGeneratingEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallGeneratingEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallGeneratingEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_image_gen_call_generating_event", "names": [ "openai.types.responses.response_image_gen_call_generating_event.ResponseImageGenCallGeneratingEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_reference.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_reference.ContainerReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerReference.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_reference", "names": [ "openai.types.responses.container_reference.ContainerReference" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_action_list.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.computer_action_list.ComputerActionList", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.computer_action_list", "names": [ "openai.types.responses.computer_action_list.ComputerActionList" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_item.ResponseReasoningItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningItem.summary", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningItem.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningItem.encrypted_content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningItem.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_reasoning_item.Summary", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Summary.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Summary.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_reasoning_item.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Content.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_item", "names": [ "openai.types.responses.response_reasoning_item.Content", "openai.types.responses.response_reasoning_item.ResponseReasoningItem", "openai.types.responses.response_reasoning_item.Summary" ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_apply_patch_tool_call_output.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_apply_patch_tool_call_output.ResponseApplyPatchToolCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseApplyPatchToolCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCallOutput.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_apply_patch_tool_call_output", "names": [ "openai.types.responses.response_apply_patch_tool_call_output.ResponseApplyPatchToolCallOutput" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/inline_skill_source.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.inline_skill_source.InlineSkillSource", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InlineSkillSource.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InlineSkillSource.media_type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InlineSkillSource.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.inline_skill_source", "names": [ "openai.types.responses.inline_skill_source.InlineSkillSource" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/local_skill_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.local_skill_param.LocalSkillParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalSkillParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalSkillParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalSkillParam.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.local_skill_param", "names": [ "openai.types.responses.local_skill_param.LocalSkillParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_file_content_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_file_content_param.ResponseInputFileContentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputFileContentParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileContentParam.file_data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileContentParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileContentParam.file_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputFileContentParam.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_file_content_param", "names": [ "openai.types.responses.response_input_file_content_param.ResponseInputFileContentParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_message.ResponseOutputMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputMessage.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputMessage.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputMessage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputMessage.phase", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_output_message.Content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_output_message", "names": [ "openai.types.responses.response_output_message.Content", "openai.types.responses.response_output_message.ResponseOutputMessage" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_text_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_text_done_event.ResponseReasoningTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningTextDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDoneEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningTextDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_text_done_event", "names": [ "openai.types.responses.response_reasoning_text_done_event.ResponseReasoningTextDoneEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_shell.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_shell.ToolChoiceShell", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceShell.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_shell", "names": [ "openai.types.responses.tool_choice_shell.ToolChoiceShell" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_options.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.tool_choice_options.ToolChoiceOptions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_options", "names": [ "openai.types.responses.tool_choice_options.ToolChoiceOptions" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_apply_patch_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_apply_patch_tool_call.ResponseApplyPatchToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseApplyPatchToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCall.operation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseApplyPatchToolCall.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_apply_patch_tool_call.OperationCreateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OperationCreateFile.diff", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OperationCreateFile.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OperationCreateFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_apply_patch_tool_call.OperationDeleteFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OperationDeleteFile.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OperationDeleteFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_apply_patch_tool_call.OperationUpdateFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OperationUpdateFile.diff", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OperationUpdateFile.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OperationUpdateFile.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_apply_patch_tool_call.Operation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_apply_patch_tool_call", "names": [ "openai.types.responses.response_apply_patch_tool_call.Operation", "openai.types.responses.response_apply_patch_tool_call.OperationCreateFile", "openai.types.responses.response_apply_patch_tool_call.OperationDeleteFile", "openai.types.responses.response_apply_patch_tool_call.OperationUpdateFile", "openai.types.responses.response_apply_patch_tool_call.ResponseApplyPatchToolCall" ], "n_typable": 15, "n_typed": 15, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 4, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_completed_event.ResponseCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCompletedEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_completed_event", "names": [ "openai.types.responses.response_completed_event.ResponseCompletedEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_summary_part_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_summary_part_added_event.ResponseReasoningSummaryPartAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningSummaryPartAddedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartAddedEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartAddedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartAddedEvent.summary_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_reasoning_summary_part_added_event.Part", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Part.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_summary_part_added_event", "names": [ "openai.types.responses.response_reasoning_summary_part_added_event.Part", "openai.types.responses.response_reasoning_summary_part_added_event.ResponseReasoningSummaryPartAddedEvent" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_file_search_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_file_search_tool_call_param.ResponseFileSearchToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFileSearchToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFileSearchToolCallParam.queries", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFileSearchToolCallParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFileSearchToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFileSearchToolCallParam.results", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_file_search_tool_call_param.Result", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Result.attributes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Result.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Result.filename", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Result.score", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Result.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_file_search_tool_call_param", "names": [ "openai.types.responses.response_file_search_tool_call_param.ResponseFileSearchToolCallParam", "openai.types.responses.response_file_search_tool_call_param.Result" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_compaction_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_compaction_item.ResponseCompactionItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCompactionItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompactionItem.encrypted_content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompactionItem.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompactionItem.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_compaction_item", "names": [ "openai.types.responses.response_compaction_item.ResponseCompactionItem" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_message_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_message_param.ResponseOutputMessageParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputMessageParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputMessageParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputMessageParam.role", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputMessageParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputMessageParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseOutputMessageParam.phase", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_output_message_param.Content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_output_message_param", "names": [ "openai.types.responses.response_output_message_param.Content", "openai.types.responses.response_output_message_param.ResponseOutputMessageParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_shell_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_shell_param.ToolChoiceShellParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceShellParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_shell_param", "names": [ "openai.types.responses.tool_choice_shell_param.ToolChoiceShellParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/apply_patch_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.apply_patch_tool_param.ApplyPatchToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ApplyPatchToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.apply_patch_tool_param", "names": [ "openai.types.responses.apply_patch_tool_param.ApplyPatchToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_call_interpreting_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_call_interpreting_event.ResponseCodeInterpreterCallInterpretingEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterCallInterpretingEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallInterpretingEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallInterpretingEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallInterpretingEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_call_interpreting_event", "names": [ "openai.types.responses.response_code_interpreter_call_interpreting_event.ResponseCodeInterpreterCallInterpretingEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_function_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_function_param.ToolChoiceFunctionParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceFunctionParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolChoiceFunctionParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_function_param", "names": [ "openai.types.responses.tool_choice_function_param.ToolChoiceFunctionParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_audio.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_audio.ResponseInputAudio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputAudio.input_audio", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputAudio.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_audio.InputAudio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudio.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputAudio.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_audio", "names": [ "openai.types.responses.response_input_audio.InputAudio", "openai.types.responses.response_input_audio.ResponseInputAudio" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_auto_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_auto_param.ContainerAutoParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerAutoParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerAutoParam.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerAutoParam.memory_limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerAutoParam.network_policy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerAutoParam.skills", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.container_auto_param.NetworkPolicy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.container_auto_param.Skill", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.container_auto_param", "names": [ "openai.types.responses.container_auto_param.ContainerAutoParam", "openai.types.responses.container_auto_param.NetworkPolicy", "openai.types.responses.container_auto_param.Skill" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_tool_call.ResponseFunctionToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionToolCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCall.namespace", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_tool_call", "names": [ "openai.types.responses.response_function_tool_call.ResponseFunctionToolCall" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_content.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_content.ResponseInputContent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_input_content", "names": [ "openai.types.responses.response_input_content.ResponseInputContent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_status.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_status.ResponseStatus", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_status", "names": [ "openai.types.responses.response_status.ResponseStatus" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_text_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_text_delta_event.ResponseTextDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_text_delta_event.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_text_delta_event.LogprobTopLogprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobTopLogprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobTopLogprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_text_delta_event", "names": [ "openai.types.responses.response_text_delta_event.Logprob", "openai.types.responses.response_text_delta_event.LogprobTopLogprob", "openai.types.responses.response_text_delta_event.ResponseTextDeltaEvent" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.tool.Tool", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.tool.CodeInterpreterContainer", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool.McpRequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.ImageGenerationInputImageMask", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationInputImageMask.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationInputImageMask.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.Mcp", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Mcp.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.allowed_tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.authorization", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.connector_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.require_approval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.server_description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Mcp.server_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 10, "n_typed": 10, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.ImageGeneration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGeneration.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.input_fidelity", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.input_image_mask", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.moderation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.output_compression", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.output_format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.partial_images", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.quality", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGeneration.size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 12, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.tool.McpRequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.tool.CodeInterpreterContainerCodeInterpreterToolAutoNetworkPolicy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool.McpRequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.always", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.never", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.CodeInterpreterContainerCodeInterpreterToolAuto", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.file_ids", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.memory_limit", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.network_policy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.McpAllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.CodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreter.container", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CodeInterpreter.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.tool.McpAllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool.McpRequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool.LocalShell", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShell.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool", "names": [ "openai.types.responses.tool.CodeInterpreter", "openai.types.responses.tool.CodeInterpreterContainer", "openai.types.responses.tool.CodeInterpreterContainerCodeInterpreterToolAuto", "openai.types.responses.tool.CodeInterpreterContainerCodeInterpreterToolAutoNetworkPolicy", "openai.types.responses.tool.ImageGeneration", "openai.types.responses.tool.ImageGenerationInputImageMask", "openai.types.responses.tool.LocalShell", "openai.types.responses.tool.Mcp", "openai.types.responses.tool.McpAllowedTools", "openai.types.responses.tool.McpAllowedToolsMcpToolFilter", "openai.types.responses.tool.McpRequireApproval", "openai.types.responses.tool.McpRequireApprovalMcpToolApprovalFilter", "openai.types.responses.tool.McpRequireApprovalMcpToolApprovalFilterAlways", "openai.types.responses.tool.McpRequireApprovalMcpToolApprovalFilterNever", "openai.types.responses.tool.Tool" ], "n_typable": 44, "n_typed": 44, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 10, "n_attrs": 44, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_mcp_call_arguments_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_mcp_call_arguments_delta_event.ResponseMcpCallArgumentsDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseMcpCallArgumentsDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseMcpCallArgumentsDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_mcp_call_arguments_delta_event", "names": [ "openai.types.responses.response_mcp_call_arguments_delta_event.ResponseMcpCallArgumentsDeltaEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/function_shell_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.function_shell_tool_param.FunctionShellToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionShellToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionShellToolParam.environment", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.function_shell_tool_param.Environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.function_shell_tool_param", "names": [ "openai.types.responses.function_shell_tool_param.Environment", "openai.types.responses.function_shell_tool_param.FunctionShellToolParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_custom_tool_call_input_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_custom_tool_call_input_delta_event.ResponseCustomToolCallInputDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCustomToolCallInputDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallInputDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_custom_tool_call_input_delta_event", "names": [ "openai.types.responses.response_custom_tool_call_input_delta_event.ResponseCustomToolCallInputDeltaEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/responses_client_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.responses_client_event.ResponsesClientEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponsesClientEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.background", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.context_management", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.include", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.input", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.instructions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.max_output_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.max_tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.model", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.parallel_tool_calls", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.previous_response_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.prompt", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.prompt_cache_key", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.prompt_cache_retention", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.reasoning", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.safety_identifier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.service_tier", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.store", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.stream", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.stream_options", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.temperature", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.tool_choice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.top_p", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.truncation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsesClientEvent.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 30, "n_typed": 30, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 30, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.responses_client_event.Conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.responses_client_event.ContextManagement", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContextManagement.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContextManagement.compact_threshold", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.responses_client_event.StreamOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "StreamOptions.include_obfuscation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.responses_client_event.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.responses_client_event", "names": [ "openai.types.responses.responses_client_event.ContextManagement", "openai.types.responses.responses_client_event.Conversation", "openai.types.responses.responses_client_event.ResponsesClientEvent", "openai.types.responses.responses_client_event.StreamOptions", "openai.types.responses.responses_client_event.ToolChoice" ], "n_typable": 35, "n_typed": 35, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 35, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_item_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_item_param.ResponseReasoningItemParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningItemParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseReasoningItemParam.summary", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseReasoningItemParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseReasoningItemParam.content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseReasoningItemParam.encrypted_content", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseReasoningItemParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_reasoning_item_param.Summary", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Summary.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Summary.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_reasoning_item_param.Content", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Content.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Content.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_item_param", "names": [ "openai.types.responses.response_reasoning_item_param.Content", "openai.types.responses.response_reasoning_item_param.ResponseReasoningItemParam", "openai.types.responses.response_reasoning_item_param.Summary" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_tool_search_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_tool_search_call.ResponseToolSearchCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseToolSearchCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchCall.execution", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchCall.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_tool_search_call", "names": [ "openai.types.responses.response_tool_search_call.ResponseToolSearchCall" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_web_search_call_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_web_search_call_in_progress_event.ResponseWebSearchCallInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseWebSearchCallInProgressEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallInProgressEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseWebSearchCallInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_web_search_call_in_progress_event", "names": [ "openai.types.responses.response_web_search_call_in_progress_event.ResponseWebSearchCallInProgressEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_stream_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_stream_event.ResponseStreamEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_stream_event", "names": [ "openai.types.responses.response_stream_event.ResponseStreamEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_container_reference.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_container_reference.ResponseContainerReference", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContainerReference.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContainerReference.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_container_reference", "names": [ "openai.types.responses.response_container_reference.ResponseContainerReference" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/container_network_policy_domain_secret_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_network_policy_domain_secret_param.ContainerNetworkPolicyDomainSecretParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerNetworkPolicyDomainSecretParam.domain", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerNetworkPolicyDomainSecretParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ContainerNetworkPolicyDomainSecretParam.value", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_network_policy_domain_secret_param", "names": [ "openai.types.responses.container_network_policy_domain_secret_param.ContainerNetworkPolicyDomainSecretParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_search_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_search_tool.ToolSearchTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolSearchTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchTool.execution", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolSearchTool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_search_tool", "names": [ "openai.types.responses.tool_search_tool.ToolSearchTool" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_refusal_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_refusal_done_event.ResponseRefusalDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseRefusalDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDoneEvent.refusal", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_refusal_done_event", "names": [ "openai.types.responses.response_refusal_done_event.ResponseRefusalDoneEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_image_gen_call_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_image_gen_call_completed_event.ResponseImageGenCallCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseImageGenCallCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallCompletedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_image_gen_call_completed_event", "names": [ "openai.types.responses.response_image_gen_call_completed_event.ResponseImageGenCallCompletedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_format_text_config.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_format_text_config.ResponseFormatTextConfig", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_format_text_config", "names": [ "openai.types.responses.response_format_text_config.ResponseFormatTextConfig" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_computer_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ResponseComputerToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseComputerToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCall.pending_safety_checks", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCall.actions", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionScroll", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionScroll.scroll_x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionScroll.scroll_y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionScroll.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionScroll.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionScroll.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionMove", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionMove.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionMove.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionMove.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionType", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionType.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionType.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionDoubleClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionDoubleClick.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionDoubleClick.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionDoubleClick.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_computer_tool_call.Action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionScreenshot", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionScreenshot.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionWait", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionWait.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionDrag", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionDrag.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionDrag.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.PendingSafetyCheck", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PendingSafetyCheck.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PendingSafetyCheck.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PendingSafetyCheck.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionKeypress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionKeypress.keys", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionKeypress.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionClick.button", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionClick.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionClick.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionClick.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call.ActionDragPath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionDragPath.x", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ActionDragPath.y", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_computer_tool_call", "names": [ "openai.types.responses.response_computer_tool_call.Action", "openai.types.responses.response_computer_tool_call.ActionClick", "openai.types.responses.response_computer_tool_call.ActionDoubleClick", "openai.types.responses.response_computer_tool_call.ActionDrag", "openai.types.responses.response_computer_tool_call.ActionDragPath", "openai.types.responses.response_computer_tool_call.ActionKeypress", "openai.types.responses.response_computer_tool_call.ActionMove", "openai.types.responses.response_computer_tool_call.ActionScreenshot", "openai.types.responses.response_computer_tool_call.ActionScroll", "openai.types.responses.response_computer_tool_call.ActionType", "openai.types.responses.response_computer_tool_call.ActionWait", "openai.types.responses.response_computer_tool_call.PendingSafetyCheck", "openai.types.responses.response_computer_tool_call.ResponseComputerToolCall" ], "n_typable": 36, "n_typed": 36, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 12, "n_attrs": 36, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_content_part_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_content_part_added_event.ResponseContentPartAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseContentPartAddedEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseContentPartAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_content_part_added_event.Part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_content_part_added_event.PartReasoningText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PartReasoningText.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "PartReasoningText.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_content_part_added_event", "names": [ "openai.types.responses.response_content_part_added_event.Part", "openai.types.responses.response_content_part_added_event.PartReasoningText", "openai.types.responses.response_content_part_added_event.ResponseContentPartAddedEvent" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_action_list_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.computer_action_list_param.ComputerActionListParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.DragPath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DragPath.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DragPath.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Scroll", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Scroll.scroll_x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.scroll_y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Scroll.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Click", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Click.button", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Click.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Click.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Click.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.DoubleClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DoubleClick.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DoubleClick.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "DoubleClick.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Move", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Move.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Move.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Move.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Wait", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Wait.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Keypress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Keypress.keys", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Keypress.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Drag", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Drag.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Drag.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Screenshot", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Screenshot.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.computer_action_list_param.Type", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Type.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Type.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.computer_action_list_param.ComputerActionParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.computer_action_list_param", "names": [ "openai.types.responses.computer_action_list_param.Click", "openai.types.responses.computer_action_list_param.ComputerActionListParam", "openai.types.responses.computer_action_list_param.ComputerActionParam", "openai.types.responses.computer_action_list_param.DoubleClick", "openai.types.responses.computer_action_list_param.Drag", "openai.types.responses.computer_action_list_param.DragPath", "openai.types.responses.computer_action_list_param.Keypress", "openai.types.responses.computer_action_list_param.Move", "openai.types.responses.computer_action_list_param.Screenshot", "openai.types.responses.computer_action_list_param.Scroll", "openai.types.responses.computer_action_list_param.Type", "openai.types.responses.computer_action_list_param.Wait" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 10, "n_attrs": 27, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_shell_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_shell_tool_call.ResponseFunctionShellToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionShellToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCall.environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFunctionShellToolCall.created_by", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_shell_tool_call.Environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_tool_call.Action", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Action.commands", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Action.max_output_length", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Action.timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_shell_tool_call", "names": [ "openai.types.responses.response_function_shell_tool_call.Action", "openai.types.responses.response_function_shell_tool_call.Environment", "openai.types.responses.response_function_shell_tool_call.ResponseFunctionShellToolCall" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/input_item_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.input_item_list_params.InputItemListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputItemListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputItemListParams.include", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputItemListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputItemListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.input_item_list_params", "names": [ "openai.types.responses.input_item_list_params.InputItemListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_image_gen_call_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_image_gen_call_in_progress_event.ResponseImageGenCallInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseImageGenCallInProgressEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallInProgressEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_image_gen_call_in_progress_event", "names": [ "openai.types.responses.response_image_gen_call_in_progress_event.ResponseImageGenCallInProgressEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/input_token_count_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.input_token_count_response.InputTokenCountResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokenCountResponse.input_tokens", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "InputTokenCountResponse.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.input_token_count_response", "names": [ "openai.types.responses.input_token_count_response.InputTokenCountResponse" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_file_content.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_file_content.ResponseInputFileContent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputFileContent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFileContent.file_data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFileContent.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFileContent.file_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInputFileContent.filename", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_file_content", "names": [ "openai.types.responses.response_input_file_content.ResponseInputFileContent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/web_search_preview_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.web_search_preview_tool.WebSearchPreviewTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchPreviewTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "WebSearchPreviewTool.search_content_types", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "WebSearchPreviewTool.search_context_size", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "WebSearchPreviewTool.user_location", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.web_search_preview_tool.UserLocation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UserLocation.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.city", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.country", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.region", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UserLocation.timezone", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.web_search_preview_tool", "names": [ "openai.types.responses.web_search_preview_tool.UserLocation", "openai.types.responses.web_search_preview_tool.WebSearchPreviewTool" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_error.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_error.ResponseError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_error", "names": [ "openai.types.responses.response_error.ResponseError" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_shell_call_output_content_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_shell_call_output_content_param.ResponseFunctionShellCallOutputContentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionShellCallOutputContentParam.outcome", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionShellCallOutputContentParam.stderr", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFunctionShellCallOutputContentParam.stdout", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_function_shell_call_output_content_param.Outcome", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_call_output_content_param.OutcomeTimeout", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutcomeTimeout.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_function_shell_call_output_content_param.OutcomeExit", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutcomeExit.exit_code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "OutcomeExit.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_function_shell_call_output_content_param", "names": [ "openai.types.responses.response_function_shell_call_output_content_param.Outcome", "openai.types.responses.response_function_shell_call_output_content_param.OutcomeExit", "openai.types.responses.response_function_shell_call_output_content_param.OutcomeTimeout", "openai.types.responses.response_function_shell_call_output_content_param.ResponseFunctionShellCallOutputContentParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/responses_server_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.responses_server_event.ResponsesServerEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.responses_server_event", "names": [ "openai.types.responses.responses_server_event.ResponsesServerEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/web_search_preview_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.web_search_preview_tool_param.WebSearchPreviewToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchPreviewToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchPreviewToolParam.search_content_types", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchPreviewToolParam.search_context_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchPreviewToolParam.user_location", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.web_search_preview_tool_param.UserLocation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UserLocation.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.city", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.country", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.region", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.timezone", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.web_search_preview_tool_param", "names": [ "openai.types.responses.web_search_preview_tool_param.UserLocation", "openai.types.responses.web_search_preview_tool_param.WebSearchPreviewToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_text_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_text_done_event.ResponseTextDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextDoneEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseTextDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_text_done_event.Logprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Logprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Logprob.top_logprobs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_text_done_event.LogprobTopLogprob", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LogprobTopLogprob.token", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LogprobTopLogprob.logprob", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_text_done_event", "names": [ "openai.types.responses.response_text_done_event.Logprob", "openai.types.responses.response_text_done_event.LogprobTopLogprob", "openai.types.responses.response_text_done_event.ResponseTextDoneEvent" ], "n_typable": 12, "n_typed": 12, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 12, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_reasoning_summary_part_done_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_reasoning_summary_part_done_event.ResponseReasoningSummaryPartDoneEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseReasoningSummaryPartDoneEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartDoneEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartDoneEvent.part", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartDoneEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartDoneEvent.summary_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseReasoningSummaryPartDoneEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_reasoning_summary_part_done_event.Part", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Part.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Part.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_reasoning_summary_part_done_event", "names": [ "openai.types.responses.response_reasoning_summary_part_done_event.Part", "openai.types.responses.response_reasoning_summary_part_done_event.ResponseReasoningSummaryPartDoneEvent" ], "n_typable": 8, "n_typed": 8, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 8, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_text_config_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_text_config_param.ResponseTextConfigParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseTextConfigParam.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseTextConfigParam.verbosity", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_text_config_param", "names": [ "openai.types.responses.response_text_config_param.ResponseTextConfigParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_computer_tool_call_output_screenshot.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_output_screenshot.ResponseComputerToolCallOutputScreenshot", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseComputerToolCallOutputScreenshot.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputScreenshot.file_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseComputerToolCallOutputScreenshot.image_url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_computer_tool_call_output_screenshot", "names": [ "openai.types.responses.response_computer_tool_call_output_screenshot.ResponseComputerToolCallOutputScreenshot" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/function_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.function_tool_param.FunctionToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionToolParam.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionToolParam.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionToolParam.strict", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionToolParam.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FunctionToolParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.function_tool_param", "names": [ "openai.types.responses.function_tool_param.FunctionToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_audio_transcript_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_audio_transcript_delta_event.ResponseAudioTranscriptDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseAudioTranscriptDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_audio_transcript_delta_event", "names": [ "openai.types.responses.response_audio_transcript_delta_event.ResponseAudioTranscriptDeltaEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/local_environment_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.local_environment_param.LocalEnvironmentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalEnvironmentParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "LocalEnvironmentParam.skills", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.local_environment_param", "names": [ "openai.types.responses.local_environment_param.LocalEnvironmentParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/computer_use_preview_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.computer_use_preview_tool.ComputerUsePreviewTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComputerUsePreviewTool.display_height", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerUsePreviewTool.display_width", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerUsePreviewTool.environment", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ComputerUsePreviewTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.computer_use_preview_tool", "names": [ "openai.types.responses.computer_use_preview_tool.ComputerUsePreviewTool" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/web_search_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.web_search_tool_param.WebSearchToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "WebSearchToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchToolParam.filters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchToolParam.search_context_size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "WebSearchToolParam.user_location", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.web_search_tool_param.UserLocation", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UserLocation.city", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.country", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.region", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.timezone", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "UserLocation.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.web_search_tool_param.Filters", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Filters.allowed_domains", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.web_search_tool_param", "names": [ "openai.types.responses.web_search_tool_param.Filters", "openai.types.responses.web_search_tool_param.UserLocation", "openai.types.responses.web_search_tool_param.WebSearchToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 10, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/function_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.function_tool.FunctionTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FunctionTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionTool.parameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionTool.strict", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionTool.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FunctionTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.function_tool", "names": [ "openai.types.responses.function_tool.FunctionTool" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_output_item_added_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_output_item_added_event.ResponseOutputItemAddedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseOutputItemAddedEvent.item", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseOutputItemAddedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_output_item_added_event", "names": [ "openai.types.responses.response_output_item_added_event.ResponseOutputItemAddedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_in_progress_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_in_progress_event.ResponseInProgressEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInProgressEvent.response", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInProgressEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseInProgressEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_in_progress_event", "names": [ "openai.types.responses.response_in_progress_event.ResponseInProgressEvent" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_tool_call.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_tool_call.ResponseCodeInterpreterToolCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterToolCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCall.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCall.container_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCall.outputs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterToolCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_code_interpreter_tool_call.OutputImage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputImage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputImage.url", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_code_interpreter_tool_call.Output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_code_interpreter_tool_call.OutputLogs", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "OutputLogs.logs", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "OutputLogs.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_tool_call", "names": [ "openai.types.responses.response_code_interpreter_tool_call.Output", "openai.types.responses.response_code_interpreter_tool_call.OutputImage", "openai.types.responses.response_code_interpreter_tool_call.OutputLogs", "openai.types.responses.response_code_interpreter_tool_call.ResponseCodeInterpreterToolCall" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_refusal_delta_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_refusal_delta_event.ResponseRefusalDeltaEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseRefusalDeltaEvent.content_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDeltaEvent.delta", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDeltaEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDeltaEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDeltaEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseRefusalDeltaEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_refusal_delta_event", "names": [ "openai.types.responses.response_refusal_delta_event.ResponseRefusalDeltaEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_prompt.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_prompt.ResponsePrompt", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponsePrompt.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsePrompt.variables", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponsePrompt.version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_prompt.Variables", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_prompt", "names": [ "openai.types.responses.response_prompt.ResponsePrompt", "openai.types.responses.response_prompt.Variables" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_search_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_search_tool_param.ToolSearchToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolSearchToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchToolParam.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchToolParam.execution", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ToolSearchToolParam.parameters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_search_tool_param", "names": [ "openai.types.responses.tool_search_tool_param.ToolSearchToolParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/local_skill.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.local_skill.LocalSkill", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalSkill.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalSkill.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalSkill.path", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.local_skill", "names": [ "openai.types.responses.local_skill.LocalSkill" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_tool_search_output_item_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_tool_search_output_item_param.ResponseToolSearchOutputItemParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseToolSearchOutputItemParam.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParam.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParam.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParam.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParam.execution", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseToolSearchOutputItemParam.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_tool_search_output_item_param", "names": [ "openai.types.responses.response_tool_search_output_item_param.ResponseToolSearchOutputItemParam" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/local_environment.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.local_environment.LocalEnvironment", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalEnvironment.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalEnvironment.skills", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.local_environment", "names": [ "openai.types.responses.local_environment.LocalEnvironment" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_image_content_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_image_content_param.ResponseInputImageContentParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputImageContentParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputImageContentParam.detail", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputImageContentParam.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputImageContentParam.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_image_content_param", "names": [ "openai.types.responses.response_input_image_content_param.ResponseInputImageContentParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_mcp.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_mcp.ToolChoiceMcp", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceMcp.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolChoiceMcp.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ToolChoiceMcp.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_mcp", "names": [ "openai.types.responses.tool_choice_mcp.ToolChoiceMcp" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_computer_tool_call_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ResponseComputerToolCallParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseComputerToolCallParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallParam.pending_safety_checks", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallParam.status", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallParam.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseComputerToolCallParam.actions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionScroll", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionScroll.scroll_x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionScroll.scroll_y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionScroll.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionScroll.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionScroll.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionMove", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionMove.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionMove.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionMove.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionType", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionType.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionType.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionDoubleClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionDoubleClick.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionDoubleClick.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionDoubleClick.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_computer_tool_call_param.Action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionScreenshot", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionScreenshot.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionWait", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionWait.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionDrag", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionDrag.path", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionDrag.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.PendingSafetyCheck", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PendingSafetyCheck.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PendingSafetyCheck.code", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "PendingSafetyCheck.message", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionKeypress", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionKeypress.keys", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionKeypress.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionClick", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionClick.button", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionClick.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionClick.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionClick.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_computer_tool_call_param.ActionDragPath", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ActionDragPath.x", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ActionDragPath.y", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_computer_tool_call_param", "names": [ "openai.types.responses.response_computer_tool_call_param.Action", "openai.types.responses.response_computer_tool_call_param.ActionClick", "openai.types.responses.response_computer_tool_call_param.ActionDoubleClick", "openai.types.responses.response_computer_tool_call_param.ActionDrag", "openai.types.responses.response_computer_tool_call_param.ActionDragPath", "openai.types.responses.response_computer_tool_call_param.ActionKeypress", "openai.types.responses.response_computer_tool_call_param.ActionMove", "openai.types.responses.response_computer_tool_call_param.ActionScreenshot", "openai.types.responses.response_computer_tool_call_param.ActionScroll", "openai.types.responses.response_computer_tool_call_param.ActionType", "openai.types.responses.response_computer_tool_call_param.ActionWait", "openai.types.responses.response_computer_tool_call_param.PendingSafetyCheck", "openai.types.responses.response_computer_tool_call_param.ResponseComputerToolCallParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 12, "n_attrs": 36, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_item.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_item.ResponseItem", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.response_item.McpApprovalResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalResponse.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.approve", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalResponse.reason", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.McpCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.approval_request_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.ImageGenerationCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.result", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ImageGenerationCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.McpListTools", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListTools.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.tools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListTools.error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.McpApprovalRequest", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpApprovalRequest.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.arguments", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.server_label", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpApprovalRequest.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.McpListToolsTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpListToolsTool.input_schema", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.annotations", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "McpListToolsTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.LocalShellCall", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCall.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.action", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCall.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.LocalShellCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallOutput.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_item.LocalShellCallAction", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShellCallAction.command", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.env", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.timeout_ms", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.user", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LocalShellCallAction.working_directory", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_item", "names": [ "openai.types.responses.response_item.ImageGenerationCall", "openai.types.responses.response_item.LocalShellCall", "openai.types.responses.response_item.LocalShellCallAction", "openai.types.responses.response_item.LocalShellCallOutput", "openai.types.responses.response_item.McpApprovalRequest", "openai.types.responses.response_item.McpApprovalResponse", "openai.types.responses.response_item.McpCall", "openai.types.responses.response_item.McpListTools", "openai.types.responses.response_item.McpListToolsTool", "openai.types.responses.response_item.ResponseItem" ], "n_typable": 48, "n_typed": 48, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 9, "n_attrs": 48, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_file_search_call_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_file_search_call_completed_event.ResponseFileSearchCallCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFileSearchCallCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallCompletedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFileSearchCallCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_file_search_call_completed_event", "names": [ "openai.types.responses.response_file_search_call_completed_event.ResponseFileSearchCallCompletedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_choice_apply_patch.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.tool_choice_apply_patch.ToolChoiceApplyPatch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ToolChoiceApplyPatch.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_choice_apply_patch", "names": [ "openai.types.responses.tool_choice_apply_patch.ToolChoiceApplyPatch" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_custom_tool_call_output_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_custom_tool_call_output_param.ResponseCustomToolCallOutputParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCustomToolCallOutputParam.call_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallOutputParam.output", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallOutputParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseCustomToolCallOutputParam.id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_custom_tool_call_output_param.OutputOutputContentList", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_custom_tool_call_output_param", "names": [ "openai.types.responses.response_custom_tool_call_output_param.OutputOutputContentList", "openai.types.responses.response_custom_tool_call_output_param.ResponseCustomToolCallOutputParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_audio_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_input_audio_param.ResponseInputAudioParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseInputAudioParam.input_audio", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseInputAudioParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.response_input_audio_param.InputAudio", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputAudio.data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputAudio.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_input_audio_param", "names": [ "openai.types.responses.response_input_audio_param.InputAudio", "openai.types.responses.response_input_audio_param.ResponseInputAudioParam" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/easy_input_message.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.easy_input_message.EasyInputMessage", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EasyInputMessage.content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EasyInputMessage.role", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EasyInputMessage.phase", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EasyInputMessage.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.easy_input_message", "names": [ "openai.types.responses.easy_input_message.EasyInputMessage" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_code_interpreter_call_completed_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_code_interpreter_call_completed_event.ResponseCodeInterpreterCallCompletedEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCodeInterpreterCallCompletedEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCompletedEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCompletedEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCodeInterpreterCallCompletedEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_code_interpreter_call_completed_event", "names": [ "openai.types.responses.response_code_interpreter_call_completed_event.ResponseCodeInterpreterCallCompletedEvent" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_tool_call_item.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_function_tool_call_item.ResponseFunctionToolCallItem", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFunctionToolCallItem.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [ { "kind": "type", "rules": null } ], "name": "openai.types.responses.response_function_tool_call_item", "names": [ "openai.types.responses.response_function_tool_call_item.ResponseFunctionToolCallItem" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 1 }, { "path": "openai/types/responses/container_network_policy_allowlist.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.container_network_policy_allowlist.ContainerNetworkPolicyAllowlist", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ContainerNetworkPolicyAllowlist.allowed_domains", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerNetworkPolicyAllowlist.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ContainerNetworkPolicyAllowlist.domain_secrets", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.container_network_policy_allowlist", "names": [ "openai.types.responses.container_network_policy_allowlist.ContainerNetworkPolicyAllowlist" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/file_search_tool_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.file_search_tool_param.FileSearchToolParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileSearchToolParam.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearchToolParam.vector_store_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearchToolParam.filters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearchToolParam.max_num_results", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileSearchToolParam.ranking_options", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.file_search_tool_param.RankingOptionsHybridSearch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RankingOptionsHybridSearch.embedding_weight", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RankingOptionsHybridSearch.text_weight", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.file_search_tool_param.RankingOptions", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RankingOptions.hybrid_search", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RankingOptions.ranker", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "RankingOptions.score_threshold", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.file_search_tool_param.Filters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.file_search_tool_param", "names": [ "openai.types.responses.file_search_tool_param.FileSearchToolParam", "openai.types.responses.file_search_tool_param.Filters", "openai.types.responses.file_search_tool_param.RankingOptions", "openai.types.responses.file_search_tool_param.RankingOptionsHybridSearch" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/tool_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.tool_param.ToolParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool_param.ImageGeneration", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGeneration.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.action", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.background", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.input_fidelity", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.input_image_mask", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.moderation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.output_compression", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.output_format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.partial_images", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.quality", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGeneration.size", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 12, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.tool_param.McpRequireApproval", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "openai.types.responses.tool_param.CodeInterpreterContainer", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool_param.McpRequireApprovalMcpToolApprovalFilterNever", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterNever.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool_param.Mcp", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Mcp.server_label", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.allowed_tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.authorization", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.connector_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.defer_loading", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.headers", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.require_approval", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.server_description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Mcp.server_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 10, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.tool_param.CodeInterpreterContainerCodeInterpreterToolAutoNetworkPolicy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool_param.McpRequireApprovalMcpToolApprovalFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.always", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilter.never", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool_param.ImageGenerationInputImageMask", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ImageGenerationInputImageMask.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ImageGenerationInputImageMask.image_url", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool_param.CodeInterpreterContainerCodeInterpreterToolAuto", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.memory_limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CodeInterpreterContainerCodeInterpreterToolAuto.network_policy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool_param.McpAllowedToolsMcpToolFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpAllowedToolsMcpToolFilter.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool_param.CodeInterpreter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CodeInterpreter.container", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CodeInterpreter.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.tool_param.McpAllowedTools", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.tool_param.McpRequireApprovalMcpToolApprovalFilterAlways", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.read_only", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "McpRequireApprovalMcpToolApprovalFilterAlways.tool_names", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.responses.tool_param.LocalShell", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LocalShell.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.tool_param", "names": [ "openai.types.responses.tool_param.CodeInterpreter", "openai.types.responses.tool_param.CodeInterpreterContainer", "openai.types.responses.tool_param.CodeInterpreterContainerCodeInterpreterToolAuto", "openai.types.responses.tool_param.CodeInterpreterContainerCodeInterpreterToolAutoNetworkPolicy", "openai.types.responses.tool_param.ImageGeneration", "openai.types.responses.tool_param.ImageGenerationInputImageMask", "openai.types.responses.tool_param.LocalShell", "openai.types.responses.tool_param.Mcp", "openai.types.responses.tool_param.McpAllowedTools", "openai.types.responses.tool_param.McpAllowedToolsMcpToolFilter", "openai.types.responses.tool_param.McpRequireApproval", "openai.types.responses.tool_param.McpRequireApprovalMcpToolApprovalFilter", "openai.types.responses.tool_param.McpRequireApprovalMcpToolApprovalFilterAlways", "openai.types.responses.tool_param.McpRequireApprovalMcpToolApprovalFilterNever", "openai.types.responses.tool_param.ToolParam" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 10, "n_attrs": 44, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_function_call_output_item_list.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_function_call_output_item_list.ResponseFunctionCallOutputItemList", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_function_call_output_item_list", "names": [ "openai.types.responses.response_function_call_output_item_list.ResponseFunctionCallOutputItemList" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_error_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_error_event.ResponseErrorEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseErrorEvent.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseErrorEvent.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseErrorEvent.param", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseErrorEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseErrorEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_error_event", "names": [ "openai.types.responses.response_error_event.ResponseErrorEvent" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_input_content_param.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.responses.response_input_content_param.ResponseInputContentParam", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_input_content_param", "names": [ "openai.types.responses.response_input_content_param.ResponseInputContentParam" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_image_gen_call_partial_image_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_image_gen_call_partial_image_event.ResponseImageGenCallPartialImageEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseImageGenCallPartialImageEvent.item_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallPartialImageEvent.output_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallPartialImageEvent.partial_image_b64", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallPartialImageEvent.partial_image_index", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallPartialImageEvent.sequence_number", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseImageGenCallPartialImageEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_image_gen_call_partial_image_event", "names": [ "openai.types.responses.response_image_gen_call_partial_image_event.ResponseImageGenCallPartialImageEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/custom_tool.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.custom_tool.CustomTool", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CustomTool.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CustomTool.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CustomTool.defer_loading", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CustomTool.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "CustomTool.format", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.custom_tool", "names": [ "openai.types.responses.custom_tool.CustomTool" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_custom_tool_call_output.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_custom_tool_call_output.ResponseCustomToolCallOutput", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCustomToolCallOutput.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallOutput.output", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallOutput.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCustomToolCallOutput.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.response_custom_tool_call_output.OutputOutputContentList", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.response_custom_tool_call_output", "names": [ "openai.types.responses.response_custom_tool_call_output.OutputOutputContentList", "openai.types.responses.response_custom_tool_call_output.ResponseCustomToolCallOutput" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/response_compaction_item_param.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.response_compaction_item_param.ResponseCompactionItemParam", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCompactionItemParam.encrypted_content", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompactionItemParam.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompactionItemParam.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.responses.response_compaction_item_param", "names": [ "openai.types.responses.response_compaction_item_param.ResponseCompactionItemParam" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/responses/input_token_count_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.responses.input_token_count_params.InputTokenCountParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "InputTokenCountParams.conversation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.input", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.instructions", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.model", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.parallel_tool_calls", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.previous_response_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.reasoning", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.text", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.tool_choice", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.tools", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "InputTokenCountParams.truncation", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 11, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.input_token_count_params.Conversation", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.responses.input_token_count_params.Text", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Text.format", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Text.verbosity", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.responses.input_token_count_params.ToolChoice", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.responses.input_token_count_params", "names": [ "openai.types.responses.input_token_count_params.Conversation", "openai.types.responses.input_token_count_params.InputTokenCountParams", "openai.types.responses.input_token_count_params.Text", "openai.types.responses.input_token_count_params.ToolChoice" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 15, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/response_format_json_object.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.response_format_json_object.ResponseFormatJSONObject", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatJSONObject.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.response_format_json_object", "names": [ "openai.types.shared_params.response_format_json_object.ResponseFormatJSONObject" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/compound_filter.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.compound_filter.CompoundFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "CompoundFilter.filters", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "CompoundFilter.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "attr", "name": "openai.types.shared_params.compound_filter.Filter", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared_params.compound_filter", "names": [ "openai.types.shared_params.compound_filter.CompoundFilter", "openai.types.shared_params.compound_filter.Filter" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/responses_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared_params.responses_model.ResponsesModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared_params.responses_model", "names": [ "openai.types.shared_params.responses_model.ResponsesModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/reasoning.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.reasoning.Reasoning", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Reasoning.effort", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Reasoning.generate_summary", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Reasoning.summary", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.reasoning", "names": [ "openai.types.shared_params.reasoning.Reasoning" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/response_format_text.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.response_format_text.ResponseFormatText", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatText.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.response_format_text", "names": [ "openai.types.shared_params.response_format_text.ResponseFormatText" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/reasoning_effort.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared_params.reasoning_effort.ReasoningEffort", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared_params.reasoning_effort", "names": [ "openai.types.shared_params.reasoning_effort.ReasoningEffort" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/metadata.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared_params.metadata.Metadata", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared_params.metadata", "names": [ "openai.types.shared_params.metadata.Metadata" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/comparison_filter.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.comparison_filter.ComparisonFilter", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ComparisonFilter.key", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComparisonFilter.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ComparisonFilter.value", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.comparison_filter", "names": [ "openai.types.shared_params.comparison_filter.ComparisonFilter" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/function_parameters.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared_params.function_parameters.FunctionParameters", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared_params.function_parameters", "names": [ "openai.types.shared_params.function_parameters.FunctionParameters" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/custom_tool_input_format.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared_params.custom_tool_input_format.CustomToolInputFormat", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "class", "name": "openai.types.shared_params.custom_tool_input_format.Grammar", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Grammar.definition", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Grammar.syntax", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "Grammar.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 }, { "kind": "class", "name": "openai.types.shared_params.custom_tool_input_format.Text", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Text.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.custom_tool_input_format", "names": [ "openai.types.shared_params.custom_tool_input_format.CustomToolInputFormat", "openai.types.shared_params.custom_tool_input_format.Grammar", "openai.types.shared_params.custom_tool_input_format.Text" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/chat_model.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.shared_params.chat_model.ChatModel", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.shared_params.chat_model", "names": [ "openai.types.shared_params.chat_model.ChatModel" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/shared_params/response_format_json_schema.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.shared_params.response_format_json_schema.ResponseFormatJSONSchema", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFormatJSONSchema.json_schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "ResponseFormatJSONSchema.type", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.shared_params.response_format_json_schema.JSONSchema", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "JSONSchema.name", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JSONSchema.description", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JSONSchema.schema", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "JSONSchema.strict", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.shared_params.response_format_json_schema", "names": [ "openai.types.shared_params.response_format_json_schema.JSONSchema", "openai.types.shared_params.response_format_json_schema.ResponseFormatJSONSchema" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skills/deleted_skill_version.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skills.deleted_skill_version.DeletedSkillVersion", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DeletedSkillVersion.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DeletedSkillVersion.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DeletedSkillVersion.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DeletedSkillVersion.version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skills.deleted_skill_version", "names": [ "openai.types.skills.deleted_skill_version.DeletedSkillVersion" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skills/skill_version_list.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skills.skill_version_list.SkillVersionList", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillVersionList.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersionList.first_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersionList.has_more", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersionList.last_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersionList.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skills.skill_version_list", "names": [ "openai.types.skills.skill_version_list.SkillVersionList" ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skills/version_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skills.version_list_params.VersionListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VersionListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VersionListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VersionListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skills.version_list_params", "names": [ "openai.types.skills.version_list_params.VersionListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skills/version_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skills.version_create_params.VersionCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VersionCreateParams.default", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "VersionCreateParams.files", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skills.version_create_params", "names": [ "openai.types.skills.version_create_params.VersionCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/skills/skill_version.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.skills.skill_version.SkillVersion", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "SkillVersion.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersion.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersion.description", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersion.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersion.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersion.skill_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "SkillVersion.version", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 7, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.skills.skill_version", "names": [ "openai.types.skills.skill_version.SkillVersion" ], "n_typable": 7, "n_typed": 7, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/uploads/upload_part.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.uploads.upload_part.UploadPart", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "UploadPart.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UploadPart.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UploadPart.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "UploadPart.upload_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.uploads.upload_part", "names": [ "openai.types.uploads.upload_part.UploadPart" ], "n_typable": 4, "n_typed": 4, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 4, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/uploads/part_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.uploads.part_create_params.PartCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "PartCreateParams.data", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.uploads.part_create_params", "names": [ "openai.types.uploads.part_create_params.PartCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/file_content_response.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.file_content_response.FileContentResponse", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileContentResponse.text", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileContentResponse.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.file_content_response", "names": [ "openai.types.vector_stores.file_content_response.FileContentResponse" ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/file_update_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.file_update_params.FileUpdateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileUpdateParams.vector_store_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileUpdateParams.attributes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.file_update_params", "names": [ "openai.types.vector_stores.file_update_params.FileUpdateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 2, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/vector_store_file.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.vector_store_file.VectorStoreFile", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreFile.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.last_error", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.usage_bytes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.vector_store_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.attributes", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFile.chunking_strategy", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 9, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_stores.vector_store_file.LastError", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "LastError.code", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "LastError.message", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.vector_store_file", "names": [ "openai.types.vector_stores.vector_store_file.LastError", "openai.types.vector_stores.vector_store_file.VectorStoreFile" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/file_batch_list_files_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.file_batch_list_files_params.FileBatchListFilesParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileBatchListFilesParams.vector_store_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchListFilesParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchListFilesParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchListFilesParams.filter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchListFilesParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchListFilesParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.file_batch_list_files_params", "names": [ "openai.types.vector_stores.file_batch_list_files_params.FileBatchListFilesParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/file_list_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.file_list_params.FileListParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileListParams.after", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.before", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.filter", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.limit", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileListParams.order", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.file_list_params", "names": [ "openai.types.vector_stores.file_list_params.FileListParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 5, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/file_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.file_create_params.FileCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCreateParams.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileCreateParams.attributes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileCreateParams.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.file_create_params", "names": [ "openai.types.vector_stores.file_create_params.FileCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/vector_store_file_deleted.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.vector_store_file_deleted.VectorStoreFileDeleted", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreFileDeleted.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileDeleted.deleted", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileDeleted.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.vector_store_file_deleted", "names": [ "openai.types.vector_stores.vector_store_file_deleted.VectorStoreFileDeleted" ], "n_typable": 3, "n_typed": 3, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 1, "n_attrs": 3, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/file_batch_create_params.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.file_batch_create_params.FileBatchCreateParams", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileBatchCreateParams.attributes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchCreateParams.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchCreateParams.file_ids", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "FileBatchCreateParams.files", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 4, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_stores.file_batch_create_params.File", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "File.file_id", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "File.attributes", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 }, { "kind": "attr", "name": "File.chunking_strategy", "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_typable": 0 } ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 3, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.file_batch_create_params", "names": [ "openai.types.vector_stores.file_batch_create_params.File", "openai.types.vector_stores.file_batch_create_params.FileBatchCreateParams" ], "n_typable": 0, "n_typed": 0, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 7, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/vector_stores/vector_store_file_batch.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.vector_stores.vector_store_file_batch.VectorStoreFileBatch", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "VectorStoreFileBatch.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileBatch.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileBatch.file_counts", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileBatch.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileBatch.status", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "VectorStoreFileBatch.vector_store_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 6, "n_properties": 0 }, { "kind": "class", "name": "openai.types.vector_stores.vector_store_file_batch.FileCounts", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FileCounts.cancelled", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.completed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.failed", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.in_progress", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FileCounts.total", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.vector_stores.vector_store_file_batch", "names": [ "openai.types.vector_stores.vector_store_file_batch.FileCounts", "openai.types.vector_stores.vector_store_file_batch.VectorStoreFileBatch" ], "n_typable": 11, "n_typed": 11, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 11, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/response_incomplete_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.response_incomplete_webhook_event.ResponseIncompleteWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseIncompleteWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseIncompleteWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseIncompleteWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseIncompleteWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseIncompleteWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.response_incomplete_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.response_incomplete_webhook_event", "names": [ "openai.types.webhooks.response_incomplete_webhook_event.Data", "openai.types.webhooks.response_incomplete_webhook_event.ResponseIncompleteWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/eval_run_succeeded_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.eval_run_succeeded_webhook_event.EvalRunSucceededWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalRunSucceededWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunSucceededWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunSucceededWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunSucceededWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunSucceededWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.eval_run_succeeded_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.eval_run_succeeded_webhook_event", "names": [ "openai.types.webhooks.eval_run_succeeded_webhook_event.Data", "openai.types.webhooks.eval_run_succeeded_webhook_event.EvalRunSucceededWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/eval_run_failed_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.eval_run_failed_webhook_event.EvalRunFailedWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalRunFailedWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunFailedWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunFailedWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunFailedWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunFailedWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.eval_run_failed_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.eval_run_failed_webhook_event", "names": [ "openai.types.webhooks.eval_run_failed_webhook_event.Data", "openai.types.webhooks.eval_run_failed_webhook_event.EvalRunFailedWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/fine_tuning_job_failed_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.fine_tuning_job_failed_webhook_event.FineTuningJobFailedWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobFailedWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobFailedWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobFailedWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobFailedWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobFailedWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.fine_tuning_job_failed_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.fine_tuning_job_failed_webhook_event", "names": [ "openai.types.webhooks.fine_tuning_job_failed_webhook_event.Data", "openai.types.webhooks.fine_tuning_job_failed_webhook_event.FineTuningJobFailedWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/batch_expired_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.batch_expired_webhook_event.BatchExpiredWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchExpiredWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchExpiredWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchExpiredWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchExpiredWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchExpiredWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.batch_expired_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.batch_expired_webhook_event", "names": [ "openai.types.webhooks.batch_expired_webhook_event.BatchExpiredWebhookEvent", "openai.types.webhooks.batch_expired_webhook_event.Data" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/realtime_call_incoming_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.realtime_call_incoming_webhook_event.RealtimeCallIncomingWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "RealtimeCallIncomingWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeCallIncomingWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeCallIncomingWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeCallIncomingWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "RealtimeCallIncomingWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.realtime_call_incoming_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.call_id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "Data.sip_headers", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.realtime_call_incoming_webhook_event.DataSipHeader", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "DataSipHeader.name", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "DataSipHeader.value", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 2, "n_typed": 2, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 2, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.realtime_call_incoming_webhook_event", "names": [ "openai.types.webhooks.realtime_call_incoming_webhook_event.Data", "openai.types.webhooks.realtime_call_incoming_webhook_event.DataSipHeader", "openai.types.webhooks.realtime_call_incoming_webhook_event.RealtimeCallIncomingWebhookEvent" ], "n_typable": 9, "n_typed": 9, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 3, "n_attrs": 9, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/eval_run_canceled_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.eval_run_canceled_webhook_event.EvalRunCanceledWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "EvalRunCanceledWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunCanceledWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunCanceledWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunCanceledWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "EvalRunCanceledWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.eval_run_canceled_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.eval_run_canceled_webhook_event", "names": [ "openai.types.webhooks.eval_run_canceled_webhook_event.Data", "openai.types.webhooks.eval_run_canceled_webhook_event.EvalRunCanceledWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/fine_tuning_job_succeeded_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.fine_tuning_job_succeeded_webhook_event.FineTuningJobSucceededWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobSucceededWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobSucceededWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobSucceededWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobSucceededWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobSucceededWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.fine_tuning_job_succeeded_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.fine_tuning_job_succeeded_webhook_event", "names": [ "openai.types.webhooks.fine_tuning_job_succeeded_webhook_event.Data", "openai.types.webhooks.fine_tuning_job_succeeded_webhook_event.FineTuningJobSucceededWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/response_completed_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.response_completed_webhook_event.ResponseCompletedWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCompletedWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompletedWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompletedWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompletedWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCompletedWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.response_completed_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.response_completed_webhook_event", "names": [ "openai.types.webhooks.response_completed_webhook_event.Data", "openai.types.webhooks.response_completed_webhook_event.ResponseCompletedWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/batch_cancelled_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.batch_cancelled_webhook_event.BatchCancelledWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchCancelledWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCancelledWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCancelledWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCancelledWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCancelledWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.batch_cancelled_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.batch_cancelled_webhook_event", "names": [ "openai.types.webhooks.batch_cancelled_webhook_event.BatchCancelledWebhookEvent", "openai.types.webhooks.batch_cancelled_webhook_event.Data" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/response_failed_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.response_failed_webhook_event.ResponseFailedWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseFailedWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFailedWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFailedWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFailedWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseFailedWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.response_failed_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.response_failed_webhook_event", "names": [ "openai.types.webhooks.response_failed_webhook_event.Data", "openai.types.webhooks.response_failed_webhook_event.ResponseFailedWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/batch_completed_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.batch_completed_webhook_event.BatchCompletedWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchCompletedWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCompletedWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCompletedWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCompletedWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchCompletedWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.batch_completed_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.batch_completed_webhook_event", "names": [ "openai.types.webhooks.batch_completed_webhook_event.BatchCompletedWebhookEvent", "openai.types.webhooks.batch_completed_webhook_event.Data" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/fine_tuning_job_cancelled_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.fine_tuning_job_cancelled_webhook_event.FineTuningJobCancelledWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "FineTuningJobCancelledWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCancelledWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCancelledWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCancelledWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "FineTuningJobCancelledWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.fine_tuning_job_cancelled_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.fine_tuning_job_cancelled_webhook_event", "names": [ "openai.types.webhooks.fine_tuning_job_cancelled_webhook_event.Data", "openai.types.webhooks.fine_tuning_job_cancelled_webhook_event.FineTuningJobCancelledWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/response_cancelled_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.response_cancelled_webhook_event.ResponseCancelledWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "ResponseCancelledWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelledWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelledWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelledWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "ResponseCancelledWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.response_cancelled_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.response_cancelled_webhook_event", "names": [ "openai.types.webhooks.response_cancelled_webhook_event.Data", "openai.types.webhooks.response_cancelled_webhook_event.ResponseCancelledWebhookEvent" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/batch_failed_webhook_event.py", "symbol_reports": [ { "kind": "class", "name": "openai.types.webhooks.batch_failed_webhook_event.BatchFailedWebhookEvent", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "BatchFailedWebhookEvent.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchFailedWebhookEvent.created_at", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchFailedWebhookEvent.data", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchFailedWebhookEvent.type", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 }, { "kind": "attr", "name": "BatchFailedWebhookEvent.object", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 5, "n_typed": 5, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 5, "n_properties": 0 }, { "kind": "class", "name": "openai.types.webhooks.batch_failed_webhook_event.Data", "methods": [], "properties": [], "attrs": [ { "kind": "attr", "name": "Data.id", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_attrs": 1, "n_properties": 0 } ], "type_ignores": [], "name": "openai.types.webhooks.batch_failed_webhook_event", "names": [ "openai.types.webhooks.batch_failed_webhook_event.BatchFailedWebhookEvent", "openai.types.webhooks.batch_failed_webhook_event.Data" ], "n_typable": 6, "n_typed": 6, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 2, "n_attrs": 6, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/types/webhooks/unwrap_webhook_event.py", "symbol_reports": [ { "kind": "attr", "name": "openai.types.webhooks.unwrap_webhook_event.UnwrapWebhookEvent", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.types.webhooks.unwrap_webhook_event", "names": [ "openai.types.webhooks.unwrap_webhook_event.UnwrapWebhookEvent" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 }, { "path": "openai/version.py", "symbol_reports": [ { "kind": "attr", "name": "openai.version.VERSION", "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_typable": 1 } ], "type_ignores": [], "name": "openai.version", "names": [ "openai.version.VERSION" ], "n_typable": 1, "n_typed": 1, "n_any": 0, "n_untyped": 0, "n_functions": 0, "n_function_overloads": 0, "n_function_params": 0, "n_methods": 0, "n_method_overloads": 0, "n_method_params": 0, "n_classes": 0, "n_attrs": 1, "n_properties": 0, "n_type_ignores": 0 } ], "typecheckers": {}, "n_modules": 945, "n_typable": 10113, "n_typed": 9466, "n_any": 0, "n_untyped": 647, "n_functions": 3, "n_function_overloads": 3, "n_function_params": 4, "n_methods": 804, "n_method_params": 3833, "n_method_overloads": 877, "n_classes": 2002, "n_attrs": 7021, "n_properties": 514, "type_ignores": [ { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": [ "reportUnusedFunction" ] }, { "kind": "type", "rules": [ "reportUnusedFunction" ] }, { "kind": "pyright", "rules": [ "reportDeprecated" ] }, { "kind": "type", "rules": null }, { "kind": "pyright", "rules": [ "reportDeprecated" ] }, { "kind": "type", "rules": null }, { "kind": "type", "rules": null }, { "kind": "type", "rules": [ "assignment" ] }, { "kind": "type", "rules": [ "assignment" ] }, { "kind": "type", "rules": [ "assignment" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "pyright", "rules": [ "reportIncompatibleVariableOverride" ] }, { "kind": "type", "rules": [ "assignment" ] }, { "kind": "type", "rules": [ "assignment" ] }, { "kind": "type", "rules": null } ], "n_type_ignores": 50 }