diff --git a/README.md b/README.md index e3d090c..065b939 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ > - [x] 免登录 GPT-3.5 对话 > - [x] GPT-3.5 模型对话(传入模型名不包含 gpt-4,则默认使用 gpt-3.5,也就是 text-davinci-002-render-sha) > - [x] GPT-4 系列模型对话(传入模型名包含: gpt-4,gpt-4o,gpt-4o-mini,gpt-4-moblie 即可使用对应模型,需传入 AccessToken) -> - [x] O1 系列模型对话(传入模型名包含 o1-preview,o1-mini 即可使用对应模型,需传入 AccessToken) +> - [x] O1/O3/O4 系列模型对话(传入模型名包含 o3,o4-mini等 即可使用对应模型,需传入 AccessToken) > - [x] GPT-4 模型画图、代码、联网 -> - [x] 支持 GPTs(传入模型名:gpt-4-gizmo-g-*) +> - [x] 支持 GPTs(传入模型名:gpt-4-gizmo-g-*,前面模型可改,Team工作区项目需要使用这个) > - [x] 支持 Team Plus 账号(需传入 team account id) > - [x] 上传图片、文件(格式为 API 对应格式,支持 URL 和 base64) > - [x] 可作为网关使用,可多机分布部署 @@ -92,6 +92,13 @@ curl --location 'http://127.0.0.1:5005/v1/chat/completions' \ > - `AccessToken` 获取: chatgpt官网登录后,再打开 [https://chatgpt.com/api/auth/session](https://chatgpt.com/api/auth/session) 获取 `accessToken` 这个值。 > - `RefreshToken` 获取: 此处不提供获取方法。 +> - `ChatGPT-Account-ID` 获取: +> - 方法①,访问 使用F12找到请求 ,这个ID就是。 +> - 方法②,还是上一步的地方读取响应中的`account_user_id`,后面的那个UUID。 +> - 方法③,访问 找到 account 下面的 id(不是 organizationId),或者在网页发起工作区对话请求时F12请求头就有这个。 +> - `gizmo` ID 获取: +> - 方法①,打开项目包,URL中的g-p开头,去掉后面的项目名称英文版的部分就是。 +> - 方法②,在工作区项目进行对话,在请求体中找到 `gizmo_id`。 > - 免登录 gpt-3.5 无需传入 Token。 ## Tokens 管理 diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 0000000..9570ef0 --- /dev/null +++ b/README_EN.md @@ -0,0 +1,211 @@ +# CHAT2API + +🤖 A Simple ChatGPT TO API Proxy + +🌟 Free and Unlimited `GPT-3.5` Without Account + +💥 Supports AccessToken for Account Usage, Supports `O3-mini/high`, `O1/mini/Pro`, `GPT-4/4o/mini`, `GPTs` + +🔍 Response Format Completely Consistent with Real API, Compatible with Almost All Clients + +👮 Companion User Management Platform [Chat-Share](https://github.com/h88782481/Chat-Share) Requires Environment Variables to be Configured in Advance (Set ENABLE_GATEWAY to True, AUTO_SEED to False) + +## Community Group + +[https://t.me/chat2api](https://t.me/chat2api) + +Before Asking Questions, Please Read the Repository Documentation Thoroughly, Especially the FAQ Section. + +When Asking Questions, Please Provide: + +1. Startup Log Screenshot (Sensitive Information Masked, Including Environment Variables and Version Number) +2. Error Log Information (Sensitive Information Masked) +3. Status Code and Response Body of the Interface Return + +## Features + +### Latest Version Number Stored in `version.txt` + +### Reverse API Features +> - [x] Streaming and Non-streaming Transmission +> - [x] Login-free GPT-3.5 Conversation +> - [x] GPT-3.5 Model Conversation (Default to GPT-3.5 if model name does not contain gpt-4, i.e., text-davinci-002-render-sha) +> - [x] GPT-4 Series Model Conversation (Use corresponding model by including: gpt-4, gpt-4o, gpt-4o-mini, gpt-4-moblie, requires AccessToken) +> - [x] O1/O3/O4 series model dialogue (the corresponding model can be used by passing in model names including o3, o4-mini, etc., and AccessToken needs to be passed in) +> - [x] GPT-4 Model Drawing, Code, Internet Access +> - [x] Support GPTs (input model name: gpt-4-gizmo-g-*, the previous model can be changed, Team workspace projects need to use this) +> - [x] Support for Team Plus Accounts (Requires team account id) +> - [x] Upload Images and Files (API-compatible format, supports URL and base64) +> - [x] Can be Used as a Gateway, Supports Multi-machine Distributed Deployment +> - [x] Multi-account Polling, Supporting Both `AccessToken` and `RefreshToken` +> - [x] Request Failure Retry, Automatic Token Polling +> - [x] Tokens Management, Support Upload and Clearing +> - [x] Periodic Refresh of `AccessToken` using `RefreshToken` / Full Non-forced Refresh on Startup, Forced Refresh at 3 AM Every 4 Days +> - [x] Support File Download, Requires History Record Enabled +> - [x] Supports Model Inference Process Output for `O3-mini/high`, `O1/mini/Pro` + +### Official Website Mirror Features +> - [x] Support for Official Native Mirror +> - [x] Backend Account Pool Random Selection, `Seed` Setting for Random Accounts +> - [x] Direct Login with `RefreshToken` or `AccessToken` +> - [x] Supports `O3-mini/high`, `O1/mini/Pro`, `GPT-4/4o/mini` +> - [x] Sensitive Information Interface Disabled, Partial Setting Interfaces Disabled +> - [x] /login Page, Automatic Redirect to Login Page After Logout +> - [x] /?token=xxx Direct Login, xxx is `RefreshToken` or `AccessToken` or `SeedToken` (Random Seed) +> - [x] Supports Session Isolation with Different SeedTokens +> - [x] Supports `GPTs` Store +> - [x] Supports Official-exclusive Features like `DeepReaserch`, `Canvas` +> - [x] Supports Language Switching + +> TODO +> - [ ] None, Welcome to Submit `Issues` + +## Reverse API + +A fully `OpenAI`-compatible API that supports passing `AccessToken` or `RefreshToken`, usable with GPT-4, GPT-4o, GPT-4o-Mini, GPTs, O1-Pro, O1, O1-Mini, O3-Mini, O3-Mini-High: + +```bash +curl --location 'http://127.0.0.1:5005/v1/chat/completions' \ +--header 'Content-Type: application/json' \ +--header 'Authorization: Bearer {{Token}}' \ +--data '{ + "model": "gpt-3.5-turbo", + "messages": [{"role": "user", "content": "Say this is a test!"}], + "stream": true + }' +``` + +Pass your account's `AccessToken` or `RefreshToken` as `{{ Token }}`. +You can also fill in the value of the environment variable `Authorization`, which will randomly select a backend account. + +If you have a team account, you can pass in `ChatGPT-Account-ID` to use the Team workspace: + +- Method One: + Pass the `ChatGPT-Account-ID` value in the `headers` +- Method Two: + `Authorization: Bearer ,` + +If the `AUTHORIZATION` environment variable is set, you can use the set value as `{{ Token }}` for multi-Token polling. + +> - `AccessToken` retrieval: Log in to the ChatGPT website, then open [https://chatgpt.com/api/auth/session](https://chatgpt.com/api/auth/session) to get the `accessToken` value. +> - `RefreshToken` retrieval: Method not provided here. +> - Get `ChatGPT-Account-ID`: +> - Method ①, visit and use F12 to find the request , this ID is it. +> - Method ②, read the `account_user_id` in the response from the previous step, the UUID behind it. +> - Method ③, visit and find the id under account (not organizationId), or when the web page initiates a workspace conversation request, the F12 request header has this. +> - Get `gizmo` ID: +> - Method ①, open the project package, the URL starts with g-p, and remove the English version of the project name behind it. +> - Method ②, have a conversation in the workspace project, and find `gizmo_id` in the request body. +> - No login required for gpt-3.5, no token needed. + +## Tokens Management + +1. Configure the environment variable `AUTHORIZATION` as an `authorization code`, then run the program. +2. Access `/tokens` or `/{api_prefix}/tokens` to view the current number of Tokens, upload new Tokens, or clear Tokens. +3. Pass the `authorization code` configured in `AUTHORIZATION` to use polling Tokens for conversation + +![tokens.png](docs/tokens.png) + +## Official Website Native Mirror + +1. Set the environment variable `ENABLE_GATEWAY` to `true`, then run the program. Note that enabling this allows others to directly access your gateway via domain. +2. Upload `RefreshToken` or `AccessToken` on the Tokens management page +3. Access `/login` to reach the login page + +![login.png](docs/login.png) + +4. Use on the official native mirror page + +![chatgpt.png](docs/chatgpt.png) + +## Environment Variables + +Each environment variable has a default value. If you don't understand the meaning of an environment variable, do not set it, and definitely do not pass an empty value. Strings do not require quotes. + +| Category | Variable Name | Example Value | Default Value | Description | +| -------- | ------------- | ------------- | ------------- | ----------- | +| Security | API_PREFIX | `your_prefix` | `None` | API prefix password. Without setting, it's easily accessible. After setting, request `/your_prefix/v1/chat/completions` | +| | AUTHORIZATION | `your_first_authorization`,`your_second_authorization` | `[]` | Authorization codes you set for using multiple accounts in token rotation, separated by English commas | +| | AUTH_KEY | `your_auth_key` | `None` | Set this for private gateway requiring `auth_key` request header | +| Request | CHATGPT_BASE_URL | `https://chatgpt.com` | `https://chatgpt.com` | ChatGPT gateway address. Setting this will change the requested website. Multiple gateways can be separated by commas | +| | PROXY_URL | `http://ip:port`,`http://username:password@ip:port` | `[]` | Global proxy URL, enabled when encountering 403, multiple proxies separated by commas | +| | EXPORT_PROXY_URL | `http://ip:port` or `http://username:password@ip:port` | `None` | Export proxy URL to prevent source site IP leakage when requesting images and files | +| Functionality | HISTORY_DISABLED | `true` | `true` | Whether to not save chat history and return conversation_id | +| | POW_DIFFICULTY | `00003a` | `00003a` | Proof of Work difficulty to solve, do not set if unsure | +| | RETRY_TIMES | `3` | `3` | Number of error retries. Using `AUTHORIZATION` will automatically randomly/round-robin to the next account | +| | CONVERSATION_ONLY | `false` | `false` | Whether to directly use the conversation interface. Enable only if your gateway supports automatic POW resolution | +| | ENABLE_LIMIT | `true` | `true` | When enabled, it will not attempt to bypass official request limits to minimize account suspension risk | +| | UPLOAD_BY_URL | `false` | `false` | When enabled, dialogue follows `URL+space+text`, automatically parsing and uploading URL content. Multiple URLs separated by spaces | +| | SCHEDULED_REFRESH | `false` | `false` | Whether to periodically refresh `AccessToken`. When enabled, all will be non-forcefully refreshed on startup, and forcefully refreshed at 3 AM every 4 days | +| | RANDOM_TOKEN | `true` | `true` | Whether to randomly select backend `Token`. Enabled for random backend account selection, disabled for sequential round-robin | +| Gateway | ENABLE_GATEWAY | `false` | `false` | Whether to enable gateway mode. When enabled, mirror sites can be used, but defenses will be lowered | +| | AUTO_SEED | `false` | `true` | Whether to enable random account mode. Enabled by default. After inputting `seed`, randomly match backend `Token`. Disable to manually interface for `Token` management | + +## Deployment + +### Zeabur Deployment + +[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/6HEGIZ?referralCode=LanQian528) + +### Direct Deployment + +```bash +git clone https://github.com/LanQian528/chat2api +cd chat2api +pip install -r requirements.txt +python app.py +``` + +### Docker Deployment + +You need to install Docker and Docker Compose. + +```bash +docker run -d \ + --name chat2api \ + -p 5005:5005 \ + lanqian528/chat2api:latest +``` + +### (Recommended, PLUS account compatible) Docker Compose Deployment + +Create a new directory, for example, chat2api, and enter it: + +```bash +mkdir chat2api +cd chat2api +``` + +Download the docker-compose.yml file from the repository in this directory: + +```bash +wget https://raw.githubusercontent.com/LanQian528/chat2api/main/docker-compose-warp.yml +``` + +Modify the environment variables in the docker-compose-warp.yml file, then save: + +```bash +docker-compose up -d +``` + +## Common Issues + +> - Error Codes: +> - `401`: Current IP does not support login-free access. Try changing IP address, setting proxy in `PROXY_URL` environment variable, or authentication failure. +> - `403`: Check specific error message in logs. +> - `429`: Current IP has exceeded hourly request limit. Wait and retry, or change IP. +> - `500`: Internal server error, request failed. +> - `502`: Server gateway error or network unavailable. Try changing network environment. + +> - Known Situations: +> - Many Japanese IPs do not support login-free access. Recommend using US IP for free GPT-3.5. +> - 99% of accounts support free `GPT-4o`, but activation depends on IP region. Japan and Singapore IPs currently have higher activation probability. + +> - What is the `AUTHORIZATION` environment variable? +> - A self-set authentication for chat2api. Setting this allows using saved Tokens in rotation. Pass it as `APIKEY` during requests. +> - How to obtain AccessToken? +> - Log in to ChatGPT official website, then open [https://chatgpt.com/api/auth/session](https://chatgpt.com/api/auth/session) to get the `accessToken` value. + +## License + +MIT License diff --git a/api/models.py b/api/models.py index 56665f0..bbc6250 100644 --- a/api/models.py +++ b/api/models.py @@ -8,11 +8,14 @@ "gpt-4-turbo": "gpt-4-turbo-2024-04-09", "gpt-4o": "gpt-4o-2024-08-06", "gpt-4o-mini": "gpt-4o-mini-2024-07-18", + "gpt-4-5": "gpt-4-5", "o1-preview": "o1-preview-2024-09-12", "o1-mini": "o1-mini-2024-09-12", "o1": "o1-2024-12-18", "o3-mini": "o3-mini-2025-01-31", "o3-mini-high": "o3-mini-high-2025-01-31", + "o4-mini": "o4-mini-2025-04-16", + "o4-mini-high": "o4-mini-high-2025-04-16", "claude-3-opus": "claude-3-opus-20240229", "claude-3-sonnet": "claude-3-sonnet-20240229", "claude-3-haiku": "claude-3-haiku-20240307", diff --git a/chatgpt/ChatService.py b/chatgpt/ChatService.py index 7260de0..7c18011 100644 --- a/chatgpt/ChatService.py +++ b/chatgpt/ChatService.py @@ -14,6 +14,7 @@ from chatgpt.chatLimit import check_is_limit, handle_request_limit from chatgpt.fp import get_fp from chatgpt.proofofWork import get_config, get_dpl, get_answer_token, get_requirements_token +from chatgpt.stream_v1 import transform_delta_stream from utils.Client import Client from utils.Logger import logger @@ -104,12 +105,11 @@ async def set_dynamic_data(self, data): self.chat_headers = None self.chat_request = None - self.base_headers = { + self.origin_base_headers = { 'accept': '*/*', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'content-type': 'application/json', - 'oai-language': oai_language, 'origin': self.host_url, 'priority': 'u=1, i', 'referer': f'{self.host_url}/', @@ -117,7 +117,10 @@ async def set_dynamic_data(self, data): 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-origin' } + + self.base_headers = self.origin_base_headers.copy() self.base_headers.update(self.fp) + self.base_headers['oai-language'] = oai_language if self.access_token: self.base_url = self.host_url + "/backend-api" @@ -140,6 +143,14 @@ async def set_model(self): else: self.gizmo_id = None + if "o4-mini-high" in self.origin_model: + self.req_model = "o4-mini-high" + elif "o4-mini-medium" in self.origin_model: + self.req_model = "o4-mini-medium" + elif "o4-mini-low" in self.origin_model: + self.req_model = "o4-mini-low" + elif "o4-mini" in self.origin_model: + self.req_model = "o4-mini" if "o3-mini-high" in self.origin_model: self.req_model = "o3-mini-high" elif "o3-mini-medium" in self.origin_model: @@ -186,7 +197,7 @@ async def get_chat_requirements(self): config = get_config(self.user_agent, self.req_token) p = get_requirements_token(config) data = {'p': p} - r = await self.ss.post(url, headers=headers, json=data, timeout=5) + r = await self.ss.post(url, headers=headers, json=data, timeout=10) if r.status_code == 200: resp = r.json() @@ -316,33 +327,33 @@ async def prepare_send_conversation(self): "time_since_loaded": random.randint(50, 500), "page_height": random.randint(500, 1000), "page_width": random.randint(1000, 2000), - "pixel_ratio": 1.5, - "screen_height": random.randint(800, 1200), - "screen_width": random.randint(1200, 2200), + "pixel_ratio": 1, + "screen_height": 1440, + "screen_width": 2560, }, "conversation_mode": conversation_mode, - "conversation_origin": None, + "enable_message_followups": False, "force_paragen": False, "force_paragen_model_slug": "", "force_rate_limit": False, "force_use_sse": True, - "history_and_training_disabled": self.history_disabled, "messages": chat_messages, "model": self.req_model, "paragen_cot_summary_display_override": "allow", - "paragen_stream_type_override": None, - "parent_message_id": self.parent_message_id if self.parent_message_id else f"{uuid.uuid4()}", - "reset_rate_limits": False, - "suggestions": [], - "supported_encodings": [], + "parent_message_id": self.parent_message_id if self.parent_message_id else f"client-created-root", + "supported_encodings": ["v1"], "system_hints": [], "timezone": "America/Los_Angeles", "timezone_offset_min": -480, "variant_purpose": "comparison_implicit", - "websocket_request_id": f"{uuid.uuid4()}", } + if "image" in self.origin_model or "image" in self.req_model: + self.chat_request["system_hints"].append("picture_v2") if self.conversation_id: self.chat_request['conversation_id'] = self.conversation_id + if self.history_disabled: + self.chat_request["history_and_training_disabled"] = True + return self.chat_request async def send_conversation(self): @@ -369,7 +380,8 @@ async def send_conversation(self): content_type = r.headers.get("Content-Type", "") if "text/event-stream" in content_type: - res, start = await head_process_response(r.aiter_lines()) + complete_stream_data = transform_delta_stream(r.aiter_lines()) + res, start = await head_process_response(complete_stream_data) if not start: raise HTTPException( status_code=403, @@ -400,7 +412,7 @@ async def get_download_url(self, file_id): url = f"{self.base_url}/files/{file_id}/download" headers = self.base_headers.copy() try: - r = await self.s.get(url, headers=headers, timeout=10) + r = await self.s.get(url, headers=headers, timeout=30) if r.status_code == 200: download_url = r.json().get('download_url') return download_url @@ -414,7 +426,7 @@ async def get_attachment_url(self, file_id, conversation_id): url = f"{self.base_url}/conversation/{conversation_id}/attachment/{file_id}/download" headers = self.base_headers.copy() try: - r = await self.s.get(url, headers=headers, timeout=10) + r = await self.s.get(url, headers=headers, timeout=30) if r.status_code == 200: download_url = r.json().get('download_url') return download_url @@ -428,7 +440,7 @@ async def get_download_url_from_upload(self, file_id): url = f"{self.base_url}/files/{file_id}/uploaded" headers = self.base_headers.copy() try: - r = await self.s.post(url, headers=headers, json={}, timeout=10) + r = await self.s.post(url, headers=headers, json={}, timeout=30) if r.status_code == 200: download_url = r.json().get('download_url') return download_url @@ -446,7 +458,7 @@ async def get_upload_url(self, file_name, file_size, use_case="multimodal"): url, headers=headers, json={"file_name": file_name, "file_size": file_size, "reset_rate_limits": False, "timezone_offset_min": -480, "use_case": use_case}, - timeout=5, + timeout=30, ) if r.status_code == 200: res = r.json() @@ -461,26 +473,25 @@ async def get_upload_url(self, file_name, file_size, use_case="multimodal"): return "", "" async def upload(self, upload_url, file_content, mime_type): - headers = self.base_headers.copy() - headers.update( - { - 'accept': 'application/json, text/plain, */*', - 'content-type': mime_type, - 'x-ms-blob-type': 'BlockBlob', - 'x-ms-version': '2020-04-08', - } - ) - headers.pop('authorization', None) - headers.pop('oai-device-id', None) - headers.pop('oai-language', None) - try: - r = await self.s.put(upload_url, headers=headers, data=file_content, timeout=60) - if r.status_code == 201: - return True - else: - raise HTTPException(status_code=r.status_code, detail=r.text) - except Exception as e: - logger.error(f"Failed to upload file: {e}") + for i in range(3): + try: + headers = self.origin_base_headers.copy() + headers.update({ + 'accept': 'application/json, text/plain, */*', + 'content-type': mime_type, + 'x-ms-blob-type': 'BlockBlob', + 'x-ms-version': '2020-04-08', + }) + r = await self.s.put(upload_url, headers=headers, data=file_content, timeout=120) + if r.status_code == 201: + return True + else: + raise HTTPException(status_code=r.status_code, detail=r.text) + except Exception as e: + logger.error(f"Failed to upload file: {e}") + await asyncio.sleep(1) + else: + logger.error(f"Failed to upload file after 3 attempts") return False async def upload_file(self, file_content, mime_type): diff --git a/chatgpt/chatFormat.py b/chatgpt/chatFormat.py index 7459615..c93f237 100644 --- a/chatgpt/chatFormat.py +++ b/chatgpt/chatFormat.py @@ -110,7 +110,8 @@ async def wss_stream_response(websocket, conversation_id): async def head_process_response(response): async for chunk in response: - chunk = chunk.decode("utf-8") + # print(chunk) + # chunk = chunk.decode("utf-8") if chunk.startswith("data: {"): chunk_old_data = json.loads(chunk[6:]) message = chunk_old_data.get("message", {}) @@ -138,6 +139,7 @@ async def stream_response(service, response, model, max_tokens): last_role = None last_content_type = None last_status = None + last_completed_rate = None model_slug = None end = False @@ -160,7 +162,8 @@ async def stream_response(service, response, model, max_tokens): yield f"data: {json.dumps(chunk_new_data)}\n\n" async for chunk in response: - chunk = chunk.decode("utf-8") + # print(chunk) + # chunk = chunk.decode("utf-8") if end: logger.info(f"Response Model: {model_slug}") yield "data: [DONE]\n\n" @@ -237,12 +240,15 @@ async def stream_response(service, response, model, max_tokens): current_height = part.get('metadata', {}).get("generation", {}).get("height", 0) if full_height > current_height: completed_rate = current_height / full_height - new_text = f"\n> {completed_rate:.2%}\n" + if last_completed_rate and last_completed_rate >= completed_rate: + completed_rate = min(last_completed_rate + random.uniform(0.01, 0.05), 0.9999) + new_text = f"\n> 🏃🏻‍♂️{completed_rate:.2%}..." + last_completed_rate = completed_rate if last_role != role: new_text = f"\n```{new_text}" else: image_download_url = await service.get_attachment_url(file_id, conversation_id) - new_text = f"\n```\n![image]({image_download_url})\n" + new_text = f"\n```\n> ✅100.00%\n![image]({image_download_url})\n" else: text = content.get("text", "") if outer_content_type == "code" and last_content_type != "code": @@ -291,7 +297,10 @@ async def stream_response(service, response, model, max_tokens): else: file_id = part.get('asset_pointer').replace('sediment://', '') image_download_url = await service.get_attachment_url(file_id, conversation_id) - delta = {"content": f"\n![image]({image_download_url})\n"} + if last_role != role: + delta = {"content": f"\n```\n> ✅100.00%\n\n![image]({image_download_url})\n"} + else: + delta = {"content": f"\n> ✅100.00%\n\n![image]({image_download_url})\n"} elif message.get("end_turn"): part = content.get("parts", [])[0] new_text = part[len_last_content:] @@ -458,6 +467,9 @@ async def api_messages_to_chat(service, api_messages, upload_by_url=False): "metadata": metadata } chat_messages.append(chat_message) + if "image" in service.origin_model or "image" in service.req_model: + chat_messages[-1]["metadata"]["system_hints"] = ["picture_v2"] + text_tokens = await num_tokens_from_messages(api_messages, service.resp_model) prompt_tokens = text_tokens + file_tokens return chat_messages, prompt_tokens diff --git a/chatgpt/chatFormat_v1.py b/chatgpt/chatFormat_v1.py deleted file mode 100644 index bc42746..0000000 --- a/chatgpt/chatFormat_v1.py +++ /dev/null @@ -1,234 +0,0 @@ -import asyncio -import json -import random -import re -import string -import time -import uuid - -import pybase64 -import websockets -from fastapi import HTTPException - -from api.files import get_file_content -from api.models import model_system_fingerprint -from api.tokens import split_tokens_from_content, calculate_image_tokens, num_tokens_from_messages -from utils.Logger import logger - -moderation_message = "I'm sorry, I cannot provide or engage in any content related to pornography, violence, or any unethical material. If you have any other questions or need assistance, please feel free to let me know. I'll do my best to provide support and assistance." - - -async def format_not_stream_response(response, prompt_tokens, max_tokens, model): - chat_id = f"chatcmpl-{''.join(random.choice(string.ascii_letters + string.digits) for _ in range(29))}" - system_fingerprint_list = model_system_fingerprint.get(model, None) - system_fingerprint = random.choice(system_fingerprint_list) if system_fingerprint_list else None - created_time = int(time.time()) - all_text = "" - async for chunk in response: - try: - if chunk.startswith("data: [DONE]"): - break - elif not chunk.startswith("data: "): - continue - else: - chunk = json.loads(chunk[6:]) - if not chunk["choices"][0].get("delta"): - continue - all_text += chunk["choices"][0]["delta"]["content"] - except Exception as e: - logger.error(f"Error: {chunk}, error: {str(e)}") - continue - content, completion_tokens, finish_reason = await split_tokens_from_content(all_text, max_tokens, model) - message = { - "role": "assistant", - "content": content, - } - usage = { - "prompt_tokens": prompt_tokens, - "completion_tokens": completion_tokens, - "total_tokens": prompt_tokens + completion_tokens - } - if not message.get("content"): - raise HTTPException(status_code=403, detail="No content in the message.") - - data = { - "id": chat_id, - "object": "chat.completion", - "created": created_time, - "model": model, - "choices": [ - { - "index": 0, - "message": message, - "logprobs": None, - "finish_reason": finish_reason - } - ], - "usage": usage - } - if system_fingerprint: - data["system_fingerprint"] = system_fingerprint - return data - - -async def head_process_response(response): - async for chunk in response: - chunk = chunk.decode("utf-8") - if chunk.startswith("data: {"): - chunk_old_data = json.loads(chunk[6:]) - message = chunk_old_data.get("message", {}) - if not message and "error" in chunk_old_data: - return response, False - role = message.get('author', {}).get('role') - if role == 'user' or role == 'system': - continue - - status = message.get("status") - if status == "in_progress": - return response, True - return response, False - - -async def stream_response(service, response, model, max_tokens): - chat_id = f"chatcmpl-{''.join(random.choice(string.ascii_letters + string.digits) for _ in range(29))}" - created_time = int(time.time()) - - chunk_new_data = { - "id": chat_id, - "object": "chat.completion.chunk", - "created": created_time, - "model": model, - "choices": [ - { - "index": 0, - "delta": {"role": "assistant", "content": ""}, - "logprobs": None, - "finish_reason": None - } - ] - } - yield f"data: {json.dumps(chunk_new_data)}\n\n" - - async for chunk in response: - chunk = chunk.decode("utf-8") - try: - if chunk.startswith("data: {"): - chunk_old_data = json.loads(chunk[6:].strip()) - except Exception as e: - logger.error(f"Error: {chunk}, error: {str(e)}") - continue - - -def get_url_from_content(content): - if isinstance(content, str) and content.startswith('http'): - try: - url = re.match( - r'(?i)\b((?:[a-z][\w-]+:(?:/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:\'".,<>?«»“”‘’]))', - content.split(' ')[0])[0] - content = content.replace(url, '').strip() - return url, content - except Exception: - return None, content - return None, content - - -def format_messages_with_url(content): - url_list = [] - while True: - url, content = get_url_from_content(content) - if url: - url_list.append(url) - logger.info(f"Found a file_url from messages: {url}") - else: - break - if not url_list: - return content - new_content = [ - { - "type": "text", - "text": content - } - ] - for url in url_list: - new_content.append({ - "type": "image_url", - "image_url": { - "url": url - } - }) - return new_content - - -async def api_messages_to_chat(service, api_messages, upload_by_url=False): - file_tokens = 0 - chat_messages = [] - for api_message in api_messages: - role = api_message.get('role') - content = api_message.get('content') - if upload_by_url: - if isinstance(content, str): - content = format_messages_with_url(content) - if isinstance(content, list): - parts = [] - attachments = [] - content_type = "multimodal_text" - for i in content: - if i.get("type") == "text": - parts.append(i.get("text")) - elif i.get("type") == "image_url": - image_url = i.get("image_url") - url = image_url.get("url") - detail = image_url.get("detail", "auto") - file_content, mime_type = await get_file_content(url) - file_meta = await service.upload_file(file_content, mime_type) - if file_meta: - file_id = file_meta["file_id"] - file_size = file_meta["size_bytes"] - file_name = file_meta["file_name"] - mime_type = file_meta["mime_type"] - use_case = file_meta["use_case"] - if mime_type.startswith("image/"): - width, height = file_meta["width"], file_meta["height"] - file_tokens += await calculate_image_tokens(width, height, detail) - parts.append({ - "content_type": "image_asset_pointer", - "asset_pointer": f"file-service://{file_id}", - "size_bytes": file_size, - "width": width, - "height": height - }) - attachments.append({ - "id": file_id, - "size": file_size, - "name": file_name, - "mime_type": mime_type, - "width": width, - "height": height - }) - else: - if not use_case == "ace_upload": - await service.check_upload(file_id) - file_tokens += file_size // 1000 - attachments.append({ - "id": file_id, - "size": file_size, - "name": file_name, - "mime_type": mime_type, - }) - metadata = { - "attachments": attachments - } - else: - content_type = "text" - parts = [content] - metadata = {} - chat_message = { - "id": f"{uuid.uuid4()}", - "author": {"role": role}, - "content": {"content_type": content_type, "parts": parts}, - "metadata": metadata - } - chat_messages.append(chat_message) - text_tokens = await num_tokens_from_messages(api_messages, service.resp_model) - prompt_tokens = text_tokens + file_tokens - return chat_messages, prompt_tokens diff --git a/chatgpt/refreshToken.py b/chatgpt/refreshToken.py index a580a75..4002d87 100644 --- a/chatgpt/refreshToken.py +++ b/chatgpt/refreshToken.py @@ -35,11 +35,19 @@ async def chat_refresh(refresh_token): "redirect_uri": "com.openai.chat://auth0.openai.com/ios/com.openai.chat/callback", "refresh_token": refresh_token } + headers = { + 'accept': '*/*', + 'accept-encoding': 'gzip, deflate, br, zstd', + 'accept-language': 'en-US,en;q=0.9', + 'content-type': 'application/json', + 'origin': 'https://auth0.openai.com', + 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0' + } session_id = hashlib.md5(refresh_token.encode()).hexdigest() proxy_url = random.choice(proxy_url_list).replace("{}", session_id) if proxy_url_list else None client = Client(proxy=proxy_url) try: - r = await client.post("https://auth0.openai.com/oauth/token", json=data, timeout=15) + r = await client.post("https://auth0.openai.com/oauth/token", json=data, headers=headers, timeout=15) if r.status_code == 200: access_token = r.json()['access_token'] return access_token diff --git a/chatgpt/stream_v1.py b/chatgpt/stream_v1.py new file mode 100644 index 0000000..ad45b47 --- /dev/null +++ b/chatgpt/stream_v1.py @@ -0,0 +1,99 @@ +import json +import logging +from typing import AsyncGenerator +import jsonpatch + + +async def transform_delta_stream(input_stream) -> AsyncGenerator[str, None]: + current_documents = {} + next_is_delta = False + current_c = None + current_o = None + current_p = None + + try: + async for line in input_stream: + line = line.decode("utf-8").strip() + if not line: + continue + + if line.startswith("event: "): + next_is_delta = True + continue + + if line.startswith("data: ") and next_is_delta: + data = line[6:] + + if data == "[DONE]": + yield line + continue + + try: + json_data = json.loads(data) + + if 'c' in json_data: + current_c = json_data['c'] + if 'v' in json_data and isinstance(json_data['v'], dict): + current_documents[current_c] = json_data['v'] + yield f'data: {json.dumps(current_documents[current_c])}' + continue + + if 'v' in json_data: + if 'p' in json_data: + current_p = json_data['p'] + if 'o' in json_data: + current_o = json_data['o'] + if current_c is not None and current_c in current_documents: + apply_patch(current_documents, current_p, current_o, json_data['v'], current_c) + + yield f'data: {json.dumps(current_documents[current_c])}' + except Exception as e: + logging.error(f"Error processing JSON data: {e}") + yield line + else: + yield line + except GeneratorExit: + raise + finally: + if hasattr(input_stream, 'aclose') and callable(input_stream.aclose): + try: + await input_stream.aclose() + except Exception as e: + logging.error(f"Error closing input_stream: {e}") + + +def apply_patch(document, p, o, v, c): + if o == 'patch': + for patch in v: + apply_patch(document, patch['p'], patch['o'], patch['v'], c) + + elif o == 'append': + current_value = jsonpatch.JsonPointer(p).get(document[c]) + if isinstance(current_value, list): + new_value = current_value + [v] if not isinstance(v, list) else current_value + v + patch = jsonpatch.JsonPatch([{ + 'op': 'replace', + 'path': p, + 'value': new_value + }]) + elif isinstance(current_value, str): + patch = jsonpatch.JsonPatch([{ + 'op': 'replace', + 'path': p, + 'value': current_value + str(v) + }]) + else: + patch = jsonpatch.JsonPatch([{ + 'op': 'replace', + 'path': p, + 'value': v + }]) + + document[c] = patch.apply(document[c]) + else: + patch = jsonpatch.JsonPatch([{ + 'op': o, + 'path': p, + 'value': v + }]) + document[c] = patch.apply(document[c]) diff --git a/gateway/backend.py b/gateway/backend.py index ee9e5fa..4bf6b37 100644 --- a/gateway/backend.py +++ b/gateway/backend.py @@ -117,7 +117,7 @@ async def get_gizmos_snorlax_upsert(request: Request): async def post_subscriptions(request: Request): return { "id": str(uuid.uuid4()), - "plan_type": "free", + "plan_type": "pro", "seats_in_use": 1, "seats_entitled": 1, "active_until": "2050-01-01T00:00:00Z", diff --git a/gateway/chatgpt.py b/gateway/chatgpt.py index 4d20d7d..69c7db2 100644 --- a/gateway/chatgpt.py +++ b/gateway/chatgpt.py @@ -6,6 +6,7 @@ from app import app, templates from gateway.login import login_html +from utils import configs from utils.kv_utils import set_value_for_key_list with open("templates/chatgpt_context_1.json", "r", encoding="utf-8") as f: @@ -25,7 +26,9 @@ async def chatgpt_html(request: Request): if len(token) != 45 and not token.startswith("eyJhbGciOi"): token = quote(token) - + if configs.auto_seed == False and token not in globals.seed_map.keys(): + return await login_html(request) + user_chatgpt_context_1 = chatgpt_context_1.copy() user_chatgpt_context_2 = chatgpt_context_2.copy() diff --git a/gateway/reverseProxy.py b/gateway/reverseProxy.py index 510640e..d625a50 100644 --- a/gateway/reverseProxy.py +++ b/gateway/reverseProxy.py @@ -269,14 +269,17 @@ async def chatgpt_reverse_proxy(request: Request, path: str): .replace("cdn.oaistatic.com", origin_host) .replace("https", petrol)}, background=background) elif 'stream' in r.headers.get("content-type", ""): - logger.info(f"Request token: {req_token}") - logger.info(f"Request proxy: {proxy_url}") - logger.info(f"Request UA: {user_agent}") - logger.info(f"Request impersonate: {impersonate}") - conv_key = r.cookies.get("conv_key", "") + if path.endswith("backend-api/conversation") or path.endswith("backend-alt/conversation"): + logger.info(f"Request token: {req_token}") + logger.info(f"Request proxy: {proxy_url}") + logger.info(f"Request UA: {user_agent}") + logger.info(f"Request impersonate: {impersonate}") + response = StreamingResponse(content_generator(r, token, history), media_type=r.headers.get("content-type", ""), background=background) - response.set_cookie("conv_key", value=conv_key) + conv_key = r.cookies.get("conv_key", "") + if conv_key: + response.set_cookie("conv_key", value=conv_key) return response elif 'image' in r.headers.get("content-type", "") or "audio" in r.headers.get("content-type", "") or "video" in r.headers.get("content-type", ""): rheaders = dict(r.headers) diff --git a/requirements.txt b/requirements.txt index 085b8c5..b47fdfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.115.3 -python-multipart==0.0.13 -curl_cffi==0.7.3 +python-multipart==0.0.19 +curl_cffi==0.10.0 uvicorn tiktoken python-dotenv @@ -11,4 +11,5 @@ jinja2 APScheduler ua-generator pyjwt -diskcache \ No newline at end of file +diskcache +jsonpatch \ No newline at end of file diff --git a/templates/chatgpt.html b/templates/chatgpt.html index 2c99f0a..f5ab1f4 100644 --- a/templates/chatgpt.html +++ b/templates/chatgpt.html @@ -1,62 +1,75 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ChatGPT + + + + + + - - + + {% raw %} - + {% endraw %} - ChatGPT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{{ clear_localstorage_script | safe }} + {{ clear_localstorage_script | safe }} + 跳至内容
-
-
-
-
-
-
-

Chat history

- -
-
-
-
-
-
-
-
@@ -438,13 +392,18 @@

- - - - - - - + + diff --git a/templates/chatgpt_context_1.json b/templates/chatgpt_context_1.json index 549251c..514dbc7 100644 --- a/templates/chatgpt_context_1.json +++ b/templates/chatgpt_context_1.json @@ -1,25 +1,25 @@ [ { "_1": 2, - "_1868": -5, - "_1869": -5 + "_2187": -5, + "_2188": -5 }, "loaderData", { "_3": 4, - "_1862": 1863, - "_1867": -5 + "_2179": 2180, + "_2186": -5 }, "root", { "_5": 6, "_7": 8, "_13": 14, - "_1856": 34, - "_1857": 34, - "_1858": 34, - "_1859": -7, - "_1860": 1861 + "_2173": 30, + "_2174": 30, + "_2175": 30, + "_2176": -7, + "_2177": 2178 }, "rq:[\"account-status\"]", [ @@ -32,205 +32,371 @@ "_11": 12 }, "traceId", - "14093928210743749173", + "4485540543897850714", "traceTime", - 1742986866029, + 1747473751796, "clientBootstrap", { "_15": 16, "_17": 18, "_19": 20, - "_58": 59, - "_60": 61, - "_62": 63, - "_1842": 71, - "_1843": -5, - "_1844": 865, - "_1845": 1839, - "_1846": 1847, - "_1848": 1849, - "_1850": 1851, - "_1852": 34, - "_1853": 34, - "_1854": 34, - "_1855": 34 + "_53": 54, + "_55": 56, + "_57": 58, + "_59": 60, + "_2154": 67, + "_2155": -5, + "_2156": 2138, + "_2157": 2158, + "_2159": 2160, + "_2161": 2162, + "_2163": 2164, + "_2165": 2166, + "_2167": 30, + "_2168": 2169 }, "authStatus", "logged_in", "session", { "_19": 20, - "_39": 40, - "_41": 42, - "_48": 49, - "_50": 51, - "_52": 53 + "_33": 34, + "_35": 36, + "_43": 44, + "_45": 46, + "_47": 48 }, "user", { "_21": 22, "_23": 24, - "_25": 24, - "_26": 27, - "_28": 27, + "_25": 26, + "_27": 28, "_29": 30, - "_31": 32, - "_33": 34, - "_35": 36, - "_37": 38 + "_31": 32 }, "id", "user-chatgpt", - "name", - "chatgpt", "email", "chatgpt@openai.com", - "https://s.gravatar.com/avatar/5edae94250bff28c50456d715798421e?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fli.png", - "picture", "idp", "auth0", "iat", - 1742986864, + 1746052151, "mfa", false, - "groups", - [], "intercom_hash", - "2bfe17418ed9bd0db1924962d30f2ed4adcede4bc9a81ac41ce9d623ab3b4de5", + "997b26815a4830316858fd6b93722021e2fb46efd0bb04c51401636c282d710c", "expires", - "2025-06-24T11:01:06.009Z", + "2025-08-15T09:22:31.778Z", "account", { - "_21": 43, - "_44": 45, - "_46": 47 + "_21": 37, + "_38": 39, + "_40": 41, + "_42": -5 }, - "17904ad0-df88-4a0f-917b-501d958eceda", + "b491d73c-2805-4af3-99d6-f2d36cde6183", "planType", "pro", "structure", "personal", + "organizationId", "accessToken", "", "authProvider", "openai", "rumViewTags", { - "_54": 55 + "_49": 50 }, "light_account", { - "_56": 34, - "_57": -7 + "_51": 30, + "_52": -7 }, "fetched", "reason", "cluster", - "unified-9", + "unified-40", "locale", "zh-CN", + "secFetchSite", + "same-origin", "statsig", { - "_64": 65, - "_875": 876 - }, - "classic", - { - "_66": 67, - "_360": 361, - "_456": 457, - "_837": 838, - "_839": 71, - "_840": 841, - "_842": 843, - "_848": 849, - "_850": 851, - "_861": 862, - "_19": 863 + "_61": 62, + "_885": 886, + "_1201": 1202, + "_2112": 2113, + "_2114": 67, + "_2115": 2116, + "_2117": 2118, + "_2123": 2124, + "_2125": 2126, + "_2134": 2135, + "_19": 2136 }, "feature_gates", { - "_68": 69, + "_63": 64, + "_74": 75, + "_79": 80, + "_83": 84, "_86": 87, - "_92": 93, - "_99": 100, - "_113": 114, - "_117": 118, - "_121": 122, - "_125": 126, + "_100": 101, + "_106": 107, + "_109": 110, + "_116": 117, + "_119": 120, + "_124": 125, "_128": 129, - "_132": 133, - "_142": 143, - "_146": 147, - "_150": 151, + "_137": 138, + "_149": 150, "_153": 154, "_157": 158, "_161": 162, "_164": 165, "_168": 169, "_172": 173, - "_182": 183, - "_185": 186, - "_189": 190, - "_196": 197, - "_199": 200, - "_97": 204, + "_176": 177, + "_180": 181, + "_184": 185, + "_187": 188, + "_191": 192, + "_195": 196, + "_198": 199, + "_202": 203, "_206": 207, - "_216": 217, - "_222": 223, - "_226": 227, + "_210": 211, + "_215": 216, + "_224": 225, + "_228": 229, "_232": 233, - "_237": 238, - "_194": 240, - "_242": 243, - "_245": 246, - "_249": 250, + "_236": 237, + "_240": 241, + "_244": 245, + "_248": 249, + "_251": 252, "_255": 256, - "_258": 259, - "_262": 263, - "_266": 267, - "_270": 271, - "_274": 275, - "_278": 279, - "_281": 282, - "_285": 286, + "_265": 266, + "_269": 270, + "_272": 273, + "_279": 280, + "_282": 283, + "_286": 287, "_290": 291, - "_294": 295, + "_293": 294, "_297": 298, - "_303": 304, - "_310": 311, - "_316": 317, - "_211": 319, - "_321": 322, + "_300": 301, + "_304": 305, + "_308": 309, + "_311": 312, + "_315": 316, + "_318": 319, + "_322": 323, "_325": 326, "_329": 330, - "_104": 332, - "_334": 335, - "_345": 346, - "_343": 349, - "_353": 354, - "_356": 357 + "_332": 333, + "_335": 336, + "_339": 340, + "_343": 344, + "_347": 348, + "_350": 351, + "_354": 355, + "_358": 359, + "_362": 363, + "_366": 367, + "_376": 377, + "_379": 380, + "_386": 387, + "_389": 390, + "_392": 393, + "_396": 397, + "_400": 401, + "_403": 404, + "_410": 411, + "_413": 414, + "_416": 417, + "_420": 421, + "_114": 425, + "_427": 428, + "_437": 438, + "_440": 441, + "_444": 445, + "_451": 452, + "_457": 458, + "_461": 462, + "_465": 466, + "_468": 469, + "_473": 474, + "_477": 478, + "_449": 483, + "_485": 486, + "_488": 489, + "_492": 493, + "_498": 499, + "_502": 503, + "_507": 508, + "_514": 515, + "_518": 519, + "_408": 522, + "_524": 525, + "_527": 528, + "_531": 532, + "_534": 535, + "_539": 540, + "_543": 544, + "_549": 550, + "_552": 553, + "_555": 556, + "_559": 560, + "_563": 564, + "_566": 567, + "_572": 573, + "_576": 577, + "_580": 581, + "_584": 585, + "_588": 589, + "_592": 593, + "_595": 596, + "_599": 600, + "_602": 603, + "_606": 607, + "_610": 611, + "_614": 615, + "_617": 618, + "_622": 623, + "_625": 626, + "_629": 630, + "_635": 636, + "_638": 639, + "_643": 644, + "_647": 648, + "_651": 652, + "_384": 655, + "_657": 658, + "_660": 661, + "_665": 666, + "_668": 669, + "_671": 672, + "_675": 676, + "_679": 680, + "_684": 685, + "_688": 689, + "_692": 693, + "_696": 697, + "_699": 700, + "_703": 704, + "_707": 708, + "_711": 712, + "_715": 716, + "_718": 719, + "_721": 722, + "_730": 731, + "_734": 735, + "_740": 741, + "_744": 745, + "_748": 749, + "_753": 754, + "_756": 757, + "_759": 760, + "_763": 764, + "_766": 767, + "_432": 769, + "_771": 772, + "_775": 776, + "_784": 785, + "_788": 789, + "_791": 792, + "_794": 795, + "_798": 799, + "_141": 802, + "_804": 805, + "_808": 809, + "_817": 818, + "_821": 822, + "_825": 826, + "_828": 829, + "_752": 833, + "_835": 836, + "_839": 840, + "_843": 844, + "_815": 846, + "_850": 851, + "_854": 855, + "_858": 859, + "_862": 863, + "_866": 867, + "_870": 871, + "_874": 875, + "_877": 878, + "_881": 882 }, - "61299031", + "14938527", { - "_23": 68, + "_65": 63, + "_66": 67, + "_68": 69, "_70": 71, - "_72": 73, - "_74": 75 + "_72": 73 }, - "value", + "name", + "chatgpt", true, "rule_id", - "2wrvcqZBGOdzYtk4c8rQxP", + "3QgLJ91lKIc7VAOjo5SDz7", "secondary_exposures", + [], + "id_type", + "stableID", + "16480203", + { + "_65": 74, + "_66": 30, + "_68": 76, + "_70": 77, + "_72": 78 + }, + "default", + [], + "userID", + "user-chatgpt", + { + "_65": 79, + "_66": 67, + "_68": 81, + "_70": 82, + "_72": 78 + }, + "18YMN7fhxXjaoLX1Kmmecr:100.00:1", + [], + "58345806", + { + "_65": 83, + "_66": 30, + "_68": 76, + "_70": 85, + "_72": 78 + }, + [], + "61299031", + { + "_65": 86, + "_66": 67, + "_68": 88, + "_70": 89, + "_72": 78 + }, + "2wrvcqZBGOdzYtk4c8rQxP", [ - 76, - 83 + 90, + 97 ], { - "_77": 78, - "_79": 80, - "_81": 82 + "_91": 92, + "_93": 94, + "_95": 96 }, "gate", "44045625", @@ -239,3165 +405,2672 @@ "ruleID", "1vGfaAvyQ4VnZ5Y0UnCsbl:100.00:5", { - "_77": 84, - "_79": 80, - "_81": 85 + "_91": 98, + "_93": 94, + "_95": 99 }, "1259585210", "3cQqufsn9EF8iqIPZFNiE8:100.00:4", "80186230", { - "_23": 86, - "_70": 71, - "_72": 88, - "_74": 89 + "_65": 100, + "_66": 67, + "_68": 102, + "_70": 103, + "_72": 73 }, "7thMqF7L1NKFaEvg1NsH7E", [ - 90, - 91 + 104, + 105 ], { - "_77": 78, - "_79": 80, - "_81": 82 + "_91": 92, + "_93": 94, + "_95": 96 }, { - "_77": 84, - "_79": 80, - "_81": 85 + "_91": 98, + "_93": 94, + "_95": 99 }, + "156153730", + { + "_65": 106, + "_66": 30, + "_68": 76, + "_70": 108, + "_72": 73 + }, + [], "174366048", { - "_23": 92, - "_70": 71, - "_72": 94, - "_74": 95 + "_65": 109, + "_66": 67, + "_68": 111, + "_70": 112, + "_72": 78 }, "bhPM7FsN2H1vnBUrxrg6v:100.00:3", [ - 96 + 113 ], { - "_77": 97, - "_79": 80, - "_81": 98 + "_91": 114, + "_93": 94, + "_95": 115 }, "1923022511", "6VUF6Z1JaUKZF7RS6uSjUu:100.00:6", + "209963048", + { + "_65": 116, + "_66": 30, + "_68": 76, + "_70": 118, + "_72": 78 + }, + [], + "218915747", + { + "_65": 119, + "_66": 30, + "_68": 121, + "_70": 122, + "_72": 123 + }, + "disabled", + [], + "workspace_id", + "222560275", + { + "_65": 124, + "_66": 30, + "_68": 126, + "_70": 127, + "_72": 78 + }, + "5pv2QpbgXNDB0QnBo3LTti:10.00:1", + [], + "223382091", + { + "_65": 128, + "_66": 30, + "_68": 130, + "_70": 131, + "_72": 73 + }, + "1fKkxDiVebEKfTj8nDAjHe", + [ + 132, + 135 + ], + { + "_91": 133, + "_93": 134, + "_95": 76 + }, + "4180060165", + "false", + { + "_91": 136, + "_93": 134, + "_95": 76 + }, + "3765213438", "232791851", { - "_23": 99, - "_70": 34, - "_72": 101, - "_74": 102 + "_65": 137, + "_66": 30, + "_68": 76, + "_70": 139, + "_72": 78 }, - "default", [ - 103, - 106, - 109 + 140, + 143, + 146 ], { - "_77": 104, - "_79": 80, - "_81": 105 + "_91": 141, + "_93": 94, + "_95": 142 }, "3922476776", "1DS1QvDa6IFq9C1oJfgtU9", { - "_77": 107, - "_79": 80, - "_81": 108 + "_91": 144, + "_93": 94, + "_95": 145 }, "749124420", "2MQYHJjfKwcTr14d1bOuVH:100.00:2", { - "_77": 110, - "_79": 111, - "_81": 112 + "_91": 147, + "_93": 134, + "_95": 148 }, "566128514", - "false", "4P1FctCTa3aaKSskEnEeMt", "374768818", { - "_23": 113, - "_70": 71, - "_72": 115, - "_74": 116 + "_65": 149, + "_66": 67, + "_68": 151, + "_70": 152, + "_72": 78 }, "wA7D0MWpe3uCf9HA5KeEi", [], - "491279851", + "392240685", { - "_23": 117, - "_70": 71, - "_72": 119, - "_74": 120 + "_65": 153, + "_66": 67, + "_68": 155, + "_70": 156, + "_72": 78 }, - "4qtiGR7vlvMtZnfSlXM5RN:100.00:12", + "5KBnp2SVnMk6UTJPWrCA2D", [], - "507664831", + "402391964", { - "_23": 121, - "_70": 34, - "_72": 123, - "_74": 124 + "_65": 157, + "_66": 30, + "_68": 159, + "_70": 160, + "_72": 78 }, - "4SZ1s8XXvwaDrAV1l6wIro", + "14sAQaGJDosUKVV0DFZsAL", [], - "645560164", + "417039829", { - "_23": 125, - "_70": 34, - "_72": 101, - "_74": 127 + "_65": 161, + "_66": 30, + "_68": 76, + "_70": 163, + "_72": 73 }, [], - "773249106", + "471233253", { - "_23": 128, - "_70": 34, - "_72": 130, - "_74": 131 + "_65": 164, + "_66": 30, + "_68": 166, + "_70": 167, + "_72": 78 }, - "1kGO9xYmxaBS2V2H3LcQuG", + "3Yf9H7TxMC122pchwAkoLB", [], - "989108178", + "491279851", { - "_23": 132, - "_70": 34, - "_72": 134, - "_74": 135 + "_65": 168, + "_66": 67, + "_68": 170, + "_70": 171, + "_72": 78 }, - "4sTodKrNyByM4guZ68MORR", - [ - 136, - 139 - ], + "4qtiGR7vlvMtZnfSlXM5RN:100.00:12", + [], + "547652119", { - "_77": 137, - "_79": 111, - "_81": 138 + "_65": 172, + "_66": 30, + "_68": 174, + "_70": 175, + "_72": 78 }, - "1457171347", - "2EjTipm6C4kk4fuvcHMzZe", + "muV45DjtwM1FqEVQdfU48", + [], + "550432558", { - "_77": 140, - "_79": 80, - "_81": 141 + "_65": 176, + "_66": 67, + "_68": 178, + "_70": 179, + "_72": 73 }, - "1426009137", - "4C2vO0R7mvnCZvl1HDBExp:30.00:5", - "1028682714", + "4XbSwfoqBmVtxwz32sweLb", + [], + "582612297", { - "_23": 142, - "_70": 71, - "_72": 144, - "_74": 145 + "_65": 180, + "_66": 67, + "_68": 182, + "_70": 183, + "_72": 73 }, - "735n03snBvba4AEhd2Qwqu:100.00:3", + "5censDsCfS2zQeYtTIui2s:100.00:2", [], - "1072178956", + "614413305", { - "_23": 146, - "_70": 34, - "_72": 148, - "_74": 149 + "_65": 184, + "_66": 30, + "_68": 76, + "_70": 186, + "_72": 78 }, - "4m8JwKa5kCi9HNf1ScZepj", [], - "1242184140", + "627760596", { - "_23": 150, - "_70": 34, - "_72": 101, - "_74": 152 + "_65": 187, + "_66": 67, + "_68": 189, + "_70": 190, + "_72": 78 }, + "5vyQST5ucW9WJ7jBCBNnnU", [], - "1318146997", + "645560164", { - "_23": 153, - "_70": 71, - "_72": 155, - "_74": 156 + "_65": 191, + "_66": 67, + "_68": 193, + "_70": 194, + "_72": 73 }, - "2AclmEgqaQBVFbxz37XKzy:100.00:5", + "6N7KWRPlr8htwuCTM1PK8P:100.00:2", [], - "1393076427", + "667937038", { - "_23": 157, - "_70": 71, - "_72": 159, - "_74": 160 + "_65": 195, + "_66": 30, + "_68": 76, + "_70": 197, + "_72": 73 }, - "disabled", [], - "1508312659", + "670492217", { - "_23": 161, - "_70": 34, - "_72": 101, - "_74": 163 + "_65": 198, + "_66": 30, + "_68": 200, + "_70": 201, + "_72": 78 }, + "15rkG3HcZlcaOCJSzUcgor:0.00:1", [], - "1578703058", + "706943082", { - "_23": 164, - "_70": 71, - "_72": 166, - "_74": 167 + "_65": 202, + "_66": 67, + "_68": 204, + "_70": 205, + "_72": 73 }, - "2l4nEVMUnPuXkgprUm5zzs:100.00:4", + "X9mJLzEwXwKo3p0LSSQIL", [], - "1611573287", + "727502549", { - "_23": 168, - "_70": 71, - "_72": 170, - "_74": 171 + "_65": 206, + "_66": 67, + "_68": 208, + "_70": 209, + "_72": 78 }, - "159rwM3sBnviE9XWH24azn:100.00:2", + "6EYbmM9CyqCRO6U6k3dROA", [], - "1719651090", + "733205176", { - "_23": 172, - "_70": 71, - "_72": 174, - "_74": 175 + "_65": 210, + "_66": 30, + "_68": 76, + "_70": 212, + "_72": 78 }, - "60QaTyBFJYTakinhLvhAM9", [ - 176, - 179 + 213 ], { - "_77": 177, - "_79": 80, - "_81": 178 + "_91": 214, + "_93": 134, + "_95": 76 }, - "1616485584", - "2PP6pudW64Hn7katvazhAx:100.00:5", + "2801790479", + "756982148", { - "_77": 180, - "_79": 80, - "_81": 181 + "_65": 215, + "_66": 67, + "_68": 217, + "_70": 218, + "_72": 78 }, - "1034043359", - "4bd3o553p0ZCRkFmipROd8", - "1804926979", + "3oAWYdzegKPwxhFJjJrGz3", + [ + 219, + 221 + ], { - "_23": 182, - "_70": 34, - "_72": 101, - "_74": 184 + "_91": 220, + "_93": 134, + "_95": 76 }, + "1456438623", + { + "_91": 222, + "_93": 94, + "_95": 223 + }, + "3805873235", + "5KvGWgEpEmDspTafar95iC:100.00:9", + "756982149", + { + "_65": 224, + "_66": 30, + "_68": 226, + "_70": 227, + "_72": 78 + }, + "1rXg44we6gmcRqYsiZzfL4:0.00:1", [], - "1825130190", + "766296922", { - "_23": 185, - "_70": 71, - "_72": 187, - "_74": 188 + "_65": 228, + "_66": 67, + "_68": 230, + "_70": 231, + "_72": 73 }, - "Nef2uMceNUF9U3ZYwSbpD", + "5M80Kzz2tbfdgNONyvZ4yt", [], - "1847911009", + "773249106", { - "_23": 189, - "_70": 34, - "_72": 191, - "_74": 192 + "_65": 232, + "_66": 30, + "_68": 234, + "_70": 235, + "_72": 78 }, - "5OIO2mI7iQiPRReG1jZ4c2:0.00:7", - [ - 193 - ], + "1kGO9xYmxaBS2V2H3LcQuG", + [], + "795789557", { - "_77": 194, - "_79": 80, - "_81": 195 + "_65": 236, + "_66": 30, + "_68": 238, + "_70": 239, + "_72": 73 }, - "2304807207", - "xhzqzk6zPqMb3Qs4GVvJu:100.00:5", - "1855896025", + "2GzNaY2UIV2RYDjl4grJNG:0.00:1", + [], + "810701024", { - "_23": 196, - "_70": 34, - "_72": 101, - "_74": 198 + "_65": 240, + "_66": 67, + "_68": 242, + "_70": 243, + "_72": 73 }, + "6U8ODe5JvFov5zs1rOzJjD", [], - "1902899872", + "878458344", { - "_23": 199, - "_70": 71, - "_72": 201, - "_74": 202 + "_65": 244, + "_66": 67, + "_68": 246, + "_70": 247, + "_72": 78 }, - "58UOuEcFwyqlorfhrWQLlE", - [ - 203 - ], + "1qfecgTGhI41TyPRCHP0cj", + [], + "891514942", { - "_77": 194, - "_79": 80, - "_81": 195 + "_65": 248, + "_66": 30, + "_68": 76, + "_70": 250, + "_72": 78 }, + [], + "963175939", { - "_23": 97, - "_70": 71, - "_72": 98, - "_74": 205 + "_65": 251, + "_66": 67, + "_68": 253, + "_70": 254, + "_72": 78 }, + "2zgfyMExijR9Fj5iTNHcgr:100.00:3", [], - "1988730211", + "989108178", { - "_23": 206, - "_70": 71, - "_72": 208, - "_74": 209 + "_65": 255, + "_66": 30, + "_68": 257, + "_70": 258, + "_72": 78 }, - "6B9O1B3eHKElKWCUfbcvBL", + "4sTodKrNyByM4guZ68MORR", [ - 210, - 213 + 259, + 262 ], { - "_77": 211, - "_79": 80, - "_81": 212 + "_91": 260, + "_93": 134, + "_95": 261 }, - "3780975974", - "48uk8ZYa2RpJzkpIyOmqP0:100.00:5", + "1457171347", + "2EjTipm6C4kk4fuvcHMzZe", { - "_77": 214, - "_79": 80, - "_81": 215 + "_91": 263, + "_93": 94, + "_95": 264 }, - "3733089528", - "3vtzosKkaPCfPysd7yBTSf", - "2044826081", + "1426009137", + "4C2vO0R7mvnCZvl1HDBExp:30.00:5", + "1028682714", { - "_23": 216, - "_70": 71, - "_72": 218, - "_74": 219 + "_65": 265, + "_66": 67, + "_68": 267, + "_70": 268, + "_72": 73 }, - "6MpInoEzkXvXVvodNQCQWs", - [ - 220, - 221 - ], + "735n03snBvba4AEhd2Qwqu:100.00:3", + [], + "1032814809", { - "_77": 78, - "_79": 80, - "_81": 82 + "_65": 269, + "_66": 30, + "_68": 76, + "_70": 271, + "_72": 73 }, + [], + "1138231213", { - "_77": 84, - "_79": 80, - "_81": 85 - }, - "2091463435", - { - "_23": 222, - "_70": 71, - "_72": 224, - "_74": 225 - }, - "5t78GUS68KOn3bHZd8z7ii:100.00:1", - [], - "2113934735", - { - "_23": 226, - "_70": 34, - "_72": 101, - "_74": 228 + "_65": 272, + "_66": 67, + "_68": 274, + "_70": 275, + "_72": 78 }, + "6vS0XLwzY0ev70A0LFGhbx", [ - 229, - 230, - 231 + 276 ], { - "_77": 177, - "_79": 80, - "_81": 178 - }, - { - "_77": 180, - "_79": 80, - "_81": 181 + "_91": 277, + "_93": 94, + "_95": 278 }, + "3204158397", + "2reDc0vefhx58AnaNWGpIw", + "1154002920", { - "_77": 172, - "_79": 80, - "_81": 174 + "_65": 279, + "_66": 30, + "_68": 76, + "_70": 281, + "_72": 73 }, - "2256850471", + [], + "1166240779", { - "_23": 232, - "_70": 71, - "_72": 234, - "_74": 235 + "_65": 282, + "_66": 30, + "_68": 284, + "_70": 285, + "_72": 73 }, - "IqxordbUxF1Fkg4gfExiY:100.00:1", - [ - 236 - ], + "7yGLEcn1dIr7JSTlCLWNXY", + [], + "1214379119", { - "_77": 185, - "_79": 80, - "_81": 187 + "_65": 286, + "_66": 30, + "_68": 288, + "_70": 289, + "_72": 73 }, - "2293185713", + "3Da3vJtBawdpcHFOEpjzZA:10.00:2", + [], + "1242184140", { - "_23": 237, - "_70": 34, - "_72": 101, - "_74": 239 + "_65": 290, + "_66": 30, + "_68": 76, + "_70": 292, + "_72": 78 }, [], + "1281927149", { - "_23": 194, - "_70": 71, - "_72": 195, - "_74": 241 + "_65": 293, + "_66": 30, + "_68": 295, + "_70": 296, + "_72": 73 }, + "BpeZLya4EhDVcnP7pLcih:0.50:4", [], - "2311599525", + "1288877412", { - "_23": 242, - "_70": 34, - "_72": 101, - "_74": 244 + "_65": 297, + "_66": 30, + "_68": 76, + "_70": 299, + "_72": 78 }, [], - "2335877601", + "1318146997", { - "_23": 245, - "_70": 34, - "_72": 247, - "_74": 248 + "_65": 300, + "_66": 67, + "_68": 302, + "_70": 303, + "_72": 78 }, - "6NQcdu7pgfp18Sq2tfBC6q", + "2AclmEgqaQBVFbxz37XKzy:100.00:5", [], - "2454940646", + "1382475798", { - "_23": 249, - "_70": 71, - "_72": 251, - "_74": 252 + "_65": 304, + "_66": 67, + "_68": 306, + "_70": 307, + "_72": 78 }, - "zol8dYvq8kKfRbOgcM0IF", - [ - 253, - 254 - ], + "3P8OsGy1e5tQlR5dsTIWbL", + [], + "1393076427", { - "_77": 211, - "_79": 80, - "_81": 212 + "_65": 308, + "_66": 67, + "_68": 121, + "_70": 310, + "_72": 73 }, + [], + "1416952492", { - "_77": 214, - "_79": 80, - "_81": 215 + "_65": 311, + "_66": 30, + "_68": 313, + "_70": 314, + "_72": 73 }, - "2494375100", + "3FvZwVNf84s2jW5FSgx1Dx:0.00:2", + [], + "1422501431", { - "_23": 255, - "_70": 34, - "_72": 101, - "_74": 257 + "_65": 315, + "_66": 30, + "_68": 76, + "_70": 317, + "_72": 78 }, [], - "2562876640", + "1439437954", { - "_23": 258, - "_70": 71, - "_72": 260, - "_74": 261 + "_65": 318, + "_66": 30, + "_68": 320, + "_70": 321, + "_72": 73 }, - "326czTZeZ0RX0ypR0c5Bb6:100.00:15", + "11IqDt7xc4mMNiyiSIMy1F:0.00:1", [], - "2607001979", + "1456513860", { - "_23": 262, - "_70": 34, - "_72": 264, - "_74": 265 + "_65": 322, + "_66": 67, + "_68": 121, + "_70": 324, + "_72": 78 }, - "35jfNEnEKwGsryxcwFhAKz", [], - "2687575887", + "1468311859", { - "_23": 266, - "_70": 71, - "_72": 268, - "_74": 269 + "_65": 325, + "_66": 30, + "_68": 327, + "_70": 328, + "_72": 78 }, - "10cvQmwrcZvpWBFlZgn8pZ", + "7tfl8ZUhwr5pzErE3ikBej", [], - "2756095923", + "1474375809", { - "_23": 270, - "_70": 71, - "_72": 272, - "_74": 273 + "_65": 329, + "_66": 30, + "_68": 76, + "_70": 331, + "_72": 73 }, - "6jPp6nW1wQVJbfY0uwQgmv:100.00:1", [], - "2868048419", + "1508312659", { - "_23": 274, - "_70": 34, - "_72": 276, - "_74": 277 + "_65": 332, + "_66": 30, + "_68": 76, + "_70": 334, + "_72": 78 }, - "7iUNAbafRQfKTvYI2mmFZB", [], - "3054422710", + "1520205231", { - "_23": 278, - "_70": 71, - "_72": 159, - "_74": 280 + "_65": 335, + "_66": 30, + "_68": 337, + "_70": 338, + "_72": 78 }, + "5YmVfFSujv4W72Pbd8p9fX:0.00:1", [], - "3286474446", + "1524389214", { - "_23": 281, - "_70": 71, - "_72": 283, - "_74": 284 + "_65": 339, + "_66": 67, + "_68": 341, + "_70": 342, + "_72": 78 }, - "2a7wA6tOQ5GPb7WIr1SU1A:100.00:1", + "7jKIBFrJWLl9yRUHiS2db7:100.00:1", [], - "3325813340", + "1524828339", { - "_23": 285, - "_70": 71, - "_72": 287, - "_74": 288 + "_65": 343, + "_66": 67, + "_68": 345, + "_70": 346, + "_72": 78 }, - "37GsRLj07CqERPyHBn4o5L", - [ - 289 - ], + "2X1PsML9z9wQZWFAQlgxND:100.00:2", + [], + "1542198993", { - "_77": 194, - "_79": 80, - "_81": 195 + "_65": 347, + "_66": 30, + "_68": 76, + "_70": 349, + "_72": 78 }, - "3342258807", + [], + "1578703058", { - "_23": 290, - "_70": 34, - "_72": 292, - "_74": 293 + "_65": 350, + "_66": 67, + "_68": 352, + "_70": 353, + "_72": 73 }, - "3m0ycr0cMQOm6eMQQjgyp9", + "2l4nEVMUnPuXkgprUm5zzs:100.00:4", [], - "3376455464", + "1611573287", { - "_23": 294, - "_70": 34, - "_72": 101, - "_74": 296 + "_65": 354, + "_66": 67, + "_68": 356, + "_70": 357, + "_72": 78 }, + "159rwM3sBnviE9XWH24azn:100.00:2", [], - "3468624635", + "1656345175", { - "_23": 297, - "_70": 34, - "_72": 101, - "_74": 299 + "_65": 358, + "_66": 67, + "_68": 360, + "_70": 361, + "_72": 73 }, - [ - 300 - ], + "2CwIChuIr7SLQ2CyqRegF2", + [], + "1661641186", { - "_77": 301, - "_79": 111, - "_81": 302 + "_65": 362, + "_66": 67, + "_68": 364, + "_70": 365, + "_72": 73 }, - "2067628123", - "3CuBjEMi97tY3EGnq0NA9s", - "3544641259", + "zf4fGQ4aa3yoGBQcCpcg5", + [], + "1719651090", { - "_23": 303, - "_70": 34, - "_72": 101, - "_74": 305 + "_65": 366, + "_66": 67, + "_68": 368, + "_70": 369, + "_72": 78 }, + "60QaTyBFJYTakinhLvhAM9", [ - 306, - 308 + 370, + 373 ], { - "_77": 307, - "_79": 111, - "_81": 101 + "_91": 371, + "_93": 94, + "_95": 372 }, - "2856133350", + "1616485584", + "2PP6pudW64Hn7katvazhAx:100.00:5", { - "_77": 309, - "_79": 111, - "_81": 101 + "_91": 374, + "_93": 94, + "_95": 375 }, - "3214154973", - "3645668434", + "1034043359", + "4bd3o553p0ZCRkFmipROd8", + "1741586789", { - "_23": 310, - "_70": 71, - "_72": 312, - "_74": 313 + "_65": 376, + "_66": 30, + "_68": 76, + "_70": 378, + "_72": 73 }, - "1CWwhBKuOiRAC9V8HRBJRU", + [], + "1759425419", + { + "_65": 379, + "_66": 67, + "_68": 381, + "_70": 382, + "_72": 73 + }, + "1vUr5zTliUs5Yha4BzDQUq", [ - 314 + 383 ], { - "_77": 315, - "_79": 80, - "_81": 159 + "_91": 384, + "_93": 134, + "_95": 385 }, - "3863445312", - "3700195277", + "3148583717", + "hZcpoVxejOs7BOoqwsNkI:0.00:16", + "1760640904", { - "_23": 316, - "_70": 34, - "_72": 101, - "_74": 318 + "_65": 386, + "_66": 67, + "_68": 121, + "_70": 388, + "_72": 78 }, [], + "1804926979", { - "_23": 211, - "_70": 71, - "_72": 212, - "_74": 320 + "_65": 389, + "_66": 30, + "_68": 76, + "_70": 391, + "_72": 78 }, [], - "3802510433", + "1825130190", { - "_23": 321, - "_70": 71, - "_72": 323, - "_74": 324 + "_65": 392, + "_66": 67, + "_68": 394, + "_70": 395, + "_72": 78 }, - "6FLEMI2GBFmVWGEsEGyASD:100.00:5", + "Nef2uMceNUF9U3ZYwSbpD", [], - "3822950319", + "1830177352", { - "_23": 325, - "_70": 71, - "_72": 327, - "_74": 328 + "_65": 396, + "_66": 67, + "_68": 398, + "_70": 399, + "_72": 78 }, - "2CBvDiHjHIK9xlL4ItyXmK:100.00:1", + "44udGr8tXtB3ZIDHLV3HSF", [], - "3838495619", + "1839283687", { - "_23": 329, - "_70": 34, - "_72": 101, - "_74": 331 + "_65": 400, + "_66": 30, + "_68": 76, + "_70": 402, + "_72": 73 }, [], + "1847911009", { - "_23": 104, - "_70": 71, - "_72": 105, - "_74": 333 + "_65": 403, + "_66": 30, + "_68": 405, + "_70": 406, + "_72": 78 + }, + "5OIO2mI7iQiPRReG1jZ4c2:0.00:7", + [ + 407 + ], + { + "_91": 408, + "_93": 94, + "_95": 409 + }, + "2304807207", + "xhzqzk6zPqMb3Qs4GVvJu:100.00:5", + "1855896025", + { + "_65": 410, + "_66": 30, + "_68": 76, + "_70": 412, + "_72": 78 }, [], - "3940160259", + "1860647109", { - "_23": 334, - "_70": 71, - "_72": 336, - "_74": 337 + "_65": 413, + "_66": 30, + "_68": 76, + "_70": 415, + "_72": 78 }, - "2mmE1EmtOqtbWemO2wGuMO:100.00:4", - [ - 338, - 340, - 342 - ], + [], + "1887864177", { - "_77": 339, - "_79": 111, - "_81": 101 + "_65": 416, + "_66": 67, + "_68": 418, + "_70": 419, + "_72": 73 }, - "4180060165", + "4aG4TMZXICKolzZX4PHocN", + [], + "1902899872", { - "_77": 341, - "_79": 111, - "_81": 101 + "_65": 420, + "_66": 67, + "_68": 422, + "_70": 423, + "_72": 78 }, - "3765213438", + "58UOuEcFwyqlorfhrWQLlE", + [ + 424 + ], { - "_77": 343, - "_79": 80, - "_81": 344 + "_91": 408, + "_93": 94, + "_95": 409 }, - "4078831437", - "6bgwAROz7oF1OcKWxH4vHm:100.00:6", - "3954884439", { - "_23": 345, - "_70": 71, - "_72": 347, - "_74": 348 + "_65": 114, + "_66": 67, + "_68": 115, + "_70": 426, + "_72": 78 }, - "5rqjCf7T9KpJtLnaE73Kum:100.00:4", [], + "1988730211", { - "_23": 343, - "_70": 71, - "_72": 344, - "_74": 350 + "_65": 427, + "_66": 67, + "_68": 429, + "_70": 430, + "_72": 78 }, + "6B9O1B3eHKElKWCUfbcvBL", [ - 351, - 352 + 431, + 434 ], { - "_77": 339, - "_79": 111, - "_81": 101 + "_91": 432, + "_93": 94, + "_95": 433 }, + "3780975974", + "48uk8ZYa2RpJzkpIyOmqP0:100.00:5", { - "_77": 341, - "_79": 111, - "_81": 101 + "_91": 435, + "_93": 94, + "_95": 436 }, - "4207619515", + "3733089528", + "3vtzosKkaPCfPysd7yBTSf", + "2000076788", { - "_23": 353, - "_70": 34, - "_72": 101, - "_74": 355 + "_65": 437, + "_66": 30, + "_68": 76, + "_70": 439, + "_72": 78 }, [], - "4226692983", + "2007855518", { - "_23": 356, - "_70": 71, - "_72": 358, - "_74": 359 + "_65": 440, + "_66": 67, + "_68": 442, + "_70": 443, + "_72": 73 }, - "6sEu91zwlBGSKOqFiNpGlA:100.00:2", + "3GqXVLmVMkghGCWTHFAt2E:100.00:2", [], - "dynamic_configs", + "2023668684", { - "_362": 363, - "_375": 376, - "_381": 382, - "_385": 386, - "_397": 398, - "_403": 404, - "_421": 422, - "_426": 427, - "_431": 432, - "_436": 437, - "_440": 441, - "_446": 447 + "_65": 444, + "_66": 67, + "_68": 446, + "_70": 447, + "_72": 73 }, - "357305500", + "Fbqk2SQx5HxAztROwr5Wm", + [ + 448 + ], { - "_23": 362, - "_70": 364, - "_366": 367, - "_72": 367, - "_368": 34, - "_74": 369, - "_373": 34, - "_374": 34 + "_91": 449, + "_93": 94, + "_95": 450 }, + "2141107301", + "6Jh5lneZedRUIQV0D8q0WB", + "2044826081", { - "_365": 71 + "_65": 451, + "_66": 67, + "_68": 453, + "_70": 454, + "_72": 73 }, - "can_see_upsell", - "group", - "launchedGroup", - "is_device_based", + "6MpInoEzkXvXVvodNQCQWs", [ - 370 + 455, + 456 ], { - "_77": 371, - "_79": 80, - "_81": 372 + "_91": 92, + "_93": 94, + "_95": 96 }, - "317829697", - "598ORr5O5ZardhhzMhz8k0:100.00:11", - "is_user_in_experiment", - "is_experiment_active", - "954359911", { - "_23": 375, - "_70": 377, - "_366": 379, - "_72": 379, - "_368": 34, - "_74": 380, - "_373": 71, - "_374": 71 + "_91": 98, + "_93": 94, + "_95": 99 }, + "2053937752", { - "_378": 34 + "_65": 457, + "_66": 30, + "_68": 459, + "_70": 460, + "_72": 78 }, - "enabled", - "5zN2l0bhNBO2gpivWHXwRY", + "2PLQzvwrGPxACRwaEcKbIh", [], - "1001765573", + "2067628123", { - "_23": 381, - "_70": 383, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 384 + "_65": 461, + "_66": 30, + "_68": 463, + "_70": 464, + "_72": 73 + }, + "3CuBjEMi97tY3EGnq0NA9s", + [], + "2076592918", + { + "_65": 465, + "_66": 30, + "_68": 76, + "_70": 467, + "_72": 73 }, - {}, [], - "1146308370", + "2091463435", { - "_23": 385, - "_70": 387, - "_366": 389, - "_72": 389, - "_368": 34, - "_74": 390, - "_373": 71, - "_374": 71 + "_65": 468, + "_66": 67, + "_68": 470, + "_70": 471, + "_72": 472 }, + "5t78GUS68KOn3bHZd8z7ii:100.00:1", + [], + "account_id", + "2100154141", { - "_388": 71 + "_65": 473, + "_66": 67, + "_68": 475, + "_70": 476, + "_72": 73 + }, + "39URslVf6GrWj82tIbE4mL:100.00:1", + [], + "2113934735", + { + "_65": 477, + "_66": 30, + "_68": 76, + "_70": 479, + "_72": 78 }, - "enable-copy-and-open", - "4jQR01pTnwmjITqDD8PD2s", [ - 391, - 394 + 480, + 481, + 482 ], { - "_77": 392, - "_79": 80, - "_81": 393 + "_91": 371, + "_93": 94, + "_95": 372 }, - "303767167", - "4kquVSCZpyFb5Sqki2BagX:100.00:6", { - "_77": 395, - "_79": 80, - "_81": 396 + "_91": 374, + "_93": 94, + "_95": 375 }, - "3284359640", - "1E2e7sRUWkvJybjXfbiuoB", - "1165680819", { - "_23": 397, - "_70": 399, - "_366": 401, - "_72": 401, - "_368": 34, - "_74": 402, - "_373": 71, - "_374": 71 + "_91": 366, + "_93": 94, + "_95": 368 }, { - "_400": 71 + "_65": 449, + "_66": 67, + "_68": 450, + "_70": 484, + "_72": 78 }, - "show_new_banner", - "VVjatl8N5mxurs3Cje5TV", [], - "1967546325", + "2151954125", { - "_23": 403, - "_70": 405, - "_366": 418, - "_72": 418, - "_368": 34, - "_74": 419 - }, - { - "_406": 71, - "_407": 71, - "_408": 34, - "_409": 34, - "_410": 71, - "_411": 71, - "_412": 413, - "_414": 413, - "_415": 416, - "_417": 71 + "_65": 485, + "_66": 30, + "_68": 76, + "_70": 487, + "_72": 78 }, - "gdrivePicker", - "o365Picker", - "gdriveLink", - "o365Link", - "o365PersonalLink", - "o365BusinessLink", - "gdrivePercentage", - 100, - "o365Percentage", - "loadTestPercentage", - 0, - "showWorkspaceSettings", - "2bcszlc7CFHdfdCdq7jXNb:100.00:5", - [ - 420 - ], - { - "_77": 307, - "_79": 111, - "_81": 101 - }, - "2043237793", - { - "_23": 421, - "_70": 423, - "_366": 367, - "_72": 367, - "_368": 34, - "_74": 425, - "_373": 34, - "_374": 34 - }, - { - "_424": 70 - }, - "bucket", - [], - "2513291161", - { - "_23": 426, - "_70": 428, - "_366": 429, - "_72": 429, - "_368": 34, - "_74": 430, - "_373": 71, - "_374": 71 - }, - { - "_378": 34 - }, - "2FTh6vlZcd8ha1OXcdnD3J", - [], - "3159301283", - { - "_23": 431, - "_70": 433, - "_366": 434, - "_72": 434, - "_368": 34, - "_74": 435, - "_373": 71, - "_374": 71 - }, - { - "_378": 71 - }, - "3Cce6z1hcoF2UBYwyupFck", - [], - "3217984440", - { - "_23": 436, - "_70": 438, - "_366": 367, - "_72": 367, - "_368": 34, - "_74": 439, - "_373": 34, - "_374": 34 - }, - { - "_378": 71 - }, - [], - "3230069703", - { - "_23": 440, - "_70": 442, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 445 - }, - { - "_443": 444 - }, - "expirySeconds", - 15, - [], - "4198227845", - { - "_23": 446, - "_70": 448, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 455 - }, - { - "_449": 34, - "_450": 34, - "_451": 34, - "_452": 34, - "_453": 34, - "_454": 34 - }, - "enabled_for_platform_override", - "enabled_for_platform_new", - "enabled_for_platform_existing", - "enabled_for_chat_override", - "enabled_for_chat_new", - "enabled_for_chat_existing", - [], - "layer_configs", - { - "_458": 459, - "_482": 483, - "_487": 488, - "_493": 494, - "_505": 506, - "_511": 512, - "_516": 517, - "_527": 528, - "_561": 562, - "_568": 569, - "_581": 582, - "_587": 588, - "_593": 594, - "_602": 603, - "_617": 618, - "_636": 637, - "_653": 654, - "_666": 667, - "_675": 676, - "_685": 686, - "_696": 697, - "_708": 709, - "_715": 716, - "_729": 730, - "_737": 738, - "_747": 748, - "_756": 757, - "_762": 763, - "_768": 769, - "_802": 803, - "_818": 819, - "_825": 826, - "_832": 833 - }, - "16152997", - { - "_23": 458, - "_70": 460, - "_366": 471, - "_72": 471, - "_368": 34, - "_74": 472, - "_476": 477, - "_478": 479, - "_374": 34, - "_373": 34, - "_480": 481 - }, - { - "_461": 71, - "_462": 34, - "_463": 71, - "_464": 465, - "_466": 465, - "_467": 416, - "_468": 34, - "_469": 71, - "_470": 34 - }, - "show_preview_when_collapsed", - "expand_by_default", - "is_enabled", - "summarizer_system_prompt", - "", - "summarizer_chunk_template", - "summarizer_chunk_char_limit", - "enable_o3_mini_retrieval", - "override_o3_mini_to_high", - "enable_reason_by_default", - "6DaNqHbUdaQZCJTtuXMn3l:override", - [ - 473 - ], - { - "_77": 474, - "_79": 80, - "_81": 475 - }, - "747145983", - "1yBei0bniPE2f1TkI3MLWa", - "explicit_parameters", - [ - 461, - 462, - 463 - ], - "allocated_experiment_name", - "1630255509", - "undelegated_secondary_exposures", - [ - 473 - ], - "40440673", - { - "_23": 482, - "_70": 484, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 485, - "_476": 486, - "_480": 485 - }, - {}, - [], - [], - "51287004", - { - "_23": 487, - "_70": 489, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 491, - "_476": 492, - "_480": 491 - }, - { - "_490": 71 - }, - "enable", - [], - [], - "183390215", - { - "_23": 493, - "_70": 495, - "_366": 498, - "_72": 498, - "_368": 71, - "_74": 499, - "_476": 502, - "_478": 503, - "_374": 71, - "_373": 34, - "_480": 504 - }, - { - "_496": 34, - "_497": 34 - }, - "signup_allow_phone", - "in_phone_signup_holdout", - "targetingGate", - [ - 500 - ], - { - "_77": 501, - "_79": 111, - "_81": 101 - }, - "3874938189", - [ - 496, - 497 - ], - "4005636946", - [], - "190694971", - { - "_23": 505, - "_70": 507, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 509, - "_476": 510, - "_480": 509 - }, - { - "_508": 34 - }, - "show_nux", - [], - [], - "229662723", - { - "_23": 511, - "_70": 513, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 514, - "_476": 515, - "_480": 514 - }, - {}, - [], - [], - "387752763", - { - "_23": 516, - "_70": 518, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 521, - "_476": 526, - "_480": 521 - }, - { - "_519": 71, - "_520": 71 - }, - "enable_slash_commands", - "enable_rich_text_composer", - [ - 522, - 523, - 524 - ], - { - "_77": 107, - "_79": 80, - "_81": 108 - }, - { - "_77": 110, - "_79": 111, - "_81": 112 - }, - { - "_77": 525, - "_79": 111, - "_81": 101 - }, - "1410082514", - [], - "468168202", - { - "_23": 527, - "_70": 529, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 557, - "_476": 560, - "_480": 557 - }, - { - "_530": 71, - "_531": 34, - "_532": 71, - "_533": 71, - "_534": 34, - "_535": 34, - "_536": 34, - "_537": 34, - "_538": 34, - "_539": 34, - "_540": 34, - "_541": 34, - "_542": 34, - "_543": 34, - "_544": 71, - "_545": 71, - "_546": 34, - "_547": 71, - "_548": 71, - "_549": 550, - "_551": 552, - "_553": 34, - "_554": 555, - "_556": 34 - }, - "is_team_enabled", - "is_yearly_plus_subscription_enabled", - "is_split_between_personal_and_business_enabled", - "is_modal_fullscreen", - "is_v2_toggle_labels_enabled", - "is_bw", - "is_produce_colors", - "is_produce_color_scheme", - "is_mobile_web_toggle_enabled", - "is_enterprise_enabled", - "is_produce_text", - "is_optimized_checkout", - "is_save_stripe_payment_info_enabled", - "is_auto_save_stripe_payment_info_enabled", - "does_manage_my_subscription_link_take_user_to_subscription_settings", - "should_open_cancellation_survey_after_canceling", - "should_cancel_button_take_user_to_stripe", - "should_show_manage_my_subscription_link", - "is_stripe_manage_subscription_link_enabled", - "cancellation_modal_cancel_button_color", - "danger", - "cancellation_modal_go_back_button_color", - "secondary", - "should_show_cp", - "cp_eligibility_months", - 3, - "should_offer_paypal_when_eligible", - [ - 558 - ], - { - "_77": 559, - "_79": 111, - "_81": 101 - }, - "1847092144", - [], - "668322707", - { - "_23": 561, - "_70": 563, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 566, - "_476": 567, - "_480": 566 - }, - { - "_564": 71, - "_565": 71 - }, - "show_citations_with_title", - "use_chip_style_citations", - [], - [], - "871635014", - { - "_23": 568, - "_70": 570, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 579, - "_476": 580, - "_480": 579 - }, - { - "_571": 34, - "_572": 71, - "_573": 34, - "_574": 575, - "_576": 101, - "_577": 34, - "_578": 34 - }, - "snowflake_composer_entry_point", - "use_broad_rate_limit_language", - "voice_holdout", - "krisp_noise_filter", - "none", - "voice_entry_point_style", - "show_label_on_button", - "voice_only", - [], - [], - "1170120107", - { - "_23": 581, - "_70": 583, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 585, - "_476": 586, - "_480": 585 - }, - { - "_584": 34 - }, - "is_whisper_enabled", - [], - [], - "1238742812", - { - "_23": 587, - "_70": 589, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 591, - "_476": 592, - "_480": 591 - }, - { - "_590": 34 - }, - "should_enable_zh_tw", - [], - [], - "1320801051", - { - "_23": 593, - "_70": 595, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 600, - "_476": 601, - "_480": 600 - }, - { - "_596": 34, - "_597": 34, - "_598": 71, - "_599": 34 - }, - "hide_new_at_workspace_section", - "hide_section_new_at_workspace", - "gpt_discovery_experiment_enabled", - "popular_at_my_workspace_enabled", - [], - [], - "1346366956", - { - "_23": 602, - "_70": 604, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 615, - "_476": 616, - "_480": 615 - }, - { - "_605": 34, - "_606": 607, - "_608": 34, - "_496": 34, - "_609": 34, - "_610": 34, - "_611": 34, - "_612": 34, - "_613": 614 - }, - "use_email_otp", - "signup_cta_copy", - "SIGN_UP", - "login_allow_phone", - "forwardToAuthApi", - "use_new_phone_ui", - "in_signup_allow_phone_hold_out", - "use_formatted_national_number", - "continue_with_email_phone_placement", - "after_sso", - [], - [], - "1547743984", - { - "_23": 617, - "_70": 619, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 632, - "_476": 635, - "_480": 632 - }, - { - "_620": 34, - "_621": 34, - "_622": 34, - "_623": 34, - "_624": 34, - "_625": 34, - "_626": 34, - "_627": 71, - "_628": 34, - "_629": 34, - "_630": 71, - "_631": 71 - }, - "should_simplify_modal", - "is_simplified_sharing_modal_enabled", - "is_social_share_options_enabled", - "is_update_shared_links_enabled", - "is_discoverability_toggle_enabled", - "show_copylink_state_if_no_updates", - "is_continue_enabled", - "show_share_button_text", - "is_meta_improvements_enabled", - "show_share_button_inline", - "use_dalle_preview", - "in_dalle_preview_exp", - [ - 633 - ], - { - "_77": 634, - "_79": 111, - "_81": 101 - }, - "4038001028", - [], - "1630876919", - { - "_23": 636, - "_70": 638, - "_366": 645, - "_72": 645, - "_368": 34, - "_74": 646, - "_476": 650, - "_478": 651, - "_374": 71, - "_373": 71, - "_480": 652 - }, - { - "_639": 71, - "_640": 71, - "_641": 71, - "_642": 71, - "_643": 34, - "_644": 71 - }, - "enable_indexing", - "backfill_completed", - "enable_local_indexing", - "enable_ux", - "enable_us_rollout", - "enable_ux_rollout", - "31UyKaWB8PZhFswQt29NlZ", - [ - 647 - ], - { - "_77": 648, - "_79": 80, - "_81": 649 - }, - "2372319800", - "4NZS9cdXgw2uEnVQCdyNMH:100.00:30", - [ - 639, - 641, - 640, - 642, - 644 - ], - "1028722647", - [], - "1696863369", - { - "_23": 653, - "_70": 655, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 658, - "_476": 665, - "_480": 658 - }, - { - "_656": 34, - "_657": 34 - }, - "has_sidekick_access", - "show_nux_banner", - [ - 659, - 662 - ], - { - "_77": 660, - "_79": 111, - "_81": 661 - }, - "1938289220", - "79O8DQPDmTKxnLdAH9loVk", - { - "_77": 663, - "_79": 111, - "_81": 664 - }, - "2033872549", - "7dScmNU0bu2UQuzCNtva50", [], - "1697140512", - { - "_23": 666, - "_70": 668, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 670, - "_476": 674, - "_480": 670 - }, - { - "_657": 34, - "_669": 34 - }, - "can_download_sidetron", - [ - 671 - ], + "2173548801", { - "_77": 672, - "_79": 111, - "_81": 673 + "_65": 488, + "_66": 67, + "_68": 490, + "_70": 491, + "_72": 73 }, - "2919213474", - "6HLlb6nSjJk5ADynHucWgP", + "22nVhoL17eyMvGWgFrDfZe", [], - "1704793646", - { - "_23": 675, - "_70": 677, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 681, - "_476": 684, - "_480": 681 - }, + "2192543539", { - "_678": 34, - "_679": 680 + "_65": 492, + "_66": 67, + "_68": 494, + "_70": 495, + "_72": 78 }, - "greeting_web", - "name_char_limit", - 20, + "64aygnSzDTDx2bH5EICbNe:100.00:3", [ - 682 + 496 ], { - "_77": 683, - "_79": 111, - "_81": 101 + "_91": 497, + "_93": 134, + "_95": 76 }, - "331938894", - [], - "1780960461", - { - "_23": 685, - "_70": 687, - "_366": 498, - "_72": 498, - "_368": 34, - "_74": 690, - "_476": 693, - "_478": 694, - "_374": 71, - "_373": 34, - "_480": 695 - }, - { - "_688": 34, - "_689": 34, - "_678": 34 - }, - "mobile", - "web", - [ - 691 - ], + "4206244917", + "2232580636", { - "_77": 692, - "_79": 111, - "_81": 101 + "_65": 498, + "_66": 67, + "_68": 500, + "_70": 501, + "_72": 73 }, - "3074373870", - [ - 688, - 689 - ], - "2198260923", + "4y4Nd0nF0CFawcrQBbm7Mq:100.00:4", [], - "1914829685", - { - "_23": 696, - "_70": 698, - "_366": 700, - "_72": 700, - "_368": 71, - "_74": 701, - "_476": 705, - "_478": 706, - "_374": 34, - "_373": 34, - "_480": 707 - }, - { - "_699": 71 - }, - "forward_to_authapi", - "2RO4BOrVWPrsxRUPYNKPLe:override", - [ - 702 - ], + "2256850471", { - "_77": 703, - "_79": 80, - "_81": 704 + "_65": 502, + "_66": 67, + "_68": 504, + "_70": 505, + "_72": 78 }, - "14938527", - "3QgLJ91lKIc7VAOjo5SDz7", - [ - 699 - ], - "1856338298", + "IqxordbUxF1Fkg4gfExiY:100.00:1", [ - 702 + 506 ], - "2152104812", - { - "_23": 708, - "_70": 710, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 713, - "_476": 714, - "_480": 713 - }, - { - "_711": 34, - "_712": 34 - }, - "hide_gpts_if_none", - "hide_default_gpts", - [], - [], - "3048336830", { - "_23": 715, - "_70": 717, - "_366": 720, - "_72": 720, - "_368": 34, - "_74": 721, - "_476": 728, - "_480": 721 + "_91": 392, + "_93": 94, + "_95": 394 }, + "2269177255", { - "_718": 71, - "_719": 34 + "_65": 507, + "_66": 67, + "_68": 509, + "_70": 510, + "_72": 78 }, - "is-enabled", - "use-rtl-layout", - "localization-april Nzc6Xnht6tIVmb48Ejg1T:override", + "RPuXi8r6IYxnvJ8Vvea2O:100.00:5", [ - 722, - 725 + 511 ], { - "_77": 723, - "_79": 111, - "_81": 724 + "_91": 512, + "_93": 94, + "_95": 513 }, - "3922145230", - "14DZA2LumaPqAdCo52CrUB", + "696159475", + "1eZ2JPKCptUlB5H39wh4pd:100.00:3", + "2281969373", { - "_77": 726, - "_79": 80, - "_81": 727 + "_65": 514, + "_66": 67, + "_68": 516, + "_70": 517, + "_72": 73 }, - "3700615661", - "66covjaoZoe9pQR4I68jOB", + "6EbVeXErTdGtbchxdqEMTg", [], - "3178812292", - { - "_23": 729, - "_70": 731, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 733, - "_476": 736, - "_480": 733 - }, - { - "_732": 34 - }, - "use_f_convo", - [ - 734 - ], + "2290870843", { - "_77": 735, - "_79": 111, - "_81": 101 + "_65": 518, + "_66": 67, + "_68": 520, + "_70": 521, + "_72": 73 }, - "3799260860", + "5dONtElzUeyTTp5FvpWy6", [], - "3436367576", - { - "_23": 737, - "_70": 739, - "_366": 498, - "_72": 498, - "_368": 34, - "_74": 741, - "_476": 744, - "_478": 745, - "_374": 71, - "_373": 34, - "_480": 746 - }, - { - "_639": 34, - "_740": 416, - "_642": 34, - "_641": 34, - "_640": 34 - }, - "wave", - [ - 742 - ], { - "_77": 743, - "_79": 111, - "_81": 101 + "_65": 408, + "_66": 67, + "_68": 409, + "_70": 523, + "_72": 78 }, - "1221279314", - [ - 639, - 740, - 640, - 642, - 641 - ], - "938456440", [], - "3471271313", - { - "_23": 747, - "_70": 749, - "_366": 751, - "_72": 751, - "_368": 71, - "_74": 752, - "_476": 753, - "_478": 754, - "_374": 34, - "_373": 34, - "_480": 755 - }, + "2311599525", { - "_750": 34 + "_65": 524, + "_66": 30, + "_68": 76, + "_70": 526, + "_72": 73 }, - "show_upsell", - "prestart", - [], - [ - 750 - ], - "3021307436", [], - "3517133692", - { - "_23": 756, - "_70": 758, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 760, - "_476": 761, - "_480": 760 - }, + "2335877601", { - "_759": 34 + "_65": 527, + "_66": 30, + "_68": 529, + "_70": 530, + "_72": 78 }, - "is_memory_undo_enabled", - [], + "6NQcdu7pgfp18Sq2tfBC6q", [], - "3590606857", - { - "_23": 762, - "_70": 764, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 766, - "_476": 767, - "_480": 766 - }, + "2360528850", { - "_765": 34 + "_65": 531, + "_66": 30, + "_68": 76, + "_70": 533, + "_72": 73 }, - "should_offer_paypal", [], - [], - "3637408529", + "2379988365", { - "_23": 768, - "_70": 770, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 796, - "_476": 801, - "_480": 796 - }, - { - "_771": 71, - "_772": 34, - "_773": 34, - "_774": 34, - "_775": 776, - "_777": 778, - "_779": 71, - "_780": 71, - "_781": 71, - "_782": 34, - "_783": 71, - "_784": 34, - "_785": 34, - "_786": 71, - "_787": 34, - "_788": 71, - "_789": 555, - "_790": 791, - "_792": 71, - "_793": 794, - "_795": 34 + "_65": 534, + "_66": 30, + "_68": 76, + "_70": 536, + "_72": 73 }, - "is_anon_chat_enabled", - "is_anon_chat_enabled_for_new_users_only", - "is_try_it_first_on_login_page_enabled", - "is_no_auth_welcome_modal_enabled", - "no_auth_soft_rate_limit", - 5, - "no_auth_hard_rate_limit", - 1200, - "should_show_no_auth_signup_banner", - "is_no_auth_welcome_back_modal_enabled", - "is_no_auth_soft_rate_limit_modal_enabled", - "is_no_auth_gpt4o_modal_enabled", - "is_login_primary_button", - "is_desktop_primary_auth_button_on_right", - "is_primary_btn_blue", - "should_show_disclaimer_only_once_per_device", - "is_secondary_banner_button_enabled", - "is_secondary_auth_banner_button_enabled", - "no_auth_banner_signup_rate_limit", - "composer_text", - "ASK_ANYTHING", - "is_in_composer_text_exp", - "no_auth_upsell_wording", - "NO_CHANGE", - "should_refresh_access_token_error_take_user_to_no_auth", [ - 797, - 799 + 537 ], { - "_77": 798, - "_79": 111, - "_81": 159 + "_91": 538, + "_93": 134, + "_95": 76 }, - "3238165271", + "2856133350", + "2445152477", { - "_77": 800, - "_79": 111, - "_81": 159 + "_65": 539, + "_66": 67, + "_68": 541, + "_70": 542, + "_72": 78 }, - "2983591614", + "5qtlunRMswJX2JGoF8GikC", [], - "3647926857", - { - "_23": 802, - "_70": 804, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 812, - "_476": 817, - "_480": 812 - }, + "2454940646", { - "_805": 71, - "_806": 34, - "_807": 808, - "_809": 34, - "_810": 34, - "_811": 575 + "_65": 543, + "_66": 67, + "_68": 545, + "_70": 546, + "_72": 78 }, - "unified_architecture", - "ux_updates", - "inference_debounce_ms", - 400, - "autoswitcher_enabled", - "copy-and-link", - "reasoning_slider", + "zol8dYvq8kKfRbOgcM0IF", [ - 813, - 815 + 547, + 548 ], { - "_77": 814, - "_79": 111, - "_81": 101 - }, - "850280859", - { - "_77": 816, - "_79": 111, - "_81": 101 + "_91": 432, + "_93": 94, + "_95": 433 }, - "13512905", - [], - "3711177917", { - "_23": 818, - "_70": 820, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 823, - "_476": 824, - "_480": 823 + "_91": 435, + "_93": 94, + "_95": 436 }, + "2494375100", { - "_821": 34, - "_822": 71 + "_65": 549, + "_66": 30, + "_68": 76, + "_70": 551, + "_72": 123 }, - "is_summarizer_default_expanded", - "is_inline_summarizer_enabled", - [], [], - "3972089454", - { - "_23": 825, - "_70": 827, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 830, - "_476": 831, - "_480": 830 - }, + "2509278897", { - "_828": 829 + "_65": 552, + "_66": 30, + "_68": 76, + "_70": 554, + "_72": 78 }, - "search_scoring_dyconfig_name", - "gizmo_search_score_config", [], - [], - "4211831761", - { - "_23": 832, - "_70": 834, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 835, - "_476": 836, - "_480": 835 - }, + "2562876640", { - "_378": 34 + "_65": 555, + "_66": 67, + "_68": 557, + "_70": 558, + "_72": 78 }, + "326czTZeZ0RX0ypR0c5Bb6:100.00:15", [], - [], - "sdkParams", - {}, - "has_updates", - "generator", - "statsig-node-sdk", - "sdkInfo", - { - "_844": 845, - "_846": 847 - }, - "sdkType", - "statsig-node", - "sdkVersion", - "5.26.0", - "time", - 1742979946815, - "evaluated_keys", - { - "_852": 22, - "_853": 854 - }, - "userID", - "user-chatgpt", + "2607001979", { - "_855": 856, - "_857": 856, - "_858": 856, - "_859": 43, - "_860": 43 + "_65": 559, + "_66": 30, + "_68": 561, + "_70": 562, + "_72": 73 }, - "WebAnonymousCookieID", - "f10eee0a-3567-4980-ad81-98da119a5c6b", - "DeviceId", - "stableID", - "workspace_id", - "account_id", - "hash_used", - "djb2", + "35jfNEnEKwGsryxcwFhAKz", + [], + "2624610486", { - "_852": 22, - "_864": 865, - "_866": 867, - "_60": 61, - "_853": 854, - "_871": 872 + "_65": 563, + "_66": 30, + "_68": 76, + "_70": 565, + "_72": 78 }, - "country", - "SG", - "custom", + [], + "2634628831", { - "_868": 45, - "_859": 43, - "_860": 43, - "_869": 71, - "_870": 16 + "_65": 566, + "_66": 67, + "_68": 568, + "_70": 569, + "_72": 78 }, - "plan_type", - "is_paid", - "auth_status", - "statsigEnvironment", + "6LfSag7ByiH0gGcqoFHHBe", + [ + 570, + 571 + ], { - "_873": 874 + "_91": 220, + "_93": 134, + "_95": 76 }, - "tier", - "production", - "experimental", - { - "_66": 877, - "_360": 1200, - "_456": 1303, - "_837": 1828, - "_839": 71, - "_840": 841, - "_842": 1829, - "_848": 849, - "_850": 1830, - "_861": 862, - "_19": 1832 - }, - { - "_703": 878, - "_880": 881, - "_883": 884, - "_887": 888, - "_893": 894, - "_897": 898, - "_901": 902, - "_905": 906, - "_908": 909, - "_912": 913, - "_915": 916, - "_920": 921, - "_924": 925, - "_928": 929, - "_937": 938, - "_941": 942, - "_945": 946, - "_949": 950, - "_953": 954, - "_957": 958, - "_142": 964, - "_966": 967, - "_969": 970, - "_972": 973, - "_975": 976, - "_978": 979, - "_983": 984, - "_987": 988, - "_991": 992, - "_995": 996, - "_998": 999, - "_1002": 1003, - "_1006": 1007, - "_1010": 1011, - "_1013": 1014, - "_1017": 1018, - "_1020": 1021, - "_1024": 1025, - "_1028": 1029, - "_1031": 1032, - "_1034": 1035, - "_1037": 1038, - "_1041": 1042, - "_301": 1044, - "_1046": 1047, - "_1049": 1050, - "_1053": 1054, - "_1057": 1058, - "_1063": 1064, - "_1067": 1068, - "_1071": 1072, - "_1075": 1076, - "_1078": 1079, - "_1082": 1083, - "_1086": 1087, - "_1090": 1091, - "_1096": 1097, - "_1100": 1101, - "_1106": 1107, - "_1111": 1112, - "_1115": 1116, - "_1118": 1119, - "_1121": 1122, - "_1124": 1125, - "_1127": 1128, - "_1130": 1131, - "_1134": 1135, - "_1137": 1138, - "_1141": 1142, - "_303": 1144, - "_1148": 1149, - "_1152": 1153, - "_1156": 1157, - "_1159": 1160, - "_1162": 1163, - "_1166": 1167, - "_723": 1170, - "_1172": 1173, - "_1176": 1177, - "_1179": 1180, - "_1182": 1183, - "_1186": 1187, - "_1190": 1191, - "_1193": 1194, - "_1196": 1197 + { + "_91": 222, + "_93": 94, + "_95": 223 }, + "2638382116", { - "_23": 703, - "_70": 71, - "_72": 704, - "_74": 879 + "_65": 572, + "_66": 67, + "_68": 574, + "_70": 575, + "_72": 73 }, + "6PEuWu8j5UXoteZm4K3tt9", [], - "156153730", + "2640502720", { - "_23": 880, - "_70": 34, - "_72": 101, - "_74": 882 + "_65": 576, + "_66": 30, + "_68": 578, + "_70": 579, + "_72": 78 }, + "2wXo9T4Jg0wvKZ9t2AZkGC", [], - "222560275", + "2665240312", { - "_23": 883, - "_70": 34, - "_72": 885, - "_74": 886 + "_65": 580, + "_66": 67, + "_68": 582, + "_70": 583, + "_72": 78 }, - "5pv2QpbgXNDB0QnBo3LTti:10.00:1", + "2yyPpKFkcyShFLdyBksHG6", [], - "223382091", + "2687575887", { - "_23": 887, - "_70": 34, - "_72": 889, - "_74": 890 + "_65": 584, + "_66": 67, + "_68": 586, + "_70": 587, + "_72": 78 }, - "1fKkxDiVebEKfTj8nDAjHe", - [ - 891, - 892 - ], + "10cvQmwrcZvpWBFlZgn8pZ", + [], + "2756095923", { - "_77": 339, - "_79": 111, - "_81": 101 + "_65": 588, + "_66": 67, + "_68": 590, + "_70": 591, + "_72": 78 }, + "6jPp6nW1wQVJbfY0uwQgmv:100.00:1", + [], + "2764510128", { - "_77": 341, - "_79": 111, - "_81": 101 + "_65": 592, + "_66": 30, + "_68": 76, + "_70": 594, + "_72": 78 }, - "402391964", + [], + "2781425969", { - "_23": 893, - "_70": 34, - "_72": 895, - "_74": 896 + "_65": 595, + "_66": 30, + "_68": 597, + "_70": 598, + "_72": 73 }, - "14sAQaGJDosUKVV0DFZsAL", + "6llKJZeOZtIROWs59kSyOV:0.00:2", [], - "471233253", + "2783249450", { - "_23": 897, - "_70": 34, - "_72": 899, - "_74": 900 + "_65": 599, + "_66": 30, + "_68": 76, + "_70": 601, + "_72": 78 }, - "3Yf9H7TxMC122pchwAkoLB", [], - "550432558", + "2804795149", { - "_23": 901, - "_70": 71, - "_72": 903, - "_74": 904 + "_65": 602, + "_66": 30, + "_68": 604, + "_70": 605, + "_72": 73 }, - "4XbSwfoqBmVtxwz32sweLb", + "5ZOcA0GpOkaiXc5SAMY0uz:50.00:2", [], - "573184874", + "2817015689", { - "_23": 905, - "_70": 34, - "_72": 101, - "_74": 907 + "_65": 606, + "_66": 67, + "_68": 608, + "_70": 609, + "_72": 78 }, + "3eFtjaRFMvVmt9Op7OPJDN:100.00:2", [], - "582612297", + "2833534668", { - "_23": 908, - "_70": 71, - "_72": 910, - "_74": 911 + "_65": 610, + "_66": 67, + "_68": 612, + "_70": 613, + "_72": 73 }, - "5censDsCfS2zQeYtTIui2s:100.00:2", + "7uYkibMYlCPSnoWmmYNanm", [], - "614413305", + "2861925050", { - "_23": 912, - "_70": 34, - "_72": 101, - "_74": 914 + "_65": 614, + "_66": 30, + "_68": 76, + "_70": 616, + "_72": 78 }, [], - "653593316", + "2868048419", { - "_23": 915, - "_70": 71, - "_72": 917, - "_74": 918 + "_65": 617, + "_66": 67, + "_68": 619, + "_70": 620, + "_72": 73 }, - "GJ8pvorFDIe3Z4WonIr2s", + "6nduY6CfQechQ4F5ujII20", [ - 919 + 621 ], { - "_77": 321, - "_79": 80, - "_81": 323 + "_91": 595, + "_93": 134, + "_95": 597 }, - "706943082", + "2935021756", { - "_23": 920, - "_70": 71, - "_72": 922, - "_74": 923 + "_65": 622, + "_66": 30, + "_68": 76, + "_70": 624, + "_72": 78 }, - "X9mJLzEwXwKo3p0LSSQIL", [], - "727502549", + "2980121290", { - "_23": 924, - "_70": 71, - "_72": 926, - "_74": 927 + "_65": 625, + "_66": 67, + "_68": 627, + "_70": 628, + "_72": 78 }, - "6EYbmM9CyqCRO6U6k3dROA", + "4oOHd90wRxchDCaf8aEQPL:99.00:6", [], - "756982148", + "2981514529", { - "_23": 928, - "_70": 71, - "_72": 930, - "_74": 931 + "_65": 629, + "_66": 30, + "_68": 631, + "_70": 632, + "_72": 78 }, - "3oAWYdzegKPwxhFJjJrGz3", + "4LkOjyVpqUer2izhp787K4", [ - 932, - 934 + 633 ], { - "_77": 933, - "_79": 111, - "_81": 101 + "_91": 634, + "_93": 134, + "_95": 76 }, - "1456438623", + "3732550972", + "3054422710", { - "_77": 935, - "_79": 80, - "_81": 936 + "_65": 635, + "_66": 67, + "_68": 121, + "_70": 637, + "_72": 78 }, - "3805873235", - "5KvGWxgOdialy0Dx9IrqmW:100.00:23", - "756982149", + [], + "3058498100", { - "_23": 937, - "_70": 34, - "_72": 939, - "_74": 940 + "_65": 638, + "_66": 30, + "_68": 76, + "_70": 640, + "_72": 78 }, - "1rXg44we6gmcRqYsiZzfL4:0.00:1", + [ + 641 + ], + { + "_91": 642, + "_93": 134, + "_95": 76 + }, + "3256178116", + "3096078201", + { + "_65": 643, + "_66": 30, + "_68": 645, + "_70": 646, + "_72": 73 + }, + "yXprO4wBczNL9ZwbTbbpr", [], - "795789557", + "3133027893", { - "_23": 941, - "_70": 34, - "_72": 943, - "_74": 944 + "_65": 647, + "_66": 67, + "_68": 649, + "_70": 650, + "_72": 73 }, - "2GzNaY2UIV2RYDjl4grJNG:0.00:1", + "2TjegRnL0SrtgBtzbtR4sU", [], - "809056127", + "3144771298", { - "_23": 945, - "_70": 71, - "_72": 947, - "_74": 948 + "_65": 651, + "_66": 67, + "_68": 653, + "_70": 654, + "_72": 73 }, - "54ufwSF4KjxPi2AIrjbelh", + "2LMhhyBFNuqee6FxNBPYGD", [], - "810701024", { - "_23": 949, - "_70": 71, - "_72": 951, - "_74": 952 + "_65": 384, + "_66": 30, + "_68": 385, + "_70": 656, + "_72": 73 }, - "6U8ODe5JvFov5zs1rOzJjD", [], - "891514942", + "3204157926", { - "_23": 953, - "_70": 34, - "_72": 955, - "_74": 956 + "_65": 657, + "_66": 30, + "_68": 76, + "_70": 659, + "_72": 78 }, - "aWUpylPDtFgWWhTxEsfCx", [], - "989226566", + "3204158400", { - "_23": 957, - "_70": 71, - "_72": 959, - "_74": 960 + "_65": 660, + "_66": 67, + "_68": 662, + "_70": 663, + "_72": 73 }, - "6yqqYAWKtmfU8A7QGdiky4", + "55YVeQIu1wzlpLEdXJujZd", [ - 961, - 962 + 664 ], { - "_77": 137, - "_79": 111, - "_81": 138 + "_91": 277, + "_93": 94, + "_95": 278 }, + "3240576626", { - "_77": 140, - "_79": 80, - "_81": 963 + "_65": 665, + "_66": 30, + "_68": 76, + "_70": 667, + "_72": 78 }, - "7D8EAif25E3Y8A3zkg6ljp:100.00:2", + [], + "3241763787", { - "_23": 142, - "_70": 71, - "_72": 144, - "_74": 965 + "_65": 668, + "_66": 30, + "_68": 76, + "_70": 670, + "_72": 78 }, [], - "1032814809", + "3257646228", { - "_23": 966, - "_70": 34, - "_72": 101, - "_74": 968 + "_65": 671, + "_66": 30, + "_68": 673, + "_70": 674, + "_72": 73 }, + "3veZ6qhG4zTVvcrwpXXPgi:1.00:4", [], - "1064007944", + "3286474446", { - "_23": 969, - "_70": 34, - "_72": 101, - "_74": 971 + "_65": 675, + "_66": 67, + "_68": 677, + "_70": 678, + "_72": 73 }, + "2a7wA6tOQ5GPb7WIr1SU1A:100.00:1", [], - "1099124727", + "3325813340", { - "_23": 972, - "_70": 34, - "_72": 101, - "_74": 974 + "_65": 679, + "_66": 67, + "_68": 681, + "_70": 682, + "_72": 78 }, - [], - "1154002920", + "37GsRLj07CqERPyHBn4o5L", + [ + 683 + ], + { + "_91": 408, + "_93": 94, + "_95": 409 + }, + "3345211875", { - "_23": 975, - "_70": 34, - "_72": 101, - "_74": 977 + "_65": 684, + "_66": 30, + "_68": 686, + "_70": 687, + "_72": 73 }, + "mxGz0o6f2wfUPB8m9Mp3B:0.00:3", [], - "1166240779", + "3362382575", { - "_23": 978, - "_70": 71, - "_72": 980, - "_74": 981 + "_65": 688, + "_66": 30, + "_68": 76, + "_70": 690, + "_72": 73 }, - "4UjTXwt2XK975PANdi1Ma6:25.00:5", [ - 982 + 691 ], { - "_77": 309, - "_79": 111, - "_81": 101 + "_91": 384, + "_93": 134, + "_95": 385 }, - "1214379119", + "3376055906", { - "_23": 983, - "_70": 34, - "_72": 985, - "_74": 986 + "_65": 692, + "_66": 67, + "_68": 694, + "_70": 695, + "_72": 78 }, - "3Da3vJtBawdpcHFOEpjzZA:10.00:2", + "3tYMumqGebbN1yyrefmMeI:100.00:2", [], - "1382475798", + "3376455464", { - "_23": 987, - "_70": 71, - "_72": 989, - "_74": 990 + "_65": 696, + "_66": 30, + "_68": 76, + "_70": 698, + "_72": 78 }, - "3P8OsGy1e5tQlR5dsTIWbL", [], - "1416952492", + "3381490948", { - "_23": 991, - "_70": 34, - "_72": 993, - "_74": 994 + "_65": 699, + "_66": 67, + "_68": 701, + "_70": 702, + "_72": 73 }, - "2LD82enCtskHL9Vi2hS6Jq", + "12PsrZppQ0SPvtpLtqOP3Y:100.00:1", [], - "1422501431", + "3406933735", { - "_23": 995, - "_70": 34, - "_72": 101, - "_74": 997 + "_65": 703, + "_66": 67, + "_68": 705, + "_70": 706, + "_72": 73 }, + "6Zxo64bmjx3nqqRrEXIUFH", [], - "1439437954", + "3435450078", { - "_23": 998, - "_70": 34, - "_72": 1000, - "_74": 1001 + "_65": 707, + "_66": 67, + "_68": 709, + "_70": 710, + "_72": 78 }, - "11IqDt7xc4mMNiyiSIMy1F:0.00:1", + "2qCdHpFuWOOkibzLRL0zgn", [], - "1456513860", + "3468624635", { - "_23": 1002, - "_70": 71, - "_72": 1004, - "_74": 1005 + "_65": 711, + "_66": 30, + "_68": 76, + "_70": 713, + "_72": 73 }, - "jHXkU7q9axp0dXBSyzihH", - [], - "1468311859", + [ + 714 + ], { - "_23": 1006, - "_70": 34, - "_72": 1008, - "_74": 1009 + "_91": 461, + "_93": 134, + "_95": 463 }, - "7tfl8ZUhwr5pzErE3ikBej", - [], - "1542198993", + "3472722167", { - "_23": 1010, - "_70": 34, - "_72": 101, - "_74": 1012 + "_65": 715, + "_66": 30, + "_68": 76, + "_70": 717, + "_72": 78 }, [], - "1656345175", + "3507026387", { - "_23": 1013, - "_70": 71, - "_72": 1015, - "_74": 1016 + "_65": 718, + "_66": 30, + "_68": 76, + "_70": 720, + "_72": 73 }, - "2CwIChuIr7SLQ2CyqRegF2", [], - "1741586789", + "3544641259", { - "_23": 1017, - "_70": 34, - "_72": 101, - "_74": 1019 + "_65": 721, + "_66": 67, + "_68": 723, + "_70": 724, + "_72": 73 }, - [], - "1760640904", + "4RHpCfwXKLpjYBMc68kXjg:100.00:1", + [ + 725, + 726, + 728 + ], { - "_23": 1020, - "_70": 71, - "_72": 1022, - "_74": 1023 + "_91": 538, + "_93": 134, + "_95": 76 }, - "6ezOfLAw7fGQPVjfNsReIy", - [], - "1830177352", { - "_23": 1024, - "_70": 71, - "_72": 1026, - "_74": 1027 + "_91": 727, + "_93": 134, + "_95": 76 }, - "44udGr8tXtB3ZIDHLV3HSF", + "3214154973", + { + "_91": 729, + "_93": 134, + "_95": 76 + }, + "2252317815", + "3612584454", + { + "_65": 730, + "_66": 30, + "_68": 732, + "_70": 733, + "_72": 78 + }, + "7syAmaU2H61BFHvFI8mxgd", [], - "1839283687", + "3645668434", + { + "_65": 734, + "_66": 67, + "_68": 736, + "_70": 737, + "_72": 78 + }, + "1CWwhBKuOiRAC9V8HRBJRU", + [ + 738 + ], + { + "_91": 739, + "_93": 94, + "_95": 121 + }, + "3863445312", + "3664702598", { - "_23": 1028, - "_70": 34, - "_72": 101, - "_74": 1030 + "_65": 740, + "_66": 30, + "_68": 742, + "_70": 743, + "_72": 78 }, + "7x9wS41bRDCji9ns8x5Oej", [], - "1860647109", + "3668526507", { - "_23": 1031, - "_70": 34, - "_72": 101, - "_74": 1033 + "_65": 744, + "_66": 30, + "_68": 746, + "_70": 747, + "_72": 73 }, + "6jMsdYn4FMQyefxyJ43apG:0.00:1", [], - "2000076788", + "3673716873", + { + "_65": 748, + "_66": 30, + "_68": 76, + "_70": 750, + "_72": 73 + }, + [ + 751 + ], + { + "_91": 752, + "_93": 134, + "_95": 76 + }, + "3999836663", + "3678527908", { - "_23": 1034, - "_70": 34, - "_72": 101, - "_74": 1036 + "_65": 753, + "_66": 30, + "_68": 76, + "_70": 755, + "_72": 78 }, [], - "2053937752", + "3700195277", { - "_23": 1037, - "_70": 34, - "_72": 1039, - "_74": 1040 + "_65": 756, + "_66": 30, + "_68": 76, + "_70": 758, + "_72": 78 }, - "2PLQzvwrGPxACRwaEcKbIh", [], - "2056761365", + "3720764531", { - "_23": 1041, - "_70": 34, - "_72": 101, - "_74": 1043 + "_65": 759, + "_66": 30, + "_68": 761, + "_70": 762, + "_72": 78 }, + "vWdDj2QjpSf7BEKFzEv4x", [], + "3728856343", { - "_23": 301, - "_70": 34, - "_72": 302, - "_74": 1045 + "_65": 763, + "_66": 30, + "_68": 76, + "_70": 765, + "_72": 73 }, [], - "2151954125", + "3760395675", { - "_23": 1046, - "_70": 34, - "_72": 101, - "_74": 1048 + "_65": 766, + "_66": 30, + "_68": 76, + "_70": 768, + "_72": 73 }, [], - "2153043779", { - "_23": 1049, - "_70": 71, - "_72": 1051, - "_74": 1052 + "_65": 432, + "_66": 67, + "_68": 433, + "_70": 770, + "_72": 73 }, - "DamiTYVoTv9Z9jRFOT5iC", [], - "2173548801", + "3802510433", { - "_23": 1053, - "_70": 71, - "_72": 1055, - "_74": 1056 + "_65": 771, + "_66": 67, + "_68": 773, + "_70": 774, + "_72": 73 }, - "22nVhoL17eyMvGWgFrDfZe", + "6FLEMI2GBFmVWGEsEGyASD:100.00:5", [], - "2192543539", + "3809605125", { - "_23": 1057, - "_70": 71, - "_72": 1059, - "_74": 1060 + "_65": 775, + "_66": 67, + "_68": 777, + "_70": 778, + "_72": 78 }, - "4Ro1m2dj4fUBe4hcP1YKjj:75.00:3", + "hQ2GpqJofLBudapmiyCqR", [ - 1061 + 779, + 781 ], { - "_77": 1062, - "_79": 111, - "_81": 101 + "_91": 780, + "_93": 134, + "_95": 76 }, - "4206244917", - "2232580636", + "1172247521", { - "_23": 1063, - "_70": 71, - "_72": 1065, - "_74": 1066 + "_91": 782, + "_93": 94, + "_95": 783 }, - "4y4Nd0nF0CFawcrQBbm7Mq:100.00:4", - [], - "2281969373", + "3195087297", + "2gVefSteqRlg7SlSwHihqm:100.00:3", + "3822950319", { - "_23": 1067, - "_70": 71, - "_72": 1069, - "_74": 1070 + "_65": 784, + "_66": 67, + "_68": 786, + "_70": 787, + "_72": 73 }, - "6EbVeXErTdGtbchxdqEMTg", + "2CBvDiHjHIK9xlL4ItyXmK:100.00:1", [], - "2290870843", + "3838495619", { - "_23": 1071, - "_70": 71, - "_72": 1073, - "_74": 1074 + "_65": 788, + "_66": 30, + "_68": 76, + "_70": 790, + "_72": 78 }, - "5dONtElzUeyTTp5FvpWy6", [], - "2360528850", + "3894895412", { - "_23": 1075, - "_70": 34, - "_72": 101, - "_74": 1077 + "_65": 791, + "_66": 30, + "_68": 76, + "_70": 793, + "_72": 73 }, [], - "2379988365", + "3910241726", { - "_23": 1078, - "_70": 34, - "_72": 101, - "_74": 1080 + "_65": 794, + "_66": 67, + "_68": 796, + "_70": 797, + "_72": 73 }, - [ - 1081 - ], + "1ItyvFbGou4epQp9HviAsm", + [], + "3922145230", { - "_77": 307, - "_79": 111, - "_81": 101 + "_65": 798, + "_66": 30, + "_68": 800, + "_70": 801, + "_72": 73 }, - "2411734826", + "14DZA2LumaPqAdCo52CrUB", + [], { - "_23": 1082, - "_70": 34, - "_72": 1084, - "_74": 1085 + "_65": 141, + "_66": 67, + "_68": 142, + "_70": 803, + "_72": 78 }, - "33U1igAQgegRumGc4LbaB:2.00:1", [], - "2445152477", + "3930843960", { - "_23": 1086, - "_70": 71, - "_72": 1088, - "_74": 1089 + "_65": 804, + "_66": 67, + "_68": 806, + "_70": 807, + "_72": 78 }, - "5qtlunRMswJX2JGoF8GikC", + "1FrJBUMS0ziDyHPTOCwGc1:100.00:7", [], - "2634628831", + "3940160259", { - "_23": 1090, - "_70": 71, - "_72": 1092, - "_74": 1093 + "_65": 808, + "_66": 67, + "_68": 810, + "_70": 811, + "_72": 73 }, - "6LfSag7ByiH0gGcqoFHHBe", + "2mmE1EmtOqtbWemO2wGuMO:100.00:4", [ - 1094, - 1095 + 812, + 813, + 814 ], { - "_77": 933, - "_79": 111, - "_81": 101 + "_91": 133, + "_93": 134, + "_95": 76 }, { - "_77": 935, - "_79": 80, - "_81": 936 + "_91": 136, + "_93": 134, + "_95": 76 }, - "2637918557", { - "_23": 1096, - "_70": 71, - "_72": 1098, - "_74": 1099 + "_91": 815, + "_93": 94, + "_95": 816 + }, + "4078831437", + "6bgwAROz7oF1OcKWxH4vHm:100.00:6", + "3940529303", + { + "_65": 817, + "_66": 67, + "_68": 819, + "_70": 820, + "_72": 73 }, - "2XNTwszL419o7DMxzSa0vz:100.00:1", + "17mkpeWbaWfCeMrpE67FOc", [], - "2712556596", + "3954884439", { - "_23": 1100, - "_70": 71, - "_72": 1102, - "_74": 1103 + "_65": 821, + "_66": 67, + "_68": 823, + "_70": 824, + "_72": 78 }, - "7pPLEbQc7hKT1m7CbondoE", - [ - 1104 - ], + "5rqjCf7T9KpJtLnaE73Kum:100.00:4", + [], + "3958255976", { - "_77": 1105, - "_79": 111, - "_81": 101 + "_65": 825, + "_66": 30, + "_68": 76, + "_70": 827, + "_72": 78 }, - "135448051", - "2781425969", + [], + "3984934927", { - "_23": 1106, - "_70": 34, - "_72": 1108, - "_74": 1109 + "_65": 828, + "_66": 67, + "_68": 830, + "_70": 831, + "_72": 73 }, - "7BIMlzITwH6mysXL5ILPSw", + "1Vvsgol2dmLsJCFAQ7KWX1:100.00:1", [ - 1110 + 832 ], { - "_77": 1105, - "_79": 111, - "_81": 101 + "_91": 752, + "_93": 134, + "_95": 76 }, - "2833534668", { - "_23": 1111, - "_70": 71, - "_72": 1113, - "_74": 1114 + "_65": 752, + "_66": 30, + "_68": 76, + "_70": 834, + "_72": 78 }, - "7uYkibMYlCPSnoWmmYNanm", [], - "2935021756", + "4011688770", { - "_23": 1115, - "_70": 34, - "_72": 101, - "_74": 1117 + "_65": 835, + "_66": 30, + "_68": 837, + "_70": 838, + "_72": 78 }, + "3Vq8eWUTWjtrQ9hJ9LdnGO:1.00:4", [], - "2968810397", + "4016553628", { - "_23": 1118, - "_70": 34, - "_72": 101, - "_74": 1120 + "_65": 839, + "_66": 67, + "_68": 841, + "_70": 842, + "_72": 78 }, + "4uuY6QyeLtwSWxhn57p2hc:100.00:1", [], - "3058498100", + "4061070236", { - "_23": 1121, - "_70": 34, - "_72": 101, - "_74": 1123 + "_65": 843, + "_66": 30, + "_68": 76, + "_70": 845, + "_72": 73 }, [], - "3148583717", { - "_23": 1124, - "_70": 34, - "_72": 101, - "_74": 1126 + "_65": 815, + "_66": 67, + "_68": 816, + "_70": 847, + "_72": 73 }, - [], - "3241763787", + [ + 848, + 849 + ], + { + "_91": 133, + "_93": 134, + "_95": 76 + }, + { + "_91": 136, + "_93": 134, + "_95": 76 + }, + "4105779609", { - "_23": 1127, - "_70": 34, - "_72": 101, - "_74": 1129 + "_65": 850, + "_66": 30, + "_68": 852, + "_70": 853, + "_72": 73 }, + "4n7db61XR8iI30Wy1usbrS", [], - "3257646228", + "4132051975", { - "_23": 1130, - "_70": 34, - "_72": 1132, - "_74": 1133 + "_65": 854, + "_66": 67, + "_68": 856, + "_70": 857, + "_72": 73 }, - "3veZ6qhG4zTVvcrwpXXPgi:1.00:4", + "wLBwoUCuuMdnRwa9KkfHI", [], - "3291247717", + "4141006638", { - "_23": 1134, - "_70": 34, - "_72": 101, - "_74": 1136 + "_65": 858, + "_66": 30, + "_68": 860, + "_70": 861, + "_72": 78 }, + "6v4Q2eufBTFCb2P3fGZwPo", [], - "3435450078", + "4147309512", { - "_23": 1137, - "_70": 71, - "_72": 1139, - "_74": 1140 + "_65": 862, + "_66": 67, + "_68": 864, + "_70": 865, + "_72": 78 }, - "2qCdHpFuWOOkibzLRL0zgn", + "7ugtTVrHetaPzAGQ4Yo35X:100.00:1", [], - "3472722167", + "4148168517", { - "_23": 1141, - "_70": 34, - "_72": 101, - "_74": 1143 + "_65": 866, + "_66": 67, + "_68": 868, + "_70": 869, + "_72": 73 }, + "5EW6yS6u2jgOrZqRd4LygB:99.00:5", [], + "4190046875", { - "_23": 303, - "_70": 34, - "_72": 101, - "_74": 1145 + "_65": 870, + "_66": 30, + "_68": 76, + "_70": 872, + "_72": 73 }, [ - 1146, - 1147 + 873 ], { - "_77": 307, - "_79": 111, - "_81": 101 - }, - { - "_77": 309, - "_79": 111, - "_81": 101 + "_91": 752, + "_93": 134, + "_95": 76 }, - "3612584454", + "4206189746", { - "_23": 1148, - "_70": 34, - "_72": 1150, - "_74": 1151 + "_65": 874, + "_66": 30, + "_68": 76, + "_70": 876, + "_72": 78 }, - "4fXx7LNuNnDASdmkzwNxtf", [], - "3664702598", + "4226692983", { - "_23": 1152, - "_70": 34, - "_72": 1154, - "_74": 1155 + "_65": 877, + "_66": 67, + "_68": 879, + "_70": 880, + "_72": 78 }, - "7x9wS41bRDCji9ns8x5Oej", + "6sEu91zwlBGSKOqFiNpGlA:100.00:2", [], - "3678527908", + "4242210007", { - "_23": 1156, - "_70": 34, - "_72": 101, - "_74": 1158 + "_65": 881, + "_66": 67, + "_68": 883, + "_70": 884, + "_72": 78 }, + "5T7B6Qu0S7TF24HzOjoxJl:95.00:1", [], - "3728856343", + "dynamic_configs", { - "_23": 1159, - "_70": 34, - "_72": 101, - "_74": 1161 + "_887": 888, + "_945": 946, + "_952": 953, + "_960": 961, + "_968": 969, + "_972": 973, + "_978": 979, + "_984": 985, + "_992": 993, + "_998": 999, + "_1005": 1006, + "_1040": 1041, + "_1063": 1064, + "_1070": 1071, + "_1075": 1076, + "_1093": 1094, + "_1098": 1099, + "_1106": 1107, + "_1112": 1113, + "_1117": 1118, + "_1123": 1124, + "_1131": 1132, + "_1137": 1138, + "_1141": 1142, + "_1147": 1148, + "_1153": 1154, + "_1163": 1164, + "_1173": 1174, + "_1179": 1180, + "_1187": 1188, + "_1197": 1198 }, - [], - "3861593998", + "304034551", { - "_23": 1162, - "_70": 34, - "_72": 1164, - "_74": 1165 + "_65": 887, + "_66": 889, + "_940": 941, + "_68": 941, + "_942": 30, + "_70": 943, + "_72": 78, + "_944": 67 }, - "5DN2QZNg9iYP45NqvRetnu", - [], - "3910241726", { - "_23": 1166, - "_70": 71, - "_72": 1168, - "_74": 1169 + "_890": 67, + "_891": 892, + "_938": 939 }, - "1ItyvFbGou4epQp9HviAsm", + "use_allowlist", + "enabled_org_ids", + [ + 893, + 894, + 895, + 896, + 897, + 898, + 899, + 900, + 901, + 902, + 903, + 904, + 905, + 906, + 907, + 908, + 909, + 910, + 911, + 912, + 913, + 914, + 915, + 916, + 917, + 918, + 919, + 920, + 921, + 922, + 923, + 924, + 925, + 926, + 927, + 928, + 929, + 930, + 931, + 932, + 933, + 934, + 935, + 936, + 937 + ], + "org-3qfZmmeTSEHbAhbjr7OAvBIw", + "org-4ngg9iMRKPVbhYBAx81lczVL", + "org-C83wsnVr4Vz6le9tOxHoZKth", + "org-VDQOL06s78mVeoFSCm2gPHAg", + "org-Vg6I7IHhE9pJ3P3OPrpZ0YQm", + "org-1dARy0FKi5ZIic0z0qDQ3XUM", + "org-kFq7XGb5UTkOSvV4LxmCp7b7", + "org-NsJIUxrWs5us9FoWFtGIk5NZ", + "org-M9DIO6oLrq0UcMoSjgczD9DW", + "org-0QM0k2pMtejHlsSGWF41A5WV", + "org-PwtpeDLo26229lYL4DsCUe0r", + "org-21IExuHKXnCkr2n01lIargY3", + "org-4hgpgFUqLp5JnT5lwvJ0Lsia", + "org-9yoizYTDXmGeLGjPD9dx8e3b", + "org-A7QosfBxzeTHG7FH4S6ifLR7", + "org-bTGf4sgcg1QYmZWWiKNPGmz0", + "org-CCtoOUkMZcrgtH1kOD7mnGNl", + "org-eOF9wZkd6LuWSYANP8UHkoiH", + "org-hRgblOnyHKe1ES3WgBRydYUG", + "org-KZeIVWrpDWJwUjVOjNzdS4w0", + "org-u6XEUEWeD916RjBzzBvHG7ay", + "org-VKhVKdlrvn0o5Bt2LYmqXVLp", + "org-xpqTMjIowwRQRVTLu6HoTwG6", + "org-HegzOLZApfwxNplbOZWLHbbU", + "ardorg04282025g", + "org-W5NuD7QBBT7YMaaCxWYqax0p", + "org-0LDQECxInqZUNf1Oz5TFSNjX", + "org-AhJnu1luIs7E0FbqIXUGPgAd", + "org-cA2BvsazhDVAdzYAWV27Iakl", + "org-o1g8FqFGMXHTRciTzugtQeB0", + "org-u47UddP2Su7qaE4W6zfvjbOy", + "org-XQMfVEZ7WGP8lcJlVAHu9Doi", + "org-ZqtBNCBow93YE0wSvJHjhhvO", + "org-QvPsSfKzujzSMfl6GcX6WI9m", + "org-DyJ5WkvKHNF1YZBRtvai0oPb", + "org-MglzfzXxHnMgJs7llQbPTVNC", + "org-3DIMedrgsJOkEujIcP9AHypU", + "org-SGO4Yi5l3fHwia8a8N8eAG0Q", + "org-ENTU0H45gp7zRkluxecyQSMv", + "org-btbBjqVC6mnrvP38UQBt37tC", + "org-ICqU4NccDB0RmQPxcPKvn4C6", + "org-KKqbES27Nji0qKKmene5ZS7N", + "org-3GzZQkBvTrf2VVrNd0IvW8bk", + "org-4sEDJxZrpf0KsNAqYYVm9FZt", + "twilio", + "disabled_org_ids", [], - { - "_23": 723, - "_70": 34, - "_72": 724, - "_74": 1171 - }, + "group", + "5oc5snJSulFgP02Chyip3W:100.00:3", + "is_device_based", [], - "3940529303", + "passed", + "325276579", { - "_23": 1172, - "_70": 71, - "_72": 1174, - "_74": 1175 + "_65": 945, + "_66": 947, + "_940": 948, + "_68": 948, + "_942": 30, + "_70": 949, + "_72": 78, + "_950": 30, + "_951": 67 }, - "17mkpeWbaWfCeMrpE67FOc", + {}, + "inlineTargetingRules", [], - "4012051055", + "is_user_in_experiment", + "is_experiment_active", + "349697204", + { + "_65": 952, + "_66": 954, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 959, + "_72": 73, + "_944": 30 + }, { - "_23": 1176, - "_70": 34, - "_72": 101, - "_74": 1178 + "_955": 956, + "_957": 958 }, + "availability_message_type", + "available_to_pro", + "upgrade_button_message_type", + "try_with_pro", [], - "4043415092", + "387775177", { - "_23": 1179, - "_70": 34, - "_72": 101, - "_74": 1181 + "_65": 960, + "_66": 962, + "_940": 964, + "_68": 964, + "_942": 30, + "_70": 965, + "_966": 967, + "_72": 78, + "_950": 30, + "_951": 30 }, - [], - "4132051975", { - "_23": 1182, - "_70": 71, - "_72": 1184, - "_74": 1185 + "_963": 67 }, - "wLBwoUCuuMdnRwa9KkfHI", + "enable-copy-and-open", + "launchedGroup", [], - "4141006638", + "group_name", + "Test", + "463092697", { - "_23": 1186, - "_70": 34, - "_72": 1188, - "_74": 1189 + "_65": 968, + "_66": 970, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 971, + "_72": 78, + "_944": 30 }, - "6v4Q2eufBTFCb2P3fGZwPo", + {}, [], - "4192239497", + "497018663", { - "_23": 1190, - "_70": 34, - "_72": 101, - "_74": 1192 + "_65": 972, + "_66": 974, + "_940": 948, + "_68": 948, + "_942": 30, + "_70": 975, + "_72": 123, + "_950": 30, + "_951": 67 }, - [], - "4206189746", + {}, + [ + 976 + ], { - "_23": 1193, - "_70": 34, - "_72": 101, - "_74": 1195 + "_91": 977, + "_93": 134, + "_95": 76 }, - [], - "4242210007", + "1829150232", + "516806730", { - "_23": 1196, - "_70": 34, - "_72": 1198, - "_74": 1199 + "_65": 978, + "_66": 980, + "_940": 964, + "_68": 964, + "_942": 30, + "_70": 982, + "_966": 983, + "_72": 78, + "_950": 30, + "_951": 30 }, - "5T7B6Qu0S7TF24HzOjoxJl", - [], { - "_1201": 1202, - "_1209": 1210, - "_375": 1214, - "_1216": 1217, - "_1235": 1236, - "_1239": 1240, - "_1245": 1246, - "_1253": 1254, - "_431": 1287, - "_440": 1289, - "_1291": 1292, - "_1297": 1298 + "_981": 30 }, + "quickstart_enabled", + [], + "Control", "550560761", { - "_23": 1201, - "_70": 1203, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1208 + "_65": 984, + "_66": 986, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 991, + "_72": 78, + "_944": 30 }, { - "_1204": 1205, - "_1206": 1207 + "_987": 988, + "_989": 990 }, "history_results_limit", 6, "local_results_limit", 2, [], - "948081399", + "555825174", { - "_23": 1209, - "_70": 1211, - "_366": 1212, - "_72": 1212, - "_368": 34, - "_74": 1213, - "_373": 34, - "_374": 71 + "_65": 992, + "_66": 994, + "_940": 996, + "_68": 996, + "_942": 30, + "_70": 997, + "_966": 967, + "_72": 78, + "_950": 67, + "_951": 67 }, - {}, - "layerAssignment", + { + "_995": 67 + }, + "enabled", + "3hO7DOiLSjtWNjmf2m2iqm", [], + "1001765573", + { + "_65": 998, + "_66": 1000, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1001, + "_72": 78, + "_944": 30 + }, + {}, + [ + 1002, + 1003 + ], + { + "_91": 977, + "_93": 134, + "_95": 76 + }, + { + "_91": 1004, + "_93": 134, + "_95": 76 + }, + "2050894816", + "1087852479", { - "_23": 375, - "_70": 377, - "_366": 379, - "_72": 379, - "_368": 34, - "_74": 1215, - "_373": 71, - "_374": 71 + "_65": 1005, + "_66": 1007, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1039, + "_72": 78, + "_944": 30 }, + { + "_1008": 1009 + }, + "blacklist", + [ + 1010, + 1011, + 1012, + 1013, + 1014, + 1015, + 1016, + 1017, + 1018, + 1019, + 1020, + 1021, + 1022, + 1023, + 1024, + 1025, + 1026, + 1027, + 1028, + 1029, + 1030, + 1031, + 1032, + 1033, + 1034, + 1035, + 1036, + 1037, + 1038 + ], + "alumni.edu", + "sdsu.edu", + "sjsu.edu", + "csun.edu", + "fresnostate.edu", + "csu.fullerton.edu", + "csumb.edu", + "csusb.edu", + "csueastbay.edu", + "humboldt.edu", + "csuchico.edu", + "calpoly.edu", + "sonoma.edu", + "csusm.edu", + "csub.edu", + "csus.edu", + "csuci.edu", + "cpp.edu", + "calstatela.edu", + "csustan.edu", + "csulb.edu", + "sfsu.edu", + "csudh.edu", + "csufresno.edu", + "csum.edu", + "calstate.edu", + "harvard.edu", + "harvardglobal.org", + "hbs.edu", [], "1682643554", { - "_23": 1216, - "_70": 1218, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1234 + "_65": 1040, + "_66": 1042, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1062, + "_72": 78, + "_944": 30 }, { - "_1219": 1220 + "_1043": 1044 }, "school_configurations", { - "_1221": 1222, - "_1230": 1231 + "_1045": 1046, + "_1054": 1055, + "_1058": 1059 }, "openai_1signup_for_1", { - "_1223": 1224, - "_1225": 1226, - "_1227": 1228 + "_1047": 1048, + "_1049": 1050, + "_1051": 1052 }, "display_name", "OpenAI", @@ -3405,315 +3078,552 @@ "students-2025-one-month-free", "domains", [ - 1229 + 1053 ], "openai.com, mail.openai.com", "australia", { - "_1223": 1224, - "_1225": 1226, - "_1227": 1232 + "_1047": 1048, + "_1049": 1050, + "_1051": 1056 }, [ - 1233 + 1057 ], "edu.au", + "colombia", + { + "_1047": 1048, + "_1049": 1050, + "_1051": 1060 + }, + [ + 1061 + ], + "unal.edu.co", [], - "1809520125", + "1792765184", { - "_23": 1235, - "_70": 1237, - "_366": 751, - "_72": 751, - "_368": 71, - "_74": 1238, - "_373": 34, - "_374": 34 + "_65": 1063, + "_66": 1065, + "_940": 1066, + "_68": 1066, + "_942": 30, + "_70": 1067, + "_72": 78, + "_950": 30, + "_951": 30 }, {}, + "targetingGate", + [ + 1068 + ], + { + "_91": 1069, + "_93": 134, + "_95": 76 + }, + "1484529305", + "1809520125", + { + "_65": 1070, + "_66": 1072, + "_940": 964, + "_68": 964, + "_942": 67, + "_70": 1074, + "_966": 983, + "_72": 73, + "_950": 30, + "_951": 30 + }, + { + "_1073": 30 + }, + "enable_closed_by_default", [], - "2181185232", + "1967546325", + { + "_65": 1075, + "_66": 1077, + "_940": 1090, + "_68": 1090, + "_942": 30, + "_70": 1091, + "_72": 123, + "_944": 67 + }, { - "_23": 1239, - "_70": 1241, - "_366": 498, - "_72": 498, - "_368": 71, - "_74": 1242, - "_373": 34, - "_374": 71 + "_1078": 67, + "_1079": 67, + "_1080": 30, + "_1081": 30, + "_1082": 67, + "_1083": 67, + "_1084": 1085, + "_1086": 1085, + "_1087": 1088, + "_1089": 67 }, - {}, + "gdrivePicker", + "o365Picker", + "gdriveLink", + "o365Link", + "o365PersonalLink", + "o365BusinessLink", + "gdrivePercentage", + 100, + "o365Percentage", + "loadTestPercentage", + 0, + "showWorkspaceSettings", + "2bcszlc7CFHdfdCdq7jXNb:100.00:5", [ - 1243 + 1092 ], { - "_77": 1244, - "_79": 111, - "_81": 101 + "_91": 538, + "_93": 134, + "_95": 76 }, - "1887864177", - "2604379743", + "2248456840", + { + "_65": 1093, + "_66": 1095, + "_940": 1096, + "_68": 1096, + "_942": 30, + "_70": 1097, + "_72": 78, + "_950": 30, + "_951": 30 + }, + {}, + "prestart", + [], + "2578643309", { - "_23": 1245, - "_70": 1247, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1252 + "_65": 1098, + "_66": 1100, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1105, + "_72": 78, + "_944": 30 }, { - "_1248": 1249, - "_1250": 1251 + "_1101": 1102, + "_1103": 1104 }, "nux_video_url", - "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.mov", + "https://persistent.oaistatic.com/deep-research/nux.da7d5fb5.mp4", "nux_image_url", + "https://persistent.oaistatic.com/deep-research/nux.da7d5fb5.jpg", + [], + "2604379743", + { + "_65": 1106, + "_66": 1108, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1111, + "_72": 78, + "_944": 30 + }, + { + "_1101": 1109, + "_1103": 1110 + }, + "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.mov", "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.jpg", [], - "2821602598", + "3217984440", { - "_23": 1253, - "_70": 1255, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1286 + "_65": 1112, + "_66": 1114, + "_940": 1115, + "_68": 1115, + "_942": 30, + "_70": 1116, + "_966": 983, + "_72": 78, + "_950": 67, + "_951": 67 }, { - "_1256": 1257 + "_995": 30 }, - "Football", - [ - 1258 - ], + "7tnGWer5Sp5YnDNM9RuW30", + [], + "3230069703", { - "_1259": 1256, - "_1260": 1261 + "_65": 1117, + "_66": 1119, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1122, + "_72": 78, + "_944": 30 }, - "title", - "templates", - [ - 1262, - 1272, - 1279 - ], { - "_1263": 1264, - "_1265": 1266 + "_1120": 1121 }, - "text", - "The [input] are down [input] with [input] left in the [input] quarter. What are their odds they [input]?", - "suggestions", - [ - 1267, - 1268, - 1269, - 1270, - 1271 - ], - "KC Chiefs", - "27 - 10", - "5 minutes", - "4th", - "win", + "expirySeconds", + 15, + [], + "3253785454", { - "_1263": 1273, - "_1265": 1274 + "_65": 1123, + "_66": 1125, + "_940": 1128, + "_68": 1128, + "_942": 67, + "_70": 1129, + "_966": 1130, + "_72": 73, + "_950": 67, + "_951": 67 }, - "I'm [input], played [input] and work out [input]. Help me train like a [input].", - [ - 1275, - 1276, - 1277, - 1278 - ], - "29", - "football", - "3 days a week", - "NFL running back", { - "_1263": 1280, - "_1265": 1281 + "_1126": 30, + "_1127": 67 + }, + "should_animate_user_message", + "should_animate_composer", + "1vZhxLNQj6TYVm44mf9h5C", + [], + "animate composer", + "3287425176", + { + "_65": 1131, + "_66": 1133, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1136, + "_72": 78, + "_944": 30 + }, + { + "_1134": 1135 + }, + "blog_post_link", + "https://openai.com/index/introducing-o3-and-o4-mini/", + [], + "3406517345", + { + "_65": 1137, + "_66": 1139, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1140, + "_72": 78, + "_944": 30 + }, + {}, + [], + "3438591328", + { + "_65": 1141, + "_66": 1143, + "_940": 1096, + "_68": 1096, + "_942": 67, + "_70": 1144, + "_72": 73, + "_950": 30, + "_951": 30 }, - "Write me a [input]. Include [input], [input], and [input].", + {}, [ - 1282, - 1283, - 1284, - 1285 + 1145 ], - "perfect halftime show song", - "dancing", - "fireworks", - "being super fierce", - [], { - "_23": 431, - "_70": 433, - "_366": 434, - "_72": 434, - "_368": 34, - "_74": 1288, - "_373": 71, - "_374": 71 + "_91": 1146, + "_93": 134, + "_95": 76 + }, + "350498269", + "3519990784", + { + "_65": 1147, + "_66": 1149, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1152, + "_72": 73, + "_944": 30 + }, + { + "_1150": 1151 }, + "inference_debounce_ms", + 300, [], + "3575952160", + { + "_65": 1153, + "_66": 1155, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1162, + "_72": 78, + "_944": 30 + }, { - "_23": 440, - "_70": 442, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1290 + "_1156": 1157, + "_1158": 1159, + "_1160": 1161 }, + "credits_per_dollar", + 50, + "min_USD", + 20, + "max_USD", + 1000, [], - "3519108196", + "3747383021", + { + "_65": 1163, + "_66": 1165, + "_940": 1169, + "_68": 1169, + "_942": 67, + "_70": 1170, + "_72": 73, + "_944": 67 + }, + { + "_1166": 67, + "_1167": 67, + "_1168": 67 + }, + "github", + "sharepoint", + "dropbox", + "3d0IY8dczWoLtIoPlDtxHk:100.00:1", + [ + 1171, + 1172 + ], + { + "_91": 538, + "_93": 134, + "_95": 76 + }, + { + "_91": 729, + "_93": 134, + "_95": 76 + }, + "3934129380", { - "_23": 1291, - "_70": 1293, - "_366": 367, - "_72": 367, - "_368": 34, - "_74": 1296, - "_373": 34, - "_374": 34 + "_65": 1173, + "_66": 1175, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1178, + "_72": 78, + "_944": 30 }, { - "_1294": 71, - "_1295": 71 + "_1176": 1177 }, - "show-album-upload", - "show-camera-upload", + "model", + "gpt-4o", [], "3983984123", { - "_23": 1297, - "_70": 1299, - "_366": 751, - "_72": 751, - "_368": 34, - "_74": 1300, - "_476": 1301, - "_373": 34, - "_374": 34, - "_1302": 71 + "_65": 1179, + "_66": 1181, + "_940": 1096, + "_68": 1096, + "_942": 30, + "_70": 1183, + "_1184": 1185, + "_72": 78, + "_950": 30, + "_951": 30, + "_1186": 67 }, { - "_759": 34 + "_1182": 30 }, + "is_memory_undo_enabled", [], + "explicit_parameters", [ - 759 + 1182 ], "is_in_layer", + "4198227845", + { + "_65": 1187, + "_66": 1189, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1196, + "_72": 78, + "_944": 30 + }, + { + "_1190": 30, + "_1191": 30, + "_1192": 30, + "_1193": 30, + "_1194": 30, + "_1195": 30 + }, + "enabled_for_platform_override", + "enabled_for_platform_new", + "enabled_for_platform_existing", + "enabled_for_chat_override", + "enabled_for_chat_new", + "enabled_for_chat_existing", + [], + "4250628994", + { + "_65": 1197, + "_66": 1199, + "_940": 1096, + "_68": 1096, + "_942": 30, + "_70": 1200, + "_72": 78, + "_950": 30, + "_951": 30 + }, + {}, + [], + "layer_configs", { - "_1304": 1305, - "_458": 1344, - "_482": 1349, - "_487": 1352, - "_493": 1355, - "_505": 1359, - "_511": 1362, - "_516": 1365, - "_1374": 1375, - "_1382": 1383, - "_527": 1391, + "_1203": 1204, + "_1238": 1239, + "_1259": 1260, + "_1264": 1265, + "_1270": 1271, + "_1276": 1277, + "_1281": 1282, + "_1292": 1293, + "_1300": 1301, + "_1309": 1310, + "_1348": 1349, + "_1356": 1357, + "_1365": 1366, + "_1388": 1389, "_1395": 1396, - "_1403": 1404, - "_1412": 1413, + "_1405": 1406, + "_1424": 1425, + "_1430": 1431, "_1435": 1436, - "_1445": 1446, - "_568": 1465, - "_581": 1468, - "_587": 1471, - "_593": 1474, - "_602": 1477, - "_1480": 1481, - "_1489": 1490, - "_1495": 1496, - "_617": 1502, - "_1506": 1507, - "_636": 1512, - "_653": 1517, - "_675": 1522, - "_685": 1526, - "_1530": 1531, - "_696": 1536, - "_1540": 1541, - "_1549": 1550, - "_708": 1558, - "_1561": 1562, - "_1576": 1577, + "_1455": 1456, + "_1461": 1462, + "_1467": 1468, + "_1476": 1477, + "_1496": 1497, + "_1508": 1509, + "_1514": 1515, + "_1526": 1527, + "_1545": 1546, + "_1552": 1553, + "_1569": 1570, "_1582": 1583, - "_1588": 1589, - "_1597": 1598, - "_1613": 1614, - "_1620": 1621, - "_1627": 1628, - "_1633": 1634, - "_1638": 1639, - "_715": 1645, - "_1652": 1653, - "_1659": 1660, - "_1665": 1666, - "_737": 1683, - "_747": 1691, - "_756": 1694, - "_1697": 1698, - "_762": 1724, - "_1727": 1728, - "_1735": 1736, - "_768": 1741, - "_818": 1746, - "_1749": 1750, - "_1756": 1757, - "_1771": 1772, - "_825": 1776, - "_1779": 1780, + "_1591": 1592, + "_1603": 1604, + "_1612": 1613, + "_1618": 1619, + "_1628": 1629, + "_1636": 1637, + "_1648": 1649, + "_1657": 1658, + "_1664": 1665, + "_1680": 1681, + "_1692": 1693, + "_1698": 1699, + "_1703": 1704, + "_1709": 1710, + "_1717": 1718, + "_1733": 1734, + "_1740": 1741, + "_1747": 1748, + "_1753": 1754, + "_1758": 1759, + "_1765": 1766, + "_1777": 1778, "_1784": 1785, - "_832": 1814, - "_1817": 1818 + "_1797": 1798, + "_1803": 1804, + "_1809": 1810, + "_1826": 1827, + "_1844": 1845, + "_1854": 1855, + "_1861": 1862, + "_1866": 1867, + "_1896": 1897, + "_1902": 1903, + "_1910": 1911, + "_1916": 1917, + "_1950": 1951, + "_1968": 1969, + "_1987": 1988, + "_1992": 1993, + "_1999": 2000, + "_2006": 2007, + "_2018": 2019, + "_2030": 2031, + "_2036": 2037, + "_2044": 2045, + "_2051": 2052, + "_2060": 2061, + "_2065": 2066, + "_2096": 2097, + "_2101": 2102 }, "109457", { - "_23": 1304, - "_70": 1306, - "_366": 1334, - "_72": 1334, - "_368": 34, - "_74": 1335, - "_476": 1341, - "_478": 1342, - "_374": 71, - "_373": 71, - "_480": 1343 - }, - { - "_1307": 34, - "_1308": 34, - "_1309": 34, - "_1310": 34, - "_1311": 34, - "_1312": 465, - "_1313": 34, - "_1314": 34, - "_1315": 34, - "_1316": 465, - "_1317": 34, - "_1318": 1319, - "_1320": 34, - "_1321": 34, - "_1322": 34, - "_1323": 34, - "_1324": 34, - "_1325": 465, - "_1326": 34, - "_1327": 1328, - "_1329": 1330, - "_1331": 1330, - "_1332": 34, - "_1333": 34 + "_65": 1203, + "_66": 1205, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1235, + "_1184": 1236, + "_1237": 1235 + }, + { + "_1206": 30, + "_1207": 30, + "_1208": 30, + "_1209": 30, + "_1210": 30, + "_1211": 1212, + "_1213": 30, + "_1214": 30, + "_1215": 30, + "_1216": 1212, + "_1217": 30, + "_1218": 1219, + "_1220": 30, + "_1221": 30, + "_1222": 30, + "_1223": 30, + "_1224": 30, + "_1225": 1226, + "_1227": 30, + "_1228": 1229, + "_1230": 1231, + "_1232": 1231, + "_1233": 30, + "_1234": 30 }, "is_starter_prompt_popular", "is_starter_prompt_top_performer", @@ -3721,281 +3631,344 @@ "use_starter_prompt_help_how_to", "model_talks_first", "model_talks_first_kind", + "", "model_talks_first_augment_system_prompt", "is_starter_prompt_enabled_for_new_users_only", "add_system_prompt_during_onboarding", "onboarding_system_prompt_type", "enable_new_onboarding_flow", "new_onboarding_flow_qualified_start_date", - "2025-02-28T06:00:00Z", + "2099-11-04T00:00:00Z", "personalized_onboarding", "onboarding_show_custom_instructions_page", "write_custom_instructions_in_onboarding", "keep_onboarding_after_dismiss", "onboarding_dynamic_steps_based_on_main_usage", "onboarding_style", + "NONE", "onboarding_show_followups", "onboarding_inject_cards_position", - 9999, + 3, "ONBOARDING_EXAMPLES_PROMPT_ID", "convo_gen_examples_v2", "onboarding_gen_examples_prompt_type", "show_new_chat_nux", "is_guided_onboarding", - "M3EE4Hyw83Rv7RjIICK6o", - [ - 1336, - 1338 - ], - { - "_77": 1337, - "_79": 111, - "_81": 101 - }, - "674041001", + [], + [], + "undelegated_secondary_exposures", + "16152997", { - "_77": 1339, - "_79": 80, - "_81": 1340 + "_65": 1238, + "_66": 1240, + "_940": 1250, + "_68": 1250, + "_942": 30, + "_70": 1251, + "_966": 983, + "_1184": 1255, + "_1256": 1257, + "_951": 30, + "_950": 30, + "_1237": 1258 + }, + { + "_1241": 67, + "_1242": 30, + "_1243": 67, + "_1244": 1212, + "_1245": 1212, + "_1246": 1088, + "_1247": 30, + "_1248": 67, + "_1249": 30 }, - "59687878", - "4k3eNmHeryixdsgalKqv0", - [ - 1325, - 1318, - 1315, - 1316, - 1320, - 1326, - 1327, - 1331, - 1332 - ], - "52701554", + "show_preview_when_collapsed", + "expand_by_default", + "is_enabled", + "summarizer_system_prompt", + "summarizer_chunk_template", + "summarizer_chunk_char_limit", + "enable_o3_mini_retrieval", + "override_o3_mini_to_high", + "enable_reason_by_default", + "6DaNqHbUdaQZCJTtuXMn3l:override", [ - 1336 + 1252 ], { - "_23": 458, - "_70": 460, - "_366": 471, - "_72": 471, - "_368": 34, - "_74": 1345, - "_476": 477, - "_478": 479, - "_374": 34, - "_373": 34, - "_480": 1348 + "_91": 1253, + "_93": 94, + "_95": 1254 }, + "747145983", + "1yBei0bniPE2f1TkI3MLWa", [ - 1346 + 1241, + 1242, + 1243 ], - { - "_77": 474, - "_79": 80, - "_81": 1347 - }, - "1yBehWRiofl3CcNtvNVvk6", + "allocated_experiment_name", + "1630255509", [ - 1346 + 1252 ], + "40440673", { - "_23": 482, - "_70": 484, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1350, - "_476": 1351, - "_480": 1350 + "_65": 1259, + "_66": 1261, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1262, + "_1184": 1263, + "_1237": 1262 }, + {}, [], [], + "51287004", { - "_23": 487, - "_70": 489, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1353, - "_476": 1354, - "_480": 1353 + "_65": 1264, + "_66": 1266, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1268, + "_1184": 1269, + "_1237": 1268 }, - [], - [], { - "_23": 493, - "_70": 495, - "_366": 498, - "_72": 498, - "_368": 71, - "_74": 1356, - "_476": 502, - "_478": 503, - "_374": 71, - "_373": 34, - "_480": 1358 + "_1267": 67 }, - [ - 1357 - ], + "enable", + [], + [], + "190694971", { - "_77": 501, - "_79": 111, - "_81": 101 + "_65": 1270, + "_66": 1272, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1274, + "_1184": 1275, + "_1237": 1274 }, - [], { - "_23": 505, - "_70": 507, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1360, - "_476": 1361, - "_480": 1360 + "_1273": 30 }, + "show_nux", [], [], + "229662723", { - "_23": 511, - "_70": 513, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1363, - "_476": 1364, - "_480": 1363 + "_65": 1276, + "_66": 1278, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1279, + "_1184": 1280, + "_1237": 1279 }, + {}, [], [], + "387752763", { - "_23": 516, - "_70": 1366, - "_366": 1367, - "_72": 1367, - "_368": 71, - "_74": 1368, - "_476": 1372, - "_478": 516, - "_374": 34, - "_373": 34, - "_480": 1373 + "_65": 1281, + "_66": 1283, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1286, + "_1184": 1291, + "_1237": 1286 }, { - "_519": 71, - "_520": 71 + "_1284": 67, + "_1285": 67 }, - "5UE8g4T56yxUBUYancL7KB:override", + "enable_slash_commands", + "enable_rich_text_composer", [ - 1369, - 1370 + 1287, + 1288, + 1289 ], { - "_77": 107, - "_79": 111, - "_81": 101 + "_91": 144, + "_93": 94, + "_95": 145 }, { - "_77": 110, - "_79": 80, - "_81": 1371 + "_91": 147, + "_93": 134, + "_95": 148 }, - "5hCRKi4Gs5QJkOanmdVvHU:100.00:4", - [ - 520, - 519 - ], - [ - 1369, - 1370 - ], + { + "_91": 1290, + "_93": 134, + "_95": 76 + }, + "1410082514", + [], "415386882", { - "_23": 1374, - "_70": 1376, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1378, - "_476": 1381, - "_480": 1378 + "_65": 1292, + "_66": 1294, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1296, + "_1184": 1299, + "_1237": 1296 }, { - "_1377": 34 + "_1295": 30 }, "is_voice_mode_entry_point_enabled", [ - 1379 + 1297 ], { - "_77": 1380, - "_79": 111, - "_81": 101 + "_91": 1298, + "_93": 134, + "_95": 76 }, "1644396868", [], "453021389", { - "_23": 1382, - "_70": 1384, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1387, - "_476": 1390, - "_480": 1387 + "_65": 1300, + "_66": 1302, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1305, + "_1184": 1308, + "_1237": 1305 }, { - "_1385": 34, - "_1386": 71 + "_1303": 30, + "_1304": 67 }, "enable-block-animations", "enable-word-animations", [ - 1388 + 1306 ], { - "_77": 1389, - "_79": 111, - "_81": 465 + "_91": 1307, + "_93": 134, + "_95": 1212 }, "3016192915", [], + "468168202", { - "_23": 527, - "_70": 529, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1392, - "_476": 1394, - "_480": 1392 + "_65": 1309, + "_66": 1311, + "_940": 1341, + "_68": 1341, + "_942": 30, + "_70": 1342, + "_966": 967, + "_1184": 1345, + "_1256": 1346, + "_951": 67, + "_950": 67, + "_1237": 1347 + }, + { + "_1312": 67, + "_1313": 30, + "_1314": 67, + "_1315": 67, + "_1316": 30, + "_1317": 30, + "_1318": 30, + "_1319": 30, + "_1320": 30, + "_1321": 30, + "_1322": 30, + "_1323": 30, + "_1324": 30, + "_1325": 30, + "_1326": 67, + "_1327": 67, + "_1328": 67, + "_1329": 30, + "_1330": 1331, + "_1332": 1333, + "_1334": 30, + "_1335": 1229, + "_1336": 30, + "_1337": 1338, + "_1339": 30, + "_1340": 30 }, + "is_team_enabled", + "is_yearly_plus_subscription_enabled", + "is_split_between_personal_and_business_enabled", + "is_modal_fullscreen", + "is_v2_toggle_labels_enabled", + "is_bw", + "is_produce_colors", + "is_produce_color_scheme", + "is_mobile_web_toggle_enabled", + "is_enterprise_enabled", + "is_produce_text", + "is_optimized_checkout", + "is_save_stripe_payment_info_enabled", + "is_auto_save_stripe_payment_info_enabled", + "does_manage_my_subscription_link_take_user_to_subscription_settings", + "should_open_cancellation_survey_after_canceling", + "should_show_manage_my_subscription_link", + "is_stripe_manage_subscription_link_enabled", + "cancellation_modal_cancel_button_color", + "danger", + "cancellation_modal_go_back_button_color", + "secondary", + "should_show_cp", + "cp_eligibility_months", + "should_offer_paypal_when_eligible", + "cp_id", + "gzfyjxwblqop", + "is_enrolled_for_huli", + "should_set_customer_address_country_to_billing_country", + "2T6eE6yfoknmZCLzlBqtl2", [ - 1393 + 1343 ], { - "_77": 559, - "_79": 111, - "_81": 101 + "_91": 1344, + "_93": 134, + "_95": 76 }, - [], + "1847092144", + [ + 1329 + ], + "567396244", + [ + 1343 + ], "474444727", { - "_23": 1395, - "_70": 1397, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1401, - "_476": 1402, - "_480": 1401 + "_65": 1348, + "_66": 1350, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1354, + "_1184": 1355, + "_1237": 1354 }, { - "_1398": 71, - "_1399": 1400 + "_1351": 67, + "_1352": 1353 }, "show_custom_instr_message", "custom_instr_message_timeout_duration", @@ -4004,48 +3977,49 @@ [], "590557768", { - "_23": 1403, - "_70": 1405, - "_366": 1407, - "_72": 1407, - "_368": 71, - "_74": 1408, - "_476": 1409, - "_478": 1410, - "_374": 71, - "_373": 71, - "_480": 1411 + "_65": 1356, + "_66": 1358, + "_940": 1360, + "_68": 1360, + "_942": 67, + "_70": 1361, + "_966": 983, + "_1184": 1362, + "_1256": 1363, + "_951": 67, + "_950": 67, + "_1237": 1364 }, { - "_1406": 71 + "_1359": 30 }, "should_show_return_home_btn", - "MfvDyM5oEZ1TqWS7cE8et", + "MfvDx72WmPxA1oWw4IuVr", [], [ - 1406 + 1359 ], "1022536663", [], "660512088", { - "_23": 1412, - "_70": 1414, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1422, - "_476": 1434, - "_480": 1422 + "_65": 1365, + "_66": 1367, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1375, + "_1184": 1387, + "_1237": 1375 }, { - "_1415": 34, - "_1416": 71, - "_1417": 34, - "_1418": 34, - "_1419": 34, - "_1420": 34, - "_1421": 34 + "_1368": 30, + "_1369": 67, + "_1370": 30, + "_1371": 30, + "_1372": 30, + "_1373": 30, + "_1374": 30 }, "enable_arch_updates", "include_legacy_sidebar_contents", @@ -4055,107 +4029,126 @@ "include_scrolling_behavior_update", "include_revised_sidebar_ia", [ - 1423, - 1425, - 1428, - 1431 + 1376, + 1378, + 1381, + 1384 ], { - "_77": 1424, - "_79": 111, - "_81": 101 + "_91": 1377, + "_93": 134, + "_95": 76 }, "2558701922", { - "_77": 1426, - "_79": 111, - "_81": 1427 + "_91": 1379, + "_93": 134, + "_95": 1380 }, "735930678", "6nGV45RQYtcIGTbPzppBhS", { - "_77": 1429, - "_79": 111, - "_81": 1430 + "_91": 1382, + "_93": 134, + "_95": 1383 }, "3011415004", "7pUMK6uci7sslAj8bP7VEA", { - "_77": 1432, - "_79": 111, - "_81": 1433 + "_91": 1385, + "_93": 134, + "_95": 1386 }, "854062205", "66y6sNojVqOdoNf0CX0JYC", [], + "668322707", + { + "_65": 1388, + "_66": 1390, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1393, + "_1184": 1394, + "_1237": 1393 + }, + { + "_1391": 67, + "_1392": 67 + }, + "show_citations_with_title", + "use_chip_style_citations", + [], + [], "685344542", { - "_23": 1435, - "_70": 1437, - "_366": 1439, - "_72": 1439, - "_368": 34, - "_74": 1440, - "_476": 1442, - "_478": 1443, - "_374": 34, - "_373": 34, - "_480": 1444 + "_65": 1395, + "_66": 1397, + "_940": 1399, + "_68": 1399, + "_942": 30, + "_70": 1400, + "_966": 967, + "_1184": 1402, + "_1256": 1403, + "_951": 30, + "_950": 30, + "_1237": 1404 }, { - "_1438": 34, - "_539": 71 + "_1398": 30, + "_1321": 67 }, "is_mobile_enterprise_enabled", "3INu3qkV6QoN42TYoP3gja:override", [ - 1441 + 1401 ], { - "_77": 142, - "_79": 80, - "_81": 144 + "_91": 265, + "_93": 94, + "_95": 267 }, [ - 539 + 1321 ], "1388643772", [ - 1441 + 1401 ], "717266490", { - "_23": 1445, - "_70": 1447, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1463, - "_476": 1464, - "_480": 1463 - }, - { - "_1448": 71, - "_1449": 71, - "_1450": 71, - "_1318": 1451, - "_1317": 34, - "_1452": 34, - "_1320": 34, - "_1323": 34, - "_1322": 34, - "_1453": 416, - "_1454": 34, - "_1321": 34, - "_1455": 34, - "_1456": 71, - "_1457": 34, - "_1458": 1459 + "_65": 1405, + "_66": 1407, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1422, + "_1184": 1423, + "_1237": 1422 + }, + { + "_1408": 67, + "_1409": 67, + "_1410": 67, + "_1218": 1219, + "_1217": 30, + "_1411": 30, + "_1220": 30, + "_1223": 30, + "_1222": 30, + "_1412": 1088, + "_1413": 30, + "_1221": 30, + "_1414": 30, + "_1415": 67, + "_1416": 30, + "_1417": 1418 }, "optimize_initial_modals", "defer_memory_modal", "enable_v2_cleanup", - "2099-11-04T00:00:00Z", "use_plus_rl_during_onboarding", "plus_rl_during_onboarding_minutes_after_creation", "enable_mobile_app_upsell_banner", @@ -4164,392 +4157,700 @@ "onboarding_show_other_option", "onboarding_flow_tool_steps", [ - 1460, - 1461, - 1462 + 1419, + 1420, + 1421 ], "dalle", "file_upload", "canvas", [], [], + "723297404", + { + "_65": 1424, + "_66": 1426, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1428, + "_1184": 1429, + "_1237": 1428 + }, { - "_23": 568, - "_70": 570, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1466, - "_476": 1467, - "_480": 1466 + "_1427": 30 }, + "show_india_language_upsell_banner", [], [], + "789160436", { - "_23": 581, - "_70": 583, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1469, - "_476": 1470, - "_480": 1469 + "_65": 1430, + "_66": 1432, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1433, + "_1184": 1434, + "_1237": 1433 }, + {}, [], [], + "871635014", + { + "_65": 1435, + "_66": 1437, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1451, + "_1184": 1454, + "_1237": 1451 + }, + { + "_1438": 30, + "_1439": 67, + "_1440": 30, + "_1441": 1442, + "_1443": 76, + "_1444": 30, + "_1445": 30, + "_1446": 30, + "_1447": 1442, + "_1448": 30, + "_1449": 30, + "_1450": 30 + }, + "snowflake_composer_entry_point", + "use_broad_rate_limit_language", + "voice_holdout", + "krisp_noise_filter", + "none", + "voice_entry_point_style", + "show_label_on_button", + "voice_only", + "bvc_enabled", + "noise_filter", + "zing_enabled", + "keyboard_down", + "hide_dictation_button", + [ + 1452 + ], + { + "_91": 1453, + "_93": 134, + "_95": 76 + }, + "949898936", + [], + "1170120107", + { + "_65": 1455, + "_66": 1457, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1459, + "_1184": 1460, + "_1237": 1459 + }, { - "_23": 587, - "_70": 589, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1472, - "_476": 1473, - "_480": 1472 + "_1458": 30 }, + "is_whisper_enabled", [], [], + "1238742812", + { + "_65": 1461, + "_66": 1463, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1465, + "_1184": 1466, + "_1237": 1465 + }, { - "_23": 593, - "_70": 595, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1475, - "_476": 1476, - "_480": 1475 + "_1464": 30 }, + "should_enable_zh_tw", [], [], + "1320801051", + { + "_65": 1467, + "_66": 1469, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1474, + "_1184": 1475, + "_1237": 1474 + }, { - "_23": 602, - "_70": 604, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1478, - "_476": 1479, - "_480": 1478 + "_1470": 30, + "_1471": 30, + "_1472": 67, + "_1473": 30 }, + "hide_new_at_workspace_section", + "hide_section_new_at_workspace", + "gpt_discovery_experiment_enabled", + "popular_at_my_workspace_enabled", + [], [], + "1346366956", + { + "_65": 1476, + "_66": 1478, + "_940": 1066, + "_68": 1066, + "_942": 67, + "_70": 1490, + "_1184": 1493, + "_1256": 1494, + "_951": 67, + "_950": 30, + "_1237": 1495 + }, + { + "_1479": 30, + "_1480": 1481, + "_1482": 30, + "_1483": 30, + "_1484": 30, + "_1485": 30, + "_1486": 30, + "_1487": 30, + "_1488": 1489 + }, + "use_email_otp", + "signup_cta_copy", + "SIGN_UP", + "login_allow_phone", + "signup_allow_phone", + "forwardToAuthApi", + "use_new_phone_ui", + "in_signup_allow_phone_hold_out", + "use_formatted_national_number", + "continue_with_email_phone_placement", + "after_sso", + [ + 1491 + ], + { + "_91": 1492, + "_93": 134, + "_95": 76 + }, + "2307260085", + [ + 1480 + ], + "182726150", [], "1358188185", { - "_23": 1480, - "_70": 1482, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1485, - "_476": 1488, - "_480": 1485 + "_65": 1496, + "_66": 1498, + "_940": 1501, + "_68": 1501, + "_942": 30, + "_70": 1502, + "_966": 967, + "_1184": 1505, + "_1256": 1506, + "_951": 67, + "_950": 67, + "_1237": 1507 }, { - "_1483": 71, - "_1484": 34 + "_1499": 67, + "_1500": 67 }, "prefetch-models", "sidebar-default-close", + "2Sw7ZUUEdPpSprZeJA0Nmy", [ - 1486 + 1503 ], { - "_77": 1487, - "_79": 111, - "_81": 101 + "_91": 1504, + "_93": 134, + "_95": 76 }, "542939804", - [], + [ + 1500 + ], + "33688072", + [ + 1503 + ], "1358849452", { - "_23": 1489, - "_70": 1491, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1493, - "_476": 1494, - "_480": 1493 + "_65": 1508, + "_66": 1510, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1512, + "_1184": 1513, + "_1237": 1512 }, { - "_1492": 34 + "_1511": 30 }, "disable-ssr", [], [], "1368081792", { - "_23": 1495, - "_70": 1497, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1500, - "_476": 1501, - "_480": 1500 - }, - { - "_1498": 34, - "_1499": 34 + "_65": 1514, + "_66": 1516, + "_940": 1521, + "_68": 1521, + "_942": 30, + "_70": 1522, + "_966": 983, + "_1184": 1523, + "_1256": 1524, + "_951": 67, + "_950": 67, + "_1237": 1525 + }, + { + "_1517": 30, + "_1518": 30, + "_1519": 67, + "_1520": 30 }, "should_show_o3_mini_high_upsell_banner_free_user_to_plus", "should_show_o3_mini_high_upsell_banner_plus_user", + "should_change_model_picker", + "should_show_deep_research_upsell_banner", + "5fTO72ELlHRBp5dFgYXCXR", [], + [ + 1520 + ], + "4015598091", [], + "1547743984", { - "_23": 617, - "_70": 619, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1503, - "_476": 1505, - "_480": 1503 + "_65": 1526, + "_66": 1528, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1541, + "_1184": 1544, + "_1237": 1541 + }, + { + "_1529": 30, + "_1530": 30, + "_1531": 30, + "_1532": 30, + "_1533": 30, + "_1534": 30, + "_1535": 30, + "_1536": 67, + "_1537": 30, + "_1538": 30, + "_1539": 67, + "_1540": 67 }, + "should_simplify_modal", + "is_simplified_sharing_modal_enabled", + "is_social_share_options_enabled", + "is_update_shared_links_enabled", + "is_discoverability_toggle_enabled", + "show_copylink_state_if_no_updates", + "is_continue_enabled", + "show_share_button_text", + "is_meta_improvements_enabled", + "show_share_button_inline", + "use_dalle_preview", + "in_dalle_preview_exp", [ - 1504 + 1542 ], { - "_77": 634, - "_79": 111, - "_81": 101 + "_91": 1543, + "_93": 134, + "_95": 76 }, + "4038001028", [], "1578749296", { - "_23": 1506, - "_70": 1508, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1510, - "_476": 1511, - "_480": 1510 + "_65": 1545, + "_66": 1547, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1550, + "_1184": 1551, + "_1237": 1550 }, { - "_1509": 34 + "_1548": 30, + "_1549": 30 }, "is_sticky_toggle_off", + "is_trinity", [], [], + "1630876919", + { + "_65": 1552, + "_66": 1554, + "_940": 1561, + "_68": 1561, + "_942": 30, + "_70": 1562, + "_966": 967, + "_1184": 1566, + "_1256": 1567, + "_951": 67, + "_950": 67, + "_1237": 1568 + }, + { + "_1555": 67, + "_1556": 67, + "_1557": 67, + "_1558": 67, + "_1559": 30, + "_1560": 67 + }, + "enable_indexing", + "backfill_completed", + "enable_local_indexing", + "enable_ux", + "enable_us_rollout", + "enable_ux_rollout", + "31UyKaWB8PZhFswQt29NlZ", + [ + 1563 + ], + { + "_91": 1564, + "_93": 94, + "_95": 1565 + }, + "2372319800", + "4NZS9cdXgw2uEnVQCdyNMH:100.00:30", + [ + 1555, + 1557, + 1556, + 1558, + 1560 + ], + "1028722647", + [], + "1696863369", { - "_23": 636, - "_70": 1513, - "_366": 498, - "_72": 498, - "_368": 34, - "_74": 1514, - "_476": 650, - "_478": 651, - "_374": 71, - "_373": 34, - "_480": 1516 + "_65": 1569, + "_66": 1571, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1574, + "_1184": 1581, + "_1237": 1574 }, { - "_639": 34, - "_640": 34, - "_641": 34, - "_642": 34, - "_643": 34, - "_644": 34 + "_1572": 30, + "_1573": 30 }, + "has_sidekick_access", + "show_nux_banner", [ - 1515 + 1575, + 1578 ], { - "_77": 648, - "_79": 111, - "_81": 101 + "_91": 1576, + "_93": 134, + "_95": 1577 }, + "1938289220", + "79O8DQPDmTKxnLdAH9loVk", + { + "_91": 1579, + "_93": 134, + "_95": 1580 + }, + "2033872549", + "7dScmNU0bu2UQuzCNtva50", [], + "1697140512", + { + "_65": 1582, + "_66": 1584, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1586, + "_1184": 1590, + "_1237": 1586 + }, { - "_23": 653, - "_70": 655, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1518, - "_476": 1521, - "_480": 1518 + "_1573": 30, + "_1585": 30 }, + "can_download_sidetron", [ - 1519, - 1520 + 1587 ], { - "_77": 660, - "_79": 111, - "_81": 661 + "_91": 1588, + "_93": 134, + "_95": 1589 + }, + "2919213474", + "6HLlb6nSjJk5ADynHucWgP", + [], + "1704793646", + { + "_65": 1591, + "_66": 1593, + "_940": 1066, + "_68": 1066, + "_942": 30, + "_70": 1597, + "_1184": 1600, + "_1256": 1601, + "_951": 67, + "_950": 30, + "_1237": 1602 }, { - "_77": 663, - "_79": 111, - "_81": 664 + "_1594": 67, + "_1595": 1159, + "_1596": 67 }, - [], + "greeting_web", + "name_char_limit", + "full_name_llm", + [ + 1598 + ], { - "_23": 675, - "_70": 677, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1523, - "_476": 1525, - "_480": 1523 + "_91": 1599, + "_93": 134, + "_95": 76 }, + "331938894", [ - 1524 + 1594, + 1595, + 1596 ], + "392393436", + [], + "1780960461", { - "_77": 683, - "_79": 111, - "_81": 101 + "_65": 1603, + "_66": 1605, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1608, + "_1184": 1611, + "_1237": 1608 }, - [], { - "_23": 685, - "_70": 687, - "_366": 498, - "_72": 498, - "_368": 34, - "_74": 1527, - "_476": 693, - "_478": 694, - "_374": 71, - "_373": 34, - "_480": 1529 + "_1606": 67, + "_1607": 30, + "_1594": 30, + "_995": 30 }, + "mobile", + "web", [ - 1528 + 1609 ], { - "_77": 692, - "_79": 111, - "_81": 101 + "_91": 1610, + "_93": 134, + "_95": 76 }, + "3074373870", [], "1846737571", { - "_23": 1530, - "_70": 1532, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1534, - "_476": 1535, - "_480": 1534 + "_65": 1612, + "_66": 1614, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1616, + "_1184": 1617, + "_1237": 1616 }, { - "_1533": 34 + "_1615": 30 }, "is_upgrade_button_blue", [], [], + "1914829685", { - "_23": 696, - "_70": 698, - "_366": 700, - "_72": 700, - "_368": 71, - "_74": 1537, - "_476": 705, - "_478": 706, - "_374": 34, - "_373": 34, - "_480": 1539 + "_65": 1618, + "_66": 1620, + "_940": 1622, + "_68": 1622, + "_942": 67, + "_70": 1623, + "_966": 967, + "_1184": 1625, + "_1256": 1626, + "_951": 30, + "_950": 30, + "_1237": 1627 + }, + { + "_1621": 67 }, + "forward_to_authapi", + "2RO4BOrVWPrsxRUPYNKPLe:override", [ - 1538 + 1624 ], { - "_77": 703, - "_79": 80, - "_81": 704 + "_91": 63, + "_93": 94, + "_95": 69 }, [ - 1538 + 1621 + ], + "1856338298", + [ + 1624 ], + "1976075658", + { + "_65": 1628, + "_66": 1630, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1634, + "_1184": 1635, + "_1237": 1634 + }, + { + "_1631": 30, + "_1632": 67, + "_1633": 30 + }, + "email_sent", + "show_banner", + "send_email", + [], + [], "2118136551", { - "_23": 1540, - "_70": 1542, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1547, - "_476": 1548, - "_480": 1547 + "_65": 1636, + "_66": 1638, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1646, + "_1184": 1647, + "_1237": 1646 }, { - "_1543": 34, - "_1544": 34, - "_1545": 71, - "_1546": 71 + "_1639": 67, + "_1640": 30, + "_1641": 67, + "_1642": 67, + "_1643": 67, + "_1644": 67, + "_1645": 30 }, "show_cookie_banner_if_qualified", "test_dummy", "sign_up_button_has_the_word_free", "show_cookie_banner_auth_login", + "show_cookie_banner_improvements", + "should_show_imagegen_nux", + "show_management_modal", [], [], "2149763392", { - "_23": 1549, - "_70": 1551, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1554, - "_476": 1557, - "_480": 1554 + "_65": 1648, + "_66": 1650, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1653, + "_1184": 1656, + "_1237": 1653 }, { - "_1552": 34, - "_1553": 34 + "_1651": 30, + "_1652": 30 }, "show-in-main-composer", "show-model-picker", [ - 1555 + 1654 ], { - "_77": 1556, - "_79": 111, - "_81": 101 + "_91": 1655, + "_93": 134, + "_95": 76 }, "4151101559", [], + "2152104812", { - "_23": 708, - "_70": 710, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1559, - "_476": 1560, - "_480": 1559 + "_65": 1657, + "_66": 1659, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1662, + "_1184": 1663, + "_1237": 1662 + }, + { + "_1660": 30, + "_1661": 30 }, + "hide_gpts_if_none", + "hide_default_gpts", [], [], "2259187367", { - "_23": 1561, - "_70": 1563, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1574, - "_476": 1575, - "_480": 1574 + "_65": 1664, + "_66": 1666, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1678, + "_1184": 1679, + "_1237": 1678 }, { - "_1564": 34, - "_1565": 1566, - "_1567": 1568, - "_1569": 71, - "_1570": 1571, - "_1572": 34, - "_1573": 1256 + "_1667": 30, + "_1668": 1669, + "_1670": 1671, + "_1672": 67, + "_1673": 1674, + "_1675": 30, + "_1676": 1677 }, "enable_nux", "start_time", @@ -4561,95 +4862,142 @@ "madlibs_0203", "enable_additional_categories", "additional_category", + "Football", + [], [], + "2382399797", + { + "_65": 1680, + "_66": 1682, + "_940": 1686, + "_68": 1686, + "_942": 30, + "_70": 1687, + "_966": 967, + "_1184": 1689, + "_1256": 1690, + "_951": 67, + "_950": 67, + "_1237": 1691 + }, + { + "_1243": 67, + "_1683": 30, + "_1684": 30, + "_1685": 67 + }, + "navigator_share_text", + "navigator_share_image", + "navigator_share_link", + "2H73RDC2aRVXfaQ3lZF8UM", + [ + 1688 + ], + { + "_91": 277, + "_93": 94, + "_95": 278 + }, + [ + 1243 + ], + "3699925866", [], "2505516353", { - "_23": 1576, - "_70": 1578, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1580, - "_476": 1581, - "_480": 1580 + "_65": 1692, + "_66": 1694, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1696, + "_1184": 1697, + "_1237": 1696 }, { - "_1579": 71 + "_1695": 67 }, "android-keyboard-layout", [], [], + "2622458804", + { + "_65": 1698, + "_66": 1700, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1701, + "_1184": 1702, + "_1237": 1701 + }, + {}, + [], + [], "2670443078", { - "_23": 1582, - "_70": 1584, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1586, - "_476": 1587, - "_480": 1586 + "_65": 1703, + "_66": 1705, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1707, + "_1184": 1708, + "_1237": 1707 }, { - "_1585": 71 + "_1706": 67 }, "is_gating_fix_enabled", [], [], "2716194794", { - "_23": 1588, - "_70": 1590, - "_366": 498, - "_72": 498, - "_368": 34, - "_74": 1591, - "_476": 1594, - "_478": 1595, - "_374": 71, - "_373": 34, - "_480": 1596 + "_65": 1709, + "_66": 1711, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1713, + "_1184": 1716, + "_1237": 1713 }, { - "_750": 34 + "_1712": 30 }, + "show_upsell", [ - 1592 + 1714 ], { - "_77": 1593, - "_79": 111, - "_81": 101 + "_91": 1715, + "_93": 134, + "_95": 76 }, "2849926832", - [ - 750 - ], - "2435265903", [], "2723963139", { - "_23": 1597, - "_70": 1599, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1611, - "_476": 1612, - "_480": 1611 - }, - { - "_1600": 34, - "_1601": 34, - "_1602": 71, - "_1603": 71, - "_1604": 71, - "_1605": 1606, - "_1607": 71, - "_1608": 34, - "_1609": 34, - "_1610": 465 + "_65": 1717, + "_66": 1719, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1731, + "_1184": 1732, + "_1237": 1731 + }, + { + "_1720": 30, + "_1721": 30, + "_1722": 67, + "_1723": 67, + "_1724": 67, + "_1725": 1726, + "_1727": 67, + "_1728": 30, + "_1729": 30, + "_1730": 1212 }, "is_dynamic_model_enabled", "show_message_model_info", @@ -4666,18 +5014,18 @@ [], "2775247110", { - "_23": 1613, - "_70": 1615, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1618, - "_476": 1619, - "_480": 1618 + "_65": 1733, + "_66": 1735, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1738, + "_1184": 1739, + "_1237": 1738 }, { - "_1616": 34, - "_1617": 34 + "_1736": 30, + "_1737": 67 }, "show_pro_badge", "show_plan_type_badge", @@ -4685,163 +5033,276 @@ [], "2840731323", { - "_23": 1620, - "_70": 1622, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1624, - "_476": 1626, - "_480": 1624 + "_65": 1740, + "_66": 1742, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1744, + "_1184": 1746, + "_1237": 1744 }, { - "_626": 71, - "_1623": 71 + "_1535": 67, + "_1743": 67 }, "is_direct_continue_enabled", [ - 1625 + 1745 ], { - "_77": 1031, - "_79": 111, - "_81": 101 + "_91": 413, + "_93": 134, + "_95": 76 }, [], "2888142241", { - "_23": 1627, - "_70": 1629, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1631, - "_476": 1632, - "_480": 1631 + "_65": 1747, + "_66": 1749, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1751, + "_1184": 1752, + "_1237": 1751 }, { - "_1630": 71 + "_1750": 67 }, "is_upgrade_in_settings", [], [], "2932223118", { - "_23": 1633, - "_70": 1635, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1636, - "_476": 1637, - "_480": 1636 + "_65": 1753, + "_66": 1755, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1756, + "_1184": 1757, + "_1237": 1756 }, { - "_538": 71 + "_1320": 67 }, [], [], "2972011003", { - "_23": 1638, - "_70": 1640, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1643, - "_476": 1644, - "_480": 1643 + "_65": 1758, + "_66": 1760, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1763, + "_1184": 1764, + "_1237": 1763 }, { - "_1641": 71, - "_1642": 34 + "_1761": 67, + "_1762": 30 }, "user_context_message_search_tools_default", "search_tool_holdout_enabled", [], [], + "3048336830", { - "_23": 715, - "_70": 1646, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1647, - "_476": 1651, - "_480": 1647 + "_65": 1765, + "_66": 1767, + "_940": 1770, + "_68": 1770, + "_942": 30, + "_70": 1771, + "_1184": 1776, + "_1237": 1771 }, { - "_718": 71, - "_719": 34 + "_1768": 67, + "_1769": 30 }, + "is-enabled", + "use-rtl-layout", + "localization-april Nzc6Xnht6tIVmb48Ejg1T:override", [ - 1648, - 1649 + 1772, + 1773 ], { - "_77": 723, - "_79": 111, - "_81": 724 + "_91": 798, + "_93": 134, + "_95": 800 }, { - "_77": 726, - "_79": 111, - "_81": 1650 + "_91": 1774, + "_93": 94, + "_95": 1775 }, - "66covmutTYx82FWVUlZAqF", + "3700615661", + "66covjaoZoe9pQR4I68jOB", [], "3119715334", { - "_23": 1652, - "_70": 1654, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1657, - "_476": 1658, - "_480": 1657 + "_65": 1777, + "_66": 1779, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1782, + "_1184": 1783, + "_1237": 1782 }, { - "_1655": 34, - "_1656": 34 + "_1780": 30, + "_1781": 30 }, "should-enable-hojicha", "should-enable-skip", [], [], + "3178812292", + { + "_65": 1784, + "_66": 1786, + "_940": 1066, + "_68": 1066, + "_942": 30, + "_70": 1788, + "_1184": 1794, + "_1256": 1795, + "_951": 67, + "_950": 30, + "_1237": 1796 + }, + { + "_1787": 30 + }, + "use_f_convo", + [ + 1789, + 1791 + ], + { + "_91": 1790, + "_93": 134, + "_95": 76 + }, + "3799260860", + { + "_91": 1792, + "_93": 134, + "_95": 1793 + }, + "2563746933", + "2NxJKBpSxyB6WtJECSpQaP:0.00:1", + [ + 1787 + ], + "1534132955", + [ + 1789 + ], "3206655705", { - "_23": 1659, - "_70": 1661, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1663, - "_476": 1664, - "_480": 1663 + "_65": 1797, + "_66": 1799, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1801, + "_1184": 1802, + "_1237": 1801 }, { - "_1662": 71 + "_1800": 67 }, "enable_new_ux", [], [], + "3243846918", + { + "_65": 1803, + "_66": 1805, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1807, + "_1184": 1808, + "_1237": 1807 + }, + { + "_1806": 30 + }, + "enable_message_slice", + [], + [], + "3278106051", + { + "_65": 1809, + "_66": 1811, + "_940": 1815, + "_68": 1815, + "_942": 30, + "_70": 1816, + "_966": 1822, + "_1184": 1823, + "_1256": 1824, + "_951": 67, + "_950": 67, + "_1237": 1825 + }, + { + "_1812": 67, + "_1813": 30, + "_1814": 30 + }, + "is_dalle_sharing_enabled", + "enabled_convo_sharing_with_user_uploaded_files", + "allow_receiver_see_user_uploaded_files_DO_NOT_ENABLE", + "uhGdP10USeRsP1hs4VmcS", + [ + 1817, + 1819 + ], + { + "_91": 1818, + "_93": 134, + "_95": 76 + }, + "3737630977", + { + "_91": 1820, + "_93": 94, + "_95": 1821 + }, + "609775464", + "18S7qFbVRYyDDVZLa9lpof", + "In holdout", + [ + 1813 + ], + "3635120241", + [ + 1817 + ], "3434623093", { - "_23": 1665, - "_70": 1667, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1673, - "_476": 1682, - "_480": 1673 + "_65": 1826, + "_66": 1828, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1834, + "_1184": 1843, + "_1237": 1834 }, { - "_1668": 71, - "_1669": 1670, - "_1671": 71, - "_1672": 71 + "_1829": 67, + "_1830": 1831, + "_1832": 67, + "_1833": 67 }, "with-attach-upsell", "labels", @@ -4849,123 +5310,146 @@ "with-voice-upsell", "with-reason-upsell", [ - 1674, - 1676, - 1678, - 1680 + 1835, + 1837, + 1839, + 1841 ], { - "_77": 1675, - "_79": 111, - "_81": 101 + "_91": 1836, + "_93": 134, + "_95": 76 }, "1604099973", { - "_77": 1677, - "_79": 111, - "_81": 101 + "_91": 1838, + "_93": 134, + "_95": 76 }, "470066910", { - "_77": 1679, - "_79": 111, - "_81": 101 + "_91": 1840, + "_93": 134, + "_95": 76 }, "1932133792", { - "_77": 1681, - "_79": 111, - "_81": 101 + "_91": 1842, + "_93": 134, + "_95": 76 }, "4175621034", [], + "3436367576", { - "_23": 737, - "_70": 1684, - "_366": 1686, - "_72": 1686, - "_368": 34, - "_74": 1687, - "_476": 744, - "_478": 745, - "_374": 71, - "_373": 71, - "_480": 1690 + "_65": 1844, + "_66": 1846, + "_940": 1066, + "_68": 1066, + "_942": 30, + "_70": 1848, + "_1184": 1851, + "_1256": 1852, + "_951": 67, + "_950": 30, + "_1237": 1853 + }, + { + "_1555": 30, + "_1847": 1088, + "_1558": 30, + "_1557": 30, + "_1556": 30 }, + "wave", + [ + 1849 + ], { - "_639": 71, - "_740": 1685, - "_642": 71, - "_641": 71, - "_640": 34 + "_91": 1850, + "_93": 134, + "_95": 76 }, - 10, - "2FurbaJwwLPFodZHhOZyBO", + "1221279314", [ - 1688 + 1555, + 1847, + 1556, + 1558, + 1557 ], + "938456440", + [], + "3471271313", { - "_77": 743, - "_79": 80, - "_81": 1689 + "_65": 1854, + "_66": 1856, + "_940": 1096, + "_68": 1096, + "_942": 67, + "_70": 1857, + "_1184": 1858, + "_1256": 1859, + "_951": 30, + "_950": 30, + "_1237": 1860 }, - "1FzsKf0T7jWwTRKiSrbUld:100.00:4", - [], { - "_23": 747, - "_70": 749, - "_366": 751, - "_72": 751, - "_368": 71, - "_74": 1692, - "_476": 753, - "_478": 754, - "_374": 34, - "_373": 34, - "_480": 1693 + "_1712": 30 }, [], + [ + 1712 + ], + "3021307436", [], + "3517133692", { - "_23": 756, - "_70": 758, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1695, - "_476": 1696, - "_480": 1695 + "_65": 1861, + "_66": 1863, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1864, + "_1184": 1865, + "_1237": 1864 + }, + { + "_1182": 30 }, [], [], "3533083032", { - "_23": 1697, - "_70": 1699, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1722, - "_476": 1723, - "_480": 1722 - }, - { - "_1700": 71, - "_1701": 71, - "_1702": 1703, - "_1704": 34, - "_1705": 34, - "_1706": 71, - "_1707": 34, - "_1708": 34, - "_1709": 34, - "_1710": 34, - "_1711": 1712, - "_1713": 1714, - "_1715": 1716, - "_1717": 1718, - "_1719": 1720, - "_1721": 465 + "_65": 1866, + "_66": 1868, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1894, + "_1184": 1895, + "_1237": 1894 + }, + { + "_1869": 67, + "_1870": 67, + "_1871": 1872, + "_1873": 30, + "_1874": 30, + "_1875": 67, + "_1876": 30, + "_1877": 30, + "_1878": 30, + "_1879": 30, + "_1880": 1881, + "_1882": 1883, + "_1884": 1885, + "_1886": 1887, + "_1888": 1889, + "_1890": 1212, + "_1891": 67, + "_1892": 67, + "_1893": 1159 }, "enable_new_homepage_anon", "filter_prompt_by_model", @@ -4989,34 +5473,42 @@ "num_completions_to_fetch_from_index", 8, "india_first_prompt", + "web-disable", + "web-enable-for-new-users", + "new-user-message-count", [], [], + "3590606857", { - "_23": 762, - "_70": 764, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1725, - "_476": 1726, - "_480": 1725 + "_65": 1896, + "_66": 1898, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1900, + "_1184": 1901, + "_1237": 1900 }, + { + "_1899": 67 + }, + "should_offer_paypal", [], [], "3606233934", { - "_23": 1727, - "_70": 1729, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1733, - "_476": 1734, - "_480": 1733 + "_65": 1902, + "_66": 1904, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1908, + "_1184": 1909, + "_1237": 1908 }, { - "_1730": 1731, - "_1732": 34 + "_1905": 1906, + "_1907": 30 }, "link", "non", @@ -5025,99 +5517,299 @@ [], "3613709240", { - "_23": 1735, - "_70": 1737, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1739, - "_476": 1740, - "_480": 1739 + "_65": 1910, + "_66": 1912, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1914, + "_1184": 1915, + "_1237": 1914 }, { - "_1738": 71 + "_1913": 67 }, "shouldRefreshAccessToken", [], [], + "3637408529", + { + "_65": 1916, + "_66": 1918, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1944, + "_1184": 1949, + "_1237": 1944 + }, + { + "_1919": 67, + "_1920": 30, + "_1921": 30, + "_1922": 30, + "_1923": 1924, + "_1925": 1926, + "_1927": 67, + "_1928": 67, + "_1929": 67, + "_1930": 30, + "_1931": 67, + "_1932": 30, + "_1933": 30, + "_1934": 67, + "_1935": 30, + "_1936": 67, + "_1937": 1229, + "_1938": 1939, + "_1940": 67, + "_1941": 1942, + "_1943": 30 + }, + "is_anon_chat_enabled", + "is_anon_chat_enabled_for_new_users_only", + "is_try_it_first_on_login_page_enabled", + "is_no_auth_welcome_modal_enabled", + "no_auth_soft_rate_limit", + 5, + "no_auth_hard_rate_limit", + 1200, + "should_show_no_auth_signup_banner", + "is_no_auth_welcome_back_modal_enabled", + "is_no_auth_soft_rate_limit_modal_enabled", + "is_no_auth_gpt4o_modal_enabled", + "is_login_primary_button", + "is_desktop_primary_auth_button_on_right", + "is_primary_btn_blue", + "should_show_disclaimer_only_once_per_device", + "is_secondary_banner_button_enabled", + "is_secondary_auth_banner_button_enabled", + "no_auth_banner_signup_rate_limit", + "composer_text", + "ASK_ANYTHING", + "is_in_composer_text_exp", + "no_auth_upsell_wording", + "NO_CHANGE", + "should_refresh_access_token_error_take_user_to_no_auth", + [ + 1945, + 1947 + ], + { + "_91": 1946, + "_93": 134, + "_95": 121 + }, + "3238165271", + { + "_91": 1948, + "_93": 134, + "_95": 121 + }, + "2983591614", + [], + "3647926857", { - "_23": 768, - "_70": 770, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1742, - "_476": 1745, - "_480": 1742 + "_65": 1950, + "_66": 1952, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1964, + "_1184": 1967, + "_1237": 1964 + }, + { + "_1953": 67, + "_1954": 30, + "_1150": 1955, + "_1956": 30, + "_1957": 30, + "_1958": 1442, + "_1959": 30, + "_1960": 30, + "_1961": 30, + "_1962": 30, + "_1963": 1442 }, + "unified_architecture", + "ux_updates", + 200, + "autoswitcher_enabled", + "copy-and-link", + "reasoning_slider", + "use_case_landing_page", + "reasoning_slider_nux", + "reason_in_overflow_for_free_users", + "search_in_overflow_for_free_users", + "configuration_menu", + [ + 1965 + ], + { + "_91": 1966, + "_93": 134, + "_95": 76 + }, + "3421271022", + [], + "3692302894", + { + "_65": 1968, + "_66": 1970, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1984, + "_1184": 1986, + "_1237": 1984 + }, + { + "_1971": 30, + "_1972": 30, + "_1973": 30, + "_1176": 1974, + "_1975": 1976, + "_1981": 30, + "_1982": 76, + "_1983": 30 + }, + "capability_suggestions", + "capability_prompts_in_stream", + "prefetch_capability_suggestions", + "gpt-4o-mini", + "category_tabs", + [ + 1977, + 1978, + 1979, + 1980 + ], + "ask", + "search", + "picture_v2", + "research", + "use_mixed_suggestions", + "mixed_suggestions_prompt_config_key", + "search_team_followups_enabled", [ - 1743, - 1744 + 1985 ], { - "_77": 798, - "_79": 111, - "_81": 159 + "_91": 461, + "_93": 134, + "_95": 463 + }, + [], + "3703416703", + { + "_65": 1987, + "_66": 1989, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 1990, + "_1184": 1991, + "_1237": 1990 }, { - "_77": 800, - "_79": 111, - "_81": 159 + "_1787": 30 }, [], + [], + "3711177917", { - "_23": 818, - "_70": 820, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1747, - "_476": 1748, - "_480": 1747 + "_65": 1992, + "_66": 1994, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 1997, + "_1184": 1998, + "_1237": 1997 + }, + { + "_1995": 30, + "_1996": 67 }, + "is_summarizer_default_expanded", + "is_inline_summarizer_enabled", [], [], "3737571708", { - "_23": 1749, - "_70": 1751, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1754, - "_476": 1755, - "_480": 1754 + "_65": 1999, + "_66": 2001, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 2004, + "_1184": 2005, + "_1237": 2004 }, { - "_1752": 1753 + "_2002": 2003 }, "sidebar_type", "slick", [], [], + "3766234559", + { + "_65": 2006, + "_66": 2008, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 2013, + "_1184": 2017, + "_1237": 2013 + }, + { + "_2009": 2010, + "_2011": 30, + "_2012": 30 + }, + "image_gen_prompt_type", + "consumer", + "image_gen_enabled", + "all_pages_enabled", + [ + 2014, + 2015 + ], + { + "_91": 752, + "_93": 134, + "_95": 76 + }, + { + "_91": 2016, + "_93": 134, + "_95": 76 + }, + "639721744", + [], "3768341700", { - "_23": 1756, - "_70": 1758, - "_366": 1766, - "_72": 1766, - "_368": 34, - "_74": 1767, - "_476": 1768, - "_478": 1769, - "_374": 71, - "_373": 71, - "_480": 1770 - }, - { - "_540": 34, - "_1759": 34, - "_1760": 34, - "_1761": 71, - "_1762": 71, - "_1763": 71, - "_1764": 34, - "_1765": 34 + "_65": 2018, + "_66": 2020, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 2028, + "_1184": 2029, + "_1237": 2028 + }, + { + "_1322": 30, + "_2021": 30, + "_2022": 30, + "_2023": 67, + "_2024": 67, + "_2025": 30, + "_2026": 67, + "_2027": 67 }, "remove_early_access_upsell", "is_produce_text_design", @@ -5126,104 +5818,150 @@ "is_vat_information_enabled", "is_vat_information_with_amount_enabled", "is_team_pricing_vat_disclaimer_enabled", - "65VHFqyIytQJKjgykJm4UQ", [], - [ - 1763, - 1762, - 1764, - 1765 - ], - "2782616826", [], "3927927759", { - "_23": 1771, - "_70": 1773, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1774, - "_476": 1775, - "_480": 1774 + "_65": 2030, + "_66": 2032, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 2034, + "_1184": 2035, + "_1237": 2034 }, { - "_1454": 71 + "_1413": 67, + "_2033": 30 }, + "enable_moodeng_upsell_banner", [], [], + "3950229590", { - "_23": 825, - "_70": 827, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1777, - "_476": 1778, - "_480": 1777 + "_65": 2036, + "_66": 2038, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 2042, + "_1184": 2043, + "_1237": 2042 + }, + { + "_2039": 30, + "_2040": 30, + "_2041": 30 + }, + "enabled_custom_checkout_for_plus", + "enabled_custom_checkout_for_pro", + "enabled_custom_checkout_for_team", + [], + [], + "3972089454", + { + "_65": 2044, + "_66": 2046, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 2049, + "_1184": 2050, + "_1237": 2049 + }, + { + "_2047": 2048 + }, + "search_scoring_dyconfig_name", + "gizmo_search_score_config", + [], + [], + "3991624489", + { + "_65": 2051, + "_66": 2053, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 2058, + "_1184": 2059, + "_1237": 2058 + }, + { + "_2054": 30, + "_2055": 1442, + "_2056": 2057 }, + "is_word_fade_disabled", + "token_buffer_type", + "word_fade_type", + "delay", [], [], "4020668365", { - "_23": 1779, - "_70": 1781, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1782, - "_476": 1783, - "_480": 1782 + "_65": 2060, + "_66": 2062, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 2063, + "_1184": 2064, + "_1237": 2063 }, { - "_1564": 34, - "_1565": 1566, - "_1567": 1568, - "_1569": 34 + "_1667": 30, + "_1668": 1669, + "_1670": 1671, + "_1672": 30 }, [], [], "4031588851", { - "_23": 1784, - "_70": 1786, - "_366": 101, - "_72": 101, - "_368": 34, - "_74": 1809, - "_476": 1813, - "_480": 1809 - }, - { - "_1787": 71, - "_1788": 71, - "_1789": 71, - "_1790": 71, - "_1791": 34, - "_1792": 34, - "_1717": 1718, - "_1793": 1794, - "_1715": 1716, - "_1711": 1712, - "_1702": 1703, - "_1710": 34, - "_1795": 34, - "_1709": 34, - "_1796": 1797, - "_1798": 71, - "_1799": 465, - "_1706": 71, - "_1713": 1714, - "_1800": 34, - "_1801": 1802, - "_1719": 1720, - "_1803": 34, - "_1804": 34, - "_790": 791, - "_1805": 34, - "_1806": 1807, - "_1808": 71, - "_1721": 465 + "_65": 2065, + "_66": 2067, + "_940": 76, + "_68": 76, + "_942": 30, + "_70": 2091, + "_1184": 2095, + "_1237": 2091 + }, + { + "_2068": 67, + "_2069": 67, + "_2070": 67, + "_2071": 67, + "_2072": 30, + "_2073": 30, + "_1886": 1887, + "_2074": 2075, + "_1884": 1885, + "_1880": 1881, + "_1871": 1872, + "_1879": 30, + "_2076": 30, + "_1878": 30, + "_2077": 2078, + "_2079": 67, + "_2080": 1212, + "_1875": 67, + "_1882": 1883, + "_2081": 30, + "_2082": 1955, + "_1888": 1889, + "_2083": 30, + "_2084": 30, + "_1938": 1939, + "_2085": 30, + "_2086": 2087, + "_1891": 67, + "_1890": 1212, + "_2088": 2089, + "_1892": 67, + "_2090": 30 }, "enable_hardcoded_vision_prompts", "enable_hardcoded_file_document_prompts", @@ -5240,143 +5978,197 @@ "model_talks_option", "enable_hardcoded_onboarding_prompt", "autocomplete_fetch_interval", - 200, "enable_recommend_prompts", "enable_ask_me_prompts", "enable_reasoning_prompts_0202", "dream_type", "user_knowledge_memories", - "web-disable", + "new-user-age-seconds", + 1209600, + "show_india_prompts", [ - 1810 + 2092 ], { - "_77": 1811, - "_79": 111, - "_81": 1812 + "_91": 2093, + "_93": 134, + "_95": 2094 }, "4273941502", "1nGrz4l6GM0LgZvm0pDCtp:2.00:1", [], + "4211831761", { - "_23": 832, - "_70": 834, - "_366": 101, - "_72": 101, - "_368": 71, - "_74": 1815, - "_476": 1816, - "_480": 1815 + "_65": 2096, + "_66": 2098, + "_940": 76, + "_68": 76, + "_942": 67, + "_70": 2099, + "_1184": 2100, + "_1237": 2099 + }, + { + "_995": 30 }, [], [], "4250072504", { - "_23": 1817, - "_70": 1819, - "_366": 1822, - "_72": 1822, - "_368": 34, - "_74": 1823, - "_476": 1825, - "_478": 1826, - "_374": 34, - "_373": 34, - "_480": 1827 + "_65": 2101, + "_66": 2103, + "_940": 2106, + "_68": 2106, + "_942": 30, + "_70": 2107, + "_966": 967, + "_1184": 2109, + "_1256": 2110, + "_951": 30, + "_950": 30, + "_1237": 2111 }, { - "_539": 71, - "_1820": 34, - "_1821": 34 + "_1321": 67, + "_2104": 30, + "_2105": 30 }, "is_enterprise_desktop_enabled", "is_desktop_enterprise_enabled", "3HX7vpdJsUkuyCUEL4V9cE:override", [ - 1824 + 2108 ], { - "_77": 142, - "_79": 80, - "_81": 144 + "_91": 265, + "_93": 94, + "_95": 267 }, [ - 539 + 1321 ], "3311396813", [ - 1824 + 2108 ], + "sdkParams", {}, + "has_updates", + "generator", + "statsig-node-sdk", + "sdkInfo", { - "_844": 845, - "_846": 847 + "_2119": 2120, + "_2121": 2122 }, + "sdkType", + "statsig-node", + "sdkVersion", + "6.3.1", + "time", + 1747466846174, + "evaluated_keys", { - "_852": 22, - "_853": 1831 + "_78": 22, + "_2127": 2128 }, + "customIDs", { - "_855": 856, - "_857": 856, - "_858": 856 + "_2129": 2130, + "_2131": 2130, + "_73": 2130, + "_123": 37, + "_472": 37, + "_2132": 2133 }, + "WebAnonymousCookieID", + "0de3b360-35b3-4f65-8287-ccf491882421", + "DeviceId", + "shared_conversation_id", + "67ffed18-3e54-8008-8a17-7568fce47a33", + "hash_used", + "djb2", { - "_852": 22, - "_864": 865, - "_866": 1833, - "_853": 1831, - "_1838": 1839, - "_1840": 1836, - "_871": 1841, - "_60": 61 + "_78": 22, + "_2137": 2138, + "_2139": 2140, + "_55": 56, + "_2127": 2128, + "_2150": 2151 }, + "country", + "SG", + "custom", { - "_1834": 71, - "_1835": 1836, - "_1837": 34, - "_869": 34, - "_870": 16 + "_2141": 39, + "_123": 37, + "_472": 37, + "_2142": 67, + "_2143": 16, + "_2144": 67, + "_2145": 2146, + "_2147": 30, + "_2148": 2149 }, + "plan_type", + "is_paid", + "auth_status", "has_logged_in_before", "user_agent", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0", "is_punch_out_user", - "ip", - "1.1.1.1", - "userAgent", + "email_domain_type", + "social", + "statsigEnvironment", { - "_873": 874 + "_2152": 2153 }, + "tier", + "production", "isNoAuthEnabled", "userRegion", "New York", "US", + "AS", + "cfConnectingIp", + "8.8.8.8", "cfIpLatitude", null, "cfIpLongitude", null, "cfIpCity", null, - "isUserInNewCookieConsentFlow", "isUserInPioneerHR", + "eligibleAnalytics", + { + "_2170": 30, + "_2171": 30, + "_2172": 30 + }, "isUserEligibleForPioneer", "isUserEligibleForMaverick", + "isUserEligibleForTrailBlazer", "isIos", "isAndroidChrome", "isElectron", "windowStyle", "cspScriptNonce", - "20f285f6-3f39-465d-8802-567f078c6c55", + "69ba5b78-15ba-4d58-9850-d73f4e0c06e9", "routes/_conversation", { - "_1864": 1865, - "_1866": -7 + "_2181": 2182, + "_2183": 2184, + "_2185": -7 }, - "rq:[\"models\",\"{\\\"isHistoryDisabled\\\":false}\"]", + "rq:[\"models\"]", + [ + "P", + 2182 + ], + "rq:[\"promptStarters\",8,null]", [ "P", - 1865 + 2184 ], "prefetchSearch", "routes/_conversation._index", diff --git a/templates/chatgpt_context_2.json b/templates/chatgpt_context_2.json index 5f2e0b8..1760e53 100644 --- a/templates/chatgpt_context_2.json +++ b/templates/chatgpt_context_2.json @@ -1,39 +1,39 @@ [ { - "_1871": 1872, - "_1873": 1874, - "_1964": 43 + "_2640": 2641, + "_2642": 2643, + "_2737": 37 }, "__type", "AccountState", "accountItems", [ - 1875 + 2644 ], [ "SingleFetchClassInstance", - 1876 + 2645 ], { - "_1877": 1878 + "_2646": 2647 }, "data", { - "_21": 43, - "_1879": 1880, - "_1881": 1882, - "_23": -5, - "_1883": -5, - "_1884": -5, - "_46": 47, - "_1885": 1886, - "_1887": -5, - "_1888": 1889, - "_1890": 34, - "_1891": 1892, - "_1918": 1919, - "_1962": 71, - "_1963": -5 + "_21": 37, + "_2648": 2649, + "_2650": 2651, + "_65": -5, + "_2652": -5, + "_2653": -5, + "_40": 41, + "_2654": 2655, + "_42": -5, + "_2656": 2657, + "_2658": 30, + "_2659": 2660, + "_2689": 2690, + "_2735": 67, + "_2736": -5 }, "residencyRegion", "no_constraint", @@ -43,103 +43,114 @@ "profilePictureUrl", "role", "account-owner", - "organizationId", "promoData", {}, "deactivated", "subscriptionStatus", { - "_1893": 1894, - "_1895": 71, - "_1896": 34, - "_1897": 1898, - "_1899": 1900, - "_44": 45, - "_1901": 1902, - "_1903": -7, - "_1904": 71, - "_1905": 71, - "_1906": 1907, - "_1908": 1909, - "_1915": 34, - "_1916": -5, - "_1917": 34 + "_2661": -5, + "_2662": 67, + "_2663": 30, + "_2664": 2665, + "_2666": 2667, + "_38": 39, + "_2668": 2669, + "_2670": 2671, + "_2672": -7, + "_2673": 67, + "_2674": 30, + "_2675": -5, + "_2676": 2677, + "_2683": 30, + "_2684": -5, + "_2685": 67, + "_2686": 30, + "_2687": -7, + "_2688": -7 }, "billingPeriod", - "monthly", "hasPaidSubscription", "isActiveSubscriptionGratis", "billingCurrency", "USD", "subscriptionPlan", "chatgptproplan", + "subscriptionRenewsAt", + 1749734507, "subscriptionExpiresAt", "2524579200", "scheduledPlanChange", "wasPaidCustomer", "hasCustomerObject", "processorEntity", - "openai_llc", "lastActiveSubscription", { - "_1910": 1911, - "_1912": 1913, - "_1914": 71 + "_2678": 2679, + "_2680": 2681, + "_2682": 67 }, "subscription_id", - "c3f25801-20a7-436e-a143-b42924a6e5ea", + "809a7079-5208-4fba-bb11-8f0fdea374fd", "purchase_origin_platform", - "chatgpt_web", + "chatgpt_mobile_ios", "will_renew", "isResellerHosted", "discount", "isEligibleForCancellationPromotion", + "isDelinquent", + "becameDelinquentAt", + "gracePeriodEndAt", "features", [ - 1920, - 1921, - 1922, - 1923, - 1462, - 1924, - 1925, - 1926, - 1927, - 1928, - 1929, - 1930, - 1931, - 1932, - 1933, - 1934, - 1935, - 1936, - 1937, - 1938, - 1939, - 1940, - 1941, - 1942, - 1943, - 33, - 1944, - 1945, - 1946, - 1947, - 1948, - 1949, - 1950, - 1951, - 1952, - 1953, - 1954, - 1955, - 1956, - 1957, - 1958, - 1959, - 1960, - 1961 + 2691, + 2692, + 2693, + 2694, + 1421, + 2695, + 2696, + 2697, + 2698, + 2699, + 2700, + 2701, + 2702, + 2703, + 2704, + 2705, + 2706, + 2707, + 2708, + 2709, + 2710, + 2711, + 2712, + 2713, + 2714, + 2475, + 29, + 2715, + 2716, + 2717, + 2718, + 2719, + 2720, + 2428, + 2721, + 2434, + 2722, + 2723, + 2724, + 2725, + 2726, + 2727, + 2728, + 2729, + 2730, + 2731, + 2732, + 2733, + 2734 ], "beta_features", "bizmo_settings", @@ -161,17 +172,19 @@ "gizmo_canvas_toggle", "gizmo_reviews", "gizmo_support_emails", + "gpt4_1", + "gpt4_1_mini", "gpt_4_5", "graphite", - "image_gen_tool_enabled", - "jawbone_model_access", "model_ab_use_v2", "model_switcher", + "moonshine", "new_plugin_oauth_endpoint", "no_auth_training_enabled_by_default", "o1_launch", "o3-mini", "plugins_available", + "plus_cancellation_promotion", "privacy_policy_nov_2023", "search_tool", "sentinel_enabled_for_subscription", diff --git a/templates/gpts_context.json b/templates/gpts_context.json index ff8674b..879da7e 100644 --- a/templates/gpts_context.json +++ b/templates/gpts_context.json @@ -11,199 +11,365 @@ "_5": 6, "_7": 8, "_9": 10, - "_48": 49, - "_50": 51, - "_52": 53, - "_1832": 61, - "_1833": -5, - "_1834": 855, - "_1835": 1829, - "_1836": 1837, - "_1838": 1839, - "_1840": 1841, - "_1842": 24, - "_1843": 24, - "_1844": 24, - "_1845": 24, - "_1846": 1847, - "_1848": 1849 + "_43": 44, + "_45": 46, + "_47": 48, + "_49": 50, + "_2144": 57, + "_2145": -5, + "_2146": 2128, + "_2147": 2148, + "_2149": 2150, + "_2151": 2152, + "_2153": 2154, + "_2155": 2156, + "_2157": 20, + "_2158": 2159, + "_2163": 2164, + "_2165": 2166 }, "authStatus", "logged_in", "session", { "_9": 10, - "_29": 30, - "_31": 32, - "_38": 39, - "_40": 41, - "_42": 43 + "_23": 24, + "_25": 26, + "_33": 34, + "_35": 36, + "_37": 38 }, "user", { "_11": 12, "_13": 14, - "_15": 14, - "_16": 17, - "_18": 17, + "_15": 16, + "_17": 18, "_19": 20, - "_21": 22, - "_23": 24, - "_25": 26, - "_27": 28 + "_21": 22 }, "id", "user-chatgpt", - "name", - "chatgpt", "email", "chatgpt@openai.com", - "https://s.gravatar.com/avatar/5edae94250bff28c50456d715798421e?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fli.png", - "picture", "idp", "auth0", "iat", - 1742986864, + 1746052151, "mfa", false, - "groups", - [], "intercom_hash", - "2bfe17418ed9bd0db1924962d30f2ed4adcede4bc9a81ac41ce9d623ab3b4de5", + "997b26815a4830316858fd6b93722021e2fb46efd0bb04c51401636c282d710c", "expires", - "2025-06-24T11:02:54.140Z", + "2025-08-15T09:56:41.209Z", "account", { - "_11": 33, - "_34": 35, - "_36": 37 + "_11": 27, + "_28": 29, + "_30": 31, + "_32": -5 }, - "17904ad0-df88-4a0f-917b-501d958eceda", + "b491d73c-2805-4af3-99d6-f2d36cde6183", "planType", "plus", "structure", "personal", + "organizationId", "accessToken", "", "authProvider", "openai", "rumViewTags", { - "_44": 45 + "_39": 40 }, "light_account", { - "_46": 24, - "_47": -7 + "_41": 20, + "_42": -7 }, "fetched", "reason", "cluster", - "unified-9", + "unified-40", "locale", "zh-CN", + "secFetchSite", + "same-origin", "statsig", { - "_54": 55, - "_865": 866 - }, - "classic", - { - "_56": 57, - "_350": 351, - "_446": 447, - "_827": 828, - "_829": 61, - "_830": 831, - "_832": 833, - "_838": 839, - "_840": 841, - "_851": 852, - "_9": 853 + "_51": 52, + "_875": 876, + "_1191": 1192, + "_2102": 2103, + "_2104": 57, + "_2105": 2106, + "_2107": 2108, + "_2113": 2114, + "_2115": 2116, + "_2124": 2125, + "_9": 2126 }, "feature_gates", { - "_58": 59, + "_53": 54, + "_64": 65, + "_69": 70, + "_73": 74, "_76": 77, - "_82": 83, - "_89": 90, - "_103": 104, - "_107": 108, - "_111": 112, - "_115": 116, + "_90": 91, + "_96": 97, + "_99": 100, + "_106": 107, + "_109": 110, + "_114": 115, "_118": 119, - "_122": 123, - "_132": 133, - "_136": 137, - "_140": 141, + "_127": 128, + "_139": 140, "_143": 144, "_147": 148, "_151": 152, "_154": 155, "_158": 159, "_162": 163, - "_172": 173, - "_175": 176, - "_179": 180, - "_186": 187, - "_189": 190, - "_87": 194, + "_166": 167, + "_170": 171, + "_174": 175, + "_177": 178, + "_181": 182, + "_185": 186, + "_188": 189, + "_192": 193, "_196": 197, - "_206": 207, - "_212": 213, - "_216": 217, + "_200": 201, + "_205": 206, + "_214": 215, + "_218": 219, "_222": 223, - "_227": 228, - "_184": 230, - "_232": 233, - "_235": 236, - "_239": 240, + "_226": 227, + "_230": 231, + "_234": 235, + "_238": 239, + "_241": 242, "_245": 246, - "_248": 249, - "_252": 253, - "_256": 257, - "_260": 261, - "_264": 265, - "_268": 269, - "_271": 272, - "_275": 276, + "_255": 256, + "_259": 260, + "_262": 263, + "_269": 270, + "_272": 273, + "_276": 277, "_280": 281, - "_284": 285, + "_283": 284, "_287": 288, - "_293": 294, - "_300": 301, - "_306": 307, - "_201": 309, - "_311": 312, + "_290": 291, + "_294": 295, + "_298": 299, + "_301": 302, + "_305": 306, + "_308": 309, + "_312": 313, "_315": 316, "_319": 320, - "_94": 322, - "_324": 325, - "_335": 336, - "_333": 339, - "_343": 344, - "_346": 347 + "_322": 323, + "_325": 326, + "_329": 330, + "_333": 334, + "_337": 338, + "_340": 341, + "_344": 345, + "_348": 349, + "_352": 353, + "_356": 357, + "_366": 367, + "_369": 370, + "_376": 377, + "_379": 380, + "_382": 383, + "_386": 387, + "_390": 391, + "_393": 394, + "_400": 401, + "_403": 404, + "_406": 407, + "_410": 411, + "_104": 415, + "_417": 418, + "_427": 428, + "_430": 431, + "_434": 435, + "_441": 442, + "_447": 448, + "_451": 452, + "_455": 456, + "_458": 459, + "_463": 464, + "_467": 468, + "_439": 473, + "_475": 476, + "_478": 479, + "_482": 483, + "_488": 489, + "_492": 493, + "_497": 498, + "_504": 505, + "_508": 509, + "_398": 512, + "_514": 515, + "_517": 518, + "_521": 522, + "_524": 525, + "_529": 530, + "_533": 534, + "_539": 540, + "_542": 543, + "_545": 546, + "_549": 550, + "_553": 554, + "_556": 557, + "_562": 563, + "_566": 567, + "_570": 571, + "_574": 575, + "_578": 579, + "_582": 583, + "_585": 586, + "_589": 590, + "_592": 593, + "_596": 597, + "_600": 601, + "_604": 605, + "_607": 608, + "_612": 613, + "_615": 616, + "_619": 620, + "_625": 626, + "_628": 629, + "_633": 634, + "_637": 638, + "_641": 642, + "_374": 645, + "_647": 648, + "_650": 651, + "_655": 656, + "_658": 659, + "_661": 662, + "_665": 666, + "_669": 670, + "_674": 675, + "_678": 679, + "_682": 683, + "_686": 687, + "_689": 690, + "_693": 694, + "_697": 698, + "_701": 702, + "_705": 706, + "_708": 709, + "_711": 712, + "_720": 721, + "_724": 725, + "_730": 731, + "_734": 735, + "_738": 739, + "_743": 744, + "_746": 747, + "_749": 750, + "_753": 754, + "_756": 757, + "_422": 759, + "_761": 762, + "_765": 766, + "_774": 775, + "_778": 779, + "_781": 782, + "_784": 785, + "_788": 789, + "_131": 792, + "_794": 795, + "_798": 799, + "_807": 808, + "_811": 812, + "_815": 816, + "_818": 819, + "_742": 823, + "_825": 826, + "_829": 830, + "_833": 834, + "_805": 836, + "_840": 841, + "_844": 845, + "_848": 849, + "_852": 853, + "_856": 857, + "_860": 861, + "_864": 865, + "_867": 868, + "_871": 872 }, - "61299031", + "14938527", { - "_13": 58, + "_55": 53, + "_56": 57, + "_58": 59, "_60": 61, - "_62": 63, - "_64": 65 + "_62": 63 }, - "value", + "name", + "chatgpt", true, "rule_id", - "2wrvcqZBGOdzYtk4c8rQxP", + "3QgLJ91lKIc7VAOjo5SDz7", "secondary_exposures", + [], + "id_type", + "stableID", + "16480203", + { + "_55": 64, + "_56": 20, + "_58": 66, + "_60": 67, + "_62": 68 + }, + "default", + [], + "userID", + "user-chatgpt", + { + "_55": 69, + "_56": 57, + "_58": 71, + "_60": 72, + "_62": 68 + }, + "18YMN7fhxXjaoLX1Kmmecr:100.00:1", + [], + "58345806", + { + "_55": 73, + "_56": 20, + "_58": 66, + "_60": 75, + "_62": 68 + }, + [], + "61299031", + { + "_55": 76, + "_56": 57, + "_58": 78, + "_60": 79, + "_62": 68 + }, + "2wrvcqZBGOdzYtk4c8rQxP", [ - 66, - 73 + 80, + 87 ], { - "_67": 68, - "_69": 70, - "_71": 72 + "_81": 82, + "_83": 84, + "_85": 86 }, "gate", "44045625", @@ -212,4317 +378,4452 @@ "ruleID", "1vGfaAvyQ4VnZ5Y0UnCsbl:100.00:5", { - "_67": 74, - "_69": 70, - "_71": 75 + "_81": 88, + "_83": 84, + "_85": 89 }, "1259585210", "3cQqufsn9EF8iqIPZFNiE8:100.00:4", "80186230", { - "_13": 76, - "_60": 61, - "_62": 78, - "_64": 79 + "_55": 90, + "_56": 57, + "_58": 92, + "_60": 93, + "_62": 63 }, "7thMqF7L1NKFaEvg1NsH7E", [ - 80, - 81 + 94, + 95 ], { - "_67": 68, - "_69": 70, - "_71": 72 + "_81": 82, + "_83": 84, + "_85": 86 }, { - "_67": 74, - "_69": 70, - "_71": 75 + "_81": 88, + "_83": 84, + "_85": 89 + }, + "156153730", + { + "_55": 96, + "_56": 20, + "_58": 66, + "_60": 98, + "_62": 63 }, + [], "174366048", { - "_13": 82, - "_60": 61, - "_62": 84, - "_64": 85 + "_55": 99, + "_56": 57, + "_58": 101, + "_60": 102, + "_62": 68 }, "bhPM7FsN2H1vnBUrxrg6v:100.00:3", [ - 86 + 103 ], { - "_67": 87, - "_69": 70, - "_71": 88 + "_81": 104, + "_83": 84, + "_85": 105 }, "1923022511", "6VUF6Z1JaUKZF7RS6uSjUu:100.00:6", + "209963048", + { + "_55": 106, + "_56": 20, + "_58": 66, + "_60": 108, + "_62": 68 + }, + [], + "218915747", + { + "_55": 109, + "_56": 20, + "_58": 111, + "_60": 112, + "_62": 113 + }, + "disabled", + [], + "workspace_id", + "222560275", + { + "_55": 114, + "_56": 20, + "_58": 116, + "_60": 117, + "_62": 68 + }, + "5pv2QpbgXNDB0QnBo3LTti:10.00:1", + [], + "223382091", + { + "_55": 118, + "_56": 20, + "_58": 120, + "_60": 121, + "_62": 63 + }, + "1fKkxDiVebEKfTj8nDAjHe", + [ + 122, + 125 + ], + { + "_81": 123, + "_83": 124, + "_85": 66 + }, + "4180060165", + "false", + { + "_81": 126, + "_83": 124, + "_85": 66 + }, + "3765213438", "232791851", { - "_13": 89, - "_60": 24, - "_62": 91, - "_64": 92 + "_55": 127, + "_56": 20, + "_58": 66, + "_60": 129, + "_62": 68 }, - "default", [ - 93, - 96, - 99 + 130, + 133, + 136 ], { - "_67": 94, - "_69": 70, - "_71": 95 + "_81": 131, + "_83": 84, + "_85": 132 }, "3922476776", "1DS1QvDa6IFq9C1oJfgtU9", { - "_67": 97, - "_69": 70, - "_71": 98 + "_81": 134, + "_83": 84, + "_85": 135 }, "749124420", "2MQYHJjfKwcTr14d1bOuVH:100.00:2", { - "_67": 100, - "_69": 101, - "_71": 102 + "_81": 137, + "_83": 124, + "_85": 138 }, "566128514", - "false", "4P1FctCTa3aaKSskEnEeMt", "374768818", { - "_13": 103, - "_60": 61, - "_62": 105, - "_64": 106 + "_55": 139, + "_56": 57, + "_58": 141, + "_60": 142, + "_62": 68 }, "wA7D0MWpe3uCf9HA5KeEi", [], - "491279851", + "392240685", { - "_13": 107, - "_60": 61, - "_62": 109, - "_64": 110 + "_55": 143, + "_56": 57, + "_58": 145, + "_60": 146, + "_62": 68 }, - "4qtiGR7vlvMtZnfSlXM5RN:100.00:12", + "5KBnp2SVnMk6UTJPWrCA2D", [], - "507664831", + "402391964", { - "_13": 111, - "_60": 24, - "_62": 113, - "_64": 114 + "_55": 147, + "_56": 20, + "_58": 149, + "_60": 150, + "_62": 68 }, - "4SZ1s8XXvwaDrAV1l6wIro", + "14sAQaGJDosUKVV0DFZsAL", [], - "645560164", + "417039829", { - "_13": 115, - "_60": 24, - "_62": 91, - "_64": 117 + "_55": 151, + "_56": 20, + "_58": 66, + "_60": 153, + "_62": 63 }, [], - "773249106", + "471233253", { - "_13": 118, - "_60": 24, - "_62": 120, - "_64": 121 + "_55": 154, + "_56": 20, + "_58": 156, + "_60": 157, + "_62": 68 }, - "1kGO9xYmxaBS2V2H3LcQuG", + "3Yf9H7TxMC122pchwAkoLB", [], - "989108178", + "491279851", { - "_13": 122, - "_60": 24, - "_62": 124, - "_64": 125 + "_55": 158, + "_56": 57, + "_58": 160, + "_60": 161, + "_62": 68 }, - "4sTodKrNyByM4guZ68MORR", - [ - 126, - 129 - ], + "4qtiGR7vlvMtZnfSlXM5RN:100.00:12", + [], + "547652119", { - "_67": 127, - "_69": 101, - "_71": 128 + "_55": 162, + "_56": 20, + "_58": 164, + "_60": 165, + "_62": 68 }, - "1457171347", - "2EjTipm6C4kk4fuvcHMzZe", + "muV45DjtwM1FqEVQdfU48", + [], + "550432558", { - "_67": 130, - "_69": 70, - "_71": 131 + "_55": 166, + "_56": 57, + "_58": 168, + "_60": 169, + "_62": 63 }, - "1426009137", - "4C2vO0R7mvnCZvl1HDBExp:30.00:5", - "1028682714", + "4XbSwfoqBmVtxwz32sweLb", + [], + "582612297", { - "_13": 132, - "_60": 61, - "_62": 134, - "_64": 135 + "_55": 170, + "_56": 57, + "_58": 172, + "_60": 173, + "_62": 63 }, - "735n03snBvba4AEhd2Qwqu:100.00:3", + "5censDsCfS2zQeYtTIui2s:100.00:2", [], - "1072178956", + "614413305", { - "_13": 136, - "_60": 24, - "_62": 138, - "_64": 139 + "_55": 174, + "_56": 20, + "_58": 66, + "_60": 176, + "_62": 68 }, - "4m8JwKa5kCi9HNf1ScZepj", [], - "1242184140", + "627760596", { - "_13": 140, - "_60": 24, - "_62": 91, - "_64": 142 + "_55": 177, + "_56": 57, + "_58": 179, + "_60": 180, + "_62": 68 }, + "5vyQST5ucW9WJ7jBCBNnnU", [], - "1318146997", + "645560164", { - "_13": 143, - "_60": 61, - "_62": 145, - "_64": 146 + "_55": 181, + "_56": 57, + "_58": 183, + "_60": 184, + "_62": 63 }, - "2AclmEgqaQBVFbxz37XKzy:100.00:5", + "6N7KWRPlr8htwuCTM1PK8P:100.00:2", [], - "1393076427", + "667937038", { - "_13": 147, - "_60": 61, - "_62": 149, - "_64": 150 + "_55": 185, + "_56": 20, + "_58": 66, + "_60": 187, + "_62": 63 }, - "disabled", [], - "1508312659", + "670492217", { - "_13": 151, - "_60": 24, - "_62": 91, - "_64": 153 + "_55": 188, + "_56": 20, + "_58": 190, + "_60": 191, + "_62": 68 }, + "15rkG3HcZlcaOCJSzUcgor:0.00:1", [], - "1578703058", + "706943082", { - "_13": 154, - "_60": 61, - "_62": 156, - "_64": 157 + "_55": 192, + "_56": 57, + "_58": 194, + "_60": 195, + "_62": 63 }, - "2l4nEVMUnPuXkgprUm5zzs:100.00:4", + "X9mJLzEwXwKo3p0LSSQIL", [], - "1611573287", + "727502549", { - "_13": 158, - "_60": 61, - "_62": 160, - "_64": 161 + "_55": 196, + "_56": 57, + "_58": 198, + "_60": 199, + "_62": 68 }, - "159rwM3sBnviE9XWH24azn:100.00:2", + "6EYbmM9CyqCRO6U6k3dROA", [], - "1719651090", + "733205176", { - "_13": 162, - "_60": 61, - "_62": 164, - "_64": 165 + "_55": 200, + "_56": 20, + "_58": 66, + "_60": 202, + "_62": 68 }, - "60QaTyBFJYTakinhLvhAM9", [ - 166, - 169 + 203 ], { - "_67": 167, - "_69": 70, - "_71": 168 + "_81": 204, + "_83": 124, + "_85": 66 }, - "1616485584", - "2PP6pudW64Hn7katvazhAx:100.00:5", + "2801790479", + "756982148", { - "_67": 170, - "_69": 70, - "_71": 171 + "_55": 205, + "_56": 57, + "_58": 207, + "_60": 208, + "_62": 68 }, - "1034043359", - "4bd3o553p0ZCRkFmipROd8", - "1804926979", + "3oAWYdzegKPwxhFJjJrGz3", + [ + 209, + 211 + ], + { + "_81": 210, + "_83": 124, + "_85": 66 + }, + "1456438623", + { + "_81": 212, + "_83": 84, + "_85": 213 + }, + "3805873235", + "5KvGWgEpEmDspTafar95iC:100.00:9", + "756982149", { - "_13": 172, - "_60": 24, - "_62": 91, - "_64": 174 + "_55": 214, + "_56": 20, + "_58": 216, + "_60": 217, + "_62": 68 }, + "1rXg44we6gmcRqYsiZzfL4:0.00:1", [], - "1825130190", + "766296922", { - "_13": 175, - "_60": 61, - "_62": 177, - "_64": 178 + "_55": 218, + "_56": 57, + "_58": 220, + "_60": 221, + "_62": 63 }, - "Nef2uMceNUF9U3ZYwSbpD", + "5M80Kzz2tbfdgNONyvZ4yt", [], - "1847911009", + "773249106", { - "_13": 179, - "_60": 24, - "_62": 181, - "_64": 182 + "_55": 222, + "_56": 20, + "_58": 224, + "_60": 225, + "_62": 68 }, - "5OIO2mI7iQiPRReG1jZ4c2:0.00:7", - [ - 183 - ], + "1kGO9xYmxaBS2V2H3LcQuG", + [], + "795789557", { - "_67": 184, - "_69": 70, - "_71": 185 + "_55": 226, + "_56": 20, + "_58": 228, + "_60": 229, + "_62": 63 }, - "2304807207", - "xhzqzk6zPqMb3Qs4GVvJu:100.00:5", - "1855896025", + "2GzNaY2UIV2RYDjl4grJNG:0.00:1", + [], + "810701024", { - "_13": 186, - "_60": 24, - "_62": 91, - "_64": 188 + "_55": 230, + "_56": 57, + "_58": 232, + "_60": 233, + "_62": 63 }, + "6U8ODe5JvFov5zs1rOzJjD", [], - "1902899872", + "878458344", { - "_13": 189, - "_60": 61, - "_62": 191, - "_64": 192 + "_55": 234, + "_56": 57, + "_58": 236, + "_60": 237, + "_62": 68 }, - "58UOuEcFwyqlorfhrWQLlE", - [ - 193 - ], + "1qfecgTGhI41TyPRCHP0cj", + [], + "891514942", { - "_67": 184, - "_69": 70, - "_71": 185 + "_55": 238, + "_56": 20, + "_58": 66, + "_60": 240, + "_62": 68 }, + [], + "963175939", { - "_13": 87, - "_60": 61, - "_62": 88, - "_64": 195 + "_55": 241, + "_56": 57, + "_58": 243, + "_60": 244, + "_62": 68 }, + "2zgfyMExijR9Fj5iTNHcgr:100.00:3", [], - "1988730211", + "989108178", { - "_13": 196, - "_60": 61, - "_62": 198, - "_64": 199 + "_55": 245, + "_56": 20, + "_58": 247, + "_60": 248, + "_62": 68 }, - "6B9O1B3eHKElKWCUfbcvBL", + "4sTodKrNyByM4guZ68MORR", [ - 200, - 203 + 249, + 252 ], { - "_67": 201, - "_69": 70, - "_71": 202 + "_81": 250, + "_83": 124, + "_85": 251 }, - "3780975974", - "48uk8ZYa2RpJzkpIyOmqP0:100.00:5", + "1457171347", + "2EjTipm6C4kk4fuvcHMzZe", { - "_67": 204, - "_69": 70, - "_71": 205 + "_81": 253, + "_83": 84, + "_85": 254 }, - "3733089528", - "3vtzosKkaPCfPysd7yBTSf", - "2044826081", + "1426009137", + "4C2vO0R7mvnCZvl1HDBExp:30.00:5", + "1028682714", { - "_13": 206, - "_60": 61, - "_62": 208, - "_64": 209 + "_55": 255, + "_56": 57, + "_58": 257, + "_60": 258, + "_62": 63 }, - "6MpInoEzkXvXVvodNQCQWs", - [ - 210, - 211 - ], + "735n03snBvba4AEhd2Qwqu:100.00:3", + [], + "1032814809", { - "_67": 68, - "_69": 70, - "_71": 72 + "_55": 259, + "_56": 20, + "_58": 66, + "_60": 261, + "_62": 63 }, + [], + "1138231213", { - "_67": 74, - "_69": 70, - "_71": 75 - }, - "2091463435", - { - "_13": 212, - "_60": 61, - "_62": 214, - "_64": 215 - }, - "5t78GUS68KOn3bHZd8z7ii:100.00:1", - [], - "2113934735", - { - "_13": 216, - "_60": 24, - "_62": 91, - "_64": 218 + "_55": 262, + "_56": 57, + "_58": 264, + "_60": 265, + "_62": 68 }, + "6vS0XLwzY0ev70A0LFGhbx", [ - 219, - 220, - 221 + 266 ], { - "_67": 167, - "_69": 70, - "_71": 168 - }, - { - "_67": 170, - "_69": 70, - "_71": 171 + "_81": 267, + "_83": 84, + "_85": 268 }, + "3204158397", + "2reDc0vefhx58AnaNWGpIw", + "1154002920", { - "_67": 162, - "_69": 70, - "_71": 164 + "_55": 269, + "_56": 20, + "_58": 66, + "_60": 271, + "_62": 63 }, - "2256850471", + [], + "1166240779", { - "_13": 222, - "_60": 61, - "_62": 224, - "_64": 225 + "_55": 272, + "_56": 20, + "_58": 274, + "_60": 275, + "_62": 63 }, - "IqxordbUxF1Fkg4gfExiY:100.00:1", - [ - 226 - ], + "7yGLEcn1dIr7JSTlCLWNXY", + [], + "1214379119", { - "_67": 175, - "_69": 70, - "_71": 177 + "_55": 276, + "_56": 20, + "_58": 278, + "_60": 279, + "_62": 63 }, - "2293185713", + "3Da3vJtBawdpcHFOEpjzZA:10.00:2", + [], + "1242184140", { - "_13": 227, - "_60": 24, - "_62": 91, - "_64": 229 + "_55": 280, + "_56": 20, + "_58": 66, + "_60": 282, + "_62": 68 }, [], + "1281927149", { - "_13": 184, - "_60": 61, - "_62": 185, - "_64": 231 + "_55": 283, + "_56": 20, + "_58": 285, + "_60": 286, + "_62": 63 }, + "BpeZLya4EhDVcnP7pLcih:0.50:4", [], - "2311599525", + "1288877412", { - "_13": 232, - "_60": 24, - "_62": 91, - "_64": 234 + "_55": 287, + "_56": 20, + "_58": 66, + "_60": 289, + "_62": 68 }, [], - "2335877601", + "1318146997", { - "_13": 235, - "_60": 24, - "_62": 237, - "_64": 238 + "_55": 290, + "_56": 57, + "_58": 292, + "_60": 293, + "_62": 68 }, - "6NQcdu7pgfp18Sq2tfBC6q", + "2AclmEgqaQBVFbxz37XKzy:100.00:5", [], - "2454940646", + "1382475798", { - "_13": 239, - "_60": 61, - "_62": 241, - "_64": 242 + "_55": 294, + "_56": 57, + "_58": 296, + "_60": 297, + "_62": 68 }, - "zol8dYvq8kKfRbOgcM0IF", - [ - 243, - 244 - ], + "3P8OsGy1e5tQlR5dsTIWbL", + [], + "1393076427", { - "_67": 201, - "_69": 70, - "_71": 202 + "_55": 298, + "_56": 57, + "_58": 111, + "_60": 300, + "_62": 63 }, + [], + "1416952492", { - "_67": 204, - "_69": 70, - "_71": 205 + "_55": 301, + "_56": 20, + "_58": 303, + "_60": 304, + "_62": 63 }, - "2494375100", + "3FvZwVNf84s2jW5FSgx1Dx:0.00:2", + [], + "1422501431", { - "_13": 245, - "_60": 24, - "_62": 91, - "_64": 247 + "_55": 305, + "_56": 20, + "_58": 66, + "_60": 307, + "_62": 68 }, [], - "2562876640", + "1439437954", { - "_13": 248, - "_60": 61, - "_62": 250, - "_64": 251 + "_55": 308, + "_56": 20, + "_58": 310, + "_60": 311, + "_62": 63 }, - "326czTZeZ0RX0ypR0c5Bb6:100.00:15", + "11IqDt7xc4mMNiyiSIMy1F:0.00:1", [], - "2607001979", + "1456513860", { - "_13": 252, - "_60": 24, - "_62": 254, - "_64": 255 + "_55": 312, + "_56": 57, + "_58": 111, + "_60": 314, + "_62": 68 }, - "35jfNEnEKwGsryxcwFhAKz", [], - "2687575887", + "1468311859", { - "_13": 256, - "_60": 61, - "_62": 258, - "_64": 259 + "_55": 315, + "_56": 20, + "_58": 317, + "_60": 318, + "_62": 68 }, - "10cvQmwrcZvpWBFlZgn8pZ", + "7tfl8ZUhwr5pzErE3ikBej", [], - "2756095923", + "1474375809", { - "_13": 260, - "_60": 61, - "_62": 262, - "_64": 263 + "_55": 319, + "_56": 20, + "_58": 66, + "_60": 321, + "_62": 63 }, - "6jPp6nW1wQVJbfY0uwQgmv:100.00:1", [], - "2868048419", + "1508312659", { - "_13": 264, - "_60": 24, - "_62": 266, - "_64": 267 + "_55": 322, + "_56": 20, + "_58": 66, + "_60": 324, + "_62": 68 }, - "7iUNAbafRQfKTvYI2mmFZB", [], - "3054422710", + "1520205231", { - "_13": 268, - "_60": 61, - "_62": 149, - "_64": 270 + "_55": 325, + "_56": 20, + "_58": 327, + "_60": 328, + "_62": 68 }, + "5YmVfFSujv4W72Pbd8p9fX:0.00:1", [], - "3286474446", + "1524389214", { - "_13": 271, - "_60": 61, - "_62": 273, - "_64": 274 + "_55": 329, + "_56": 57, + "_58": 331, + "_60": 332, + "_62": 68 }, - "2a7wA6tOQ5GPb7WIr1SU1A:100.00:1", + "7jKIBFrJWLl9yRUHiS2db7:100.00:1", [], - "3325813340", + "1524828339", { - "_13": 275, - "_60": 61, - "_62": 277, - "_64": 278 + "_55": 333, + "_56": 57, + "_58": 335, + "_60": 336, + "_62": 68 }, - "37GsRLj07CqERPyHBn4o5L", - [ - 279 - ], + "2X1PsML9z9wQZWFAQlgxND:100.00:2", + [], + "1542198993", { - "_67": 184, - "_69": 70, - "_71": 185 + "_55": 337, + "_56": 20, + "_58": 66, + "_60": 339, + "_62": 68 }, - "3342258807", + [], + "1578703058", { - "_13": 280, - "_60": 24, - "_62": 282, - "_64": 283 + "_55": 340, + "_56": 57, + "_58": 342, + "_60": 343, + "_62": 63 }, - "3m0ycr0cMQOm6eMQQjgyp9", + "2l4nEVMUnPuXkgprUm5zzs:100.00:4", [], - "3376455464", + "1611573287", { - "_13": 284, - "_60": 24, - "_62": 91, - "_64": 286 + "_55": 344, + "_56": 57, + "_58": 346, + "_60": 347, + "_62": 68 }, + "159rwM3sBnviE9XWH24azn:100.00:2", [], - "3468624635", + "1656345175", { - "_13": 287, - "_60": 24, - "_62": 91, - "_64": 289 + "_55": 348, + "_56": 57, + "_58": 350, + "_60": 351, + "_62": 63 }, - [ - 290 - ], + "2CwIChuIr7SLQ2CyqRegF2", + [], + "1661641186", { - "_67": 291, - "_69": 101, - "_71": 292 + "_55": 352, + "_56": 57, + "_58": 354, + "_60": 355, + "_62": 63 }, - "2067628123", - "3CuBjEMi97tY3EGnq0NA9s", - "3544641259", + "zf4fGQ4aa3yoGBQcCpcg5", + [], + "1719651090", { - "_13": 293, - "_60": 24, - "_62": 91, - "_64": 295 + "_55": 356, + "_56": 57, + "_58": 358, + "_60": 359, + "_62": 68 }, + "60QaTyBFJYTakinhLvhAM9", [ - 296, - 298 + 360, + 363 ], { - "_67": 297, - "_69": 101, - "_71": 91 + "_81": 361, + "_83": 84, + "_85": 362 }, - "2856133350", + "1616485584", + "2PP6pudW64Hn7katvazhAx:100.00:5", { - "_67": 299, - "_69": 101, - "_71": 91 + "_81": 364, + "_83": 84, + "_85": 365 }, - "3214154973", - "3645668434", + "1034043359", + "4bd3o553p0ZCRkFmipROd8", + "1741586789", { - "_13": 300, - "_60": 61, - "_62": 302, - "_64": 303 + "_55": 366, + "_56": 20, + "_58": 66, + "_60": 368, + "_62": 63 }, - "1CWwhBKuOiRAC9V8HRBJRU", + [], + "1759425419", + { + "_55": 369, + "_56": 57, + "_58": 371, + "_60": 372, + "_62": 63 + }, + "1vUr5zTliUs5Yha4BzDQUq", [ - 304 + 373 ], { - "_67": 305, - "_69": 70, - "_71": 149 + "_81": 374, + "_83": 124, + "_85": 375 }, - "3863445312", - "3700195277", + "3148583717", + "hZcpoVxejOs7BOoqwsNkI:0.00:16", + "1760640904", { - "_13": 306, - "_60": 24, - "_62": 91, - "_64": 308 + "_55": 376, + "_56": 57, + "_58": 111, + "_60": 378, + "_62": 68 }, [], + "1804926979", { - "_13": 201, - "_60": 61, - "_62": 202, - "_64": 310 + "_55": 379, + "_56": 20, + "_58": 66, + "_60": 381, + "_62": 68 }, [], - "3802510433", + "1825130190", { - "_13": 311, - "_60": 61, - "_62": 313, - "_64": 314 + "_55": 382, + "_56": 57, + "_58": 384, + "_60": 385, + "_62": 68 }, - "6FLEMI2GBFmVWGEsEGyASD:100.00:5", + "Nef2uMceNUF9U3ZYwSbpD", [], - "3822950319", + "1830177352", { - "_13": 315, - "_60": 61, - "_62": 317, - "_64": 318 + "_55": 386, + "_56": 57, + "_58": 388, + "_60": 389, + "_62": 68 }, - "2CBvDiHjHIK9xlL4ItyXmK:100.00:1", + "44udGr8tXtB3ZIDHLV3HSF", [], - "3838495619", + "1839283687", { - "_13": 319, - "_60": 24, - "_62": 91, - "_64": 321 + "_55": 390, + "_56": 20, + "_58": 66, + "_60": 392, + "_62": 63 }, [], + "1847911009", { - "_13": 94, - "_60": 61, - "_62": 95, - "_64": 323 + "_55": 393, + "_56": 20, + "_58": 395, + "_60": 396, + "_62": 68 + }, + "5OIO2mI7iQiPRReG1jZ4c2:0.00:7", + [ + 397 + ], + { + "_81": 398, + "_83": 84, + "_85": 399 + }, + "2304807207", + "xhzqzk6zPqMb3Qs4GVvJu:100.00:5", + "1855896025", + { + "_55": 400, + "_56": 20, + "_58": 66, + "_60": 402, + "_62": 68 }, [], - "3940160259", + "1860647109", { - "_13": 324, - "_60": 61, - "_62": 326, - "_64": 327 + "_55": 403, + "_56": 20, + "_58": 66, + "_60": 405, + "_62": 68 }, - "2mmE1EmtOqtbWemO2wGuMO:100.00:4", - [ - 328, - 330, - 332 - ], + [], + "1887864177", { - "_67": 329, - "_69": 101, - "_71": 91 + "_55": 406, + "_56": 57, + "_58": 408, + "_60": 409, + "_62": 63 }, - "4180060165", + "4aG4TMZXICKolzZX4PHocN", + [], + "1902899872", { - "_67": 331, - "_69": 101, - "_71": 91 + "_55": 410, + "_56": 57, + "_58": 412, + "_60": 413, + "_62": 68 }, - "3765213438", + "58UOuEcFwyqlorfhrWQLlE", + [ + 414 + ], { - "_67": 333, - "_69": 70, - "_71": 334 + "_81": 398, + "_83": 84, + "_85": 399 }, - "4078831437", - "6bgwAROz7oF1OcKWxH4vHm:100.00:6", - "3954884439", { - "_13": 335, - "_60": 61, - "_62": 337, - "_64": 338 + "_55": 104, + "_56": 57, + "_58": 105, + "_60": 416, + "_62": 68 }, - "5rqjCf7T9KpJtLnaE73Kum:100.00:4", [], + "1988730211", { - "_13": 333, - "_60": 61, - "_62": 334, - "_64": 340 + "_55": 417, + "_56": 57, + "_58": 419, + "_60": 420, + "_62": 68 }, + "6B9O1B3eHKElKWCUfbcvBL", [ - 341, - 342 + 421, + 424 ], { - "_67": 329, - "_69": 101, - "_71": 91 + "_81": 422, + "_83": 84, + "_85": 423 }, + "3780975974", + "48uk8ZYa2RpJzkpIyOmqP0:100.00:5", { - "_67": 331, - "_69": 101, - "_71": 91 + "_81": 425, + "_83": 84, + "_85": 426 }, - "4207619515", + "3733089528", + "3vtzosKkaPCfPysd7yBTSf", + "2000076788", { - "_13": 343, - "_60": 24, - "_62": 91, - "_64": 345 + "_55": 427, + "_56": 20, + "_58": 66, + "_60": 429, + "_62": 68 }, [], - "4226692983", + "2007855518", { - "_13": 346, - "_60": 61, - "_62": 348, - "_64": 349 + "_55": 430, + "_56": 57, + "_58": 432, + "_60": 433, + "_62": 63 }, - "6sEu91zwlBGSKOqFiNpGlA:100.00:2", + "3GqXVLmVMkghGCWTHFAt2E:100.00:2", [], - "dynamic_configs", + "2023668684", { - "_352": 353, - "_365": 366, - "_371": 372, - "_375": 376, - "_387": 388, - "_393": 394, - "_411": 412, - "_416": 417, - "_421": 422, - "_426": 427, - "_430": 431, - "_436": 437 + "_55": 434, + "_56": 57, + "_58": 436, + "_60": 437, + "_62": 63 }, - "357305500", + "Fbqk2SQx5HxAztROwr5Wm", + [ + 438 + ], { - "_13": 352, - "_60": 354, - "_356": 357, - "_62": 357, - "_358": 24, - "_64": 359, - "_363": 24, - "_364": 24 + "_81": 439, + "_83": 84, + "_85": 440 }, + "2141107301", + "6Jh5lneZedRUIQV0D8q0WB", + "2044826081", { - "_355": 61 + "_55": 441, + "_56": 57, + "_58": 443, + "_60": 444, + "_62": 63 }, - "can_see_upsell", - "group", - "launchedGroup", - "is_device_based", + "6MpInoEzkXvXVvodNQCQWs", [ - 360 + 445, + 446 ], { - "_67": 361, - "_69": 70, - "_71": 362 + "_81": 82, + "_83": 84, + "_85": 86 }, - "317829697", - "598ORr5O5ZardhhzMhz8k0:100.00:11", - "is_user_in_experiment", - "is_experiment_active", - "954359911", { - "_13": 365, - "_60": 367, - "_356": 369, - "_62": 369, - "_358": 24, - "_64": 370, - "_363": 61, - "_364": 61 + "_81": 88, + "_83": 84, + "_85": 89 }, + "2053937752", { - "_368": 24 + "_55": 447, + "_56": 20, + "_58": 449, + "_60": 450, + "_62": 68 }, - "enabled", - "5zN2l0bhNBO2gpivWHXwRY", + "2PLQzvwrGPxACRwaEcKbIh", [], - "1001765573", + "2067628123", { - "_13": 371, - "_60": 373, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 374 + "_55": 451, + "_56": 20, + "_58": 453, + "_60": 454, + "_62": 63 }, - {}, + "3CuBjEMi97tY3EGnq0NA9s", + [], + "2076592918", + { + "_55": 455, + "_56": 20, + "_58": 66, + "_60": 457, + "_62": 63 + }, + [], + "2091463435", + { + "_55": 458, + "_56": 57, + "_58": 460, + "_60": 461, + "_62": 462 + }, + "5t78GUS68KOn3bHZd8z7ii:100.00:1", [], - "1146308370", + "account_id", + "2100154141", { - "_13": 375, - "_60": 377, - "_356": 379, - "_62": 379, - "_358": 24, - "_64": 380, - "_363": 61, - "_364": 61 + "_55": 463, + "_56": 57, + "_58": 465, + "_60": 466, + "_62": 63 }, + "39URslVf6GrWj82tIbE4mL:100.00:1", + [], + "2113934735", { - "_378": 61 + "_55": 467, + "_56": 20, + "_58": 66, + "_60": 469, + "_62": 68 }, - "enable-copy-and-open", - "4jQR01pTnwmjITqDD8PD2s", [ - 381, - 384 + 470, + 471, + 472 ], { - "_67": 382, - "_69": 70, - "_71": 383 + "_81": 361, + "_83": 84, + "_85": 362 }, - "303767167", - "4kquVSCZpyFb5Sqki2BagX:100.00:6", { - "_67": 385, - "_69": 70, - "_71": 386 + "_81": 364, + "_83": 84, + "_85": 365 }, - "3284359640", - "1E2e7sRUWkvJybjXfbiuoB", - "1165680819", { - "_13": 387, - "_60": 389, - "_356": 391, - "_62": 391, - "_358": 24, - "_64": 392, - "_363": 61, - "_364": 61 + "_81": 356, + "_83": 84, + "_85": 358 }, { - "_390": 61 + "_55": 439, + "_56": 57, + "_58": 440, + "_60": 474, + "_62": 68 }, - "show_new_banner", - "VVjatl8N5mxurs3Cje5TV", [], - "1967546325", + "2151954125", { - "_13": 393, - "_60": 395, - "_356": 408, - "_62": 408, - "_358": 24, - "_64": 409 - }, - { - "_396": 61, - "_397": 61, - "_398": 24, - "_399": 24, - "_400": 61, - "_401": 61, - "_402": 403, - "_404": 403, - "_405": 406, - "_407": 61 + "_55": 475, + "_56": 20, + "_58": 66, + "_60": 477, + "_62": 68 }, - "gdrivePicker", - "o365Picker", - "gdriveLink", - "o365Link", - "o365PersonalLink", - "o365BusinessLink", - "gdrivePercentage", - 100, - "o365Percentage", - "loadTestPercentage", - 0, - "showWorkspaceSettings", - "2bcszlc7CFHdfdCdq7jXNb:100.00:5", - [ - 410 - ], + [], + "2173548801", { - "_67": 297, - "_69": 101, - "_71": 91 + "_55": 478, + "_56": 57, + "_58": 480, + "_60": 481, + "_62": 63 }, - "2043237793", + "22nVhoL17eyMvGWgFrDfZe", + [], + "2192543539", { - "_13": 411, - "_60": 413, - "_356": 357, - "_62": 357, - "_358": 24, - "_64": 415, - "_363": 24, - "_364": 24 + "_55": 482, + "_56": 57, + "_58": 484, + "_60": 485, + "_62": 68 }, + "64aygnSzDTDx2bH5EICbNe:100.00:3", + [ + 486 + ], { - "_414": 60 + "_81": 487, + "_83": 124, + "_85": 66 }, - "bucket", - [], - "2513291161", + "4206244917", + "2232580636", { - "_13": 416, - "_60": 418, - "_356": 419, - "_62": 419, - "_358": 24, - "_64": 420, - "_363": 61, - "_364": 61 + "_55": 488, + "_56": 57, + "_58": 490, + "_60": 491, + "_62": 63 }, + "4y4Nd0nF0CFawcrQBbm7Mq:100.00:4", + [], + "2256850471", { - "_368": 24 + "_55": 492, + "_56": 57, + "_58": 494, + "_60": 495, + "_62": 68 }, - "2FTh6vlZcd8ha1OXcdnD3J", - [], - "3159301283", + "IqxordbUxF1Fkg4gfExiY:100.00:1", + [ + 496 + ], { - "_13": 421, - "_60": 423, - "_356": 424, - "_62": 424, - "_358": 24, - "_64": 425, - "_363": 61, - "_364": 61 + "_81": 382, + "_83": 84, + "_85": 384 }, + "2269177255", { - "_368": 61 + "_55": 497, + "_56": 57, + "_58": 499, + "_60": 500, + "_62": 68 }, - "3Cce6z1hcoF2UBYwyupFck", - [], - "3217984440", + "RPuXi8r6IYxnvJ8Vvea2O:100.00:5", + [ + 501 + ], { - "_13": 426, - "_60": 428, - "_356": 357, - "_62": 357, - "_358": 24, - "_64": 429, - "_363": 24, - "_364": 24 + "_81": 502, + "_83": 84, + "_85": 503 }, + "696159475", + "1eZ2JPKCptUlB5H39wh4pd:100.00:3", + "2281969373", { - "_368": 61 + "_55": 504, + "_56": 57, + "_58": 506, + "_60": 507, + "_62": 63 }, + "6EbVeXErTdGtbchxdqEMTg", [], - "3230069703", + "2290870843", { - "_13": 430, - "_60": 432, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 435 + "_55": 508, + "_56": 57, + "_58": 510, + "_60": 511, + "_62": 63 }, + "5dONtElzUeyTTp5FvpWy6", + [], { - "_433": 434 + "_55": 398, + "_56": 57, + "_58": 399, + "_60": 513, + "_62": 68 }, - "expirySeconds", - 15, [], - "4198227845", + "2311599525", { - "_13": 436, - "_60": 438, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 445 + "_55": 514, + "_56": 20, + "_58": 66, + "_60": 516, + "_62": 63 }, + [], + "2335877601", { - "_439": 24, - "_440": 24, - "_441": 24, - "_442": 24, - "_443": 24, - "_444": 24 + "_55": 517, + "_56": 20, + "_58": 519, + "_60": 520, + "_62": 68 }, - "enabled_for_platform_override", - "enabled_for_platform_new", - "enabled_for_platform_existing", - "enabled_for_chat_override", - "enabled_for_chat_new", - "enabled_for_chat_existing", + "6NQcdu7pgfp18Sq2tfBC6q", [], - "layer_configs", + "2360528850", { - "_448": 449, - "_472": 473, - "_477": 478, - "_483": 484, - "_495": 496, - "_501": 502, - "_506": 507, - "_517": 518, - "_551": 552, - "_558": 559, - "_571": 572, - "_577": 578, - "_583": 584, - "_592": 593, - "_607": 608, - "_626": 627, - "_643": 644, - "_656": 657, - "_665": 666, - "_675": 676, - "_686": 687, - "_698": 699, - "_705": 706, - "_719": 720, - "_727": 728, - "_737": 738, - "_746": 747, - "_752": 753, - "_758": 759, - "_792": 793, - "_808": 809, - "_815": 816, - "_822": 823 + "_55": 521, + "_56": 20, + "_58": 66, + "_60": 523, + "_62": 63 }, - "16152997", + [], + "2379988365", { - "_13": 448, - "_60": 450, - "_356": 461, - "_62": 461, - "_358": 24, - "_64": 462, - "_466": 467, - "_468": 469, - "_364": 24, - "_363": 24, - "_470": 471 - }, - { - "_451": 61, - "_452": 24, - "_453": 61, - "_454": 455, - "_456": 455, - "_457": 406, - "_458": 24, - "_459": 61, - "_460": 24 + "_55": 524, + "_56": 20, + "_58": 66, + "_60": 526, + "_62": 63 }, - "show_preview_when_collapsed", - "expand_by_default", - "is_enabled", - "summarizer_system_prompt", - "", - "summarizer_chunk_template", - "summarizer_chunk_char_limit", - "enable_o3_mini_retrieval", - "override_o3_mini_to_high", - "enable_reason_by_default", - "6DaNqHbUdaQZCJTtuXMn3l:override", [ - 463 + 527 ], { - "_67": 464, - "_69": 70, - "_71": 465 + "_81": 528, + "_83": 124, + "_85": 66 }, - "747145983", - "1yBei0bniPE2f1TkI3MLWa", - "explicit_parameters", - [ - 451, - 452, - 453 - ], - "allocated_experiment_name", - "1630255509", - "undelegated_secondary_exposures", - [ - 463 - ], - "40440673", + "2856133350", + "2445152477", { - "_13": 472, - "_60": 474, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 475, - "_466": 476, - "_470": 475 + "_55": 529, + "_56": 57, + "_58": 531, + "_60": 532, + "_62": 68 }, - {}, - [], + "5qtlunRMswJX2JGoF8GikC", [], - "51287004", - { - "_13": 477, - "_60": 479, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 481, - "_466": 482, - "_470": 481 - }, + "2454940646", { - "_480": 61 + "_55": 533, + "_56": 57, + "_58": 535, + "_60": 536, + "_62": 68 }, - "enable", - [], - [], - "183390215", + "zol8dYvq8kKfRbOgcM0IF", + [ + 537, + 538 + ], { - "_13": 483, - "_60": 485, - "_356": 488, - "_62": 488, - "_358": 61, - "_64": 489, - "_466": 492, - "_468": 493, - "_364": 61, - "_363": 24, - "_470": 494 + "_81": 422, + "_83": 84, + "_85": 423 }, { - "_486": 24, - "_487": 24 + "_81": 425, + "_83": 84, + "_85": 426 }, - "signup_allow_phone", - "in_phone_signup_holdout", - "targetingGate", - [ - 490 - ], + "2494375100", { - "_67": 491, - "_69": 101, - "_71": 91 + "_55": 539, + "_56": 20, + "_58": 66, + "_60": 541, + "_62": 113 }, - "3874938189", - [ - 486, - 487 - ], - "4005636946", [], - "190694971", + "2509278897", { - "_13": 495, - "_60": 497, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 499, - "_466": 500, - "_470": 499 + "_55": 542, + "_56": 20, + "_58": 66, + "_60": 544, + "_62": 68 }, + [], + "2562876640", { - "_498": 24 + "_55": 545, + "_56": 57, + "_58": 547, + "_60": 548, + "_62": 68 }, - "show_nux", - [], + "326czTZeZ0RX0ypR0c5Bb6:100.00:15", [], - "229662723", + "2607001979", { - "_13": 501, - "_60": 503, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 504, - "_466": 505, - "_470": 504 + "_55": 549, + "_56": 20, + "_58": 551, + "_60": 552, + "_62": 63 }, - {}, - [], + "35jfNEnEKwGsryxcwFhAKz", [], - "387752763", + "2624610486", { - "_13": 506, - "_60": 508, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 511, - "_466": 516, - "_470": 511 + "_55": 553, + "_56": 20, + "_58": 66, + "_60": 555, + "_62": 68 }, + [], + "2634628831", { - "_509": 61, - "_510": 61 + "_55": 556, + "_56": 57, + "_58": 558, + "_60": 559, + "_62": 68 }, - "enable_slash_commands", - "enable_rich_text_composer", + "6LfSag7ByiH0gGcqoFHHBe", [ - 512, - 513, - 514 + 560, + 561 ], { - "_67": 97, - "_69": 70, - "_71": 98 + "_81": 210, + "_83": 124, + "_85": 66 }, { - "_67": 100, - "_69": 101, - "_71": 102 + "_81": 212, + "_83": 84, + "_85": 213 }, + "2638382116", { - "_67": 515, - "_69": 101, - "_71": 91 + "_55": 562, + "_56": 57, + "_58": 564, + "_60": 565, + "_62": 63 }, - "1410082514", + "6PEuWu8j5UXoteZm4K3tt9", [], - "468168202", + "2640502720", { - "_13": 517, - "_60": 519, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 547, - "_466": 550, - "_470": 547 - }, - { - "_520": 61, - "_521": 24, - "_522": 61, - "_523": 61, - "_524": 24, - "_525": 24, - "_526": 24, - "_527": 24, - "_528": 24, - "_529": 24, - "_530": 24, - "_531": 24, - "_532": 24, - "_533": 24, - "_534": 61, - "_535": 61, - "_536": 24, - "_537": 61, - "_538": 61, - "_539": 540, - "_541": 542, - "_543": 24, - "_544": 545, - "_546": 24 + "_55": 566, + "_56": 20, + "_58": 568, + "_60": 569, + "_62": 68 }, - "is_team_enabled", - "is_yearly_plus_subscription_enabled", - "is_split_between_personal_and_business_enabled", - "is_modal_fullscreen", - "is_v2_toggle_labels_enabled", - "is_bw", - "is_produce_colors", - "is_produce_color_scheme", - "is_mobile_web_toggle_enabled", - "is_enterprise_enabled", - "is_produce_text", - "is_optimized_checkout", - "is_save_stripe_payment_info_enabled", - "is_auto_save_stripe_payment_info_enabled", - "does_manage_my_subscription_link_take_user_to_subscription_settings", - "should_open_cancellation_survey_after_canceling", - "should_cancel_button_take_user_to_stripe", - "should_show_manage_my_subscription_link", - "is_stripe_manage_subscription_link_enabled", - "cancellation_modal_cancel_button_color", - "danger", - "cancellation_modal_go_back_button_color", - "secondary", - "should_show_cp", - "cp_eligibility_months", - 3, - "should_offer_paypal_when_eligible", - [ - 548 - ], + "2wXo9T4Jg0wvKZ9t2AZkGC", + [], + "2665240312", { - "_67": 549, - "_69": 101, - "_71": 91 + "_55": 570, + "_56": 57, + "_58": 572, + "_60": 573, + "_62": 68 }, - "1847092144", + "2yyPpKFkcyShFLdyBksHG6", [], - "668322707", + "2687575887", { - "_13": 551, - "_60": 553, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 556, - "_466": 557, - "_470": 556 + "_55": 574, + "_56": 57, + "_58": 576, + "_60": 577, + "_62": 68 }, + "10cvQmwrcZvpWBFlZgn8pZ", + [], + "2756095923", { - "_554": 61, - "_555": 61 + "_55": 578, + "_56": 57, + "_58": 580, + "_60": 581, + "_62": 68 }, - "show_citations_with_title", - "use_chip_style_citations", - [], + "6jPp6nW1wQVJbfY0uwQgmv:100.00:1", [], - "871635014", + "2764510128", { - "_13": 558, - "_60": 560, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 569, - "_466": 570, - "_470": 569 + "_55": 582, + "_56": 20, + "_58": 66, + "_60": 584, + "_62": 68 }, + [], + "2781425969", { - "_561": 24, - "_562": 61, - "_563": 24, - "_564": 565, - "_566": 91, - "_567": 24, - "_568": 24 + "_55": 585, + "_56": 20, + "_58": 587, + "_60": 588, + "_62": 63 }, - "snowflake_composer_entry_point", - "use_broad_rate_limit_language", - "voice_holdout", - "krisp_noise_filter", - "none", - "voice_entry_point_style", - "show_label_on_button", - "voice_only", + "6llKJZeOZtIROWs59kSyOV:0.00:2", [], - [], - "1170120107", + "2783249450", { - "_13": 571, - "_60": 573, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 575, - "_466": 576, - "_470": 575 + "_55": 589, + "_56": 20, + "_58": 66, + "_60": 591, + "_62": 68 }, + [], + "2804795149", { - "_574": 24 + "_55": 592, + "_56": 20, + "_58": 594, + "_60": 595, + "_62": 63 }, - "is_whisper_enabled", - [], + "5ZOcA0GpOkaiXc5SAMY0uz:50.00:2", [], - "1238742812", + "2817015689", { - "_13": 577, - "_60": 579, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 581, - "_466": 582, - "_470": 581 + "_55": 596, + "_56": 57, + "_58": 598, + "_60": 599, + "_62": 68 }, + "3eFtjaRFMvVmt9Op7OPJDN:100.00:2", + [], + "2833534668", { - "_580": 24 + "_55": 600, + "_56": 57, + "_58": 602, + "_60": 603, + "_62": 63 }, - "should_enable_zh_tw", - [], + "7uYkibMYlCPSnoWmmYNanm", [], - "1320801051", + "2861925050", { - "_13": 583, - "_60": 585, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 590, - "_466": 591, - "_470": 590 + "_55": 604, + "_56": 20, + "_58": 66, + "_60": 606, + "_62": 68 }, + [], + "2868048419", { - "_586": 24, - "_587": 24, - "_588": 61, - "_589": 24 + "_55": 607, + "_56": 57, + "_58": 609, + "_60": 610, + "_62": 63 }, - "hide_new_at_workspace_section", - "hide_section_new_at_workspace", - "gpt_discovery_experiment_enabled", - "popular_at_my_workspace_enabled", - [], - [], - "1346366956", + "6nduY6CfQechQ4F5ujII20", + [ + 611 + ], { - "_13": 592, - "_60": 594, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 605, - "_466": 606, - "_470": 605 + "_81": 585, + "_83": 124, + "_85": 587 }, + "2935021756", { - "_595": 24, - "_596": 597, - "_598": 24, - "_486": 24, - "_599": 24, - "_600": 24, - "_601": 24, - "_602": 24, - "_603": 604 + "_55": 612, + "_56": 20, + "_58": 66, + "_60": 614, + "_62": 68 }, - "use_email_otp", - "signup_cta_copy", - "SIGN_UP", - "login_allow_phone", - "forwardToAuthApi", - "use_new_phone_ui", - "in_signup_allow_phone_hold_out", - "use_formatted_national_number", - "continue_with_email_phone_placement", - "after_sso", [], + "2980121290", + { + "_55": 615, + "_56": 57, + "_58": 617, + "_60": 618, + "_62": 68 + }, + "4oOHd90wRxchDCaf8aEQPL:99.00:6", [], - "1547743984", + "2981514529", { - "_13": 607, - "_60": 609, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 622, - "_466": 625, - "_470": 622 - }, - { - "_610": 24, - "_611": 24, - "_612": 24, - "_613": 24, - "_614": 24, - "_615": 24, - "_616": 24, - "_617": 61, - "_618": 24, - "_619": 24, - "_620": 61, - "_621": 61 + "_55": 619, + "_56": 20, + "_58": 621, + "_60": 622, + "_62": 68 }, - "should_simplify_modal", - "is_simplified_sharing_modal_enabled", - "is_social_share_options_enabled", - "is_update_shared_links_enabled", - "is_discoverability_toggle_enabled", - "show_copylink_state_if_no_updates", - "is_continue_enabled", - "show_share_button_text", - "is_meta_improvements_enabled", - "show_share_button_inline", - "use_dalle_preview", - "in_dalle_preview_exp", + "4LkOjyVpqUer2izhp787K4", [ 623 ], { - "_67": 624, - "_69": 101, - "_71": 91 + "_81": 624, + "_83": 124, + "_85": 66 }, - "4038001028", - [], - "1630876919", + "3732550972", + "3054422710", { - "_13": 626, - "_60": 628, - "_356": 635, - "_62": 635, - "_358": 24, - "_64": 636, - "_466": 640, - "_468": 641, - "_364": 61, - "_363": 61, - "_470": 642 - }, - { - "_629": 61, - "_630": 61, - "_631": 61, - "_632": 61, - "_633": 24, - "_634": 61 + "_55": 625, + "_56": 57, + "_58": 111, + "_60": 627, + "_62": 68 }, - "enable_indexing", - "backfill_completed", - "enable_local_indexing", - "enable_ux", - "enable_us_rollout", - "enable_ux_rollout", - "31UyKaWB8PZhFswQt29NlZ", - [ - 637 - ], + [], + "3058498100", { - "_67": 638, - "_69": 70, - "_71": 639 + "_55": 628, + "_56": 20, + "_58": 66, + "_60": 630, + "_62": 68 }, - "2372319800", - "4NZS9cdXgw2uEnVQCdyNMH:100.00:30", [ - 629, - 631, - 630, - 632, - 634 + 631 ], - "1028722647", - [], - "1696863369", { - "_13": 643, - "_60": 645, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 648, - "_466": 655, - "_470": 648 + "_81": 632, + "_83": 124, + "_85": 66 }, + "3256178116", + "3096078201", { - "_646": 24, - "_647": 24 + "_55": 633, + "_56": 20, + "_58": 635, + "_60": 636, + "_62": 63 }, - "has_sidekick_access", - "show_nux_banner", - [ - 649, - 652 - ], + "yXprO4wBczNL9ZwbTbbpr", + [], + "3133027893", { - "_67": 650, - "_69": 101, - "_71": 651 + "_55": 637, + "_56": 57, + "_58": 639, + "_60": 640, + "_62": 63 }, - "1938289220", - "79O8DQPDmTKxnLdAH9loVk", + "2TjegRnL0SrtgBtzbtR4sU", + [], + "3144771298", { - "_67": 653, - "_69": 101, - "_71": 654 + "_55": 641, + "_56": 57, + "_58": 643, + "_60": 644, + "_62": 63 }, - "2033872549", - "7dScmNU0bu2UQuzCNtva50", + "2LMhhyBFNuqee6FxNBPYGD", [], - "1697140512", { - "_13": 656, - "_60": 658, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 660, - "_466": 664, - "_470": 660 + "_55": 374, + "_56": 20, + "_58": 375, + "_60": 646, + "_62": 63 + }, + [], + "3204157926", + { + "_55": 647, + "_56": 20, + "_58": 66, + "_60": 649, + "_62": 68 }, + [], + "3204158400", { - "_647": 24, - "_659": 24 + "_55": 650, + "_56": 57, + "_58": 652, + "_60": 653, + "_62": 63 }, - "can_download_sidetron", + "55YVeQIu1wzlpLEdXJujZd", [ - 661 + 654 ], { - "_67": 662, - "_69": 101, - "_71": 663 + "_81": 267, + "_83": 84, + "_85": 268 + }, + "3240576626", + { + "_55": 655, + "_56": 20, + "_58": 66, + "_60": 657, + "_62": 68 }, - "2919213474", - "6HLlb6nSjJk5ADynHucWgP", [], - "1704793646", + "3241763787", { - "_13": 665, - "_60": 667, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 671, - "_466": 674, - "_470": 671 + "_55": 658, + "_56": 20, + "_58": 66, + "_60": 660, + "_62": 68 }, + [], + "3257646228", { - "_668": 24, - "_669": 670 + "_55": 661, + "_56": 20, + "_58": 663, + "_60": 664, + "_62": 63 }, - "greeting_web", - "name_char_limit", - 20, + "3veZ6qhG4zTVvcrwpXXPgi:1.00:4", + [], + "3286474446", + { + "_55": 665, + "_56": 57, + "_58": 667, + "_60": 668, + "_62": 63 + }, + "2a7wA6tOQ5GPb7WIr1SU1A:100.00:1", + [], + "3325813340", + { + "_55": 669, + "_56": 57, + "_58": 671, + "_60": 672, + "_62": 68 + }, + "37GsRLj07CqERPyHBn4o5L", [ - 672 + 673 ], { - "_67": 673, - "_69": 101, - "_71": 91 + "_81": 398, + "_83": 84, + "_85": 399 }, - "331938894", - [], - "1780960461", + "3345211875", { - "_13": 675, + "_55": 674, + "_56": 20, + "_58": 676, "_60": 677, - "_356": 488, - "_62": 488, - "_358": 24, - "_64": 680, - "_466": 683, - "_468": 684, - "_364": 61, - "_363": 24, - "_470": 685 + "_62": 63 }, + "mxGz0o6f2wfUPB8m9Mp3B:0.00:3", + [], + "3362382575", { - "_678": 24, - "_679": 24, - "_668": 24 + "_55": 678, + "_56": 20, + "_58": 66, + "_60": 680, + "_62": 63 }, - "mobile", - "web", [ 681 ], { - "_67": 682, - "_69": 101, - "_71": 91 + "_81": 374, + "_83": 124, + "_85": 375 }, - "3074373870", - [ - 678, - 679 - ], - "2198260923", + "3376055906", + { + "_55": 682, + "_56": 57, + "_58": 684, + "_60": 685, + "_62": 68 + }, + "3tYMumqGebbN1yyrefmMeI:100.00:2", [], - "1914829685", + "3376455464", { - "_13": 686, + "_55": 686, + "_56": 20, + "_58": 66, "_60": 688, - "_356": 690, - "_62": 690, - "_358": 61, - "_64": 691, - "_466": 695, - "_468": 696, - "_364": 24, - "_363": 24, - "_470": 697 + "_62": 68 }, + [], + "3381490948", { - "_689": 61 + "_55": 689, + "_56": 57, + "_58": 691, + "_60": 692, + "_62": 63 }, - "forward_to_authapi", - "2RO4BOrVWPrsxRUPYNKPLe:override", - [ - 692 - ], + "12PsrZppQ0SPvtpLtqOP3Y:100.00:1", + [], + "3406933735", { - "_67": 693, - "_69": 70, - "_71": 694 + "_55": 693, + "_56": 57, + "_58": 695, + "_60": 696, + "_62": 63 + }, + "6Zxo64bmjx3nqqRrEXIUFH", + [], + "3435450078", + { + "_55": 697, + "_56": 57, + "_58": 699, + "_60": 700, + "_62": 68 + }, + "2qCdHpFuWOOkibzLRL0zgn", + [], + "3468624635", + { + "_55": 701, + "_56": 20, + "_58": 66, + "_60": 703, + "_62": 63 }, - "14938527", - "3QgLJ91lKIc7VAOjo5SDz7", - [ - 689 - ], - "1856338298", [ - 692 + 704 ], - "2152104812", { - "_13": 698, - "_60": 700, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 703, - "_466": 704, - "_470": 703 + "_81": 451, + "_83": 124, + "_85": 453 }, + "3472722167", { - "_701": 24, - "_702": 24 + "_55": 705, + "_56": 20, + "_58": 66, + "_60": 707, + "_62": 68 }, - "hide_gpts_if_none", - "hide_default_gpts", [], - [], - "3048336830", + "3507026387", { - "_13": 705, - "_60": 707, - "_356": 710, - "_62": 710, - "_358": 24, - "_64": 711, - "_466": 718, - "_470": 711 + "_55": 708, + "_56": 20, + "_58": 66, + "_60": 710, + "_62": 63 }, + [], + "3544641259", { - "_708": 61, - "_709": 24 + "_55": 711, + "_56": 57, + "_58": 713, + "_60": 714, + "_62": 63 }, - "is-enabled", - "use-rtl-layout", - "localization-april Nzc6Xnht6tIVmb48Ejg1T:override", + "4RHpCfwXKLpjYBMc68kXjg:100.00:1", [ - 712, - 715 + 715, + 716, + 718 ], { - "_67": 713, - "_69": 101, - "_71": 714 + "_81": 528, + "_83": 124, + "_85": 66 }, - "3922145230", - "14DZA2LumaPqAdCo52CrUB", { - "_67": 716, - "_69": 70, - "_71": 717 + "_81": 717, + "_83": 124, + "_85": 66 }, - "3700615661", - "66covjaoZoe9pQR4I68jOB", - [], - "3178812292", + "3214154973", { - "_13": 719, - "_60": 721, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 723, - "_466": 726, - "_470": 723 + "_81": 719, + "_83": 124, + "_85": 66 }, + "2252317815", + "3612584454", { - "_722": 24 + "_55": 720, + "_56": 20, + "_58": 722, + "_60": 723, + "_62": 68 }, - "use_f_convo", + "7syAmaU2H61BFHvFI8mxgd", + [], + "3645668434", + { + "_55": 724, + "_56": 57, + "_58": 726, + "_60": 727, + "_62": 68 + }, + "1CWwhBKuOiRAC9V8HRBJRU", [ - 724 + 728 ], { - "_67": 725, - "_69": 101, - "_71": 91 + "_81": 729, + "_83": 84, + "_85": 111 }, - "3799260860", + "3863445312", + "3664702598", + { + "_55": 730, + "_56": 20, + "_58": 732, + "_60": 733, + "_62": 68 + }, + "7x9wS41bRDCji9ns8x5Oej", [], - "3436367576", + "3668526507", { - "_13": 727, - "_60": 729, - "_356": 488, - "_62": 488, - "_358": 24, - "_64": 731, - "_466": 734, - "_468": 735, - "_364": 61, - "_363": 24, - "_470": 736 - }, - { - "_629": 24, - "_730": 406, - "_632": 24, - "_631": 24, - "_630": 24 + "_55": 734, + "_56": 20, + "_58": 736, + "_60": 737, + "_62": 63 }, - "wave", - [ - 732 - ], + "6jMsdYn4FMQyefxyJ43apG:0.00:1", + [], + "3673716873", { - "_67": 733, - "_69": 101, - "_71": 91 + "_55": 738, + "_56": 20, + "_58": 66, + "_60": 740, + "_62": 63 }, - "1221279314", [ - 629, - 730, - 630, - 632, - 631 + 741 ], - "938456440", - [], - "3471271313", { - "_13": 737, - "_60": 739, - "_356": 741, - "_62": 741, - "_358": 61, - "_64": 742, - "_466": 743, - "_468": 744, - "_364": 24, - "_363": 24, - "_470": 745 + "_81": 742, + "_83": 124, + "_85": 66 }, + "3999836663", + "3678527908", { - "_740": 24 + "_55": 743, + "_56": 20, + "_58": 66, + "_60": 745, + "_62": 68 }, - "show_upsell", - "prestart", - [], - [ - 740 - ], - "3021307436", [], - "3517133692", + "3700195277", { - "_13": 746, + "_55": 746, + "_56": 20, + "_58": 66, "_60": 748, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 750, - "_466": 751, - "_470": 750 + "_62": 68 }, + [], + "3720764531", { - "_749": 24 + "_55": 749, + "_56": 20, + "_58": 751, + "_60": 752, + "_62": 68 }, - "is_memory_undo_enabled", + "vWdDj2QjpSf7BEKFzEv4x", [], + "3728856343", + { + "_55": 753, + "_56": 20, + "_58": 66, + "_60": 755, + "_62": 63 + }, [], - "3590606857", + "3760395675", { - "_13": 752, - "_60": 754, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 756, - "_466": 757, - "_470": 756 + "_55": 756, + "_56": 20, + "_58": 66, + "_60": 758, + "_62": 63 }, + [], { - "_755": 24 + "_55": 422, + "_56": 57, + "_58": 423, + "_60": 760, + "_62": 63 }, - "should_offer_paypal", [], + "3802510433", + { + "_55": 761, + "_56": 57, + "_58": 763, + "_60": 764, + "_62": 63 + }, + "6FLEMI2GBFmVWGEsEGyASD:100.00:5", [], - "3637408529", + "3809605125", { - "_13": 758, - "_60": 760, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 786, - "_466": 791, - "_470": 786 - }, - { - "_761": 61, - "_762": 24, - "_763": 24, - "_764": 24, - "_765": 766, - "_767": 768, - "_769": 61, - "_770": 61, - "_771": 61, - "_772": 24, - "_773": 61, - "_774": 24, - "_775": 24, - "_776": 61, - "_777": 24, - "_778": 61, - "_779": 545, - "_780": 781, - "_782": 61, - "_783": 784, - "_785": 24 + "_55": 765, + "_56": 57, + "_58": 767, + "_60": 768, + "_62": 68 }, - "is_anon_chat_enabled", - "is_anon_chat_enabled_for_new_users_only", - "is_try_it_first_on_login_page_enabled", - "is_no_auth_welcome_modal_enabled", - "no_auth_soft_rate_limit", - 5, - "no_auth_hard_rate_limit", - 1200, - "should_show_no_auth_signup_banner", - "is_no_auth_welcome_back_modal_enabled", - "is_no_auth_soft_rate_limit_modal_enabled", - "is_no_auth_gpt4o_modal_enabled", - "is_login_primary_button", - "is_desktop_primary_auth_button_on_right", - "is_primary_btn_blue", - "should_show_disclaimer_only_once_per_device", - "is_secondary_banner_button_enabled", - "is_secondary_auth_banner_button_enabled", - "no_auth_banner_signup_rate_limit", - "composer_text", - "ASK_ANYTHING", - "is_in_composer_text_exp", - "no_auth_upsell_wording", - "NO_CHANGE", - "should_refresh_access_token_error_take_user_to_no_auth", + "hQ2GpqJofLBudapmiyCqR", [ - 787, - 789 + 769, + 771 ], { - "_67": 788, - "_69": 101, - "_71": 149 + "_81": 770, + "_83": 124, + "_85": 66 }, - "3238165271", + "1172247521", { - "_67": 790, - "_69": 101, - "_71": 149 + "_81": 772, + "_83": 84, + "_85": 773 }, - "2983591614", - [], - "3647926857", + "3195087297", + "2gVefSteqRlg7SlSwHihqm:100.00:3", + "3822950319", { - "_13": 792, - "_60": 794, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 802, - "_466": 807, - "_470": 802 + "_55": 774, + "_56": 57, + "_58": 776, + "_60": 777, + "_62": 63 }, + "2CBvDiHjHIK9xlL4ItyXmK:100.00:1", + [], + "3838495619", { - "_795": 61, - "_796": 24, - "_797": 798, - "_799": 24, - "_800": 24, - "_801": 565 + "_55": 778, + "_56": 20, + "_58": 66, + "_60": 780, + "_62": 68 }, - "unified_architecture", - "ux_updates", - "inference_debounce_ms", - 400, - "autoswitcher_enabled", - "copy-and-link", - "reasoning_slider", - [ - 803, - 805 - ], + [], + "3894895412", { - "_67": 804, - "_69": 101, - "_71": 91 + "_55": 781, + "_56": 20, + "_58": 66, + "_60": 783, + "_62": 63 }, - "850280859", + [], + "3910241726", { - "_67": 806, - "_69": 101, - "_71": 91 + "_55": 784, + "_56": 57, + "_58": 786, + "_60": 787, + "_62": 63 }, - "13512905", + "1ItyvFbGou4epQp9HviAsm", [], - "3711177917", + "3922145230", { - "_13": 808, - "_60": 810, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 813, - "_466": 814, - "_470": 813 + "_55": 788, + "_56": 20, + "_58": 790, + "_60": 791, + "_62": 63 }, + "14DZA2LumaPqAdCo52CrUB", + [], { - "_811": 24, - "_812": 61 + "_55": 131, + "_56": 57, + "_58": 132, + "_60": 793, + "_62": 68 }, - "is_summarizer_default_expanded", - "is_inline_summarizer_enabled", - [], [], - "3972089454", + "3930843960", { - "_13": 815, - "_60": 817, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 820, - "_466": 821, - "_470": 820 + "_55": 794, + "_56": 57, + "_58": 796, + "_60": 797, + "_62": 68 }, + "1FrJBUMS0ziDyHPTOCwGc1:100.00:7", + [], + "3940160259", { - "_818": 819 + "_55": 798, + "_56": 57, + "_58": 800, + "_60": 801, + "_62": 63 }, - "search_scoring_dyconfig_name", - "gizmo_search_score_config", - [], - [], - "4211831761", + "2mmE1EmtOqtbWemO2wGuMO:100.00:4", + [ + 802, + 803, + 804 + ], { - "_13": 822, - "_60": 824, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 825, - "_466": 826, - "_470": 825 + "_81": 123, + "_83": 124, + "_85": 66 }, { - "_368": 24 + "_81": 126, + "_83": 124, + "_85": 66 }, - [], - [], - "sdkParams", - {}, - "has_updates", - "generator", - "statsig-node-sdk", - "sdkInfo", { - "_834": 835, - "_836": 837 + "_81": 805, + "_83": 84, + "_85": 806 }, - "sdkType", - "statsig-node", - "sdkVersion", - "5.26.0", - "time", - 1742979946815, - "evaluated_keys", + "4078831437", + "6bgwAROz7oF1OcKWxH4vHm:100.00:6", + "3940529303", { - "_842": 12, - "_843": 844 + "_55": 807, + "_56": 57, + "_58": 809, + "_60": 810, + "_62": 63 }, - "userID", - "user-chatgpt", + "17mkpeWbaWfCeMrpE67FOc", + [], + "3954884439", { - "_845": 846, - "_847": 846, - "_848": 846, - "_849": 33, - "_850": 33 + "_55": 811, + "_56": 57, + "_58": 813, + "_60": 814, + "_62": 68 }, - "WebAnonymousCookieID", - "f10eee0a-3567-4980-ad81-98da119a5c6b", - "DeviceId", - "stableID", - "workspace_id", - "account_id", - "hash_used", - "djb2", + "5rqjCf7T9KpJtLnaE73Kum:100.00:4", + [], + "3958255976", { - "_842": 12, - "_854": 855, - "_856": 857, - "_50": 51, - "_843": 844, - "_861": 862 + "_55": 815, + "_56": 20, + "_58": 66, + "_60": 817, + "_62": 68 }, - "country", - "SG", - "custom", + [], + "3984934927", { - "_858": 35, - "_849": 33, - "_850": 33, - "_859": 61, - "_860": 6 + "_55": 818, + "_56": 57, + "_58": 820, + "_60": 821, + "_62": 63 }, - "plan_type", - "is_paid", - "auth_status", - "statsigEnvironment", + "1Vvsgol2dmLsJCFAQ7KWX1:100.00:1", + [ + 822 + ], { - "_863": 864 + "_81": 742, + "_83": 124, + "_85": 66 }, - "tier", - "production", - "experimental", - { - "_56": 867, - "_350": 1190, - "_446": 1293, - "_827": 1818, - "_829": 61, - "_830": 831, - "_832": 1819, - "_838": 839, - "_840": 1820, - "_851": 852, - "_9": 1822 - }, - { - "_693": 868, - "_870": 871, - "_873": 874, - "_877": 878, - "_883": 884, - "_887": 888, - "_891": 892, - "_895": 896, - "_898": 899, - "_902": 903, - "_905": 906, - "_910": 911, - "_914": 915, - "_918": 919, - "_927": 928, - "_931": 932, - "_935": 936, - "_939": 940, - "_943": 944, - "_947": 948, - "_132": 954, - "_956": 957, - "_959": 960, - "_962": 963, - "_965": 966, - "_968": 969, - "_973": 974, - "_977": 978, - "_981": 982, - "_985": 986, - "_988": 989, - "_992": 993, - "_996": 997, - "_1000": 1001, - "_1003": 1004, - "_1007": 1008, - "_1010": 1011, - "_1014": 1015, - "_1018": 1019, - "_1021": 1022, - "_1024": 1025, - "_1027": 1028, - "_1031": 1032, - "_291": 1034, - "_1036": 1037, - "_1039": 1040, - "_1043": 1044, - "_1047": 1048, - "_1053": 1054, - "_1057": 1058, - "_1061": 1062, - "_1065": 1066, - "_1068": 1069, - "_1072": 1073, - "_1076": 1077, - "_1080": 1081, - "_1086": 1087, - "_1090": 1091, - "_1096": 1097, - "_1101": 1102, - "_1105": 1106, - "_1108": 1109, - "_1111": 1112, - "_1114": 1115, - "_1117": 1118, - "_1120": 1121, - "_1124": 1125, - "_1127": 1128, - "_1131": 1132, - "_293": 1134, - "_1138": 1139, - "_1142": 1143, - "_1146": 1147, - "_1149": 1150, - "_1152": 1153, - "_1156": 1157, - "_713": 1160, - "_1162": 1163, - "_1166": 1167, - "_1169": 1170, - "_1172": 1173, - "_1176": 1177, - "_1180": 1181, - "_1183": 1184, - "_1186": 1187 + { + "_55": 742, + "_56": 20, + "_58": 66, + "_60": 824, + "_62": 68 }, + [], + "4011688770", { - "_13": 693, - "_60": 61, - "_62": 694, - "_64": 869 + "_55": 825, + "_56": 20, + "_58": 827, + "_60": 828, + "_62": 68 }, + "3Vq8eWUTWjtrQ9hJ9LdnGO:1.00:4", [], - "156153730", + "4016553628", { - "_13": 870, - "_60": 24, - "_62": 91, - "_64": 872 + "_55": 829, + "_56": 57, + "_58": 831, + "_60": 832, + "_62": 68 }, + "4uuY6QyeLtwSWxhn57p2hc:100.00:1", [], - "222560275", + "4061070236", { - "_13": 873, - "_60": 24, - "_62": 875, - "_64": 876 + "_55": 833, + "_56": 20, + "_58": 66, + "_60": 835, + "_62": 63 }, - "5pv2QpbgXNDB0QnBo3LTti:10.00:1", [], - "223382091", { - "_13": 877, - "_60": 24, - "_62": 879, - "_64": 880 + "_55": 805, + "_56": 57, + "_58": 806, + "_60": 837, + "_62": 63 }, - "1fKkxDiVebEKfTj8nDAjHe", [ - 881, - 882 + 838, + 839 ], { - "_67": 329, - "_69": 101, - "_71": 91 - }, - { - "_67": 331, - "_69": 101, - "_71": 91 + "_81": 123, + "_83": 124, + "_85": 66 }, - "402391964", { - "_13": 883, - "_60": 24, - "_62": 885, - "_64": 886 + "_81": 126, + "_83": 124, + "_85": 66 }, - "14sAQaGJDosUKVV0DFZsAL", - [], - "471233253", + "4105779609", { - "_13": 887, - "_60": 24, - "_62": 889, - "_64": 890 + "_55": 840, + "_56": 20, + "_58": 842, + "_60": 843, + "_62": 63 }, - "3Yf9H7TxMC122pchwAkoLB", + "4n7db61XR8iI30Wy1usbrS", [], - "550432558", + "4132051975", { - "_13": 891, - "_60": 61, - "_62": 893, - "_64": 894 + "_55": 844, + "_56": 57, + "_58": 846, + "_60": 847, + "_62": 63 }, - "4XbSwfoqBmVtxwz32sweLb", + "wLBwoUCuuMdnRwa9KkfHI", [], - "573184874", + "4141006638", { - "_13": 895, - "_60": 24, - "_62": 91, - "_64": 897 + "_55": 848, + "_56": 20, + "_58": 850, + "_60": 851, + "_62": 68 }, + "6v4Q2eufBTFCb2P3fGZwPo", [], - "582612297", + "4147309512", { - "_13": 898, - "_60": 61, - "_62": 900, - "_64": 901 + "_55": 852, + "_56": 57, + "_58": 854, + "_60": 855, + "_62": 68 }, - "5censDsCfS2zQeYtTIui2s:100.00:2", + "7ugtTVrHetaPzAGQ4Yo35X:100.00:1", [], - "614413305", + "4148168517", { - "_13": 902, - "_60": 24, - "_62": 91, - "_64": 904 + "_55": 856, + "_56": 57, + "_58": 858, + "_60": 859, + "_62": 63 }, + "5EW6yS6u2jgOrZqRd4LygB:99.00:5", [], - "653593316", + "4190046875", { - "_13": 905, - "_60": 61, - "_62": 907, - "_64": 908 + "_55": 860, + "_56": 20, + "_58": 66, + "_60": 862, + "_62": 63 }, - "GJ8pvorFDIe3Z4WonIr2s", [ - 909 + 863 ], { - "_67": 311, - "_69": 70, - "_71": 313 + "_81": 742, + "_83": 124, + "_85": 66 }, - "706943082", + "4206189746", { - "_13": 910, - "_60": 61, - "_62": 912, - "_64": 913 + "_55": 864, + "_56": 20, + "_58": 66, + "_60": 866, + "_62": 68 }, - "X9mJLzEwXwKo3p0LSSQIL", [], - "727502549", + "4226692983", { - "_13": 914, - "_60": 61, - "_62": 916, - "_64": 917 + "_55": 867, + "_56": 57, + "_58": 869, + "_60": 870, + "_62": 68 }, - "6EYbmM9CyqCRO6U6k3dROA", + "6sEu91zwlBGSKOqFiNpGlA:100.00:2", [], - "756982148", - { - "_13": 918, - "_60": 61, - "_62": 920, - "_64": 921 - }, - "3oAWYdzegKPwxhFJjJrGz3", - [ - 922, - 924 - ], + "4242210007", { - "_67": 923, - "_69": 101, - "_71": 91 + "_55": 871, + "_56": 57, + "_58": 873, + "_60": 874, + "_62": 68 }, - "1456438623", + "5T7B6Qu0S7TF24HzOjoxJl:95.00:1", + [], + "dynamic_configs", { - "_67": 925, - "_69": 70, - "_71": 926 - }, - "3805873235", - "5KvGWxgOdialy0Dx9IrqmW:100.00:23", - "756982149", + "_877": 878, + "_935": 936, + "_942": 943, + "_950": 951, + "_958": 959, + "_962": 963, + "_968": 969, + "_974": 975, + "_982": 983, + "_988": 989, + "_995": 996, + "_1030": 1031, + "_1053": 1054, + "_1060": 1061, + "_1065": 1066, + "_1083": 1084, + "_1088": 1089, + "_1096": 1097, + "_1102": 1103, + "_1107": 1108, + "_1113": 1114, + "_1121": 1122, + "_1127": 1128, + "_1131": 1132, + "_1137": 1138, + "_1143": 1144, + "_1153": 1154, + "_1163": 1164, + "_1169": 1170, + "_1177": 1178, + "_1187": 1188 + }, + "304034551", + { + "_55": 877, + "_56": 879, + "_930": 931, + "_58": 931, + "_932": 20, + "_60": 933, + "_62": 68, + "_934": 57 + }, + { + "_880": 57, + "_881": 882, + "_928": 929 + }, + "use_allowlist", + "enabled_org_ids", + [ + 883, + 884, + 885, + 886, + 887, + 888, + 889, + 890, + 891, + 892, + 893, + 894, + 895, + 896, + 897, + 898, + 899, + 900, + 901, + 902, + 903, + 904, + 905, + 906, + 907, + 908, + 909, + 910, + 911, + 912, + 913, + 914, + 915, + 916, + 917, + 918, + 919, + 920, + 921, + 922, + 923, + 924, + 925, + 926, + 927 + ], + "org-3qfZmmeTSEHbAhbjr7OAvBIw", + "org-4ngg9iMRKPVbhYBAx81lczVL", + "org-C83wsnVr4Vz6le9tOxHoZKth", + "org-VDQOL06s78mVeoFSCm2gPHAg", + "org-Vg6I7IHhE9pJ3P3OPrpZ0YQm", + "org-1dARy0FKi5ZIic0z0qDQ3XUM", + "org-kFq7XGb5UTkOSvV4LxmCp7b7", + "org-NsJIUxrWs5us9FoWFtGIk5NZ", + "org-M9DIO6oLrq0UcMoSjgczD9DW", + "org-0QM0k2pMtejHlsSGWF41A5WV", + "org-PwtpeDLo26229lYL4DsCUe0r", + "org-21IExuHKXnCkr2n01lIargY3", + "org-4hgpgFUqLp5JnT5lwvJ0Lsia", + "org-9yoizYTDXmGeLGjPD9dx8e3b", + "org-A7QosfBxzeTHG7FH4S6ifLR7", + "org-bTGf4sgcg1QYmZWWiKNPGmz0", + "org-CCtoOUkMZcrgtH1kOD7mnGNl", + "org-eOF9wZkd6LuWSYANP8UHkoiH", + "org-hRgblOnyHKe1ES3WgBRydYUG", + "org-KZeIVWrpDWJwUjVOjNzdS4w0", + "org-u6XEUEWeD916RjBzzBvHG7ay", + "org-VKhVKdlrvn0o5Bt2LYmqXVLp", + "org-xpqTMjIowwRQRVTLu6HoTwG6", + "org-HegzOLZApfwxNplbOZWLHbbU", + "ardorg04282025g", + "org-W5NuD7QBBT7YMaaCxWYqax0p", + "org-0LDQECxInqZUNf1Oz5TFSNjX", + "org-AhJnu1luIs7E0FbqIXUGPgAd", + "org-cA2BvsazhDVAdzYAWV27Iakl", + "org-o1g8FqFGMXHTRciTzugtQeB0", + "org-u47UddP2Su7qaE4W6zfvjbOy", + "org-XQMfVEZ7WGP8lcJlVAHu9Doi", + "org-ZqtBNCBow93YE0wSvJHjhhvO", + "org-QvPsSfKzujzSMfl6GcX6WI9m", + "org-DyJ5WkvKHNF1YZBRtvai0oPb", + "org-MglzfzXxHnMgJs7llQbPTVNC", + "org-3DIMedrgsJOkEujIcP9AHypU", + "org-SGO4Yi5l3fHwia8a8N8eAG0Q", + "org-ENTU0H45gp7zRkluxecyQSMv", + "org-btbBjqVC6mnrvP38UQBt37tC", + "org-ICqU4NccDB0RmQPxcPKvn4C6", + "org-KKqbES27Nji0qKKmene5ZS7N", + "org-3GzZQkBvTrf2VVrNd0IvW8bk", + "org-4sEDJxZrpf0KsNAqYYVm9FZt", + "twilio", + "disabled_org_ids", + [], + "group", + "5oc5snJSulFgP02Chyip3W:100.00:3", + "is_device_based", + [], + "passed", + "325276579", { - "_13": 927, - "_60": 24, - "_62": 929, - "_64": 930 + "_55": 935, + "_56": 937, + "_930": 938, + "_58": 938, + "_932": 20, + "_60": 939, + "_62": 68, + "_940": 20, + "_941": 57 }, - "1rXg44we6gmcRqYsiZzfL4:0.00:1", + {}, + "inlineTargetingRules", [], - "795789557", + "is_user_in_experiment", + "is_experiment_active", + "349697204", + { + "_55": 942, + "_56": 944, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 949, + "_62": 63, + "_934": 20 + }, { - "_13": 931, - "_60": 24, - "_62": 933, - "_64": 934 + "_945": 946, + "_947": 948 }, - "2GzNaY2UIV2RYDjl4grJNG:0.00:1", + "availability_message_type", + "available_to_pro", + "upgrade_button_message_type", + "try_with_pro", [], - "809056127", + "387775177", { - "_13": 935, - "_60": 61, - "_62": 937, - "_64": 938 + "_55": 950, + "_56": 952, + "_930": 954, + "_58": 954, + "_932": 20, + "_60": 955, + "_956": 957, + "_62": 68, + "_940": 20, + "_941": 20 }, - "54ufwSF4KjxPi2AIrjbelh", - [], - "810701024", { - "_13": 939, - "_60": 61, - "_62": 941, - "_64": 942 + "_953": 57 }, - "6U8ODe5JvFov5zs1rOzJjD", + "enable-copy-and-open", + "launchedGroup", [], - "891514942", + "group_name", + "Test", + "463092697", { - "_13": 943, - "_60": 24, - "_62": 945, - "_64": 946 + "_55": 958, + "_56": 960, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 961, + "_62": 68, + "_934": 20 }, - "aWUpylPDtFgWWhTxEsfCx", + {}, [], - "989226566", + "497018663", { - "_13": 947, - "_60": 61, - "_62": 949, - "_64": 950 + "_55": 962, + "_56": 964, + "_930": 938, + "_58": 938, + "_932": 20, + "_60": 965, + "_62": 113, + "_940": 20, + "_941": 57 }, - "6yqqYAWKtmfU8A7QGdiky4", + {}, [ - 951, - 952 + 966 ], { - "_67": 127, - "_69": 101, - "_71": 128 + "_81": 967, + "_83": 124, + "_85": 66 }, + "1829150232", + "516806730", { - "_67": 130, - "_69": 70, - "_71": 953 + "_55": 968, + "_56": 970, + "_930": 954, + "_58": 954, + "_932": 20, + "_60": 972, + "_956": 973, + "_62": 68, + "_940": 20, + "_941": 20 }, - "7D8EAif25E3Y8A3zkg6ljp:100.00:2", { - "_13": 132, - "_60": 61, - "_62": 134, - "_64": 955 + "_971": 20 }, + "quickstart_enabled", [], - "1032814809", + "Control", + "550560761", { - "_13": 956, - "_60": 24, - "_62": 91, - "_64": 958 + "_55": 974, + "_56": 976, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 981, + "_62": 68, + "_934": 20 }, - [], - "1064007944", { - "_13": 959, - "_60": 24, - "_62": 91, - "_64": 961 + "_977": 978, + "_979": 980 }, + "history_results_limit", + 6, + "local_results_limit", + 2, [], - "1099124727", + "555825174", { - "_13": 962, - "_60": 24, - "_62": 91, - "_64": 964 + "_55": 982, + "_56": 984, + "_930": 986, + "_58": 986, + "_932": 20, + "_60": 987, + "_956": 957, + "_62": 68, + "_940": 57, + "_941": 57 }, - [], - "1154002920", { - "_13": 965, - "_60": 24, - "_62": 91, - "_64": 967 + "_985": 57 }, + "enabled", + "3hO7DOiLSjtWNjmf2m2iqm", [], - "1166240779", + "1001765573", { - "_13": 968, - "_60": 61, - "_62": 970, - "_64": 971 + "_55": 988, + "_56": 990, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 991, + "_62": 68, + "_934": 20 }, - "4UjTXwt2XK975PANdi1Ma6:25.00:5", + {}, [ - 972 - ], + 992, + 993 + ], + { + "_81": 967, + "_83": 124, + "_85": 66 + }, + { + "_81": 994, + "_83": 124, + "_85": 66 + }, + "2050894816", + "1087852479", + { + "_55": 995, + "_56": 997, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1029, + "_62": 68, + "_934": 20 + }, + { + "_998": 999 + }, + "blacklist", + [ + 1000, + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010, + 1011, + 1012, + 1013, + 1014, + 1015, + 1016, + 1017, + 1018, + 1019, + 1020, + 1021, + 1022, + 1023, + 1024, + 1025, + 1026, + 1027, + 1028 + ], + "alumni.edu", + "sdsu.edu", + "sjsu.edu", + "csun.edu", + "fresnostate.edu", + "csu.fullerton.edu", + "csumb.edu", + "csusb.edu", + "csueastbay.edu", + "humboldt.edu", + "csuchico.edu", + "calpoly.edu", + "sonoma.edu", + "csusm.edu", + "csub.edu", + "csus.edu", + "csuci.edu", + "cpp.edu", + "calstatela.edu", + "csustan.edu", + "csulb.edu", + "sfsu.edu", + "csudh.edu", + "csufresno.edu", + "csum.edu", + "calstate.edu", + "harvard.edu", + "harvardglobal.org", + "hbs.edu", + [], + "1682643554", { - "_67": 299, - "_69": 101, - "_71": 91 + "_55": 1030, + "_56": 1032, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1052, + "_62": 68, + "_934": 20 }, - "1214379119", { - "_13": 973, - "_60": 24, - "_62": 975, - "_64": 976 + "_1033": 1034 }, - "3Da3vJtBawdpcHFOEpjzZA:10.00:2", - [], - "1382475798", + "school_configurations", { - "_13": 977, - "_60": 61, - "_62": 979, - "_64": 980 + "_1035": 1036, + "_1044": 1045, + "_1048": 1049 }, - "3P8OsGy1e5tQlR5dsTIWbL", - [], - "1416952492", + "openai_1signup_for_1", { - "_13": 981, - "_60": 24, - "_62": 983, - "_64": 984 + "_1037": 1038, + "_1039": 1040, + "_1041": 1042 }, - "2LD82enCtskHL9Vi2hS6Jq", - [], - "1422501431", + "display_name", + "OpenAI", + "promotion_campaign_id", + "students-2025-one-month-free", + "domains", + [ + 1043 + ], + "openai.com, mail.openai.com", + "australia", { - "_13": 985, - "_60": 24, - "_62": 91, - "_64": 987 + "_1037": 1038, + "_1039": 1040, + "_1041": 1046 }, - [], - "1439437954", + [ + 1047 + ], + "edu.au", + "colombia", { - "_13": 988, - "_60": 24, - "_62": 990, - "_64": 991 + "_1037": 1038, + "_1039": 1040, + "_1041": 1050 }, - "11IqDt7xc4mMNiyiSIMy1F:0.00:1", + [ + 1051 + ], + "unal.edu.co", [], - "1456513860", + "1792765184", { - "_13": 992, - "_60": 61, - "_62": 994, - "_64": 995 + "_55": 1053, + "_56": 1055, + "_930": 1056, + "_58": 1056, + "_932": 20, + "_60": 1057, + "_62": 68, + "_940": 20, + "_941": 20 }, - "jHXkU7q9axp0dXBSyzihH", - [], - "1468311859", + {}, + "targetingGate", + [ + 1058 + ], { - "_13": 996, - "_60": 24, - "_62": 998, - "_64": 999 + "_81": 1059, + "_83": 124, + "_85": 66 }, - "7tfl8ZUhwr5pzErE3ikBej", - [], - "1542198993", + "1484529305", + "1809520125", { - "_13": 1000, - "_60": 24, - "_62": 91, - "_64": 1002 + "_55": 1060, + "_56": 1062, + "_930": 954, + "_58": 954, + "_932": 57, + "_60": 1064, + "_956": 973, + "_62": 63, + "_940": 20, + "_941": 20 }, - [], - "1656345175", { - "_13": 1003, - "_60": 61, - "_62": 1005, - "_64": 1006 + "_1063": 20 }, - "2CwIChuIr7SLQ2CyqRegF2", + "enable_closed_by_default", [], - "1741586789", + "1967546325", { - "_13": 1007, - "_60": 24, - "_62": 91, - "_64": 1009 + "_55": 1065, + "_56": 1067, + "_930": 1080, + "_58": 1080, + "_932": 20, + "_60": 1081, + "_62": 113, + "_934": 57 }, - [], - "1760640904", { - "_13": 1010, - "_60": 61, - "_62": 1012, - "_64": 1013 + "_1068": 57, + "_1069": 57, + "_1070": 20, + "_1071": 20, + "_1072": 57, + "_1073": 57, + "_1074": 1075, + "_1076": 1075, + "_1077": 1078, + "_1079": 57 }, - "6ezOfLAw7fGQPVjfNsReIy", - [], - "1830177352", + "gdrivePicker", + "o365Picker", + "gdriveLink", + "o365Link", + "o365PersonalLink", + "o365BusinessLink", + "gdrivePercentage", + 100, + "o365Percentage", + "loadTestPercentage", + 0, + "showWorkspaceSettings", + "2bcszlc7CFHdfdCdq7jXNb:100.00:5", + [ + 1082 + ], { - "_13": 1014, - "_60": 61, - "_62": 1016, - "_64": 1017 + "_81": 528, + "_83": 124, + "_85": 66 }, - "44udGr8tXtB3ZIDHLV3HSF", - [], - "1839283687", + "2248456840", { - "_13": 1018, - "_60": 24, - "_62": 91, - "_64": 1020 + "_55": 1083, + "_56": 1085, + "_930": 1086, + "_58": 1086, + "_932": 20, + "_60": 1087, + "_62": 68, + "_940": 20, + "_941": 20 }, + {}, + "prestart", [], - "1860647109", + "2578643309", { - "_13": 1021, - "_60": 24, - "_62": 91, - "_64": 1023 + "_55": 1088, + "_56": 1090, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1095, + "_62": 68, + "_934": 20 }, - [], - "2000076788", { - "_13": 1024, - "_60": 24, - "_62": 91, - "_64": 1026 + "_1091": 1092, + "_1093": 1094 }, + "nux_video_url", + "https://persistent.oaistatic.com/deep-research/nux.da7d5fb5.mp4", + "nux_image_url", + "https://persistent.oaistatic.com/deep-research/nux.da7d5fb5.jpg", [], - "2053937752", + "2604379743", { - "_13": 1027, - "_60": 24, - "_62": 1029, - "_64": 1030 + "_55": 1096, + "_56": 1098, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1101, + "_62": 68, + "_934": 20 }, - "2PLQzvwrGPxACRwaEcKbIh", - [], - "2056761365", { - "_13": 1031, - "_60": 24, - "_62": 91, - "_64": 1033 + "_1091": 1099, + "_1093": 1100 }, + "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.mov", + "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.jpg", [], + "3217984440", { - "_13": 291, - "_60": 24, - "_62": 292, - "_64": 1035 + "_55": 1102, + "_56": 1104, + "_930": 1105, + "_58": 1105, + "_932": 20, + "_60": 1106, + "_956": 973, + "_62": 68, + "_940": 57, + "_941": 57 }, - [], - "2151954125", { - "_13": 1036, - "_60": 24, - "_62": 91, - "_64": 1038 + "_985": 20 }, + "7tnGWer5Sp5YnDNM9RuW30", [], - "2153043779", + "3230069703", { - "_13": 1039, - "_60": 61, - "_62": 1041, - "_64": 1042 + "_55": 1107, + "_56": 1109, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1112, + "_62": 68, + "_934": 20 }, - "DamiTYVoTv9Z9jRFOT5iC", - [], - "2173548801", { - "_13": 1043, - "_60": 61, - "_62": 1045, - "_64": 1046 + "_1110": 1111 }, - "22nVhoL17eyMvGWgFrDfZe", + "expirySeconds", + 15, [], - "2192543539", - { - "_13": 1047, - "_60": 61, - "_62": 1049, - "_64": 1050 - }, - "4Ro1m2dj4fUBe4hcP1YKjj:75.00:3", - [ - 1051 - ], + "3253785454", { - "_67": 1052, - "_69": 101, - "_71": 91 + "_55": 1113, + "_56": 1115, + "_930": 1118, + "_58": 1118, + "_932": 57, + "_60": 1119, + "_956": 1120, + "_62": 63, + "_940": 57, + "_941": 57 }, - "4206244917", - "2232580636", { - "_13": 1053, - "_60": 61, - "_62": 1055, - "_64": 1056 + "_1116": 20, + "_1117": 57 }, - "4y4Nd0nF0CFawcrQBbm7Mq:100.00:4", + "should_animate_user_message", + "should_animate_composer", + "1vZhxLNQj6TYVm44mf9h5C", [], - "2281969373", + "animate composer", + "3287425176", { - "_13": 1057, - "_60": 61, - "_62": 1059, - "_64": 1060 + "_55": 1121, + "_56": 1123, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1126, + "_62": 68, + "_934": 20 }, - "6EbVeXErTdGtbchxdqEMTg", - [], - "2290870843", { - "_13": 1061, - "_60": 61, - "_62": 1063, - "_64": 1064 + "_1124": 1125 }, - "5dONtElzUeyTTp5FvpWy6", + "blog_post_link", + "https://openai.com/index/introducing-o3-and-o4-mini/", [], - "2360528850", + "3406517345", { - "_13": 1065, - "_60": 24, - "_62": 91, - "_64": 1067 + "_55": 1127, + "_56": 1129, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1130, + "_62": 68, + "_934": 20 }, + {}, [], - "2379988365", + "3438591328", { - "_13": 1068, - "_60": 24, - "_62": 91, - "_64": 1070 + "_55": 1131, + "_56": 1133, + "_930": 1086, + "_58": 1086, + "_932": 57, + "_60": 1134, + "_62": 63, + "_940": 20, + "_941": 20 }, + {}, [ - 1071 + 1135 ], { - "_67": 297, - "_69": 101, - "_71": 91 + "_81": 1136, + "_83": 124, + "_85": 66 }, - "2411734826", + "350498269", + "3519990784", { - "_13": 1072, - "_60": 24, - "_62": 1074, - "_64": 1075 + "_55": 1137, + "_56": 1139, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1142, + "_62": 63, + "_934": 20 }, - "33U1igAQgegRumGc4LbaB:2.00:1", - [], - "2445152477", { - "_13": 1076, - "_60": 61, - "_62": 1078, - "_64": 1079 + "_1140": 1141 }, - "5qtlunRMswJX2JGoF8GikC", + "inference_debounce_ms", + 300, [], - "2634628831", - { - "_13": 1080, - "_60": 61, - "_62": 1082, - "_64": 1083 - }, - "6LfSag7ByiH0gGcqoFHHBe", - [ - 1084, - 1085 - ], + "3575952160", { - "_67": 923, - "_69": 101, - "_71": 91 + "_55": 1143, + "_56": 1145, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1152, + "_62": 68, + "_934": 20 }, { - "_67": 925, - "_69": 70, - "_71": 926 - }, - "2637918557", - { - "_13": 1086, - "_60": 61, - "_62": 1088, - "_64": 1089 + "_1146": 1147, + "_1148": 1149, + "_1150": 1151 }, - "2XNTwszL419o7DMxzSa0vz:100.00:1", + "credits_per_dollar", + 50, + "min_USD", + 20, + "max_USD", + 1000, [], - "2712556596", - { - "_13": 1090, - "_60": 61, - "_62": 1092, - "_64": 1093 - }, - "7pPLEbQc7hKT1m7CbondoE", - [ - 1094 - ], + "3747383021", { - "_67": 1095, - "_69": 101, - "_71": 91 + "_55": 1153, + "_56": 1155, + "_930": 1159, + "_58": 1159, + "_932": 57, + "_60": 1160, + "_62": 63, + "_934": 57 }, - "135448051", - "2781425969", { - "_13": 1096, - "_60": 24, - "_62": 1098, - "_64": 1099 + "_1156": 57, + "_1157": 57, + "_1158": 57 }, - "7BIMlzITwH6mysXL5ILPSw", + "github", + "sharepoint", + "dropbox", + "3d0IY8dczWoLtIoPlDtxHk:100.00:1", [ - 1100 + 1161, + 1162 ], { - "_67": 1095, - "_69": 101, - "_71": 91 + "_81": 528, + "_83": 124, + "_85": 66 }, - "2833534668", { - "_13": 1101, - "_60": 61, - "_62": 1103, - "_64": 1104 + "_81": 719, + "_83": 124, + "_85": 66 }, - "7uYkibMYlCPSnoWmmYNanm", - [], - "2935021756", + "3934129380", { - "_13": 1105, - "_60": 24, - "_62": 91, - "_64": 1107 + "_55": 1163, + "_56": 1165, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1168, + "_62": 68, + "_934": 20 }, - [], - "2968810397", { - "_13": 1108, - "_60": 24, - "_62": 91, - "_64": 1110 + "_1166": 1167 }, + "model", + "gpt-4o", [], - "3058498100", + "3983984123", { - "_13": 1111, - "_60": 24, - "_62": 91, - "_64": 1113 + "_55": 1169, + "_56": 1171, + "_930": 1086, + "_58": 1086, + "_932": 20, + "_60": 1173, + "_1174": 1175, + "_62": 68, + "_940": 20, + "_941": 20, + "_1176": 57 }, - [], - "3148583717", { - "_13": 1114, - "_60": 24, - "_62": 91, - "_64": 1116 + "_1172": 20 }, + "is_memory_undo_enabled", [], - "3241763787", + "explicit_parameters", + [ + 1172 + ], + "is_in_layer", + "4198227845", { - "_13": 1117, - "_60": 24, - "_62": 91, - "_64": 1119 + "_55": 1177, + "_56": 1179, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1186, + "_62": 68, + "_934": 20 }, - [], - "3257646228", { - "_13": 1120, - "_60": 24, - "_62": 1122, - "_64": 1123 + "_1180": 20, + "_1181": 20, + "_1182": 20, + "_1183": 20, + "_1184": 20, + "_1185": 20 }, - "3veZ6qhG4zTVvcrwpXXPgi:1.00:4", + "enabled_for_platform_override", + "enabled_for_platform_new", + "enabled_for_platform_existing", + "enabled_for_chat_override", + "enabled_for_chat_new", + "enabled_for_chat_existing", [], - "3291247717", + "4250628994", { - "_13": 1124, - "_60": 24, - "_62": 91, - "_64": 1126 + "_55": 1187, + "_56": 1189, + "_930": 1086, + "_58": 1086, + "_932": 20, + "_60": 1190, + "_62": 68, + "_940": 20, + "_941": 20 }, + {}, [], - "3435450078", + "layer_configs", { - "_13": 1127, - "_60": 61, - "_62": 1129, - "_64": 1130 + "_1193": 1194, + "_1228": 1229, + "_1249": 1250, + "_1254": 1255, + "_1260": 1261, + "_1266": 1267, + "_1271": 1272, + "_1282": 1283, + "_1290": 1291, + "_1299": 1300, + "_1338": 1339, + "_1346": 1347, + "_1355": 1356, + "_1378": 1379, + "_1385": 1386, + "_1395": 1396, + "_1414": 1415, + "_1420": 1421, + "_1425": 1426, + "_1445": 1446, + "_1451": 1452, + "_1457": 1458, + "_1466": 1467, + "_1486": 1487, + "_1498": 1499, + "_1504": 1505, + "_1516": 1517, + "_1535": 1536, + "_1542": 1543, + "_1559": 1560, + "_1572": 1573, + "_1581": 1582, + "_1593": 1594, + "_1602": 1603, + "_1608": 1609, + "_1618": 1619, + "_1626": 1627, + "_1638": 1639, + "_1647": 1648, + "_1654": 1655, + "_1670": 1671, + "_1682": 1683, + "_1688": 1689, + "_1693": 1694, + "_1699": 1700, + "_1707": 1708, + "_1723": 1724, + "_1730": 1731, + "_1737": 1738, + "_1743": 1744, + "_1748": 1749, + "_1755": 1756, + "_1767": 1768, + "_1774": 1775, + "_1787": 1788, + "_1793": 1794, + "_1799": 1800, + "_1816": 1817, + "_1834": 1835, + "_1844": 1845, + "_1851": 1852, + "_1856": 1857, + "_1886": 1887, + "_1892": 1893, + "_1900": 1901, + "_1906": 1907, + "_1940": 1941, + "_1958": 1959, + "_1977": 1978, + "_1982": 1983, + "_1989": 1990, + "_1996": 1997, + "_2008": 2009, + "_2020": 2021, + "_2026": 2027, + "_2034": 2035, + "_2041": 2042, + "_2050": 2051, + "_2055": 2056, + "_2086": 2087, + "_2091": 2092 }, - "2qCdHpFuWOOkibzLRL0zgn", - [], - "3472722167", + "109457", { - "_13": 1131, - "_60": 24, - "_62": 91, - "_64": 1133 + "_55": 1193, + "_56": 1195, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1225, + "_1174": 1226, + "_1227": 1225 + }, + { + "_1196": 20, + "_1197": 20, + "_1198": 20, + "_1199": 20, + "_1200": 20, + "_1201": 1202, + "_1203": 20, + "_1204": 20, + "_1205": 20, + "_1206": 1202, + "_1207": 20, + "_1208": 1209, + "_1210": 20, + "_1211": 20, + "_1212": 20, + "_1213": 20, + "_1214": 20, + "_1215": 1216, + "_1217": 20, + "_1218": 1219, + "_1220": 1221, + "_1222": 1221, + "_1223": 20, + "_1224": 20 }, + "is_starter_prompt_popular", + "is_starter_prompt_top_performer", + "is_starter_prompt_back_and_forth", + "use_starter_prompt_help_how_to", + "model_talks_first", + "model_talks_first_kind", + "", + "model_talks_first_augment_system_prompt", + "is_starter_prompt_enabled_for_new_users_only", + "add_system_prompt_during_onboarding", + "onboarding_system_prompt_type", + "enable_new_onboarding_flow", + "new_onboarding_flow_qualified_start_date", + "2099-11-04T00:00:00Z", + "personalized_onboarding", + "onboarding_show_custom_instructions_page", + "write_custom_instructions_in_onboarding", + "keep_onboarding_after_dismiss", + "onboarding_dynamic_steps_based_on_main_usage", + "onboarding_style", + "NONE", + "onboarding_show_followups", + "onboarding_inject_cards_position", + 3, + "ONBOARDING_EXAMPLES_PROMPT_ID", + "convo_gen_examples_v2", + "onboarding_gen_examples_prompt_type", + "show_new_chat_nux", + "is_guided_onboarding", + [], [], + "undelegated_secondary_exposures", + "16152997", { - "_13": 293, - "_60": 24, - "_62": 91, - "_64": 1135 + "_55": 1228, + "_56": 1230, + "_930": 1240, + "_58": 1240, + "_932": 20, + "_60": 1241, + "_956": 973, + "_1174": 1245, + "_1246": 1247, + "_941": 20, + "_940": 20, + "_1227": 1248 + }, + { + "_1231": 57, + "_1232": 20, + "_1233": 57, + "_1234": 1202, + "_1235": 1202, + "_1236": 1078, + "_1237": 20, + "_1238": 57, + "_1239": 20 }, + "show_preview_when_collapsed", + "expand_by_default", + "is_enabled", + "summarizer_system_prompt", + "summarizer_chunk_template", + "summarizer_chunk_char_limit", + "enable_o3_mini_retrieval", + "override_o3_mini_to_high", + "enable_reason_by_default", + "6DaNqHbUdaQZCJTtuXMn3l:override", [ - 1136, - 1137 + 1242 ], { - "_67": 297, - "_69": 101, - "_71": 91 - }, - { - "_67": 299, - "_69": 101, - "_71": 91 + "_81": 1243, + "_83": 84, + "_85": 1244 }, - "3612584454", + "747145983", + "1yBei0bniPE2f1TkI3MLWa", + [ + 1231, + 1232, + 1233 + ], + "allocated_experiment_name", + "1630255509", + [ + 1242 + ], + "40440673", { - "_13": 1138, - "_60": 24, - "_62": 1140, - "_64": 1141 + "_55": 1249, + "_56": 1251, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1252, + "_1174": 1253, + "_1227": 1252 }, - "4fXx7LNuNnDASdmkzwNxtf", + {}, [], - "3664702598", - { - "_13": 1142, - "_60": 24, - "_62": 1144, - "_64": 1145 - }, - "7x9wS41bRDCji9ns8x5Oej", [], - "3678527908", + "51287004", { - "_13": 1146, - "_60": 24, - "_62": 91, - "_64": 1148 + "_55": 1254, + "_56": 1256, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1258, + "_1174": 1259, + "_1227": 1258 }, - [], - "3728856343", { - "_13": 1149, - "_60": 24, - "_62": 91, - "_64": 1151 + "_1257": 57 }, + "enable", [], - "3861593998", - { - "_13": 1152, - "_60": 24, - "_62": 1154, - "_64": 1155 - }, - "5DN2QZNg9iYP45NqvRetnu", [], - "3910241726", + "190694971", { - "_13": 1156, - "_60": 61, - "_62": 1158, - "_64": 1159 + "_55": 1260, + "_56": 1262, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1264, + "_1174": 1265, + "_1227": 1264 }, - "1ItyvFbGou4epQp9HviAsm", - [], { - "_13": 713, - "_60": 24, - "_62": 714, - "_64": 1161 + "_1263": 20 }, + "show_nux", [], - "3940529303", - { - "_13": 1162, - "_60": 61, - "_62": 1164, - "_64": 1165 - }, - "17mkpeWbaWfCeMrpE67FOc", [], - "4012051055", + "229662723", { - "_13": 1166, - "_60": 24, - "_62": 91, - "_64": 1168 + "_55": 1266, + "_56": 1268, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1269, + "_1174": 1270, + "_1227": 1269 }, + {}, [], - "4043415092", - { - "_13": 1169, - "_60": 24, - "_62": 91, - "_64": 1171 - }, [], - "4132051975", + "387752763", { - "_13": 1172, - "_60": 61, - "_62": 1174, - "_64": 1175 + "_55": 1271, + "_56": 1273, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1276, + "_1174": 1281, + "_1227": 1276 }, - "wLBwoUCuuMdnRwa9KkfHI", - [], - "4141006638", { - "_13": 1176, - "_60": 24, - "_62": 1178, - "_64": 1179 + "_1274": 57, + "_1275": 57 }, - "6v4Q2eufBTFCb2P3fGZwPo", - [], - "4192239497", + "enable_slash_commands", + "enable_rich_text_composer", + [ + 1277, + 1278, + 1279 + ], { - "_13": 1180, - "_60": 24, - "_62": 91, - "_64": 1182 + "_81": 134, + "_83": 84, + "_85": 135 }, - [], - "4206189746", { - "_13": 1183, - "_60": 24, - "_62": 91, - "_64": 1185 + "_81": 137, + "_83": 124, + "_85": 138 }, - [], - "4242210007", { - "_13": 1186, - "_60": 24, - "_62": 1188, - "_64": 1189 + "_81": 1280, + "_83": 124, + "_85": 66 }, - "5T7B6Qu0S7TF24HzOjoxJl", + "1410082514", [], + "415386882", { - "_1191": 1192, - "_1199": 1200, - "_365": 1204, - "_1206": 1207, - "_1225": 1226, - "_1229": 1230, - "_1235": 1236, - "_1243": 1244, - "_421": 1277, - "_430": 1279, - "_1281": 1282, - "_1287": 1288 - }, - "550560761", - { - "_13": 1191, - "_60": 1193, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1198 - }, - { - "_1194": 1195, - "_1196": 1197 + "_55": 1282, + "_56": 1284, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1286, + "_1174": 1289, + "_1227": 1286 }, - "history_results_limit", - 6, - "local_results_limit", - 2, - [], - "948081399", { - "_13": 1199, - "_60": 1201, - "_356": 1202, - "_62": 1202, - "_358": 24, - "_64": 1203, - "_363": 24, - "_364": 61 + "_1285": 20 }, - {}, - "layerAssignment", - [], + "is_voice_mode_entry_point_enabled", + [ + 1287 + ], { - "_13": 365, - "_60": 367, - "_356": 369, - "_62": 369, - "_358": 24, - "_64": 1205, - "_363": 61, - "_364": 61 + "_81": 1288, + "_83": 124, + "_85": 66 }, + "1644396868", [], - "1682643554", - { - "_13": 1206, - "_60": 1208, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1224 - }, - { - "_1209": 1210 - }, - "school_configurations", + "453021389", { - "_1211": 1212, - "_1220": 1221 + "_55": 1290, + "_56": 1292, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1295, + "_1174": 1298, + "_1227": 1295 }, - "openai_1signup_for_1", { - "_1213": 1214, - "_1215": 1216, - "_1217": 1218 + "_1293": 20, + "_1294": 57 }, - "display_name", - "OpenAI", - "promotion_campaign_id", - "students-2025-one-month-free", - "domains", + "enable-block-animations", + "enable-word-animations", [ - 1219 + 1296 ], - "openai.com, mail.openai.com", - "australia", { - "_1213": 1214, - "_1215": 1216, - "_1217": 1222 + "_81": 1297, + "_83": 124, + "_85": 1202 }, - [ - 1223 - ], - "edu.au", + "3016192915", [], - "1809520125", + "468168202", { - "_13": 1225, - "_60": 1227, - "_356": 741, - "_62": 741, - "_358": 61, - "_64": 1228, - "_363": 24, - "_364": 24 + "_55": 1299, + "_56": 1301, + "_930": 1331, + "_58": 1331, + "_932": 20, + "_60": 1332, + "_956": 957, + "_1174": 1335, + "_1246": 1336, + "_941": 57, + "_940": 57, + "_1227": 1337 + }, + { + "_1302": 57, + "_1303": 20, + "_1304": 57, + "_1305": 57, + "_1306": 20, + "_1307": 20, + "_1308": 20, + "_1309": 20, + "_1310": 20, + "_1311": 20, + "_1312": 20, + "_1313": 20, + "_1314": 20, + "_1315": 20, + "_1316": 57, + "_1317": 57, + "_1318": 57, + "_1319": 20, + "_1320": 1321, + "_1322": 1323, + "_1324": 20, + "_1325": 1219, + "_1326": 20, + "_1327": 1328, + "_1329": 20, + "_1330": 20 }, - {}, - [], - "2181185232", - { - "_13": 1229, - "_60": 1231, - "_356": 488, - "_62": 488, - "_358": 61, - "_64": 1232, - "_363": 24, - "_364": 61 - }, - {}, + "is_team_enabled", + "is_yearly_plus_subscription_enabled", + "is_split_between_personal_and_business_enabled", + "is_modal_fullscreen", + "is_v2_toggle_labels_enabled", + "is_bw", + "is_produce_colors", + "is_produce_color_scheme", + "is_mobile_web_toggle_enabled", + "is_enterprise_enabled", + "is_produce_text", + "is_optimized_checkout", + "is_save_stripe_payment_info_enabled", + "is_auto_save_stripe_payment_info_enabled", + "does_manage_my_subscription_link_take_user_to_subscription_settings", + "should_open_cancellation_survey_after_canceling", + "should_show_manage_my_subscription_link", + "is_stripe_manage_subscription_link_enabled", + "cancellation_modal_cancel_button_color", + "danger", + "cancellation_modal_go_back_button_color", + "secondary", + "should_show_cp", + "cp_eligibility_months", + "should_offer_paypal_when_eligible", + "cp_id", + "gzfyjxwblqop", + "is_enrolled_for_huli", + "should_set_customer_address_country_to_billing_country", + "2T6eE6yfoknmZCLzlBqtl2", [ - 1233 + 1333 ], { - "_67": 1234, - "_69": 101, - "_71": 91 + "_81": 1334, + "_83": 124, + "_85": 66 }, - "1887864177", - "2604379743", + "1847092144", + [ + 1319 + ], + "567396244", + [ + 1333 + ], + "474444727", { - "_13": 1235, - "_60": 1237, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1242 + "_55": 1338, + "_56": 1340, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1344, + "_1174": 1345, + "_1227": 1344 }, { - "_1238": 1239, - "_1240": 1241 + "_1341": 57, + "_1342": 1343 }, - "nux_video_url", - "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.mov", - "nux_image_url", - "https://persistent.oaistatic.com/image-gen/nux.CB3699EE.jpg", + "show_custom_instr_message", + "custom_instr_message_timeout_duration", + 1500, + [], [], - "2821602598", + "590557768", { - "_13": 1243, - "_60": 1245, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1276 + "_55": 1346, + "_56": 1348, + "_930": 1350, + "_58": 1350, + "_932": 57, + "_60": 1351, + "_956": 973, + "_1174": 1352, + "_1246": 1353, + "_941": 57, + "_940": 57, + "_1227": 1354 }, { - "_1246": 1247 + "_1349": 20 }, - "Football", + "should_show_return_home_btn", + "MfvDx72WmPxA1oWw4IuVr", + [], [ - 1248 + 1349 ], + "1022536663", + [], + "660512088", { - "_1249": 1246, - "_1250": 1251 + "_55": 1355, + "_56": 1357, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1365, + "_1174": 1377, + "_1227": 1365 }, - "title", - "templates", - [ - 1252, - 1262, - 1269 - ], { - "_1253": 1254, - "_1255": 1256 + "_1358": 20, + "_1359": 57, + "_1360": 20, + "_1361": 20, + "_1362": 20, + "_1363": 20, + "_1364": 20 }, - "text", - "The [input] are down [input] with [input] left in the [input] quarter. What are their odds they [input]?", - "suggestions", + "enable_arch_updates", + "include_legacy_sidebar_contents", + "include_floating_state", + "include_share_on_mobile", + "include_account_settings_move", + "include_scrolling_behavior_update", + "include_revised_sidebar_ia", [ - 1257, - 1258, - 1259, - 1260, - 1261 + 1366, + 1368, + 1371, + 1374 ], - "KC Chiefs", - "27 - 10", - "5 minutes", - "4th", - "win", { - "_1253": 1263, - "_1255": 1264 + "_81": 1367, + "_83": 124, + "_85": 66 }, - "I'm [input], played [input] and work out [input]. Help me train like a [input].", - [ - 1265, - 1266, - 1267, - 1268 - ], - "29", - "football", - "3 days a week", - "NFL running back", + "2558701922", { - "_1253": 1270, - "_1255": 1271 + "_81": 1369, + "_83": 124, + "_85": 1370 }, - "Write me a [input]. Include [input], [input], and [input].", - [ - 1272, - 1273, - 1274, - 1275 - ], - "perfect halftime show song", - "dancing", - "fireworks", - "being super fierce", - [], + "735930678", + "6nGV45RQYtcIGTbPzppBhS", { - "_13": 421, - "_60": 423, - "_356": 424, - "_62": 424, - "_358": 24, - "_64": 1278, - "_363": 61, - "_364": 61 + "_81": 1372, + "_83": 124, + "_85": 1373 }, - [], + "3011415004", + "7pUMK6uci7sslAj8bP7VEA", { - "_13": 430, - "_60": 432, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1280 + "_81": 1375, + "_83": 124, + "_85": 1376 }, + "854062205", + "66y6sNojVqOdoNf0CX0JYC", [], - "3519108196", + "668322707", { - "_13": 1281, - "_60": 1283, - "_356": 357, - "_62": 357, - "_358": 24, - "_64": 1286, - "_363": 24, - "_364": 24 + "_55": 1378, + "_56": 1380, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1383, + "_1174": 1384, + "_1227": 1383 }, { - "_1284": 61, - "_1285": 61 + "_1381": 57, + "_1382": 57 }, - "show-album-upload", - "show-camera-upload", + "show_citations_with_title", + "use_chip_style_citations", [], - "3983984123", - { - "_13": 1287, - "_60": 1289, - "_356": 741, - "_62": 741, - "_358": 24, - "_64": 1290, - "_466": 1291, - "_363": 24, - "_364": 24, - "_1292": 61 - }, - { - "_749": 24 - }, [], - [ - 749 - ], - "is_in_layer", + "685344542", { - "_1294": 1295, - "_448": 1334, - "_472": 1339, - "_477": 1342, - "_483": 1345, - "_495": 1349, - "_501": 1352, - "_506": 1355, - "_1364": 1365, - "_1372": 1373, - "_517": 1381, - "_1385": 1386, - "_1393": 1394, - "_1402": 1403, - "_1425": 1426, - "_1435": 1436, - "_558": 1455, - "_571": 1458, - "_577": 1461, - "_583": 1464, - "_592": 1467, - "_1470": 1471, - "_1479": 1480, - "_1485": 1486, - "_607": 1492, - "_1496": 1497, - "_626": 1502, - "_643": 1507, - "_665": 1512, - "_675": 1516, - "_1520": 1521, - "_686": 1526, - "_1530": 1531, - "_1539": 1540, - "_698": 1548, - "_1551": 1552, - "_1566": 1567, - "_1572": 1573, - "_1578": 1579, - "_1587": 1588, - "_1603": 1604, - "_1610": 1611, - "_1617": 1618, - "_1623": 1624, - "_1628": 1629, - "_705": 1635, - "_1642": 1643, - "_1649": 1650, - "_1655": 1656, - "_727": 1673, - "_737": 1681, - "_746": 1684, - "_1687": 1688, - "_752": 1714, - "_1717": 1718, - "_1725": 1726, - "_758": 1731, - "_808": 1736, - "_1739": 1740, - "_1746": 1747, - "_1761": 1762, - "_815": 1766, - "_1769": 1770, - "_1774": 1775, - "_822": 1804, - "_1807": 1808 + "_55": 1385, + "_56": 1387, + "_930": 1389, + "_58": 1389, + "_932": 20, + "_60": 1390, + "_956": 957, + "_1174": 1392, + "_1246": 1393, + "_941": 20, + "_940": 20, + "_1227": 1394 }, - "109457", { - "_13": 1294, - "_60": 1296, - "_356": 1324, - "_62": 1324, - "_358": 24, - "_64": 1325, - "_466": 1331, - "_468": 1332, - "_364": 61, - "_363": 61, - "_470": 1333 - }, - { - "_1297": 24, - "_1298": 24, - "_1299": 24, - "_1300": 24, - "_1301": 24, - "_1302": 455, - "_1303": 24, - "_1304": 24, - "_1305": 24, - "_1306": 455, - "_1307": 24, - "_1308": 1309, - "_1310": 24, - "_1311": 24, - "_1312": 24, - "_1313": 24, - "_1314": 24, - "_1315": 455, - "_1316": 24, - "_1317": 1318, - "_1319": 1320, - "_1321": 1320, - "_1322": 24, - "_1323": 24 + "_1388": 20, + "_1311": 57 }, - "is_starter_prompt_popular", - "is_starter_prompt_top_performer", - "is_starter_prompt_back_and_forth", - "use_starter_prompt_help_how_to", - "model_talks_first", - "model_talks_first_kind", - "model_talks_first_augment_system_prompt", - "is_starter_prompt_enabled_for_new_users_only", - "add_system_prompt_during_onboarding", - "onboarding_system_prompt_type", - "enable_new_onboarding_flow", - "new_onboarding_flow_qualified_start_date", - "2025-02-28T06:00:00Z", - "personalized_onboarding", - "onboarding_show_custom_instructions_page", - "write_custom_instructions_in_onboarding", - "keep_onboarding_after_dismiss", - "onboarding_dynamic_steps_based_on_main_usage", - "onboarding_style", - "onboarding_show_followups", - "onboarding_inject_cards_position", - 9999, - "ONBOARDING_EXAMPLES_PROMPT_ID", - "convo_gen_examples_v2", - "onboarding_gen_examples_prompt_type", - "show_new_chat_nux", - "is_guided_onboarding", - "M3EE4Hyw83Rv7RjIICK6o", + "is_mobile_enterprise_enabled", + "3INu3qkV6QoN42TYoP3gja:override", [ - 1326, - 1328 + 1391 ], { - "_67": 1327, - "_69": 101, - "_71": 91 - }, - "674041001", - { - "_67": 1329, - "_69": 70, - "_71": 1330 + "_81": 255, + "_83": 84, + "_85": 257 }, - "59687878", - "4k3eNmHeryixdsgalKqv0", [ - 1315, - 1308, - 1305, - 1306, - 1310, - 1316, - 1317, - 1321, - 1322 + 1311 ], - "52701554", + "1388643772", [ - 1326 + 1391 ], + "717266490", { - "_13": 448, - "_60": 450, - "_356": 461, - "_62": 461, - "_358": 24, - "_64": 1335, - "_466": 467, - "_468": 469, - "_364": 24, - "_363": 24, - "_470": 1338 + "_55": 1395, + "_56": 1397, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1412, + "_1174": 1413, + "_1227": 1412 + }, + { + "_1398": 57, + "_1399": 57, + "_1400": 57, + "_1208": 1209, + "_1207": 20, + "_1401": 20, + "_1210": 20, + "_1213": 20, + "_1212": 20, + "_1402": 1078, + "_1403": 20, + "_1211": 20, + "_1404": 20, + "_1405": 57, + "_1406": 20, + "_1407": 1408 }, + "optimize_initial_modals", + "defer_memory_modal", + "enable_v2_cleanup", + "use_plus_rl_during_onboarding", + "plus_rl_during_onboarding_minutes_after_creation", + "enable_mobile_app_upsell_banner", + "one_tooltip_per_session", + "one_announcement_tooltip_per_session", + "onboarding_show_other_option", + "onboarding_flow_tool_steps", [ - 1336 + 1409, + 1410, + 1411 ], + "dalle", + "file_upload", + "canvas", + [], + [], + "723297404", { - "_67": 464, - "_69": 70, - "_71": 1337 + "_55": 1414, + "_56": 1416, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1418, + "_1174": 1419, + "_1227": 1418 }, - "1yBehWRiofl3CcNtvNVvk6", - [ - 1336 - ], { - "_13": 472, - "_60": 474, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1340, - "_466": 1341, - "_470": 1340 + "_1417": 20 }, + "show_india_language_upsell_banner", [], [], + "789160436", { - "_13": 477, - "_60": 479, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1343, - "_466": 1344, - "_470": 1343 + "_55": 1420, + "_56": 1422, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1423, + "_1174": 1424, + "_1227": 1423 }, + {}, [], [], + "871635014", { - "_13": 483, - "_60": 485, - "_356": 488, - "_62": 488, - "_358": 61, - "_64": 1346, - "_466": 492, - "_468": 493, - "_364": 61, - "_363": 24, - "_470": 1348 + "_55": 1425, + "_56": 1427, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1441, + "_1174": 1444, + "_1227": 1441 + }, + { + "_1428": 20, + "_1429": 57, + "_1430": 20, + "_1431": 1432, + "_1433": 66, + "_1434": 20, + "_1435": 20, + "_1436": 20, + "_1437": 1432, + "_1438": 20, + "_1439": 20, + "_1440": 20 }, + "snowflake_composer_entry_point", + "use_broad_rate_limit_language", + "voice_holdout", + "krisp_noise_filter", + "none", + "voice_entry_point_style", + "show_label_on_button", + "voice_only", + "bvc_enabled", + "noise_filter", + "zing_enabled", + "keyboard_down", + "hide_dictation_button", [ - 1347 + 1442 ], { - "_67": 491, - "_69": 101, - "_71": 91 + "_81": 1443, + "_83": 124, + "_85": 66 }, + "949898936", [], + "1170120107", { - "_13": 495, - "_60": 497, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1350, - "_466": 1351, - "_470": 1350 + "_55": 1445, + "_56": 1447, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1449, + "_1174": 1450, + "_1227": 1449 }, + { + "_1448": 20 + }, + "is_whisper_enabled", [], [], + "1238742812", { - "_13": 501, - "_60": 503, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1353, - "_466": 1354, - "_470": 1353 + "_55": 1451, + "_56": 1453, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1455, + "_1174": 1456, + "_1227": 1455 }, + { + "_1454": 20 + }, + "should_enable_zh_tw", [], [], + "1320801051", { - "_13": 506, - "_60": 1356, - "_356": 1357, - "_62": 1357, - "_358": 61, - "_64": 1358, - "_466": 1362, - "_468": 506, - "_364": 24, - "_363": 24, - "_470": 1363 + "_55": 1457, + "_56": 1459, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1464, + "_1174": 1465, + "_1227": 1464 }, { - "_509": 61, - "_510": 61 + "_1460": 20, + "_1461": 20, + "_1462": 57, + "_1463": 20 }, - "5UE8g4T56yxUBUYancL7KB:override", - [ - 1359, - 1360 - ], + "hide_new_at_workspace_section", + "hide_section_new_at_workspace", + "gpt_discovery_experiment_enabled", + "popular_at_my_workspace_enabled", + [], + [], + "1346366956", { - "_67": 97, - "_69": 101, - "_71": 91 + "_55": 1466, + "_56": 1468, + "_930": 1056, + "_58": 1056, + "_932": 57, + "_60": 1480, + "_1174": 1483, + "_1246": 1484, + "_941": 57, + "_940": 20, + "_1227": 1485 }, { - "_67": 100, - "_69": 70, - "_71": 1361 + "_1469": 20, + "_1470": 1471, + "_1472": 20, + "_1473": 20, + "_1474": 20, + "_1475": 20, + "_1476": 20, + "_1477": 20, + "_1478": 1479 }, - "5hCRKi4Gs5QJkOanmdVvHU:100.00:4", + "use_email_otp", + "signup_cta_copy", + "SIGN_UP", + "login_allow_phone", + "signup_allow_phone", + "forwardToAuthApi", + "use_new_phone_ui", + "in_signup_allow_phone_hold_out", + "use_formatted_national_number", + "continue_with_email_phone_placement", + "after_sso", [ - 510, - 509 + 1481 ], + { + "_81": 1482, + "_83": 124, + "_85": 66 + }, + "2307260085", [ - 1359, - 1360 + 1470 ], - "415386882", + "182726150", + [], + "1358188185", { - "_13": 1364, - "_60": 1366, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1368, - "_466": 1371, - "_470": 1368 + "_55": 1486, + "_56": 1488, + "_930": 1491, + "_58": 1491, + "_932": 20, + "_60": 1492, + "_956": 957, + "_1174": 1495, + "_1246": 1496, + "_941": 57, + "_940": 57, + "_1227": 1497 }, { - "_1367": 24 + "_1489": 57, + "_1490": 57 }, - "is_voice_mode_entry_point_enabled", + "prefetch-models", + "sidebar-default-close", + "2Sw7ZUUEdPpSprZeJA0Nmy", [ - 1369 + 1493 ], { - "_67": 1370, - "_69": 101, - "_71": 91 + "_81": 1494, + "_83": 124, + "_85": 66 }, - "1644396868", - [], - "453021389", + "542939804", + [ + 1490 + ], + "33688072", + [ + 1493 + ], + "1358849452", { - "_13": 1372, - "_60": 1374, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1377, - "_466": 1380, - "_470": 1377 + "_55": 1498, + "_56": 1500, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1502, + "_1174": 1503, + "_1227": 1502 }, { - "_1375": 24, - "_1376": 61 + "_1501": 20 }, - "enable-block-animations", - "enable-word-animations", - [ - 1378 - ], + "disable-ssr", + [], + [], + "1368081792", { - "_67": 1379, - "_69": 101, - "_71": 455 + "_55": 1504, + "_56": 1506, + "_930": 1511, + "_58": 1511, + "_932": 20, + "_60": 1512, + "_956": 973, + "_1174": 1513, + "_1246": 1514, + "_941": 57, + "_940": 57, + "_1227": 1515 + }, + { + "_1507": 20, + "_1508": 20, + "_1509": 57, + "_1510": 20 }, - "3016192915", + "should_show_o3_mini_high_upsell_banner_free_user_to_plus", + "should_show_o3_mini_high_upsell_banner_plus_user", + "should_change_model_picker", + "should_show_deep_research_upsell_banner", + "5fTO72ELlHRBp5dFgYXCXR", + [], + [ + 1510 + ], + "4015598091", [], + "1547743984", { - "_13": 517, - "_60": 519, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1382, - "_466": 1384, - "_470": 1382 + "_55": 1516, + "_56": 1518, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1531, + "_1174": 1534, + "_1227": 1531 + }, + { + "_1519": 20, + "_1520": 20, + "_1521": 20, + "_1522": 20, + "_1523": 20, + "_1524": 20, + "_1525": 20, + "_1526": 57, + "_1527": 20, + "_1528": 20, + "_1529": 57, + "_1530": 57 }, + "should_simplify_modal", + "is_simplified_sharing_modal_enabled", + "is_social_share_options_enabled", + "is_update_shared_links_enabled", + "is_discoverability_toggle_enabled", + "show_copylink_state_if_no_updates", + "is_continue_enabled", + "show_share_button_text", + "is_meta_improvements_enabled", + "show_share_button_inline", + "use_dalle_preview", + "in_dalle_preview_exp", [ - 1383 + 1532 ], { - "_67": 549, - "_69": 101, - "_71": 91 + "_81": 1533, + "_83": 124, + "_85": 66 }, + "4038001028", [], - "474444727", + "1578749296", { - "_13": 1385, - "_60": 1387, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1391, - "_466": 1392, - "_470": 1391 + "_55": 1535, + "_56": 1537, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1540, + "_1174": 1541, + "_1227": 1540 }, { - "_1388": 61, - "_1389": 1390 + "_1538": 20, + "_1539": 20 }, - "show_custom_instr_message", - "custom_instr_message_timeout_duration", - 1500, + "is_sticky_toggle_off", + "is_trinity", [], [], - "590557768", + "1630876919", { - "_13": 1393, - "_60": 1395, - "_356": 1397, - "_62": 1397, - "_358": 61, - "_64": 1398, - "_466": 1399, - "_468": 1400, - "_364": 61, - "_363": 61, - "_470": 1401 + "_55": 1542, + "_56": 1544, + "_930": 1551, + "_58": 1551, + "_932": 20, + "_60": 1552, + "_956": 957, + "_1174": 1556, + "_1246": 1557, + "_941": 57, + "_940": 57, + "_1227": 1558 }, { - "_1396": 61 + "_1545": 57, + "_1546": 57, + "_1547": 57, + "_1548": 57, + "_1549": 20, + "_1550": 57 }, - "should_show_return_home_btn", - "MfvDyM5oEZ1TqWS7cE8et", - [], + "enable_indexing", + "backfill_completed", + "enable_local_indexing", + "enable_ux", + "enable_us_rollout", + "enable_ux_rollout", + "31UyKaWB8PZhFswQt29NlZ", [ - 1396 + 1553 ], - "1022536663", - [], - "660512088", - { - "_13": 1402, - "_60": 1404, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1412, - "_466": 1424, - "_470": 1412 - }, { - "_1405": 24, - "_1406": 61, - "_1407": 24, - "_1408": 24, - "_1409": 24, - "_1410": 24, - "_1411": 24 + "_81": 1554, + "_83": 84, + "_85": 1555 }, - "enable_arch_updates", - "include_legacy_sidebar_contents", - "include_floating_state", - "include_share_on_mobile", - "include_account_settings_move", - "include_scrolling_behavior_update", - "include_revised_sidebar_ia", + "2372319800", + "4NZS9cdXgw2uEnVQCdyNMH:100.00:30", [ - 1413, - 1415, - 1418, - 1421 + 1545, + 1547, + 1546, + 1548, + 1550 ], - { - "_67": 1414, - "_69": 101, - "_71": 91 - }, - "2558701922", - { - "_67": 1416, - "_69": 101, - "_71": 1417 - }, - "735930678", - "6nGV45RQYtcIGTbPzppBhS", - { - "_67": 1419, - "_69": 101, - "_71": 1420 - }, - "3011415004", - "7pUMK6uci7sslAj8bP7VEA", - { - "_67": 1422, - "_69": 101, - "_71": 1423 - }, - "854062205", - "66y6sNojVqOdoNf0CX0JYC", + "1028722647", [], - "685344542", - { - "_13": 1425, - "_60": 1427, - "_356": 1429, - "_62": 1429, - "_358": 24, - "_64": 1430, - "_466": 1432, - "_468": 1433, - "_364": 24, - "_363": 24, - "_470": 1434 - }, - { - "_1428": 24, - "_529": 61 - }, - "is_mobile_enterprise_enabled", - "3INu3qkV6QoN42TYoP3gja:override", - [ - 1431 - ], + "1696863369", { - "_67": 132, - "_69": 70, - "_71": 134 + "_55": 1559, + "_56": 1561, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1564, + "_1174": 1571, + "_1227": 1564 }, - [ - 529 - ], - "1388643772", - [ - 1431 - ], - "717266490", { - "_13": 1435, - "_60": 1437, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1453, - "_466": 1454, - "_470": 1453 - }, - { - "_1438": 61, - "_1439": 61, - "_1440": 61, - "_1308": 1441, - "_1307": 24, - "_1442": 24, - "_1310": 24, - "_1313": 24, - "_1312": 24, - "_1443": 406, - "_1444": 24, - "_1311": 24, - "_1445": 24, - "_1446": 61, - "_1447": 24, - "_1448": 1449 + "_1562": 20, + "_1563": 20 }, - "optimize_initial_modals", - "defer_memory_modal", - "enable_v2_cleanup", - "2099-11-04T00:00:00Z", - "use_plus_rl_during_onboarding", - "plus_rl_during_onboarding_minutes_after_creation", - "enable_mobile_app_upsell_banner", - "one_tooltip_per_session", - "one_announcement_tooltip_per_session", - "onboarding_show_other_option", - "onboarding_flow_tool_steps", + "has_sidekick_access", + "show_nux_banner", [ - 1450, - 1451, - 1452 + 1565, + 1568 ], - "dalle", - "file_upload", - "canvas", - [], - [], { - "_13": 558, - "_60": 560, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1456, - "_466": 1457, - "_470": 1456 + "_81": 1566, + "_83": 124, + "_85": 1567 }, - [], - [], + "1938289220", + "79O8DQPDmTKxnLdAH9loVk", { - "_13": 571, - "_60": 573, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1459, - "_466": 1460, - "_470": 1459 + "_81": 1569, + "_83": 124, + "_85": 1570 }, + "2033872549", + "7dScmNU0bu2UQuzCNtva50", [], - [], + "1697140512", { - "_13": 577, - "_60": 579, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1462, - "_466": 1463, - "_470": 1462 + "_55": 1572, + "_56": 1574, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1576, + "_1174": 1580, + "_1227": 1576 }, - [], - [], { - "_13": 583, - "_60": 585, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1465, - "_466": 1466, - "_470": 1465 + "_1563": 20, + "_1575": 20 }, - [], - [], + "can_download_sidetron", + [ + 1577 + ], { - "_13": 592, - "_60": 594, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1468, - "_466": 1469, - "_470": 1468 + "_81": 1578, + "_83": 124, + "_85": 1579 }, + "2919213474", + "6HLlb6nSjJk5ADynHucWgP", [], - [], - "1358188185", + "1704793646", { - "_13": 1470, - "_60": 1472, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1475, - "_466": 1478, - "_470": 1475 + "_55": 1581, + "_56": 1583, + "_930": 1056, + "_58": 1056, + "_932": 20, + "_60": 1587, + "_1174": 1590, + "_1246": 1591, + "_941": 57, + "_940": 20, + "_1227": 1592 }, { - "_1473": 61, - "_1474": 24 + "_1584": 57, + "_1585": 1149, + "_1586": 57 }, - "prefetch-models", - "sidebar-default-close", + "greeting_web", + "name_char_limit", + "full_name_llm", [ - 1476 + 1588 ], { - "_67": 1477, - "_69": 101, - "_71": 91 - }, - "542939804", - [], - "1358849452", - { - "_13": 1479, - "_60": 1481, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1483, - "_466": 1484, - "_470": 1483 - }, - { - "_1482": 24 + "_81": 1589, + "_83": 124, + "_85": 66 }, - "disable-ssr", - [], + "331938894", + [ + 1584, + 1585, + 1586 + ], + "392393436", [], - "1368081792", - { - "_13": 1485, - "_60": 1487, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1490, - "_466": 1491, - "_470": 1490 - }, + "1780960461", { - "_1488": 24, - "_1489": 24 + "_55": 1593, + "_56": 1595, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1598, + "_1174": 1601, + "_1227": 1598 }, - "should_show_o3_mini_high_upsell_banner_free_user_to_plus", - "should_show_o3_mini_high_upsell_banner_plus_user", - [], - [], { - "_13": 607, - "_60": 609, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1493, - "_466": 1495, - "_470": 1493 + "_1596": 57, + "_1597": 20, + "_1584": 20, + "_985": 20 }, + "mobile", + "web", [ - 1494 + 1599 ], { - "_67": 624, - "_69": 101, - "_71": 91 + "_81": 1600, + "_83": 124, + "_85": 66 }, + "3074373870", [], - "1578749296", + "1846737571", { - "_13": 1496, - "_60": 1498, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1500, - "_466": 1501, - "_470": 1500 + "_55": 1602, + "_56": 1604, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1606, + "_1174": 1607, + "_1227": 1606 }, { - "_1499": 24 + "_1605": 20 }, - "is_sticky_toggle_off", + "is_upgrade_button_blue", [], [], + "1914829685", { - "_13": 626, - "_60": 1503, - "_356": 488, - "_62": 488, - "_358": 24, - "_64": 1504, - "_466": 640, - "_468": 641, - "_364": 61, - "_363": 24, - "_470": 1506 - }, - { - "_629": 24, - "_630": 24, - "_631": 24, - "_632": 24, - "_633": 24, - "_634": 24 - }, - [ - 1505 - ], - { - "_67": 638, - "_69": 101, - "_71": 91 + "_55": 1608, + "_56": 1610, + "_930": 1612, + "_58": 1612, + "_932": 57, + "_60": 1613, + "_956": 957, + "_1174": 1615, + "_1246": 1616, + "_941": 20, + "_940": 20, + "_1227": 1617 }, - [], { - "_13": 643, - "_60": 645, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1508, - "_466": 1511, - "_470": 1508 + "_1611": 57 }, + "forward_to_authapi", + "2RO4BOrVWPrsxRUPYNKPLe:override", [ - 1509, - 1510 + 1614 ], { - "_67": 650, - "_69": 101, - "_71": 651 - }, - { - "_67": 653, - "_69": 101, - "_71": 654 - }, - [], - { - "_13": 665, - "_60": 667, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1513, - "_466": 1515, - "_470": 1513 + "_81": 53, + "_83": 84, + "_85": 59 }, [ - 1514 + 1611 ], - { - "_67": 673, - "_69": 101, - "_71": 91 - }, - [], - { - "_13": 675, - "_60": 677, - "_356": 488, - "_62": 488, - "_358": 24, - "_64": 1517, - "_466": 683, - "_468": 684, - "_364": 61, - "_363": 24, - "_470": 1519 - }, + "1856338298", [ - 1518 + 1614 ], + "1976075658", { - "_67": 682, - "_69": 101, - "_71": 91 - }, - [], - "1846737571", - { - "_13": 1520, - "_60": 1522, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1524, - "_466": 1525, - "_470": 1524 + "_55": 1618, + "_56": 1620, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1624, + "_1174": 1625, + "_1227": 1624 }, { - "_1523": 24 + "_1621": 20, + "_1622": 57, + "_1623": 20 }, - "is_upgrade_button_blue", + "email_sent", + "show_banner", + "send_email", [], [], - { - "_13": 686, - "_60": 688, - "_356": 690, - "_62": 690, - "_358": 61, - "_64": 1527, - "_466": 695, - "_468": 696, - "_364": 24, - "_363": 24, - "_470": 1529 - }, - [ - 1528 - ], - { - "_67": 693, - "_69": 70, - "_71": 694 - }, - [ - 1528 - ], "2118136551", { - "_13": 1530, - "_60": 1532, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1537, - "_466": 1538, - "_470": 1537 + "_55": 1626, + "_56": 1628, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1636, + "_1174": 1637, + "_1227": 1636 }, { - "_1533": 24, - "_1534": 24, - "_1535": 61, - "_1536": 61 + "_1629": 57, + "_1630": 20, + "_1631": 57, + "_1632": 57, + "_1633": 57, + "_1634": 57, + "_1635": 20 }, "show_cookie_banner_if_qualified", "test_dummy", "sign_up_button_has_the_word_free", "show_cookie_banner_auth_login", + "show_cookie_banner_improvements", + "should_show_imagegen_nux", + "show_management_modal", [], [], "2149763392", { - "_13": 1539, - "_60": 1541, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1544, - "_466": 1547, - "_470": 1544 + "_55": 1638, + "_56": 1640, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1643, + "_1174": 1646, + "_1227": 1643 }, { - "_1542": 24, - "_1543": 24 + "_1641": 20, + "_1642": 20 }, "show-in-main-composer", "show-model-picker", [ - 1545 + 1644 ], { - "_67": 1546, - "_69": 101, - "_71": 91 + "_81": 1645, + "_83": 124, + "_85": 66 }, "4151101559", [], + "2152104812", { - "_13": 698, - "_60": 700, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1549, - "_466": 1550, - "_470": 1549 + "_55": 1647, + "_56": 1649, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1652, + "_1174": 1653, + "_1227": 1652 + }, + { + "_1650": 20, + "_1651": 20 }, + "hide_gpts_if_none", + "hide_default_gpts", [], [], "2259187367", { - "_13": 1551, - "_60": 1553, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1564, - "_466": 1565, - "_470": 1564 + "_55": 1654, + "_56": 1656, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1668, + "_1174": 1669, + "_1227": 1668 }, { - "_1554": 24, - "_1555": 1556, - "_1557": 1558, - "_1559": 61, - "_1560": 1561, - "_1562": 24, - "_1563": 1246 + "_1657": 20, + "_1658": 1659, + "_1660": 1661, + "_1662": 57, + "_1663": 1664, + "_1665": 20, + "_1666": 1667 }, "enable_nux", "start_time", @@ -4534,95 +4835,142 @@ "madlibs_0203", "enable_additional_categories", "additional_category", + "Football", + [], [], + "2382399797", + { + "_55": 1670, + "_56": 1672, + "_930": 1676, + "_58": 1676, + "_932": 20, + "_60": 1677, + "_956": 957, + "_1174": 1679, + "_1246": 1680, + "_941": 57, + "_940": 57, + "_1227": 1681 + }, + { + "_1233": 57, + "_1673": 20, + "_1674": 20, + "_1675": 57 + }, + "navigator_share_text", + "navigator_share_image", + "navigator_share_link", + "2H73RDC2aRVXfaQ3lZF8UM", + [ + 1678 + ], + { + "_81": 267, + "_83": 84, + "_85": 268 + }, + [ + 1233 + ], + "3699925866", [], "2505516353", { - "_13": 1566, - "_60": 1568, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1570, - "_466": 1571, - "_470": 1570 + "_55": 1682, + "_56": 1684, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1686, + "_1174": 1687, + "_1227": 1686 }, { - "_1569": 61 + "_1685": 57 }, "android-keyboard-layout", [], [], + "2622458804", + { + "_55": 1688, + "_56": 1690, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1691, + "_1174": 1692, + "_1227": 1691 + }, + {}, + [], + [], "2670443078", { - "_13": 1572, - "_60": 1574, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1576, - "_466": 1577, - "_470": 1576 + "_55": 1693, + "_56": 1695, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1697, + "_1174": 1698, + "_1227": 1697 }, { - "_1575": 61 + "_1696": 57 }, "is_gating_fix_enabled", [], [], "2716194794", { - "_13": 1578, - "_60": 1580, - "_356": 488, - "_62": 488, - "_358": 24, - "_64": 1581, - "_466": 1584, - "_468": 1585, - "_364": 61, - "_363": 24, - "_470": 1586 + "_55": 1699, + "_56": 1701, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1703, + "_1174": 1706, + "_1227": 1703 }, { - "_740": 24 + "_1702": 20 }, + "show_upsell", [ - 1582 + 1704 ], { - "_67": 1583, - "_69": 101, - "_71": 91 + "_81": 1705, + "_83": 124, + "_85": 66 }, "2849926832", - [ - 740 - ], - "2435265903", [], "2723963139", { - "_13": 1587, - "_60": 1589, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1601, - "_466": 1602, - "_470": 1601 - }, - { - "_1590": 24, - "_1591": 24, - "_1592": 61, - "_1593": 61, - "_1594": 61, - "_1595": 1596, - "_1597": 61, - "_1598": 24, - "_1599": 24, - "_1600": 455 + "_55": 1707, + "_56": 1709, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1721, + "_1174": 1722, + "_1227": 1721 + }, + { + "_1710": 20, + "_1711": 20, + "_1712": 57, + "_1713": 57, + "_1714": 57, + "_1715": 1716, + "_1717": 57, + "_1718": 20, + "_1719": 20, + "_1720": 1202 }, "is_dynamic_model_enabled", "show_message_model_info", @@ -4639,18 +4987,18 @@ [], "2775247110", { - "_13": 1603, - "_60": 1605, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1608, - "_466": 1609, - "_470": 1608 + "_55": 1723, + "_56": 1725, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1728, + "_1174": 1729, + "_1227": 1728 }, { - "_1606": 24, - "_1607": 24 + "_1726": 20, + "_1727": 57 }, "show_pro_badge", "show_plan_type_badge", @@ -4658,163 +5006,276 @@ [], "2840731323", { - "_13": 1610, - "_60": 1612, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1614, - "_466": 1616, - "_470": 1614 + "_55": 1730, + "_56": 1732, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1734, + "_1174": 1736, + "_1227": 1734 }, { - "_616": 61, - "_1613": 61 + "_1525": 57, + "_1733": 57 }, "is_direct_continue_enabled", [ - 1615 + 1735 ], { - "_67": 1021, - "_69": 101, - "_71": 91 + "_81": 403, + "_83": 124, + "_85": 66 }, [], "2888142241", { - "_13": 1617, - "_60": 1619, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1621, - "_466": 1622, - "_470": 1621 + "_55": 1737, + "_56": 1739, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1741, + "_1174": 1742, + "_1227": 1741 }, { - "_1620": 61 + "_1740": 57 }, "is_upgrade_in_settings", [], [], "2932223118", { - "_13": 1623, - "_60": 1625, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1626, - "_466": 1627, - "_470": 1626 + "_55": 1743, + "_56": 1745, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1746, + "_1174": 1747, + "_1227": 1746 }, { - "_528": 61 + "_1310": 57 }, [], [], "2972011003", { - "_13": 1628, - "_60": 1630, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1633, - "_466": 1634, - "_470": 1633 + "_55": 1748, + "_56": 1750, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1753, + "_1174": 1754, + "_1227": 1753 }, { - "_1631": 61, - "_1632": 24 + "_1751": 57, + "_1752": 20 }, "user_context_message_search_tools_default", "search_tool_holdout_enabled", [], [], + "3048336830", { - "_13": 705, - "_60": 1636, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1637, - "_466": 1641, - "_470": 1637 + "_55": 1755, + "_56": 1757, + "_930": 1760, + "_58": 1760, + "_932": 20, + "_60": 1761, + "_1174": 1766, + "_1227": 1761 }, { - "_708": 61, - "_709": 24 + "_1758": 57, + "_1759": 20 }, + "is-enabled", + "use-rtl-layout", + "localization-april Nzc6Xnht6tIVmb48Ejg1T:override", [ - 1638, - 1639 + 1762, + 1763 ], { - "_67": 713, - "_69": 101, - "_71": 714 + "_81": 788, + "_83": 124, + "_85": 790 }, { - "_67": 716, - "_69": 101, - "_71": 1640 + "_81": 1764, + "_83": 84, + "_85": 1765 }, - "66covmutTYx82FWVUlZAqF", + "3700615661", + "66covjaoZoe9pQR4I68jOB", [], "3119715334", { - "_13": 1642, - "_60": 1644, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1647, - "_466": 1648, - "_470": 1647 + "_55": 1767, + "_56": 1769, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1772, + "_1174": 1773, + "_1227": 1772 }, { - "_1645": 24, - "_1646": 24 + "_1770": 20, + "_1771": 20 }, "should-enable-hojicha", "should-enable-skip", [], [], + "3178812292", + { + "_55": 1774, + "_56": 1776, + "_930": 1056, + "_58": 1056, + "_932": 20, + "_60": 1778, + "_1174": 1784, + "_1246": 1785, + "_941": 57, + "_940": 20, + "_1227": 1786 + }, + { + "_1777": 20 + }, + "use_f_convo", + [ + 1779, + 1781 + ], + { + "_81": 1780, + "_83": 124, + "_85": 66 + }, + "3799260860", + { + "_81": 1782, + "_83": 124, + "_85": 1783 + }, + "2563746933", + "2NxJKBpSxyB6WtJECSpQaP:0.00:1", + [ + 1777 + ], + "1534132955", + [ + 1779 + ], "3206655705", { - "_13": 1649, - "_60": 1651, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1653, - "_466": 1654, - "_470": 1653 + "_55": 1787, + "_56": 1789, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1791, + "_1174": 1792, + "_1227": 1791 }, { - "_1652": 61 + "_1790": 57 }, "enable_new_ux", [], [], + "3243846918", + { + "_55": 1793, + "_56": 1795, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1797, + "_1174": 1798, + "_1227": 1797 + }, + { + "_1796": 20 + }, + "enable_message_slice", + [], + [], + "3278106051", + { + "_55": 1799, + "_56": 1801, + "_930": 1805, + "_58": 1805, + "_932": 20, + "_60": 1806, + "_956": 1812, + "_1174": 1813, + "_1246": 1814, + "_941": 57, + "_940": 57, + "_1227": 1815 + }, + { + "_1802": 57, + "_1803": 20, + "_1804": 20 + }, + "is_dalle_sharing_enabled", + "enabled_convo_sharing_with_user_uploaded_files", + "allow_receiver_see_user_uploaded_files_DO_NOT_ENABLE", + "uhGdP10USeRsP1hs4VmcS", + [ + 1807, + 1809 + ], + { + "_81": 1808, + "_83": 124, + "_85": 66 + }, + "3737630977", + { + "_81": 1810, + "_83": 84, + "_85": 1811 + }, + "609775464", + "18S7qFbVRYyDDVZLa9lpof", + "In holdout", + [ + 1803 + ], + "3635120241", + [ + 1807 + ], "3434623093", { - "_13": 1655, - "_60": 1657, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1663, - "_466": 1672, - "_470": 1663 + "_55": 1816, + "_56": 1818, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1824, + "_1174": 1833, + "_1227": 1824 }, { - "_1658": 61, - "_1659": 1660, - "_1661": 61, - "_1662": 61 + "_1819": 57, + "_1820": 1821, + "_1822": 57, + "_1823": 57 }, "with-attach-upsell", "labels", @@ -4822,123 +5283,146 @@ "with-voice-upsell", "with-reason-upsell", [ - 1664, - 1666, - 1668, - 1670 + 1825, + 1827, + 1829, + 1831 ], { - "_67": 1665, - "_69": 101, - "_71": 91 + "_81": 1826, + "_83": 124, + "_85": 66 }, "1604099973", { - "_67": 1667, - "_69": 101, - "_71": 91 + "_81": 1828, + "_83": 124, + "_85": 66 }, "470066910", { - "_67": 1669, - "_69": 101, - "_71": 91 + "_81": 1830, + "_83": 124, + "_85": 66 }, "1932133792", { - "_67": 1671, - "_69": 101, - "_71": 91 + "_81": 1832, + "_83": 124, + "_85": 66 }, "4175621034", [], + "3436367576", { - "_13": 727, - "_60": 1674, - "_356": 1676, - "_62": 1676, - "_358": 24, - "_64": 1677, - "_466": 734, - "_468": 735, - "_364": 61, - "_363": 61, - "_470": 1680 + "_55": 1834, + "_56": 1836, + "_930": 1056, + "_58": 1056, + "_932": 20, + "_60": 1838, + "_1174": 1841, + "_1246": 1842, + "_941": 57, + "_940": 20, + "_1227": 1843 + }, + { + "_1545": 20, + "_1837": 1078, + "_1548": 20, + "_1547": 20, + "_1546": 20 }, + "wave", + [ + 1839 + ], { - "_629": 61, - "_730": 1675, - "_632": 61, - "_631": 61, - "_630": 24 + "_81": 1840, + "_83": 124, + "_85": 66 }, - 10, - "2FurbaJwwLPFodZHhOZyBO", + "1221279314", [ - 1678 + 1545, + 1837, + 1546, + 1548, + 1547 ], + "938456440", + [], + "3471271313", { - "_67": 733, - "_69": 70, - "_71": 1679 + "_55": 1844, + "_56": 1846, + "_930": 1086, + "_58": 1086, + "_932": 57, + "_60": 1847, + "_1174": 1848, + "_1246": 1849, + "_941": 20, + "_940": 20, + "_1227": 1850 }, - "1FzsKf0T7jWwTRKiSrbUld:100.00:4", - [], { - "_13": 737, - "_60": 739, - "_356": 741, - "_62": 741, - "_358": 61, - "_64": 1682, - "_466": 743, - "_468": 744, - "_364": 24, - "_363": 24, - "_470": 1683 + "_1702": 20 }, [], + [ + 1702 + ], + "3021307436", [], + "3517133692", { - "_13": 746, - "_60": 748, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1685, - "_466": 1686, - "_470": 1685 + "_55": 1851, + "_56": 1853, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1854, + "_1174": 1855, + "_1227": 1854 + }, + { + "_1172": 20 }, [], [], "3533083032", { - "_13": 1687, - "_60": 1689, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1712, - "_466": 1713, - "_470": 1712 - }, - { - "_1690": 61, - "_1691": 61, - "_1692": 1693, - "_1694": 24, - "_1695": 24, - "_1696": 61, - "_1697": 24, - "_1698": 24, - "_1699": 24, - "_1700": 24, - "_1701": 1702, - "_1703": 1704, - "_1705": 1706, - "_1707": 1708, - "_1709": 1710, - "_1711": 455 + "_55": 1856, + "_56": 1858, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1884, + "_1174": 1885, + "_1227": 1884 + }, + { + "_1859": 57, + "_1860": 57, + "_1861": 1862, + "_1863": 20, + "_1864": 20, + "_1865": 57, + "_1866": 20, + "_1867": 20, + "_1868": 20, + "_1869": 20, + "_1870": 1871, + "_1872": 1873, + "_1874": 1875, + "_1876": 1877, + "_1878": 1879, + "_1880": 1202, + "_1881": 57, + "_1882": 57, + "_1883": 1149 }, "enable_new_homepage_anon", "filter_prompt_by_model", @@ -4957,2080 +5441,1566 @@ "BING", "autocomplete_min_char", 4, - "autocomplete_mode", - "INDEX", - "num_completions_to_fetch_from_index", - 8, - "india_first_prompt", - [], - [], - { - "_13": 752, - "_60": 754, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1715, - "_466": 1716, - "_470": 1715 - }, - [], - [], - "3606233934", - { - "_13": 1717, - "_60": 1719, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1723, - "_466": 1724, - "_470": 1723 - }, - { - "_1720": 1721, - "_1722": 24 - }, - "link", - "non", - "enable_notifications_feed", - [], - [], - "3613709240", - { - "_13": 1725, - "_60": 1727, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1729, - "_466": 1730, - "_470": 1729 - }, - { - "_1728": 61 - }, - "shouldRefreshAccessToken", - [], - [], - { - "_13": 758, - "_60": 760, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1732, - "_466": 1735, - "_470": 1732 - }, - [ - 1733, - 1734 - ], - { - "_67": 788, - "_69": 101, - "_71": 149 - }, - { - "_67": 790, - "_69": 101, - "_71": 149 - }, - [], - { - "_13": 808, - "_60": 810, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1737, - "_466": 1738, - "_470": 1737 - }, - [], - [], - "3737571708", - { - "_13": 1739, - "_60": 1741, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1744, - "_466": 1745, - "_470": 1744 - }, - { - "_1742": 1743 - }, - "sidebar_type", - "slick", - [], - [], - "3768341700", - { - "_13": 1746, - "_60": 1748, - "_356": 1756, - "_62": 1756, - "_358": 24, - "_64": 1757, - "_466": 1758, - "_468": 1759, - "_364": 61, - "_363": 61, - "_470": 1760 - }, - { - "_530": 24, - "_1749": 24, - "_1750": 24, - "_1751": 61, - "_1752": 61, - "_1753": 61, - "_1754": 24, - "_1755": 24 - }, - "remove_early_access_upsell", - "is_produce_text_design", - "is_produce_design", - "is_country_selector_enabled", - "is_vat_information_enabled", - "is_vat_information_with_amount_enabled", - "is_team_pricing_vat_disclaimer_enabled", - "65VHFqyIytQJKjgykJm4UQ", - [], - [ - 1753, - 1752, - 1754, - 1755 - ], - "2782616826", - [], - "3927927759", - { - "_13": 1761, - "_60": 1763, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1764, - "_466": 1765, - "_470": 1764 - }, - { - "_1444": 61 - }, - [], - [], - { - "_13": 815, - "_60": 817, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1767, - "_466": 1768, - "_470": 1767 - }, - [], - [], - "4020668365", - { - "_13": 1769, - "_60": 1771, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1772, - "_466": 1773, - "_470": 1772 - }, - { - "_1554": 24, - "_1555": 1556, - "_1557": 1558, - "_1559": 24 - }, - [], - [], - "4031588851", - { - "_13": 1774, - "_60": 1776, - "_356": 91, - "_62": 91, - "_358": 24, - "_64": 1799, - "_466": 1803, - "_470": 1799 - }, - { - "_1777": 61, - "_1778": 61, - "_1779": 61, - "_1780": 61, - "_1781": 24, - "_1782": 24, - "_1707": 1708, - "_1783": 1784, - "_1705": 1706, - "_1701": 1702, - "_1692": 1693, - "_1700": 24, - "_1785": 24, - "_1699": 24, - "_1786": 1787, - "_1788": 61, - "_1789": 455, - "_1696": 61, - "_1703": 1704, - "_1790": 24, - "_1791": 1792, - "_1709": 1710, - "_1793": 24, - "_1794": 24, - "_780": 781, - "_1795": 24, - "_1796": 1797, - "_1798": 61, - "_1711": 455 - }, - "enable_hardcoded_vision_prompts", - "enable_hardcoded_file_document_prompts", - "enable_hardcoded_data_vis_prompts", - "enable_hardcoded_browse_prompts", - "is_two_line", - "enable_new_homepage", - "starter_prompt_ranking_algorithm", - "homepage_v2", - "filter_starter_prompt_by_model", - "autocomplete_qualified_start_date", - "2000-10-11T00:00:00Z", - "enable_new_autocomplete_homepage", - "model_talks_option", - "enable_hardcoded_onboarding_prompt", - "autocomplete_fetch_interval", - 200, - "enable_recommend_prompts", - "enable_ask_me_prompts", - "enable_reasoning_prompts_0202", - "dream_type", - "user_knowledge_memories", - "web-disable", - [ - 1800 - ], - { - "_67": 1801, - "_69": 101, - "_71": 1802 - }, - "4273941502", - "1nGrz4l6GM0LgZvm0pDCtp:2.00:1", - [], - { - "_13": 822, - "_60": 824, - "_356": 91, - "_62": 91, - "_358": 61, - "_64": 1805, - "_466": 1806, - "_470": 1805 - }, - [], - [], - "4250072504", - { - "_13": 1807, - "_60": 1809, - "_356": 1812, - "_62": 1812, - "_358": 24, - "_64": 1813, - "_466": 1815, - "_468": 1816, - "_364": 24, - "_363": 24, - "_470": 1817 - }, - { - "_529": 61, - "_1810": 24, - "_1811": 24 - }, - "is_enterprise_desktop_enabled", - "is_desktop_enterprise_enabled", - "3HX7vpdJsUkuyCUEL4V9cE:override", - [ - 1814 - ], - { - "_67": 132, - "_69": 70, - "_71": 134 - }, - [ - 529 - ], - "3311396813", - [ - 1814 - ], - {}, - { - "_834": 835, - "_836": 837 - }, - { - "_842": 12, - "_843": 1821 - }, - { - "_845": 846, - "_847": 846, - "_848": 846 - }, - { - "_842": 12, - "_854": 855, - "_856": 1823, - "_843": 1821, - "_1828": 1829, - "_1830": 1826, - "_861": 1831, - "_50": 51 - }, - { - "_1824": 61, - "_1825": 1826, - "_1827": 24, - "_859": 24, - "_860": 6 - }, - "has_logged_in_before", - "user_agent", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0", - "is_punch_out_user", - "ip", - "2a0c:9a40:9b07:1f5d:a5e4:5e46:e469:469d", - "userAgent", - { - "_863": 864 - }, - "isNoAuthEnabled", - "userRegion", - "New York", - "US", - "cfIpLatitude", - null, - "cfIpLongitude", - null, - "cfIpCity", - null, - "isUserInNewCookieConsentFlow", - "isUserInPioneerHR", - "isUserEligibleForPioneer", - "isUserEligibleForMaverick", - "kind", - "chat_page", - "gizmo", - {}, - { - "_11": 1851, - "_1852": 1853, - "_1854": 1855, - "_1856": 1857, - "_1869": 1870, - "_849": 1872, - "_1873": -5, - "_1874": -5, - "_1875": 1876, - "_1895": 1896, - "_1897": 1898, - "_1899": 1900, - "_1901": -5, - "_1902": -5, - "_1903": 1904, - "_1906": 24, - "_1907": -5, - "_1908": -5, - "_1909": 1910, - "_1911": 1912, - "_1913": -5, - "_1914": -5, - "_1915": -5, - "_1916": -5, - "_1917": 1918, - "_1930": -5, - "_1931": -5, - "_1932": -5, - "_1933": -5, - "_1934": 1935, - "_1936": 1937 - }, - "g-rmdbtMF7a", - "organization_id", - "org-KxJjYXqyxZonde7LipjtEvt9", - "short_url", - "g-rmdbtMF7a-expedia", - "author", - { - "_1858": 1859, - "_1213": 1860, - "_1861": 1862, - "_1863": 61, - "_1864": 1865, - "_1866": -5, - "_1867": 1868 - }, - "user_id", - "user-rkxOl7npYCEOiqtG3Ag8jYbX__3372cc61-7f4e-4dc8-add6-518c4694a5fd", - "expedia.com", - "link_to", - "https://expedia.com", - "is_verified", - "selected_display", - "website", - "will_receive_support_emails", - "display_socials", - [], - "voice", - { - "_11": 1871 - }, - "ember", - "3372cc61-7f4e-4dc8-add6-518c4694a5fd", - "model", - "instructions", - "display", - { - "_13": 1877, - "_1878": 1879, - "_1880": 1881, - "_1886": 1887, - "_1888": 1889, - "_1890": 1891, - "_1893": -5, - "_1894": -5 - }, - "Expedia", - "description", - "Bring your trip plans to life \u2013 get there, stay there, find things to see and do.", - "prompt_starters", - [ - 1882, - 1883, - 1884, - 1885 - ], - "We\u2019re looking for a hotel near the Eiffel Tower with a gym and spa for our stay in Paris for a week", - "I'm looking for a nonstop flight from Toronto to New York City for next week?", - "Find me food and drink tours in Paris that are 4 hours or less during next week.", - "I need to rent a car in Seattle for a week. What are my options?", - "profile_pic_id", - "file-WtxsnVLKLzSkVnB3g5v1bN", - "profile_picture_url", - "https://chatgpt.com/backend-api/content?id=file-WtxsnVLKLzSkVnB3g5v1bN&gizmo_id=g-rmdbtMF7a&ts=484163&p=gpp&sig=d84522da7becc2d5e7058ee51b2c4f2df79857ee914bb971f519e820fd994681&v=0", - "categories", - [ - 1892 - ], - "lifestyle", - "emoji", - "theme", - "share_recipient", - "marketplace", - "created_at", - "2024-10-28T06:38:50.794842+00:00", - "updated_at", - "2025-03-26T11:01:52.860781+00:00", - "last_interacted_at", - "num_interactions", - "tags", - [ - 1905 - ], - "interactions_disabled", - "is_unassigned", - "version", - "version_author", - "version_created_at", - "2025-02-12T21:25:14.012358+00:00", - "version_updated_at", - "2025-02-25T19:30:41.116315+00:00", - "live_version", - "training_disabled", - "sharing_targets", - "appeal_info", - "vanity_metrics", - { - "_1919": -5, - "_1920": 1921, - "_1922": 1923, - "_1924": 1925 - }, - "num_conversations", - "num_conversations_str", - "200K+", - "created_ago_str", - "4 months ago", - "review_stats", - { - "_1926": 1927, - "_1928": 1929 - }, - "total", - 8716, - "count", - 2318, - "workspace_approval_date", - "workspace_approved", - "sharing", - "current_user_permission", - "gizmo_type", - "gpt", - "context_stuffing_budget", - 16384, - "tools", - [ - 1940, - 1946 - ], - { - "_11": 1941, - "_1942": 1943, - "_1944": -5, - "_1945": -5 - }, - "673622cc3b548190b12b63ab2ed8780c", - "type", - "browser", - "settings", - "metadata", - { - "_11": 1947, - "_1942": 1948, - "_1944": -5, - "_1945": 1949 - }, - "67ad11ba038081919bfe52e301ecc1aa", - "plugins_prototype", - { - "_1950": 1951, - "_1952": 1953, - "_1954": -5, - "_1955": 1956, - "_2483": 2484, - "_2491": 2492 - }, - "action_id", - "g-1f13973d98417b91b85b9e916976c75700deeb99", - "domain", - "apim.expedia.com", - "raw_spec", - "json_schema", - { - "_1957": 1958, - "_1959": 1960, - "_1964": 1965, - "_1969": 1970, - "_2285": 2286 - }, - "openapi", - "3.1.0", - "info", - { - "_1249": 1961, - "_1878": 1962, - "_1907": 1963 - }, - "Expedia Travel Recommendation Service", - "A service that allows to search travel products by search query and returns recommended products.", - "v1", - "servers", - [ - 1966 - ], - { - "_1967": 1968 - }, - "url", - "https://apim.expedia.com", - "paths", - { - "_1971": 1972, - "_2113": 2114, - "_2159": 2160, - "_2222": 2223 - }, - "/recommendations/hotels", - { - "_1973": 1974 - }, - "get", - { - "_1975": 1976, - "_1977": 1978, - "_1979": 1980, - "_2101": 2102 - }, - "operationId", - "lodgingProducts", - "summary", - "API provides the top 3 recommended lodging travel products in the given destination.", - "parameters", - [ - 1981, - 1990, - 1994, - 1998, - 2004, - 2008, - 2021, - 2026, - 2030, - 2073, - 2081, - 2089, - 2097 - ], - { - "_13": 1982, - "_1983": 1984, - "_1878": 1985, - "_1986": 61, - "_1987": 1988 - }, - "user_input_in_english", - "in", - "query", - "(MANDATORY parameter) The merged user inputs according to the conversation context, translate to ENGLISH, DO NOT ONLY return the last query.\n", - "required", - "schema", - { - "_1942": 1989 - }, - "string", - { - "_13": 1991, - "_1983": 1984, - "_1878": 1992, - "_1986": 61, - "_1987": 1993 - }, - "keywords", - "(MANDATORY parameter) Keywords associated with TRAVEL in the user_input_in_english parameter, converted to all LOWERCASE, separated by | character.\n", - { - "_1942": 1989 - }, - { - "_13": 1995, - "_1983": 1984, - "_1878": 1996, - "_1986": 61, - "_1987": 1997 - }, - "destination", - "(MANDATORY parameter) The destination can be a city, address, airport or a landmark.", - { - "_1942": 1989 - }, + "autocomplete_mode", + "INDEX", + "num_completions_to_fetch_from_index", + 8, + "india_first_prompt", + "web-disable", + "web-enable-for-new-users", + "new-user-message-count", + [], + [], + "3590606857", { - "_13": 1999, - "_1983": 1984, - "_1986": 24, - "_1878": 2000, - "_1987": 2001 + "_55": 1886, + "_56": 1888, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1890, + "_1174": 1891, + "_1227": 1890 }, - "check_in", - "(OPTIONAL parameter) Accept any date format and convert to YYYY-MM-DD.", { - "_1942": 1989, - "_2002": 2003 + "_1889": 57 }, - "example", - "2024-09-12", + "should_offer_paypal", + [], + [], + "3606233934", { - "_13": 2005, - "_1983": 1984, - "_1986": 24, - "_1878": 2000, - "_1987": 2006 + "_55": 1892, + "_56": 1894, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1898, + "_1174": 1899, + "_1227": 1898 }, - "check_out", { - "_1942": 1989, - "_2002": 2007 + "_1895": 1896, + "_1897": 20 }, - "2024-09-14", + "link", + "non", + "enable_notifications_feed", + [], + [], + "3613709240", { - "_13": 2009, - "_1983": 1984, - "_1986": 24, - "_1878": 2010, - "_1987": 2011 + "_55": 1900, + "_56": 1902, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1904, + "_1174": 1905, + "_1227": 1904 }, - "property_types", - "(OPTIONAL parameter) An array that accepts one or more of the property enums defined below ONLY. Hotels are interpreted as HOTEL, vacation rentals as VR, resorts as RESORT.", { - "_1942": 2012, - "_2013": 2014, - "_2002": 2020 + "_1903": 57 }, - "array", - "items", + "shouldRefreshAccessToken", + [], + [], + "3637408529", { - "_1942": 1989, - "_2015": 2016 + "_55": 1906, + "_56": 1908, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1934, + "_1174": 1939, + "_1227": 1934 + }, + { + "_1909": 57, + "_1910": 20, + "_1911": 20, + "_1912": 20, + "_1913": 1914, + "_1915": 1916, + "_1917": 57, + "_1918": 57, + "_1919": 57, + "_1920": 20, + "_1921": 57, + "_1922": 20, + "_1923": 20, + "_1924": 57, + "_1925": 20, + "_1926": 57, + "_1927": 1219, + "_1928": 1929, + "_1930": 57, + "_1931": 1932, + "_1933": 20 }, - "enum", - [ - 2017, - 2018, - 2019 - ], - "HOTEL", - "RESORT", - "VR", + "is_anon_chat_enabled", + "is_anon_chat_enabled_for_new_users_only", + "is_try_it_first_on_login_page_enabled", + "is_no_auth_welcome_modal_enabled", + "no_auth_soft_rate_limit", + 5, + "no_auth_hard_rate_limit", + 1200, + "should_show_no_auth_signup_banner", + "is_no_auth_welcome_back_modal_enabled", + "is_no_auth_soft_rate_limit_modal_enabled", + "is_no_auth_gpt4o_modal_enabled", + "is_login_primary_button", + "is_desktop_primary_auth_button_on_right", + "is_primary_btn_blue", + "should_show_disclaimer_only_once_per_device", + "is_secondary_banner_button_enabled", + "is_secondary_auth_banner_button_enabled", + "no_auth_banner_signup_rate_limit", + "composer_text", + "ASK_ANYTHING", + "is_in_composer_text_exp", + "no_auth_upsell_wording", + "NO_CHANGE", + "should_refresh_access_token_error_take_user_to_no_auth", [ - 2017, - 2019 + 1935, + 1937 ], { - "_13": 2022, - "_1983": 1984, - "_1986": 24, - "_1878": 2023, - "_1987": 2024 - }, - "number_of_travelers", - "(OPTIONAL parameter) Applicable to vacation rentals only. An integer used to specify the total number of travelers for accommodations.", - { - "_1942": 2025, - "_2002": 1197 - }, - "integer", - { - "_13": 2027, - "_1983": 1984, - "_1986": 24, - "_1878": 2028, - "_1987": 2029 - }, - "min_bedrooms", - "(OPTIONAL parameter) Applicable to vacation rentals only. An integer used to specify minimum number of bedrooms.", - { - "_1942": 2025, - "_2002": 545 - }, - { - "_13": 2031, - "_1983": 1984, - "_1986": 24, - "_1878": 2032, - "_1987": 2033 - }, - "amenities", - "(OPTIONAL parameter) An array that accepts one or more of the following amenity enums based on property_types.\n", - { - "_1942": 2012, - "_2013": 2034 - }, - { - "_1942": 1989, - "_2015": 2035, - "_2002": 2072 + "_81": 1936, + "_83": 124, + "_85": 111 }, - [ - 2036, - 2037, - 2038, - 2039, - 2040, - 2041, - 2042, - 2043, - 2044, - 2045, - 2046, - 2047, - 2048, - 2049, - 2050, - 2051, - 2052, - 2053, - 2054, - 2055, - 2056, - 2057, - 2058, - 2059, - 2060, - 2061, - 2062, - 2063, - 2064, - 2065, - 2066, - 2067, - 2068, - 2069, - 2070, - 2071 - ], - "GYM", - "RESTAURANT", - "BREAKFAST_INCLUDED", - "HOT_TUB", - "AIRPORT_SHUTTLE_INCLUDED", - "INTERNET_OR_WIFI", - "PET_FRIENDLY", - "FAMILY_FRIENDLY", - "KITCHEN", - "ELECTRIC_CAR_CHARGING_STATION", - "BAR", - "CASINO", - "AIR_CONDITIONING", - "SPA", - "POOL", - "WATER_PARK", - "PARKING", - "OUTDOOR_SPACE", - "OCEAN_VIEW", - "SKI_IN_OR_SKI_OUT", - "LOCAL_EXPERT", - "ALL_INCLUSIVE", - "PATIO_OR_DECK", - "MICROWAVE", - "TV", - "FIREPLACE", - "GARDEN_OR_BACKYARD", - "PRIVATE_POOL", - "GRILL", - "DISHWASHER", - "WASHER_AND_DRYER", - "STOVE", - "OVEN", - "IRON_AND_BOARD", - "KIDS_HIGH_CHAIR", - "BALCONY", - [ - 2050, - 2049 - ], + "3238165271", { - "_13": 2074, - "_1983": 1984, - "_1986": 24, - "_1878": 2075, - "_1987": 2076 + "_81": 1938, + "_83": 124, + "_85": 111 }, - "guest_rating", - "(OPTIONAL parameter) A string value limited to only one of the guest-rating enums. If the rating is an integer >=4.5, interpret it as WONDERFUL, if it is >=4, as VERY_GOOD, if it is >=3, as GOOD.\n", + "2983591614", + [], + "3647926857", { - "_1942": 1989, - "_2015": 2077 + "_55": 1940, + "_56": 1942, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1954, + "_1174": 1957, + "_1227": 1954 + }, + { + "_1943": 57, + "_1944": 20, + "_1140": 1945, + "_1946": 20, + "_1947": 20, + "_1948": 1432, + "_1949": 20, + "_1950": 20, + "_1951": 20, + "_1952": 20, + "_1953": 1432 }, + "unified_architecture", + "ux_updates", + 200, + "autoswitcher_enabled", + "copy-and-link", + "reasoning_slider", + "use_case_landing_page", + "reasoning_slider_nux", + "reason_in_overflow_for_free_users", + "search_in_overflow_for_free_users", + "configuration_menu", [ - 2078, - 2079, - 2080 + 1955 ], - "WONDERFUL", - "VERY_GOOD", - "GOOD", { - "_13": 2082, - "_1983": 1984, - "_1986": 24, - "_1878": 2083, - "_1987": 2084 + "_81": 1956, + "_83": 124, + "_85": 66 }, - "star_ratings", - "(OPTIONAL parameter) Array limited to one or more of the star-rating enums. If request is for a luxury hotel, use [4,5]; for moderate use [3,3]; for a specific rating x use [x,x] instead of just x\n", + "3421271022", + [], + "3692302894", { - "_1942": 2012, - "_2013": 2085 + "_55": 1958, + "_56": 1960, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1974, + "_1174": 1976, + "_1227": 1974 }, { - "_1942": 2025, - "_2015": 2086, - "_2002": 2088 + "_1961": 20, + "_1962": 20, + "_1963": 20, + "_1166": 1964, + "_1965": 1966, + "_1971": 20, + "_1972": 66, + "_1973": 20 }, + "capability_suggestions", + "capability_prompts_in_stream", + "prefetch_capability_suggestions", + "gpt-4o-mini", + "category_tabs", [ - 406, - 2087, - 1197, - 545, - 1706, - 766 + 1967, + 1968, + 1969, + 1970 ], - 1, + "ask", + "search", + "picture_v2", + "research", + "use_mixed_suggestions", + "mixed_suggestions_prompt_config_key", + "search_team_followups_enabled", [ - 406, - 2087 + 1975 ], { - "_13": 2090, - "_1983": 1984, - "_1986": 24, - "_1878": 2091, - "_1987": 2092 + "_81": 451, + "_83": 124, + "_85": 453 }, - "sort_type", - "(OPTIONAL parameter) A string value that allows user to get accommodations with the specified sort order.", - { - "_1942": 1989, - "_2015": 2093, - "_2002": 2094 - }, - [ - 2094, - 2095, - 2096 - ], - "CHEAPEST", - "DISTANCE", - "MOST_EXPENSIVE", - { - "_13": 2098, - "_1983": 1984, - "_1986": 24, - "_1878": 2099, - "_1987": 2100 - }, - "distance", - "(OPTIONAL parameter) Distance around the given destination (in miles) to look up for options. Default unit is in miles.", + [], + "3703416703", { - "_1942": 2025, - "_2002": 434 + "_55": 1977, + "_56": 1979, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 1980, + "_1174": 1981, + "_1227": 1980 }, - "responses", { - "_2103": 2104 + "_1777": 20 }, - "200", + [], + [], + "3711177917", { - "_1878": 2105, - "_2106": 2107 + "_55": 1982, + "_56": 1984, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1987, + "_1174": 1988, + "_1227": 1987 }, - "OK", - "content", { - "_2108": 2109 + "_1985": 20, + "_1986": 57 }, - "application/json", + "is_summarizer_default_expanded", + "is_inline_summarizer_enabled", + [], + [], + "3737571708", { - "_1987": 2110 + "_55": 1989, + "_56": 1991, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 1994, + "_1174": 1995, + "_1227": 1994 }, { - "_2111": 2112 + "_1992": 1993 }, - "$ref", - "#/components/schemas/LodgingResponse", - "/recommendations/flights", + "sidebar_type", + "slick", + [], + [], + "3766234559", { - "_1973": 2115 + "_55": 1996, + "_56": 1998, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 2003, + "_1174": 2007, + "_1227": 2003 }, { - "_1975": 2116, - "_1977": 2117, - "_1979": 2118, - "_2101": 2153 + "_1999": 2000, + "_2001": 20, + "_2002": 20 }, - "flightProducts", - "Gets recommended flights to destination", + "image_gen_prompt_type", + "consumer", + "image_gen_enabled", + "all_pages_enabled", [ - 2119, - 2122, - 2125, - 2130, - 2134, - 2138, - 2143, - 2147 + 2004, + 2005 ], { - "_13": 1982, - "_1983": 1984, - "_1878": 2120, - "_1986": 61, - "_1987": 2121 - }, - "(MANDATORY parameter) The merged user inputs according to the conversation context, translate to ENGLISH, DO NOT ONLY return the last query.", - { - "_1942": 1989 - }, - { - "_13": 1991, - "_1983": 1984, - "_1878": 2123, - "_1986": 61, - "_1987": 2124 + "_81": 742, + "_83": 124, + "_85": 66 }, - "(MANDATORY parameter) Keywords associated with TRAVEL in the user_input_in_english parameter, converted to all LOWERCASE, separated by | character.", { - "_1942": 1989 + "_81": 2006, + "_83": 124, + "_85": 66 }, + "639721744", + [], + "3768341700", { - "_13": 2126, - "_1983": 1984, - "_1878": 2127, - "_1986": 61, - "_1987": 2128, - "_2002": 2129 + "_55": 2008, + "_56": 2010, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 2018, + "_1174": 2019, + "_1227": 2018 + }, + { + "_1312": 20, + "_2011": 20, + "_2012": 20, + "_2013": 57, + "_2014": 57, + "_2015": 20, + "_2016": 57, + "_2017": 57 }, - "origin", - "(MANDATORY parameter) Origin location name or airport code.", + "remove_early_access_upsell", + "is_produce_text_design", + "is_produce_design", + "is_country_selector_enabled", + "is_vat_information_enabled", + "is_vat_information_with_amount_enabled", + "is_team_pricing_vat_disclaimer_enabled", + [], + [], + "3927927759", { - "_1942": 1989 + "_55": 2020, + "_56": 2022, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 2024, + "_1174": 2025, + "_1227": 2024 }, - "LAS", { - "_13": 1995, - "_1983": 1984, - "_1878": 2131, - "_1986": 61, - "_1987": 2132, - "_2002": 2133 + "_1403": 57, + "_2023": 20 }, - "(MANDATORY parameter) Destination location name or airport code.", + "enable_moodeng_upsell_banner", + [], + [], + "3950229590", { - "_1942": 1989 + "_55": 2026, + "_56": 2028, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 2032, + "_1174": 2033, + "_1227": 2032 }, - "LAX", { - "_13": 2135, - "_1983": 1984, - "_1878": 2000, - "_1986": 24, - "_1987": 2136, - "_2002": 2137 + "_2029": 20, + "_2030": 20, + "_2031": 20 }, - "departure_date", + "enabled_custom_checkout_for_plus", + "enabled_custom_checkout_for_pro", + "enabled_custom_checkout_for_team", + [], + [], + "3972089454", { - "_1942": 1989 + "_55": 2034, + "_56": 2036, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 2039, + "_1174": 2040, + "_1227": 2039 }, - "2025-07-01", { - "_13": 2139, - "_1983": 1984, - "_1878": 2140, - "_1986": 24, - "_1987": 2141, - "_2002": 2142 + "_2037": 2038 }, - "airline_code", - "(OPTIONAL parameter) 2 letter Airline code.", + "search_scoring_dyconfig_name", + "gizmo_search_score_config", + [], + [], + "3991624489", { - "_1942": 1989 + "_55": 2041, + "_56": 2043, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 2048, + "_1174": 2049, + "_1227": 2048 }, - "AA", { - "_13": 2144, - "_1983": 1984, - "_1878": 2145, - "_1986": 24, - "_1987": 2146, - "_2002": 406 + "_2044": 20, + "_2045": 1432, + "_2046": 2047 }, - "number_of_stops", - "(OPTIONAL parameter) Number of stops preferred. 0 means non-stop, 1 means either 0 or 1 stop etc.", + "is_word_fade_disabled", + "token_buffer_type", + "word_fade_type", + "delay", + [], + [], + "4020668365", { - "_1942": 2025 + "_55": 2050, + "_56": 2052, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 2053, + "_1174": 2054, + "_1227": 2053 }, { - "_13": 2090, - "_1983": 1984, - "_1986": 24, - "_1878": 2148, - "_1987": 2149 + "_1657": 20, + "_1658": 1659, + "_1660": 1661, + "_1662": 20 }, - "Optional string value that allows user to get Flights with the specified sort order. \\ \\ Use PRICE to sort by cheapest, DURATION to sort by shortest duration flight. Default is PRICE.", + [], + [], + "4031588851", { - "_1942": 1989, - "_2015": 2150, - "_2002": 2151 + "_55": 2055, + "_56": 2057, + "_930": 66, + "_58": 66, + "_932": 20, + "_60": 2081, + "_1174": 2085, + "_1227": 2081 + }, + { + "_2058": 57, + "_2059": 57, + "_2060": 57, + "_2061": 57, + "_2062": 20, + "_2063": 20, + "_1876": 1877, + "_2064": 2065, + "_1874": 1875, + "_1870": 1871, + "_1861": 1862, + "_1869": 20, + "_2066": 20, + "_1868": 20, + "_2067": 2068, + "_2069": 57, + "_2070": 1202, + "_1865": 57, + "_1872": 1873, + "_2071": 20, + "_2072": 1945, + "_1878": 1879, + "_2073": 20, + "_2074": 20, + "_1928": 1929, + "_2075": 20, + "_2076": 2077, + "_1881": 57, + "_1880": 1202, + "_2078": 2079, + "_1882": 57, + "_2080": 20 }, + "enable_hardcoded_vision_prompts", + "enable_hardcoded_file_document_prompts", + "enable_hardcoded_data_vis_prompts", + "enable_hardcoded_browse_prompts", + "is_two_line", + "enable_new_homepage", + "starter_prompt_ranking_algorithm", + "homepage_v2", + "filter_starter_prompt_by_model", + "autocomplete_qualified_start_date", + "2000-10-11T00:00:00Z", + "enable_new_autocomplete_homepage", + "model_talks_option", + "enable_hardcoded_onboarding_prompt", + "autocomplete_fetch_interval", + "enable_recommend_prompts", + "enable_ask_me_prompts", + "enable_reasoning_prompts_0202", + "dream_type", + "user_knowledge_memories", + "new-user-age-seconds", + 1209600, + "show_india_prompts", [ - 2151, - 2152 + 2082 ], - "PRICE", - "DURATION", - { - "_2103": 2154 - }, { - "_1878": 2105, - "_2106": 2155 - }, - { - "_2108": 2156 + "_81": 2083, + "_83": 124, + "_85": 2084 }, + "4273941502", + "1nGrz4l6GM0LgZvm0pDCtp:2.00:1", + [], + "4211831761", { - "_1987": 2157 + "_55": 2086, + "_56": 2088, + "_930": 66, + "_58": 66, + "_932": 57, + "_60": 2089, + "_1174": 2090, + "_1227": 2089 }, { - "_2111": 2158 + "_985": 20 }, - "#/components/schemas/FlightResponse", - "/recommendations/activities", + [], + [], + "4250072504", { - "_1973": 2161 + "_55": 2091, + "_56": 2093, + "_930": 2096, + "_58": 2096, + "_932": 20, + "_60": 2097, + "_956": 957, + "_1174": 2099, + "_1246": 2100, + "_941": 20, + "_940": 20, + "_1227": 2101 }, { - "_1975": 2162, - "_1977": 2163, - "_1979": 2164, - "_2101": 2216 + "_1311": 57, + "_2094": 20, + "_2095": 20 }, - "activityProducts", - "Get a list of activity travel products", + "is_enterprise_desktop_enabled", + "is_desktop_enterprise_enabled", + "3HX7vpdJsUkuyCUEL4V9cE:override", [ - 2165, - 2167, - 2169, - 2173, - 2177, - 2181, - 2202, - 2211 + 2098 ], { - "_13": 1982, - "_1983": 1984, - "_1878": 2120, - "_1986": 61, - "_1987": 2166 + "_81": 255, + "_83": 84, + "_85": 257 }, + [ + 1311 + ], + "3311396813", + [ + 2098 + ], + "sdkParams", + {}, + "has_updates", + "generator", + "statsig-node-sdk", + "sdkInfo", { - "_1942": 1989 + "_2109": 2110, + "_2111": 2112 }, + "sdkType", + "statsig-node", + "sdkVersion", + "6.3.1", + "time", + 1747466846174, + "evaluated_keys", { - "_13": 1991, - "_1983": 1984, - "_1878": 2123, - "_1986": 61, - "_1987": 2168 + "_68": 12, + "_2117": 2118 }, + "customIDs", { - "_1942": 1989 + "_2119": 2120, + "_2121": 2120, + "_63": 2120, + "_113": 27, + "_462": 27, + "_2122": 2123 }, + "WebAnonymousCookieID", + "0de3b360-35b3-4f65-8287-ccf491882421", + "DeviceId", + "shared_conversation_id", + "67ffed18-3e54-8008-8a17-7568fce47a33", + "hash_used", + "djb2", { - "_13": 1995, - "_1983": 1984, - "_1878": 2170, - "_1986": 61, - "_1987": 2171, - "_2002": 2172 + "_68": 12, + "_2127": 2128, + "_2129": 2130, + "_45": 46, + "_2117": 2118, + "_2140": 2141 }, - "(MANDATORY parameter) City name, street address, three-letter IATA Airport Code or a landmark name.", + "country", + "SG", + "custom", { - "_1942": 1989 + "_2131": 29, + "_113": 27, + "_462": 27, + "_2132": 57, + "_2133": 6, + "_2134": 57, + "_2135": 2136, + "_2137": 20, + "_2138": 2139 }, - "shenzhen", + "plan_type", + "is_paid", + "auth_status", + "has_logged_in_before", + "user_agent", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0", + "is_punch_out_user", + "email_domain_type", + "social", + "statsigEnvironment", { - "_13": 2174, - "_1983": 1984, - "_1878": 2000, - "_1987": 2175, - "_2002": 2176 + "_2142": 2143 }, - "start_date", + "tier", + "production", + "isNoAuthEnabled", + "userRegion", + "New York", + "US", + "AS", + "cfConnectingIp", + "8.8.8.8", + "cfIpLatitude", + null, + "cfIpLongitude", + null, + "cfIpCity", + null, + "isUserInPioneerHR", + "eligibleAnalytics", { - "_1942": 1989 + "_2160": 20, + "_2161": 20, + "_2162": 20 }, - "2024-10-01", + "isUserEligibleForPioneer", + "isUserEligibleForMaverick", + "isUserEligibleForTrailBlazer", + "kind", + "chat_page", + "gizmo", + {}, { - "_13": 2178, - "_1983": 1984, - "_1878": 2000, - "_1987": 2179, - "_2002": 2180 - }, - "end_date", + "_11": 2168, + "_2169": 2170, + "_2171": 2172, + "_2173": 2174, + "_2198": 2199, + "_113": -5, + "_1166": -5, + "_2201": -5, + "_2202": 2203, + "_2222": 2223, + "_2224": 2225, + "_2226": 2227, + "_2228": -5, + "_2229": -5, + "_2230": 2231, + "_2233": 20, + "_2234": -5, + "_2235": -5, + "_2236": 2237, + "_2238": 2239, + "_2240": -5, + "_2241": -5, + "_2242": -5, + "_2243": -5, + "_2244": 2245, + "_2257": -5, + "_2258": -5, + "_2259": -5, + "_2260": -5, + "_2261": 2262, + "_2263": 2264 + }, + "g-0S5FXLyFN", + "organization_id", + "org-MiQaFvevLF7okpzszDxUPLVF", + "short_url", + "g-0S5FXLyFN-wolfram", + "author", { - "_1942": 1989 + "_2175": 2176, + "_1037": 2177, + "_2178": 2179, + "_2180": 57, + "_2181": 2182, + "_2183": 57, + "_2184": 2185 }, - "2024-10-10", + "user_id", + "user-FlTb1ZArzBH5KVmoXXNvUyr8", + "wolfram.com", + "link_to", + "https://wolfram.com", + "is_verified", + "selected_display", + "website", + "will_receive_support_emails", + "display_socials", + [ + 2186 + ], { - "_13": 1890, - "_1983": 1984, - "_1986": 24, - "_1878": 2182, - "_1987": 2183 + "_11": 2187, + "_2188": 2189, + "_1037": 2190, + "_2191": 57, + "_2192": 2193 }, - "(OPTIONAL parameter) An array that accepts one or more of the following category enums. For example if the activity category is \"family-friendly\", interpret it as FAMILY_FRIENDLY.", + "twitterverify-43d2-b12a-bbe33d600487", + "type", + "twitter", + "X", + "verified", + "verified_data", + { + "_11": 2194, + "_2195": 2196, + "_2188": 2189, + "_2178": 2197 + }, + "22659609", + "username", + "@WolframResearch", + "https://twitter.com/WolframResearch", + "voice", { - "_1942": 2012, - "_2013": 2184 + "_11": 2200 }, + "ember", + "instructions", + "display", { - "_1942": 1989, - "_2015": 2185, - "_2002": 2200 + "_55": 2204, + "_2205": 2206, + "_2207": 2208, + "_2214": 2215, + "_2216": 2217, + "_2218": 2219, + "_2220": -5, + "_2221": -5 }, + "Wolfram", + "description", + "Access computation, math, curated knowledge & real-time data from Wolfram|Alpha and Wolfram Language; from the makers of Mathematica.", + "prompt_starters", + [ + 2209, + 2210, + 2211, + 2212, + 2213 + ], + "Plot the intersection of x^2+y^2<1 and y>x with Wolfram Language", + "get zodiac constellations visible from Chicago at 10PM with Wolfram Alpha", + "Show me recent earthquakes in Indonesia", + "How has the dollar-euro conversion changed recently?", + "what do I call my grandfather's aunt's son", + "profile_pic_id", + "file-fGE6EGZCQY73C76MJantfE0d", + "profile_picture_url", + "https://chatgpt.com/backend-api/content?id=file-fGE6EGZCQY73C76MJantfE0d&gizmo_id=g-0S5FXLyFN&ts=485409&p=gpp&sig=b37edf9009d888af450619b201d498ddc820095f7eef4f83c0f9342bcc7fdbb5&v=0", + "categories", [ - 2043, - 2186, - 2187, - 2188, - 2189, - 2190, - 2191, - 2192, - 2193, - 2194, - 2195, - 2196, - 2197, - 2198, - 2199 + 1970 ], - "LOCAL_EXPERTS_PICKS", - "SELECTIVE_HOTEL_PICKUP", - "FREE_CANCELLATION", - "NIGHTLIFE", - "DEALS", - "WALKING_BIKE_TOURS", - "FOOD_DRINK", - "ADVENTURES", - "ATTRACTIONS", - "CRUISES_WATER_TOURS", - "THEME_PARKS", - "TOURS_SIGHTSEEING", - "WATER_ACTIVITIES", - "DAY_TRIPS_EXCURSIONS", + "emoji", + "theme", + "share_recipient", + "marketplace", + "created_at", + "2023-12-14T15:36:40.626116+00:00", + "updated_at", + "2025-05-17T09:56:24.808382+00:00", + "last_interacted_at", + "num_interactions", + "tags", [ - 2201 + 2232 ], - "FAMILY_FRIENDLY\uff0cFREE_CANCELLATION", + "interactions_disabled", + "is_unassigned", + "version", + "version_author", + "version_created_at", + "2025-04-22T17:10:14.374434+00:00", + "version_updated_at", + "2025-04-23T18:36:31.597841+00:00", + "live_version", + "training_disabled", + "sharing_targets", + "appeal_info", + "vanity_metrics", { - "_13": 2203, - "_1983": 1984, - "_1986": 24, - "_1878": 2204, - "_1987": 2205 + "_2246": -5, + "_2247": 2248, + "_2249": 2250, + "_2251": 2252 }, - "duration", - "(OPTIONAL parameter) Enum value that allows getting activities within the specified duration. Match the user stated duration preference to the appropriate enum value.\n", + "num_conversations", + "num_conversations_str", + "3M+", + "created_ago_str", + "1 years ago", + "review_stats", { - "_1942": 1989, - "_2015": 2206, - "_2002": 2207 + "_2253": 2254, + "_2255": 2256 }, + "total", + 189543, + "count", + 45194, + "workspace_approval_date", + "workspace_approved", + "sharing", + "current_user_permission", + "gizmo_type", + "gpt", + "context_stuffing_budget", + 16384, + "tools", [ - 2207, - 2208, - 2209, - 2210 + 2267, + 2465 ], - "LESS_THAN_ONE_HOUR", - "ONE_TO_FOUR_HOURS", - "FOUR_HOURS_TO_ONE_DAY", - "MORE_THAN_ONE_DAY", - { - "_13": 2212, - "_1983": 1984, - "_1986": 24, - "_1878": 2213, - "_1987": 2214 - }, - "price_max", - "(OPTIONAL parameter) The maximum price of an activity.", - { - "_1942": 2215, - "_2002": 403 - }, - "number", - { - "_2103": 2217 - }, - { - "_1878": 2105, - "_2106": 2218 - }, - { - "_2108": 2219 - }, { - "_1987": 2220 + "_11": 2268, + "_2188": 2269, + "_2270": -5, + "_2271": 2272 }, + "6807cd766044819182c1a348adf7577a", + "plugins_prototype", + "settings", + "metadata", { - "_2111": 2221 + "_2273": 2274, + "_2275": 2276, + "_2277": -5, + "_2278": 2279, + "_2455": 2456, + "_2463": 2464 }, - "#/components/schemas/ActivityResponse", - "/recommendations/cars", + "action_id", + "g-7eee53b3fb11709621495522023ddba10e83f38e", + "domain", + "api.wolframcloud.com", + "raw_spec", + "json_schema", { - "_1973": 2224 + "_2280": 2281, + "_2282": 2283, + "_2288": 2289, + "_2293": 2294 }, + "openapi", + "3.1.0", + "info", { - "_1975": 2225, - "_1977": 2226, - "_1979": 2227, - "_2101": 2279 + "_2284": 2285, + "_2234": 2286, + "_2205": 2287 }, - "carProducts", - "Get a list of car travel products", + "title", + "Wolfram Language API", + "1.0.0", + "API for evaluating Wolfram Language code and finding semantic Wolfram Language representations of natural language inputs.", + "servers", [ - 2228, - 2230, - 2232, - 2237, - 2241, - 2245, - 2250, - 2254, - 2258 + 2290 ], { - "_13": 1982, - "_1983": 1984, - "_1878": 2120, - "_1986": 61, - "_1987": 2229 - }, - { - "_1942": 1989 + "_2291": 2292 }, + "url", + "https://api.wolframcloud.com/", + "paths", { - "_13": 1991, - "_1983": 1984, - "_1878": 2123, - "_1986": 61, - "_1987": 2231 + "_2295": 2296, + "_2340": 2341, + "_2365": 2366, + "_2388": 2389, + "_2411": 2412, + "_2432": 2433 }, + "/wl/api/v1/eval-api", { - "_1942": 1989 + "_2297": 2298 }, + "get", { - "_13": 2233, - "_1983": 1984, - "_1878": 2234, - "_1986": 61, - "_1987": 2235, - "_2002": 2236 + "_2299": 2300, + "_2301": 57, + "_2302": 2303, + "_2306": 2307, + "_2308": 2309, + "_2329": 2330 }, - "pickup_location", - "(MANDATORY parameter) Car rental pick-up location. It can be a city name, address, airport code or a landmark name.", + "operationId", + "getWolframCloudResults", + "x-openai-location-header", + "externalDocs", { - "_1942": 1989 + "_2205": 2304, + "_2291": 2305 }, - "Seattle", + "Get Wolfram Language documentation here", + "https://reference.wolfram.com/language/", + "summary", + "Evaluates Wolfram Language code only", + "responses", { - "_13": 2238, - "_1983": 1984, - "_1878": 2239, - "_1986": 24, - "_1987": 2240, - "_2002": 2236 + "_2310": 2311, + "_2317": 2318, + "_2320": 2321, + "_2323": 2324, + "_2326": 2327 }, - "dropoff_location", - "(OPTIONAL parameter) Car rental drop-off location. It can be a city name, address, airport code or a landmark name. By default, it is same as that of pick-up location.", + "200", { - "_1942": 1989 + "_2205": 2312, + "_2313": 2314 }, + "The result of the Wolfram Language evaluation", + "content", { - "_13": 2242, - "_1983": 1984, - "_1878": 2000, - "_1986": 24, - "_1987": 2243, - "_2002": 2244 + "_2315": 2316 }, - "pickup_date", + "text/plain", + {}, + "400", { - "_1942": 1989 + "_2205": 2319 }, - "2025-06-05", + "The request is missing the 'input' parameter", + "403", { - "_13": 2246, - "_1983": 1984, - "_1878": 2247, - "_1986": 24, - "_1987": 2248, - "_2002": 2249 + "_2205": 2322 }, - "pickup_time", - "(OPTIONAL parameter) Accept any time format and convert to HH:MM (24-hour format).", + "Unauthorized", + "500", { - "_1942": 1989 + "_2205": 2325 }, - 600, + "Wolfram Cloud was unable to generate a result", + "503", { - "_13": 2251, - "_1983": 1984, - "_1878": 2000, - "_1986": 24, - "_1987": 2252, - "_2002": 2253 + "_2205": 2328 }, - "dropoff_date", + "Service temporarily unavailable. This may be the result of too many requests.", + "parameters", + [ + 2331 + ], { - "_1942": 1989 + "_55": 2332, + "_2333": 2334, + "_2205": 2335, + "_2336": 57, + "_2337": 2338 }, - "2025-06-08", + "input", + "in", + "query", + "Wolfram Language code to be evaluated", + "required", + "schema", { - "_13": 2255, - "_1983": 1984, - "_1878": 2247, - "_1986": 24, - "_1987": 2256, - "_2002": 2257 + "_2188": 2339 }, - "dropoff_time", + "string", + "/obj/chatgpt-utilities/getSemanticInterpretationAPI", { - "_1942": 1989 + "_2297": 2342 }, - 840, { - "_13": 2259, - "_1983": 1984, - "_1986": 24, - "_1878": 2260, - "_1987": 2261 + "_2306": 2343, + "_2299": 2344, + "_2205": 2345, + "_2329": 2346, + "_2308": 2350 }, - "car_classes", - "(OPTIONAL parameter) This value is used to filter API queries to only return a certain type(s) of car(s).", + "Get Semantic Interpretation", + "getSemanticInterpretationAPI", + "Interprets simplified natural language inputs as Wolfram Language entities, entity classes, or more complex reverse-lookups.", + [ + 2347 + ], { - "_1942": 2012, - "_2013": 2262 + "_55": 2332, + "_2333": 2334, + "_2336": 57, + "_2205": 2348, + "_2337": 2349 }, + "Simplified natural language input to be interpreted.", { - "_1942": 1989, - "_2015": 2263, - "_2002": 2278 + "_2188": 2339 }, - [ - 2264, - 2265, - 2266, - 2267, - 2268, - 2269, - 2270, - 2271, - 2272, - 2273, - 2274, - 2275, - 2276, - 2277 - ], - "ECONOMY", - "COMPACT", - "MIDSIZE", - "STANDARD", - "FULLSIZE", - "PREMIUM", - "LUXURY", - "VAN", - "SUV", - "MINI", - "CONVERTIBLE", - "MINIVAN", - "PICKUP", - "SPORTSCAR", - [ - 2264, - 2272 - ], { - "_2103": 2280 + "_2310": 2351, + "_2317": 2363 }, { - "_1878": 2105, - "_2106": 2281 + "_2205": 2352, + "_2313": 2353 }, + "Successful response with the interpreted Wolfram Language entity or entity class.", { - "_2108": 2282 + "_2354": 2355 }, + "application/json", { - "_1987": 2283 + "_2337": 2356 }, { - "_2111": 2284 + "_2188": 2357, + "_2358": 2359 }, - "#/components/schemas/CarProductResponse", - "components", + "object", + "properties", { - "_2287": 2288 + "_2360": 2361 }, - "schemas", + "interpretation", { - "_2289": 2290, - "_2301": 2302, - "_2349": 2350, - "_2357": 2358, - "_2392": 2393, - "_2411": 2412, - "_2419": 2420, - "_2444": 2445, - "_2452": 2453 + "_2188": 2339, + "_2205": 2362 }, - "LodgingResponse", + "The interpreted Wolfram Language entity or entity class.", { - "_1942": 2291, - "_2292": 2293 + "_2205": 2364 }, - "object", - "properties", + "Invalid request parameters.", + "/obj/chatgpt-utilities/findEntityClassAPI", { - "_3": 2294, - "_2298": 2299 + "_2297": 2367 }, { - "_1942": 2012, - "_1878": 2295, - "_2013": 2296 + "_2306": 2368, + "_2299": 2369, + "_2205": 2370, + "_2329": 2371, + "_2308": 2378 }, - "List of lodging recommendations.", + "Find Wolfram Language EntityClass", + "findEntityClassAPI", + "Returns EntityClass interpretations for a specified type and input.", + [ + 2372, + 2375 + ], { - "_2111": 2297 + "_55": 2188, + "_2333": 2334, + "_2336": 57, + "_2205": 2373, + "_2337": 2374 }, - "#/components/schemas/LodgingResponseData", - "EXTRA_INFORMATION_TO_ASSISTANT", + "The type of the Wolfram entity for EntityClass interpretation.", { - "_1942": 1989, - "_1878": 2300 + "_2188": 2339 }, - "Specific instructions on how assistant is supposed to handle the data included in the API response", - "LodgingResponseData", { - "_1942": 2291, - "_2292": 2303 + "_55": 55, + "_2333": 2334, + "_2336": 57, + "_2205": 2376, + "_2337": 2377 }, + "The input for EntityClass interpretation.", { - "_2304": 2305, - "_2307": 2308, - "_1878": 2310, - "_2312": 2313, - "_2315": 2316, - "_2318": 2319, - "_2321": 2322, - "_2074": 2324, - "_2326": 2327, - "_2329": 2330, - "_2332": 2333, - "_2335": 2336, - "_2338": 2339, - "_2341": 2342, - "_1967": 2344, - "_2346": 2347 + "_2188": 2339 }, - "hotel_id", { - "_1942": 1989, - "_1878": 2306 + "_2310": 2379, + "_2317": 2387 }, - "Hotel's unique identifier", - "hotel_name", { - "_1942": 1989, - "_1878": 2309 + "_2205": 2380, + "_2313": 2381 }, - "Hotel name", + "Successful response with the EntityClass interpretation.", { - "_1942": 1989, - "_1878": 2311 + "_2354": 2382 }, - "Short description about the hotel.", - "location_description", { - "_1942": 1989, - "_1878": 2314 + "_2337": 2383 }, - "Short location description of the hotel.", - "max_occupancy", { - "_1942": 2025, - "_1878": 2317 + "_2188": 2357, + "_2358": 2384 }, - "Maximum occupancy allowed for the accommodation.", - "number_of_bedrooms", { - "_1942": 2025, - "_1878": 2320 + "_2360": 2385 }, - "Number of bedrooms in the property.", - "star_rating", { - "_1942": 1989, - "_1878": 2323 + "_2188": 2339, + "_2205": 2386 }, - "Star rating of the hotel.", + "The EntityClass interpretation of the provided type and input.", { - "_1942": 1989, - "_1878": 2325 + "_2205": 2364 }, - "The guest rating of the hotel in expedia web site, max rating value is 5.", - "guest_review_count", + "/obj/chatgpt-utilities/findPropertyAPI", { - "_1942": 2025, - "_1878": 2328 + "_2297": 2390 }, - "The guest review count of this product in expedia web site.", - "avg_nightly_price", { - "_1942": 1989, - "_1878": 2331 + "_2306": 2391, + "_2299": 2392, + "_2205": 2393, + "_2329": 2394, + "_2308": 2401 }, - "Price per night for the hotel", - "checkin_date", + "Find Wolfram Language EntityProperty", + "findPropertyAPI", + "Returns EntityProperty interpretations for a specified type and input.", + [ + 2395, + 2398 + ], { - "_1942": 1989, - "_1878": 2334 + "_55": 2188, + "_2333": 2334, + "_2336": 57, + "_2205": 2396, + "_2337": 2397 }, - "Check-in date for the hotel stay in format YYYY-MM-DD", - "checkout_date", + "The type of the Wolfram entity for EntityProperty interpretation.", { - "_1942": 1989, - "_1878": 2337 + "_2188": 2339 }, - "Check-out date for the hotel stay in format YYYY-MM-DD", - "currency", { - "_1942": 1989, - "_1878": 2340 + "_55": 55, + "_2333": 2334, + "_2336": 57, + "_2205": 2399, + "_2337": 2400 }, - "Currency in which avg nightly price is specified", - "promotion", + "The input for EntityProperty interpretation.", { - "_1942": 1989, - "_1878": 2343 + "_2188": 2339 }, - "Promotion of the hotel,like member saving", { - "_1942": 1989, - "_1878": 2345 + "_2310": 2402, + "_2317": 2410 }, - "Link to the hotel on Expedia.\\ \\ Include this in the user response prompt whenever available. \\", - "preview_photo", { - "_1942": 1989, - "_1878": 2348 + "_2205": 2403, + "_2313": 2404 }, - "A link to the preview photo of the hotel. \\ \\ Include this in the user response prompt whenever available.\\", - "FlightResponse", + "Successful response with the EntityProperty interpretation.", { - "_1942": 2291, - "_2292": 2351 + "_2354": 2405 }, { - "_3": 2352, - "_2298": 2356 + "_2337": 2406 }, { - "_1942": 2012, - "_1878": 2353, - "_2013": 2354 + "_2188": 2357, + "_2358": 2407 }, - "List of flight recommendations", { - "_2111": 2355 + "_2360": 2408 }, - "#/components/schemas/FlightResponseData", { - "_1942": 1989, - "_1878": 2300 + "_2188": 2339, + "_2205": 2409 }, - "FlightResponseData", + "The EntityProperty interpretation of the provided type and input.", { - "_1942": 2291, - "_2292": 2359 + "_2205": 2364 }, + "/obj/chatgpt-utilities/getDocumentationAPI", { - "_2360": 2361, - "_2144": 2365, - "_2367": 2368, - "_2371": 2372, - "_2338": 2375, - "_2135": 2377, - "_2380": 2381, - "_2384": 2385, - "_1967": 2388, - "_2346": 2390 + "_2297": 2413 }, - "legs", { - "_1942": 2012, - "_1878": 2362, - "_2013": 2363 + "_2306": 2414, + "_2299": 2415, + "_2205": 2416, + "_2329": 2417, + "_2308": 2421 }, - "The list of flight legs in the segment.", + "Get Wolfram Language Documentation", + "getDocumentationAPI", + "Returns usage information for Wolfram Language symbols.", + [ + 2418 + ], { - "_2111": 2364 + "_55": 2332, + "_2333": 2334, + "_2336": 57, + "_2205": 2419, + "_2337": 2420 }, - "#/components/schemas/FlightLeg", + "The Wolfram Language symbol for which to retrieve documentation.", { - "_1942": 2025, - "_1878": 2366, - "_2002": 2087 + "_2188": 2339 }, - "Total number of stops in this segment", - "flight_duration", { - "_1942": 1989, - "_1878": 2369, - "_2002": 2370 + "_2310": 2422, + "_2317": 2431 }, - "Total duration of the flight segment", - "9h 40m", - "price_per_ticket", { - "_1942": 1989, - "_1878": 2373, - "_2002": 2374 + "_2205": 2423, + "_2313": 2424 }, - "Price per ticket for the selected Flight", - "89.78", + "Successful response with the usage information of the symbol.", { - "_1942": 1989, - "_1878": 2376 + "_2354": 2425 }, - "Currency in which ticket price is specified", { - "_1942": 1989, - "_1878": 2378, - "_2002": 2379 + "_2337": 2426 }, - "Date of departure of the flight in format 'YYY-MM-DD'", - "2021-07-05", - "departure_time", { - "_1942": 1989, - "_1878": 2382, - "_2002": 2383 + "_2188": 2357, + "_2358": 2427 }, - "Time of departure of the flight in format 'HH:mm aa'", - "07:15 AM", - "arrival_time", { - "_1942": 1989, - "_1878": 2386, - "_2002": 2387 + "_2428": 2429 }, - "Time of arrival of the flight in format 'HH:mm aa'", - "12:30 PM", + "documentation", { - "_1942": 1989, - "_1878": 2389 + "_2188": 2339, + "_2205": 2430 }, - "Link to book the flight on Expedia. \\ \\ Include this in the user response prompt whenever available.\\", + "The usage information of the Wolfram Language symbol.", { - "_1942": 1989, - "_1878": 2391 + "_2205": 2364 }, - "A link to the preview photo of the flight. \\ \\ Include this in the user response prompt whenever available.\\", - "FlightLeg", + "/obj/chatgpt-utilities/findEntityAPI", { - "_1942": 2291, - "_2292": 2394 + "_2297": 2434 }, { - "_2395": 2396, - "_2399": 2400, - "_2403": 2404, - "_2407": 2408 + "_2306": 2435, + "_2299": 2436, + "_2205": 2437, + "_2329": 2438, + "_2308": 2445 }, - "airline_name", + "Find Wolfram Language Entity", + "findEntityAPI", + "Returns Wolfram Language interpretations of a specified entity.", + [ + 2439, + 2442 + ], { - "_1942": 1989, - "_1878": 2397, - "_2002": 2398 + "_55": 2188, + "_2333": 2334, + "_2336": 57, + "_2205": 2440, + "_2337": 2441 }, - "Airline name for the flight.", - "United Airlines", - "flight_number", + "The type of the Wolfram entity (e.g., City, Country).", { - "_1942": 1989, - "_1878": 2401, - "_2002": 2402 + "_2188": 2339 }, - "Flight number corresponding to the airline.", - "1523", - "departure_airport_code", { - "_1942": 1989, - "_1878": 2405, - "_2002": 2406 + "_55": 55, + "_2333": 2334, + "_2336": 57, + "_2205": 2443, + "_2337": 2444 }, - "Deaprture airport code", - "SEA", - "arrival_airport_code", + "The name of the entity to be interpreted in Wolfram Language.", { - "_1942": 1989, - "_1878": 2409, - "_2002": 2410 + "_2188": 2339 }, - "Arrival airport code", - "SFO", - "ActivityResponse", { - "_1942": 2291, - "_2292": 2413 + "_2310": 2446, + "_2317": 2454 }, { - "_3": 2414, - "_2298": 2418 + "_2205": 2447, + "_2313": 2448 }, + "Successful response with the Wolfram Language interpretation of the entity.", { - "_1942": 2012, - "_1878": 2415, - "_2013": 2416 + "_2354": 2449 }, - "List of the activities.", { - "_2111": 2417 + "_2337": 2450 }, - "#/components/schemas/ActivityResponseData", { - "_1942": 1989, - "_1878": 2300 + "_2188": 2357, + "_2358": 2451 }, - "ActivityResponseData", { - "_1942": 2291, - "_2292": 2421 + "_2360": 2452 }, { - "_2422": 2423, - "_2425": 2426, - "_2371": 2428, - "_2338": 2430, - "_2203": 2431, - "_1890": 2433, - "_2436": 2437, - "_1967": 2440, - "_2346": 2442 + "_2188": 2339, + "_2205": 2453 }, - "activity_name", + "The Wolfram Language interpretation of the provided entity.", { - "_1942": 1989, - "_1878": 2424 + "_2205": 2364 }, - "Name for the activity.", - "activity_description", + "auth", { - "_1942": 1989, - "_1878": 2427 + "_2188": 2457, + "_2201": 1202, + "_2458": 2459, + "_2460": 2461, + "_2462": 1202 }, - "Description of the activity.", + "service_http", + "authorization_type", + "bearer", + "verification_tokens", + {}, + "custom_auth_header", + "privacy_policy_url", + "https://www.wolfram.com/legal/privacy/wolfram/", { - "_1942": 1989, - "_1878": 2429 + "_11": 2466, + "_2188": 2269, + "_2270": -5, + "_2271": 2467 }, - "Price per ticket for the activity", + "6807cd7660708191b88fcf0c61e4cf05", { - "_1942": 1989, - "_1878": 2376 + "_2273": 2468, + "_2275": 2469, + "_2277": -5, + "_2278": 2470, + "_2455": 2512, + "_2463": 2464 }, + "g-d800b5509b57e51501b3cca34b719d443859af01", + "www.wolframalpha.com", { - "_1942": 1989, - "_1878": 2432, - "_2002": 2370 + "_2280": 2281, + "_2282": 2471, + "_2288": 2473, + "_2293": 2477 }, - "Total duration of the activity", { - "_1942": 2012, - "_1878": 2434, - "_2013": 2435 + "_2284": 2204, + "_2234": 2472 }, - "The list of activity categories.", + "v0.1", + [ + 2474 + ], { - "_1942": 1989 + "_2291": 2475, + "_2205": 2476 }, - "saving_percentage", + "https://www.wolframalpha.com", + "Wolfram Alpha API for LLMs.", { - "_1942": 1989, - "_1878": 2438, - "_2002": 2439 + "_2478": 2479 }, - "Saving percentage of the activity", - "45", + "/api/v1/llm-api", { - "_1942": 1989, - "_1878": 2441 + "_2297": 2480 }, - "A link to the activity product on Expedia. \\ \\ Include this in the user response prompt whenever available.\\", { - "_1942": 1989, - "_1878": 2443 + "_2299": 2481, + "_2301": 57, + "_2302": 2482, + "_2306": 2485, + "_2308": 2486, + "_2329": 2498 }, - "A link to the preview photo of the activity. \\ \\ Include this in the user response prompt whenever available.\\", - "CarProductResponse", + "getWolframAlphaResults", { - "_1942": 2291, - "_2292": 2446 + "_2205": 2483, + "_2291": 2484 }, + "Get API information here", + "https://products.wolframalpha.com/api", + "Use Wolfram Alpha to interpret natural language queries and perform simple computations that do not require code", { - "_3": 2447, - "_2298": 2451 + "_2310": 2487, + "_2317": 2491, + "_2320": 2492, + "_2323": 2493, + "_2495": 2496, + "_2326": 2497 }, { - "_1942": 2012, - "_1878": 2448, - "_2013": 2449 + "_2205": 2488, + "_2313": 2489 }, - "The list of car products.", + "The result of the Wolfram|Alpha query", { - "_2111": 2450 + "_2315": 2490 }, - "#/components/schemas/CarProductResponseData", + {}, { - "_1942": 1989, - "_1878": 2300 + "_2205": 2319 }, - "CarProductResponseData", { - "_1942": 2291, - "_2292": 2454 + "_2205": 2322 }, { - "_2455": 2456, - "_2458": 2459, - "_2461": 2462, - "_2464": 2465, - "_2242": 2467, - "_2469": 2470, - "_2251": 2472, - "_2474": 2475, - "_2338": 2477, - "_1967": 2479, - "_2346": 2481 + "_2205": 2494 }, - "car_make", + "Wolfram|Alpha was unable to generate a result", + "501", { - "_1942": 1989, - "_1878": 2457 + "_2205": 2494 }, - "The Car manufacturer and model.", - "car_class", { - "_1942": 1989, - "_1878": 2460 + "_2205": 2328 }, - "The car category and type.", - "supplier_name", + [ + 2499, + 2502 + ], { - "_1942": 1989, - "_1878": 2463 + "_55": 2332, + "_2333": 2334, + "_2205": 2500, + "_2336": 57, + "_2337": 2501 }, - "The supplier name of this car product.", - "pickup_address", + "Natural language input for Wolfram Alpha", { - "_1942": 1989, - "_1878": 2466 + "_2188": 2339 }, - "The pickup address information of the location.", { - "_1942": 1989, - "_1878": 2468 + "_55": 2503, + "_2333": 2334, + "_2205": 2504, + "_2336": 20, + "_2505": 57, + "_2506": 2507, + "_2337": 2508 }, - "The date time that pickup the car.", - "dropoff_address", + "assumption", + "the assumption to use, passed back from a previous query with the same input.", + "explode", + "style", + "form", { - "_1942": 1989, - "_1878": 2471 + "_2188": 2509, + "_2510": 2511 }, - "The dropoff address information of the location", + "array", + "items", { - "_1942": 1989, - "_1878": 2473 + "_2188": 2339 }, - "The date time that dropoff the car.", - "total_price", { - "_1942": 1989, - "_1878": 2476 + "_2188": 2457, + "_2201": 1202, + "_2458": 2459, + "_2460": 2513, + "_2462": 1202 }, - "Total price for the car with currency", + {}, + "files", + [ + 2516, + 2522, + 2524, + 2526 + ], { - "_1942": 1989, - "_1878": 2478 + "_2517": 2518, + "_11": 2519, + "_2188": 2315, + "_2520": 1202, + "_2521": 1202 }, - "Currency in which total price is specified", + "file_response_type", + "live_file_response", + "6807ccbd63808191b862a01e225ee427", + "file_id", + "location", { - "_1942": 1989, - "_1878": 2480 + "_2517": 2518, + "_11": 2523, + "_2188": 2315, + "_2520": 1202, + "_2521": 1202 }, - "A link to the car product on Expedia. \\ \\ Include this in the user response prompt whenever available.\\", + "6807ccbd63c081918892ff5cce64b343", { - "_1942": 1989, - "_1878": 2482 + "_2517": 2518, + "_11": 2525, + "_2188": 2315, + "_2520": 1202, + "_2521": 1202 }, - "A link to the preview photo of the car. \\ \\ Include this in the user response prompt whenever available.\\", - "auth", + "6807ccbd63f081918904f48ac8be99af", { - "_1942": 2485, - "_1874": 455, - "_2486": 2487, - "_2488": 2489, - "_2490": 455 + "_2517": 2518, + "_11": 2527, + "_2188": 2315, + "_2520": 1202, + "_2521": 1202 }, - "service_http", - "authorization_type", - "basic", - "verification_tokens", - {}, - "custom_auth_header", - "privacy_policy_url", - "https://legal.expediagroup.com/privacy/privacy-and-cookies-statements/privacy-statement-all", - "files", - [], + "6807ccbd641c8191aef705436e4bf8a4", "product_features", { - "_2497": 2498 + "_2530": 2531 }, "attachments", { - "_1942": 2499, - "_2500": 2501, - "_2576": 2577, - "_2582": 61 + "_2188": 2532, + "_2533": 2534, + "_2608": 2609, + "_2614": 57 }, "retrieval", "accepted_mime_types", [ - 2502, - 2503, - 2504, - 2505, - 2506, - 2507, - 2508, - 2509, - 2510, - 2511, - 2512, - 2513, - 2514, - 2515, - 2516, - 2517, - 2518, - 2519, - 2520, - 2521, - 2522, - 2523, - 2524, - 2525, - 2526, - 2527, - 2528, - 2529, - 2530, - 2531, - 2532, - 2533, - 2534, 2535, 2536, 2537, @@ -7039,7 +7009,6 @@ 2540, 2541, 2542, - 2108, 2543, 2544, 2545, @@ -7057,11 +7026,13 @@ 2557, 2558, 2559, + 2315, 2560, 2561, 2562, 2563, 2564, + 2354, 2565, 2566, 2567, @@ -7072,91 +7043,122 @@ 2572, 2573, 2574, - 2575 + 2575, + 2576, + 2577, + 2578, + 2579, + 2580, + 2581, + 2582, + 2583, + 2584, + 2585, + 2586, + 2587, + 2588, + 2589, + 2590, + 2591, + 2592, + 2593, + 2594, + 2595, + 2596, + 2597, + 2598, + 2599, + 2600, + 2601, + 2602, + 2603, + 2604, + 2605, + 2606, + 2607 ], - "text/x-csharp", - "application/vnd.apple.pages", - "text/x-typescript", - "application/javascript", - "text/x-liquid", - "text/x-php", + "application/rtf", + "application/msword", + "text/x-rust", + "text/x-scala", "text/x-tmpl", - "text/x-astro", - "application/x-sql", - "text/javascript", - "text/x-dart", - "text/x-diff", - "text/x-objectivec", - "text/x-r", - "text/xml", - "text/x-lisp", + "text/x-pug", "text/markdown", - "text/x-erlang", - "text/x-handlebars", - "text/x-asm", + "text/jsx", + "text/x-lua", + "text/x-sh", + "text/x-ejs", + "application/x-yaml", + "text/x-erb", + "application/toml", + "text/x-swift", + "application/x-rust", + "text/css", + "text/x-csharp", "application/vnd.openxmlformats-officedocument.presentationml.presentation", - "application/rtf", + "text/rtf", "message/rfc822", - "text/x-c", "text/x-shellscript", - "application/vnd.apple.keynote", - "application/x-scala", - "text/x-go", - "text/x-julia", - "application/x-yaml", + "text/x-script.python", + "application/pdf", + "application/x-sql", "text/tsx", + "text/x-mustache", + "text/x-vcard", + "application/vnd.apple.pages", + "text/x-c++", + "text/x-go", + "text/x-r", + "text/x-asm", + "text/x-groovy", + "text/x-php", "text/x-jinja2", - "application/pdf", - "text/x-pug", - "text/x-ejs", - "application/vnd.openxmlformats-officedocument.wordprocessingml.document", - "text/x-kotlin", - "text/x-script.python", + "text/x-java", + "application/vnd.apple.keynote", + "text/x-lisp", "text/x-clojure", "text/vbscript", - "text/x-rst", - "text/x-scala", - "text/x-rust", - "text/jsx", - "text/x-lua", - "text/x-c++", - "text/rtf", - "text/x-groovy", - "text/x-erb", + "text/html", + "text/x-liquid", + "text/xml", + "text/x-elixir", + "text/x-tex", + "text/x-perl", + "text/x-objectivec", + "text/x-dart", + "application/vnd.ms-powerpoint", + "text/x-handlebars", "text/calendar", + "text/x-rst", + "text/x-diff", + "text/javascript", + "text/x-c", "application/x-powershell", - "application/vnd.ms-powerpoint", - "text/plain", - "text/html", - "text/x-ruby", - "text/x-sh", - "text/x-java", - "text/x-mustache", - "text/x-haskell", + "text/x-kotlin", + "application/javascript", + "text/x-erlang", "text/x-jade", - "text/x-vcard", - "text/x-tex", + "text/x-julia", + "text/x-typescript", + "text/x-makefile", + "application/x-scala", + "text/x-python", + "text/x-ruby", + "text/x-astro", "application/vnd.oasis.opendocument.text", - "text/x-swift", + "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "text/x-haskell", "text/x-twig", - "text/x-perl", - "text/x-elixir", - "text/css", - "application/x-rust", - "application/toml", - "application/msword", - "text/x-python", - "text/x-makefile", "text/x-objectivec++", "image_mime_types", [ - 2578, - 2579, - 2580, - 2581 + 2610, + 2611, + 2612, + 2613 ], - "image/png", "image/gif", + "image/png", "image/webp", "image/jpeg", "can_accept_all_mime_types" diff --git a/templates/login.html b/templates/login.html index 5f16ca8..27e7666 100644 --- a/templates/login.html +++ b/templates/login.html @@ -5,23 +5,34 @@ 登录 - - + +
+ + +
-

登录

+

登录

-

+

RT 与 @@ -34,7 +45,6 @@

登录