export declare const PROVIDER_ID = "chatgpt-web"; export declare const CLIENT_ID = "app_EMoamEEZ73f0CkXaXp7hrann"; export declare const ISSUER = "https://auth.openai.com"; export declare function resolveChatGptOrigin(env?: NodeJS.ProcessEnv): string; export declare const CHATGPT_ORIGIN: string; export declare const BACKEND_BASE: string; /** Facade baseURL so @ai-sdk/openai posts …/v1/responses; fetch intercepts. */ export declare const FACADE_BASE: string; export declare const CODEX_OAUTH_SCOPE = "openid profile email offline_access"; export declare const OAUTH_PORT = 1455; export declare const CODEX_ORIGINATOR = "opencode"; export declare const USER_AGENT_PACKAGE = "chatgpt-web-opencode/0.4.0"; export declare const REQUIREMENTS_SEED = "wQ8Lk5FbGpA2NcR9dShT6gYjU7VxZ4D"; export declare const DEFAULT_UA: string; export declare const DEFAULT_BUILD_ID = "prod-a027d2ce598d8bb9d6eed6af9584cb6e85c6232d"; export declare const DEFAULT_BUILD_NUMBER = "6382109"; export declare const DEFAULT_SEC_CH_UA = "\"Google Chrome\";v=\"147\", \"Not.A/Brand\";v=\"8\", \"Chromium\";v=\"147\""; export declare const INTERNAL_SESSION_HEADER = "x-chatgpt-web-opencode-session-id"; export declare const INTERNAL_AGENT_HEADER = "x-chatgpt-web-opencode-agent"; export declare const INTERNAL_MODEL_HEADER = "x-chatgpt-web-opencode-model-id"; export declare const INTERNAL_PREFIX_HASH_HEADER = "x-chatgpt-web-opencode-prefix-hash"; /** Soft body budget for tools[] before dropping schemas. Raised from 24KB to 128KB: OpenCode's real toolset (bash, read, edit, write, grep, glob, task, code, question, etc.) easily exceeds 24KB, causing schema stripping and tool omission that left the model unaware of available tools. */ export declare const TOOLS_BODY_BUDGET = 131072; /** Maximum UTF-8 bytes for model-visible compact tool schemas in the prompt. */ export declare const TOOL_ROSTER_PROMPT_BUDGET = 16384; export declare const CHATGPT_WEB_WRAPPER_TOOL_NAME = "api_tool.call_tool"; //# sourceMappingURL=constants.d.ts.map