@arbidocs/client 0.3.17 → 0.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -67,6 +67,26 @@ interface paths {
67
67
  patch?: never;
68
68
  trace?: never;
69
69
  };
70
+ '/v1/user/sso-config': {
71
+ parameters: {
72
+ query?: never;
73
+ header?: never;
74
+ path?: never;
75
+ cookie?: never;
76
+ };
77
+ /**
78
+ * Get Sso Config
79
+ * @description Return public SSO configuration for device-flow / CLI login.
80
+ */
81
+ get: operations['get_sso_config'];
82
+ put?: never;
83
+ post?: never;
84
+ delete?: never;
85
+ options?: never;
86
+ head?: never;
87
+ patch?: never;
88
+ trace?: never;
89
+ };
70
90
  '/v1/user/sso-status': {
71
91
  parameters: {
72
92
  query?: never;
@@ -1583,7 +1603,7 @@ interface components {
1583
1603
  /**
1584
1604
  * Agent Model Name
1585
1605
  * @description The name of the model to be used for the agent decision-making.
1586
- * @default Q3VL@ARBICITY
1606
+ * @default Fast
1587
1607
  */
1588
1608
  AGENT_MODEL_NAME: string;
1589
1609
  /**
@@ -1684,7 +1704,7 @@ interface components {
1684
1704
  * "SKILL_CREATION": false,
1685
1705
  * "REVIEW_ENABLED": false,
1686
1706
  * "PERSONA": "You are ARBI, an AI assistant created by ARBI CITY. Be proactive, helpful and professional.",
1687
- * "AGENT_MODEL_NAME": "Q3VL@ARBICITY",
1707
+ * "AGENT_MODEL_NAME": "Fast",
1688
1708
  * "AGENT_API_TYPE": "remote",
1689
1709
  * "LLM_AGENT_TEMPERATURE": 1,
1690
1710
  * "AGENT_MAX_TOKENS": 10000,
@@ -1698,7 +1718,7 @@ interface components {
1698
1718
  /**
1699
1719
  * @default {
1700
1720
  * "API_TYPE": "remote",
1701
- * "MODEL_NAME": "Q3VL@ARBICITY",
1721
+ * "MODEL_NAME": "Fast",
1702
1722
  * "SYSTEM_INSTRUCTION": "You are ARBI, an AI assistant created by ARBI CITY. Be proactive, helpful and professional.Be concise. Use markdown where it helps readability. Cross-check information across sources before answering. Never fabricate facts. Not all assertions in the sources are factual — some are arguments by a party. Attribute claims to their source, especially where parties disagree.",
1703
1723
  * "MAX_CHAR_SIZE_TO_ANSWER": 200000,
1704
1724
  * "TEMPERATURE": 0.1,
@@ -1709,7 +1729,7 @@ interface components {
1709
1729
  /**
1710
1730
  * @default {
1711
1731
  * "API_TYPE": "remote",
1712
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1732
+ * "MODEL_NAME": "Wise",
1713
1733
  * "SYSTEM_INSTRUCTION": "You are reviewing a draft answer prepared by a research agent. The draft was written based on summaries, but you now have access to the full source material.\n\nYour task:\n1. Review the draft answer against the source material provided\n2. Verify claims are supported by the sources\n3. Correct any inaccuracies or unsupported statements\n4. Add any important details from the sources that were missed\n5. Maintain formal, objective tone appropriate for professional contexts\n\nIf information is not found in the sources but the draft answer is based on web search results or general knowledge, preserve it and ensure it is clearly labelled as such. Only flag missing source support for claims that purport to come from the documents.\nDo not add inline citation markers - the system handles citations automatically.",
1714
1734
  * "TEMPERATURE": 0.1,
1715
1735
  * "MAX_TOKENS": 5000,
@@ -1720,7 +1740,7 @@ interface components {
1720
1740
  /**
1721
1741
  * @default {
1722
1742
  * "API_TYPE": "remote",
1723
- * "MODEL_NAME": "Q3VL@ARBICITY",
1743
+ * "MODEL_NAME": "Fast",
1724
1744
  * "SYSTEM_INSTRUCTION": "You are a chunk evaluator. Analyze retrieved chunks to determine which are relevant to the user's query and extract key learnings from the RELEVANT chunks only. You must return your response as valid JSON matching the provided schema.",
1725
1745
  * "TEMPERATURE": 0.1,
1726
1746
  * "MAX_TOKENS": 20000,
@@ -1731,7 +1751,7 @@ interface components {
1731
1751
  /**
1732
1752
  * @default {
1733
1753
  * "API_TYPE": "remote",
1734
- * "MODEL_NAME": "Q3VL@ARBICITY",
1754
+ * "MODEL_NAME": "Fast",
1735
1755
  * "SYSTEM_INSTRUCTION": "You are a title generator that creates concise, descriptive titles.",
1736
1756
  * "MAX_CHAR_SIZE_TO_ANSWER": 50,
1737
1757
  * "TEMPERATURE": 0.3,
@@ -1742,7 +1762,7 @@ interface components {
1742
1762
  /**
1743
1763
  * @default {
1744
1764
  * "API_TYPE": "remote",
1745
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1765
+ * "MODEL_NAME": "Wise",
1746
1766
  * "SYSTEM_INSTRUCTION": "You are a conversation summariser. Condense the conversation history into a concise summary that preserves:\n- Key decisions and conclusions reached\n- Specific names, dates, numbers, and document references\n- Open questions and unresolved items\n- The user's goals and constraints\n\nWrite in past tense, third person. Be specific, not vague. Do not omit important details in favour of brevity.",
1747
1767
  * "TEMPERATURE": 0.1,
1748
1768
  * "MAX_TOKENS": 2000,
@@ -1755,7 +1775,7 @@ interface components {
1755
1775
  /**
1756
1776
  * @default {
1757
1777
  * "API_TYPE": "remote",
1758
- * "MODEL_NAME": "Q3VL@ARBICITY",
1778
+ * "MODEL_NAME": "Fast",
1759
1779
  * "SYSTEM_INSTRUCTION": "You are a document analysis assistant. Answer questions based strictly on document content.\n\nGuidelines:\n- Only use information explicitly stated in the document\n- Do not infer or assume information not present\n- If information is not found, respond with \"Information not found in document.\"\n- Follow format instructions exactly for each answer\n- Be concise and precise",
1760
1780
  * "MAX_CHAR_CONTEXT_TO_ANSWER": 100000,
1761
1781
  * "TEMPERATURE": 0.1,
@@ -1813,7 +1833,7 @@ interface components {
1813
1833
  /**
1814
1834
  * @default {
1815
1835
  * "API_TYPE": "remote",
1816
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1836
+ * "MODEL_NAME": "Wise",
1817
1837
  * "SYSTEM_INSTRUCTION": "You are a knowledge synthesizer. You receive the full agent scratchpad from a completed conversation and decide what, if anything, is worth saving.\n\n## Work Product Types\n- **\"memory\"**: Facts, findings, reference data — for *looking up* information.\n- **\"skill\"**: Procedures, workflows, step-by-step instructions — for *doing* something.\n\nWhen ambiguous, default to memory.\n\n## Rules\n- Return an empty work_products array if the conversation is trivial or produced nothing substantive.\n- Each work product must cover ONE coherent topic. Never combine disparate subjects into a single document — create separate documents for each distinct topic.\n- Ground everything in the provided context. Do not invent information.\n- Be concise. These are reference documents, not essays.\n\n## Output Format\nJSON with a `work_products` array. Each item has `wp_type`, `title`, and `content` (markdown).\n\nMemory content: `# Title`, date, source, key findings as bullets, source documents.\nSkill content: `# Title`, prerequisites, numbered steps, when to apply.",
1818
1838
  * "TEMPERATURE": 0.3,
1819
1839
  * "MAX_TOKENS": 8000,
@@ -1825,7 +1845,7 @@ interface components {
1825
1845
  /**
1826
1846
  * @default {
1827
1847
  * "API_TYPE": "remote",
1828
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1848
+ * "MODEL_NAME": "Wise",
1829
1849
  * "SYSTEM_INSTRUCTION": "You are a research planning assistant. Your job is to analyze a user query and produce a concise, numbered research plan.\n\nYou have access to a workspace of documents. The available tools for executing the plan are:\n- search_documents: Search workspace documents for relevant passages (semantic, keyword, or hybrid)\n- get_document_passages: Read a specific page range from a document\n- get_table_of_contents: Get document headings with page references\n\nConsider:\n- What information is needed to answer the query\n- Which documents are likely relevant based on the document index\n- What search queries and document passages to examine\n- What order of operations will be most efficient\n- Whether parallel searches can be used for different aspects\n\nRespond with ONLY the plan (numbered steps). Do not execute any steps.",
1830
1850
  * "TEMPERATURE": 0.3,
1831
1851
  * "MAX_TOKENS": 4000,
@@ -1837,7 +1857,7 @@ interface components {
1837
1857
  /**
1838
1858
  * @default {
1839
1859
  * "API_TYPE": "remote",
1840
- * "MODEL_NAME": "Q3VL@ARBICITY",
1860
+ * "MODEL_NAME": "Fast",
1841
1861
  * "TEMPERATURE": 0.1,
1842
1862
  * "MAX_TOKENS": 4000,
1843
1863
  * "MAX_PAGES_PER_CALL": 5,
@@ -2870,7 +2890,7 @@ interface components {
2870
2890
  /**
2871
2891
  * Model Name
2872
2892
  * @description The name of the non-reasoning model to be used.
2873
- * @default Q3VL@ARBICITY
2893
+ * @default Fast
2874
2894
  */
2875
2895
  MODEL_NAME: string;
2876
2896
  /**
@@ -3039,7 +3059,7 @@ interface components {
3039
3059
  /**
3040
3060
  * Model Name
3041
3061
  * @description The name of the non-reasoning model to be used.
3042
- * @default Q3VL@ARBICITY
3062
+ * @default Fast
3043
3063
  */
3044
3064
  MODEL_NAME: string;
3045
3065
  /**
@@ -3358,7 +3378,7 @@ interface components {
3358
3378
  /**
3359
3379
  * Model Name
3360
3380
  * @description The model for memory synthesis. Defaults to reasoning model.
3361
- * @default GPTOSS120@ARBICITY
3381
+ * @default Wise
3362
3382
  */
3363
3383
  MODEL_NAME: string;
3364
3384
  /**
@@ -3952,7 +3972,7 @@ interface components {
3952
3972
  /**
3953
3973
  * Model Name
3954
3974
  * @description The model for plan generation. Defaults to reasoning model.
3955
- * @default GPTOSS120@ARBICITY
3975
+ * @default Wise
3956
3976
  */
3957
3977
  MODEL_NAME: string;
3958
3978
  /**
@@ -4065,7 +4085,7 @@ interface components {
4065
4085
  /**
4066
4086
  * Model Name
4067
4087
  * @description The model for query answering.
4068
- * @default Q3VL@ARBICITY
4088
+ * @default Fast
4069
4089
  */
4070
4090
  MODEL_NAME: string;
4071
4091
  /**
@@ -4867,7 +4887,7 @@ interface components {
4867
4887
  /**
4868
4888
  * Model Name
4869
4889
  * @description The model for reviewing agent draft answers. Defaults to reasoning model.
4870
- * @default GPTOSS120@ARBICITY
4890
+ * @default Wise
4871
4891
  */
4872
4892
  MODEL_NAME: string;
4873
4893
  /**
@@ -5005,6 +5025,34 @@ interface components {
5005
5025
  detail_evaluation?: components['schemas']['EvaluationDetail'] | null;
5006
5026
  detail_tool_progress?: components['schemas']['ToolProgressDetail'] | null;
5007
5027
  };
5028
+ /**
5029
+ * SSOConfigResponse
5030
+ * @description Public SSO configuration for device flow / CLI login.
5031
+ */
5032
+ SSOConfigResponse: {
5033
+ /** Sso Enabled */
5034
+ sso_enabled: boolean;
5035
+ /**
5036
+ * Domain
5037
+ * @default
5038
+ */
5039
+ domain: string;
5040
+ /**
5041
+ * Client Id
5042
+ * @default
5043
+ */
5044
+ client_id: string;
5045
+ /**
5046
+ * Cli Client Id
5047
+ * @default
5048
+ */
5049
+ cli_client_id: string;
5050
+ /**
5051
+ * Audience
5052
+ * @default
5053
+ */
5054
+ audience: string;
5055
+ };
5008
5056
  /** SSOSendVerificationEmailRequest */
5009
5057
  SSOSendVerificationEmailRequest: {
5010
5058
  /** Auth0 Id */
@@ -5257,7 +5305,7 @@ interface components {
5257
5305
  /**
5258
5306
  * Model Name
5259
5307
  * @description The model for conversation summarisation. Defaults to reasoning model.
5260
- * @default GPTOSS120@ARBICITY
5308
+ * @default Wise
5261
5309
  */
5262
5310
  MODEL_NAME: string;
5263
5311
  /**
@@ -5435,7 +5483,7 @@ interface components {
5435
5483
  /**
5436
5484
  * Model Name
5437
5485
  * @description The name of the non-reasoning model to be used.
5438
- * @default Q3VL@ARBICITY
5486
+ * @default Fast
5439
5487
  */
5440
5488
  MODEL_NAME: string;
5441
5489
  /**
@@ -6014,7 +6062,7 @@ interface components {
6014
6062
  /**
6015
6063
  * Model Name
6016
6064
  * @description The vision-capable model name (must support image inputs).
6017
- * @default Q3VL@ARBICITY
6065
+ * @default Fast
6018
6066
  */
6019
6067
  MODEL_NAME: string;
6020
6068
  /**
@@ -6353,6 +6401,26 @@ interface operations {
6353
6401
  };
6354
6402
  };
6355
6403
  };
6404
+ get_sso_config: {
6405
+ parameters: {
6406
+ query?: never;
6407
+ header?: never;
6408
+ path?: never;
6409
+ cookie?: never;
6410
+ };
6411
+ requestBody?: never;
6412
+ responses: {
6413
+ /** @description Successful Response */
6414
+ 200: {
6415
+ headers: {
6416
+ [name: string]: unknown;
6417
+ };
6418
+ content: {
6419
+ 'application/json': components['schemas']['SSOConfigResponse'];
6420
+ };
6421
+ };
6422
+ };
6423
+ };
6356
6424
  sso_status: {
6357
6425
  parameters: {
6358
6426
  query?: never;
package/dist/index.d.ts CHANGED
@@ -67,6 +67,26 @@ interface paths {
67
67
  patch?: never;
68
68
  trace?: never;
69
69
  };
70
+ '/v1/user/sso-config': {
71
+ parameters: {
72
+ query?: never;
73
+ header?: never;
74
+ path?: never;
75
+ cookie?: never;
76
+ };
77
+ /**
78
+ * Get Sso Config
79
+ * @description Return public SSO configuration for device-flow / CLI login.
80
+ */
81
+ get: operations['get_sso_config'];
82
+ put?: never;
83
+ post?: never;
84
+ delete?: never;
85
+ options?: never;
86
+ head?: never;
87
+ patch?: never;
88
+ trace?: never;
89
+ };
70
90
  '/v1/user/sso-status': {
71
91
  parameters: {
72
92
  query?: never;
@@ -1583,7 +1603,7 @@ interface components {
1583
1603
  /**
1584
1604
  * Agent Model Name
1585
1605
  * @description The name of the model to be used for the agent decision-making.
1586
- * @default Q3VL@ARBICITY
1606
+ * @default Fast
1587
1607
  */
1588
1608
  AGENT_MODEL_NAME: string;
1589
1609
  /**
@@ -1684,7 +1704,7 @@ interface components {
1684
1704
  * "SKILL_CREATION": false,
1685
1705
  * "REVIEW_ENABLED": false,
1686
1706
  * "PERSONA": "You are ARBI, an AI assistant created by ARBI CITY. Be proactive, helpful and professional.",
1687
- * "AGENT_MODEL_NAME": "Q3VL@ARBICITY",
1707
+ * "AGENT_MODEL_NAME": "Fast",
1688
1708
  * "AGENT_API_TYPE": "remote",
1689
1709
  * "LLM_AGENT_TEMPERATURE": 1,
1690
1710
  * "AGENT_MAX_TOKENS": 10000,
@@ -1698,7 +1718,7 @@ interface components {
1698
1718
  /**
1699
1719
  * @default {
1700
1720
  * "API_TYPE": "remote",
1701
- * "MODEL_NAME": "Q3VL@ARBICITY",
1721
+ * "MODEL_NAME": "Fast",
1702
1722
  * "SYSTEM_INSTRUCTION": "You are ARBI, an AI assistant created by ARBI CITY. Be proactive, helpful and professional.Be concise. Use markdown where it helps readability. Cross-check information across sources before answering. Never fabricate facts. Not all assertions in the sources are factual — some are arguments by a party. Attribute claims to their source, especially where parties disagree.",
1703
1723
  * "MAX_CHAR_SIZE_TO_ANSWER": 200000,
1704
1724
  * "TEMPERATURE": 0.1,
@@ -1709,7 +1729,7 @@ interface components {
1709
1729
  /**
1710
1730
  * @default {
1711
1731
  * "API_TYPE": "remote",
1712
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1732
+ * "MODEL_NAME": "Wise",
1713
1733
  * "SYSTEM_INSTRUCTION": "You are reviewing a draft answer prepared by a research agent. The draft was written based on summaries, but you now have access to the full source material.\n\nYour task:\n1. Review the draft answer against the source material provided\n2. Verify claims are supported by the sources\n3. Correct any inaccuracies or unsupported statements\n4. Add any important details from the sources that were missed\n5. Maintain formal, objective tone appropriate for professional contexts\n\nIf information is not found in the sources but the draft answer is based on web search results or general knowledge, preserve it and ensure it is clearly labelled as such. Only flag missing source support for claims that purport to come from the documents.\nDo not add inline citation markers - the system handles citations automatically.",
1714
1734
  * "TEMPERATURE": 0.1,
1715
1735
  * "MAX_TOKENS": 5000,
@@ -1720,7 +1740,7 @@ interface components {
1720
1740
  /**
1721
1741
  * @default {
1722
1742
  * "API_TYPE": "remote",
1723
- * "MODEL_NAME": "Q3VL@ARBICITY",
1743
+ * "MODEL_NAME": "Fast",
1724
1744
  * "SYSTEM_INSTRUCTION": "You are a chunk evaluator. Analyze retrieved chunks to determine which are relevant to the user's query and extract key learnings from the RELEVANT chunks only. You must return your response as valid JSON matching the provided schema.",
1725
1745
  * "TEMPERATURE": 0.1,
1726
1746
  * "MAX_TOKENS": 20000,
@@ -1731,7 +1751,7 @@ interface components {
1731
1751
  /**
1732
1752
  * @default {
1733
1753
  * "API_TYPE": "remote",
1734
- * "MODEL_NAME": "Q3VL@ARBICITY",
1754
+ * "MODEL_NAME": "Fast",
1735
1755
  * "SYSTEM_INSTRUCTION": "You are a title generator that creates concise, descriptive titles.",
1736
1756
  * "MAX_CHAR_SIZE_TO_ANSWER": 50,
1737
1757
  * "TEMPERATURE": 0.3,
@@ -1742,7 +1762,7 @@ interface components {
1742
1762
  /**
1743
1763
  * @default {
1744
1764
  * "API_TYPE": "remote",
1745
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1765
+ * "MODEL_NAME": "Wise",
1746
1766
  * "SYSTEM_INSTRUCTION": "You are a conversation summariser. Condense the conversation history into a concise summary that preserves:\n- Key decisions and conclusions reached\n- Specific names, dates, numbers, and document references\n- Open questions and unresolved items\n- The user's goals and constraints\n\nWrite in past tense, third person. Be specific, not vague. Do not omit important details in favour of brevity.",
1747
1767
  * "TEMPERATURE": 0.1,
1748
1768
  * "MAX_TOKENS": 2000,
@@ -1755,7 +1775,7 @@ interface components {
1755
1775
  /**
1756
1776
  * @default {
1757
1777
  * "API_TYPE": "remote",
1758
- * "MODEL_NAME": "Q3VL@ARBICITY",
1778
+ * "MODEL_NAME": "Fast",
1759
1779
  * "SYSTEM_INSTRUCTION": "You are a document analysis assistant. Answer questions based strictly on document content.\n\nGuidelines:\n- Only use information explicitly stated in the document\n- Do not infer or assume information not present\n- If information is not found, respond with \"Information not found in document.\"\n- Follow format instructions exactly for each answer\n- Be concise and precise",
1760
1780
  * "MAX_CHAR_CONTEXT_TO_ANSWER": 100000,
1761
1781
  * "TEMPERATURE": 0.1,
@@ -1813,7 +1833,7 @@ interface components {
1813
1833
  /**
1814
1834
  * @default {
1815
1835
  * "API_TYPE": "remote",
1816
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1836
+ * "MODEL_NAME": "Wise",
1817
1837
  * "SYSTEM_INSTRUCTION": "You are a knowledge synthesizer. You receive the full agent scratchpad from a completed conversation and decide what, if anything, is worth saving.\n\n## Work Product Types\n- **\"memory\"**: Facts, findings, reference data — for *looking up* information.\n- **\"skill\"**: Procedures, workflows, step-by-step instructions — for *doing* something.\n\nWhen ambiguous, default to memory.\n\n## Rules\n- Return an empty work_products array if the conversation is trivial or produced nothing substantive.\n- Each work product must cover ONE coherent topic. Never combine disparate subjects into a single document — create separate documents for each distinct topic.\n- Ground everything in the provided context. Do not invent information.\n- Be concise. These are reference documents, not essays.\n\n## Output Format\nJSON with a `work_products` array. Each item has `wp_type`, `title`, and `content` (markdown).\n\nMemory content: `# Title`, date, source, key findings as bullets, source documents.\nSkill content: `# Title`, prerequisites, numbered steps, when to apply.",
1818
1838
  * "TEMPERATURE": 0.3,
1819
1839
  * "MAX_TOKENS": 8000,
@@ -1825,7 +1845,7 @@ interface components {
1825
1845
  /**
1826
1846
  * @default {
1827
1847
  * "API_TYPE": "remote",
1828
- * "MODEL_NAME": "GPTOSS120@ARBICITY",
1848
+ * "MODEL_NAME": "Wise",
1829
1849
  * "SYSTEM_INSTRUCTION": "You are a research planning assistant. Your job is to analyze a user query and produce a concise, numbered research plan.\n\nYou have access to a workspace of documents. The available tools for executing the plan are:\n- search_documents: Search workspace documents for relevant passages (semantic, keyword, or hybrid)\n- get_document_passages: Read a specific page range from a document\n- get_table_of_contents: Get document headings with page references\n\nConsider:\n- What information is needed to answer the query\n- Which documents are likely relevant based on the document index\n- What search queries and document passages to examine\n- What order of operations will be most efficient\n- Whether parallel searches can be used for different aspects\n\nRespond with ONLY the plan (numbered steps). Do not execute any steps.",
1830
1850
  * "TEMPERATURE": 0.3,
1831
1851
  * "MAX_TOKENS": 4000,
@@ -1837,7 +1857,7 @@ interface components {
1837
1857
  /**
1838
1858
  * @default {
1839
1859
  * "API_TYPE": "remote",
1840
- * "MODEL_NAME": "Q3VL@ARBICITY",
1860
+ * "MODEL_NAME": "Fast",
1841
1861
  * "TEMPERATURE": 0.1,
1842
1862
  * "MAX_TOKENS": 4000,
1843
1863
  * "MAX_PAGES_PER_CALL": 5,
@@ -2870,7 +2890,7 @@ interface components {
2870
2890
  /**
2871
2891
  * Model Name
2872
2892
  * @description The name of the non-reasoning model to be used.
2873
- * @default Q3VL@ARBICITY
2893
+ * @default Fast
2874
2894
  */
2875
2895
  MODEL_NAME: string;
2876
2896
  /**
@@ -3039,7 +3059,7 @@ interface components {
3039
3059
  /**
3040
3060
  * Model Name
3041
3061
  * @description The name of the non-reasoning model to be used.
3042
- * @default Q3VL@ARBICITY
3062
+ * @default Fast
3043
3063
  */
3044
3064
  MODEL_NAME: string;
3045
3065
  /**
@@ -3358,7 +3378,7 @@ interface components {
3358
3378
  /**
3359
3379
  * Model Name
3360
3380
  * @description The model for memory synthesis. Defaults to reasoning model.
3361
- * @default GPTOSS120@ARBICITY
3381
+ * @default Wise
3362
3382
  */
3363
3383
  MODEL_NAME: string;
3364
3384
  /**
@@ -3952,7 +3972,7 @@ interface components {
3952
3972
  /**
3953
3973
  * Model Name
3954
3974
  * @description The model for plan generation. Defaults to reasoning model.
3955
- * @default GPTOSS120@ARBICITY
3975
+ * @default Wise
3956
3976
  */
3957
3977
  MODEL_NAME: string;
3958
3978
  /**
@@ -4065,7 +4085,7 @@ interface components {
4065
4085
  /**
4066
4086
  * Model Name
4067
4087
  * @description The model for query answering.
4068
- * @default Q3VL@ARBICITY
4088
+ * @default Fast
4069
4089
  */
4070
4090
  MODEL_NAME: string;
4071
4091
  /**
@@ -4867,7 +4887,7 @@ interface components {
4867
4887
  /**
4868
4888
  * Model Name
4869
4889
  * @description The model for reviewing agent draft answers. Defaults to reasoning model.
4870
- * @default GPTOSS120@ARBICITY
4890
+ * @default Wise
4871
4891
  */
4872
4892
  MODEL_NAME: string;
4873
4893
  /**
@@ -5005,6 +5025,34 @@ interface components {
5005
5025
  detail_evaluation?: components['schemas']['EvaluationDetail'] | null;
5006
5026
  detail_tool_progress?: components['schemas']['ToolProgressDetail'] | null;
5007
5027
  };
5028
+ /**
5029
+ * SSOConfigResponse
5030
+ * @description Public SSO configuration for device flow / CLI login.
5031
+ */
5032
+ SSOConfigResponse: {
5033
+ /** Sso Enabled */
5034
+ sso_enabled: boolean;
5035
+ /**
5036
+ * Domain
5037
+ * @default
5038
+ */
5039
+ domain: string;
5040
+ /**
5041
+ * Client Id
5042
+ * @default
5043
+ */
5044
+ client_id: string;
5045
+ /**
5046
+ * Cli Client Id
5047
+ * @default
5048
+ */
5049
+ cli_client_id: string;
5050
+ /**
5051
+ * Audience
5052
+ * @default
5053
+ */
5054
+ audience: string;
5055
+ };
5008
5056
  /** SSOSendVerificationEmailRequest */
5009
5057
  SSOSendVerificationEmailRequest: {
5010
5058
  /** Auth0 Id */
@@ -5257,7 +5305,7 @@ interface components {
5257
5305
  /**
5258
5306
  * Model Name
5259
5307
  * @description The model for conversation summarisation. Defaults to reasoning model.
5260
- * @default GPTOSS120@ARBICITY
5308
+ * @default Wise
5261
5309
  */
5262
5310
  MODEL_NAME: string;
5263
5311
  /**
@@ -5435,7 +5483,7 @@ interface components {
5435
5483
  /**
5436
5484
  * Model Name
5437
5485
  * @description The name of the non-reasoning model to be used.
5438
- * @default Q3VL@ARBICITY
5486
+ * @default Fast
5439
5487
  */
5440
5488
  MODEL_NAME: string;
5441
5489
  /**
@@ -6014,7 +6062,7 @@ interface components {
6014
6062
  /**
6015
6063
  * Model Name
6016
6064
  * @description The vision-capable model name (must support image inputs).
6017
- * @default Q3VL@ARBICITY
6065
+ * @default Fast
6018
6066
  */
6019
6067
  MODEL_NAME: string;
6020
6068
  /**
@@ -6353,6 +6401,26 @@ interface operations {
6353
6401
  };
6354
6402
  };
6355
6403
  };
6404
+ get_sso_config: {
6405
+ parameters: {
6406
+ query?: never;
6407
+ header?: never;
6408
+ path?: never;
6409
+ cookie?: never;
6410
+ };
6411
+ requestBody?: never;
6412
+ responses: {
6413
+ /** @description Successful Response */
6414
+ 200: {
6415
+ headers: {
6416
+ [name: string]: unknown;
6417
+ };
6418
+ content: {
6419
+ 'application/json': components['schemas']['SSOConfigResponse'];
6420
+ };
6421
+ };
6422
+ };
6423
+ };
6356
6424
  sso_status: {
6357
6425
  parameters: {
6358
6426
  query?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/client",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "TypeScript SDK for the ARBI API — zero-knowledge auth, E2E encryption, and type-safe REST client",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",