We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0770674 commit fcaaeadCopy full SHA for fcaaead
1 file changed
apps/web/src/session-logic.ts
@@ -24,7 +24,7 @@ export const PROVIDER_OPTIONS: Array<{
24
value: ProviderPickerKind;
25
label: string;
26
available: boolean;
27
- docsUrl: string | null;
+ docsUrl: string;
28
}> = [
29
{
30
value: "codex",
0 commit comments