@arbidocs/sdk 0.3.58 → 0.3.60

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.
@@ -706,6 +706,7 @@ declare function listDocuments(arbi: ArbiClient): Promise<{
706
706
  file_name?: string | null | undefined;
707
707
  status?: string | null | undefined;
708
708
  error_message?: string | null | undefined;
709
+ failed_stage?: string | null | undefined;
709
710
  n_pages?: number | null | undefined;
710
711
  n_chunks?: number | null | undefined;
711
712
  tokens?: number | null | undefined;
@@ -803,6 +804,7 @@ declare function getDocuments(arbi: ArbiClient, externalIds: string[]): Promise<
803
804
  file_name?: string | null | undefined;
804
805
  status?: string | null | undefined;
805
806
  error_message?: string | null | undefined;
807
+ failed_stage?: string | null | undefined;
806
808
  n_pages?: number | null | undefined;
807
809
  n_chunks?: number | null | undefined;
808
810
  tokens?: number | null | undefined;
@@ -854,6 +856,7 @@ declare function updateDocuments(arbi: ArbiClient, documents: DocUpdateRequest$1
854
856
  file_name?: string | null | undefined;
855
857
  status?: string | null | undefined;
856
858
  error_message?: string | null | undefined;
859
+ failed_stage?: string | null | undefined;
857
860
  n_pages?: number | null | undefined;
858
861
  n_chunks?: number | null | undefined;
859
862
  tokens?: number | null | undefined;
@@ -1159,6 +1162,7 @@ declare function listContacts(arbi: ArbiClient): Promise<{
1159
1162
  family_name?: string | null | undefined;
1160
1163
  picture?: string | null | undefined;
1161
1164
  encryption_public_key: string;
1165
+ is_sso: boolean;
1162
1166
  } | null | undefined;
1163
1167
  status: "invitation_pending" | "invitation_expired" | "registered";
1164
1168
  created_at: string;
@@ -1174,6 +1178,7 @@ declare function addContacts(arbi: ArbiClient, emails: string[]): Promise<{
1174
1178
  family_name?: string | null | undefined;
1175
1179
  picture?: string | null | undefined;
1176
1180
  encryption_public_key: string;
1181
+ is_sso: boolean;
1177
1182
  } | null | undefined;
1178
1183
  status: "invitation_pending" | "invitation_expired" | "registered";
1179
1184
  created_at: string;
@@ -1481,6 +1486,7 @@ declare class Arbi {
1481
1486
  created_at: string;
1482
1487
  updated_at: string;
1483
1488
  wrapped_key?: string | null | undefined;
1489
+ is_member: boolean;
1484
1490
  shared_conversation_count: number;
1485
1491
  private_conversation_count: number;
1486
1492
  shared_document_count: number;
@@ -1495,6 +1501,7 @@ declare class Arbi {
1495
1501
  family_name?: string | null | undefined;
1496
1502
  picture?: string | null | undefined;
1497
1503
  encryption_public_key: string;
1504
+ is_sso: boolean;
1498
1505
  };
1499
1506
  role: components["schemas"]["WorkspaceRole"];
1500
1507
  joined_at: string;
@@ -1518,6 +1525,7 @@ declare class Arbi {
1518
1525
  created_at: string;
1519
1526
  updated_at: string;
1520
1527
  wrapped_key?: string | null | undefined;
1528
+ is_member: boolean;
1521
1529
  shared_conversation_count: number;
1522
1530
  private_conversation_count: number;
1523
1531
  shared_document_count: number;
@@ -1532,6 +1540,7 @@ declare class Arbi {
1532
1540
  family_name?: string | null | undefined;
1533
1541
  picture?: string | null | undefined;
1534
1542
  encryption_public_key: string;
1543
+ is_sso: boolean;
1535
1544
  };
1536
1545
  role: components["schemas"]["WorkspaceRole"];
1537
1546
  joined_at: string;
@@ -1556,6 +1565,7 @@ declare class Arbi {
1556
1565
  created_at: string;
1557
1566
  updated_at: string;
1558
1567
  wrapped_key?: string | null | undefined;
1568
+ is_member: boolean;
1559
1569
  shared_conversation_count: number;
1560
1570
  private_conversation_count: number;
1561
1571
  shared_document_count: number;
@@ -1570,6 +1580,7 @@ declare class Arbi {
1570
1580
  family_name?: string | null | undefined;
1571
1581
  picture?: string | null | undefined;
1572
1582
  encryption_public_key: string;
1583
+ is_sso: boolean;
1573
1584
  };
1574
1585
  role: components["schemas"]["WorkspaceRole"];
1575
1586
  joined_at: string;
@@ -1592,6 +1603,7 @@ declare class Arbi {
1592
1603
  family_name?: string | null | undefined;
1593
1604
  picture?: string | null | undefined;
1594
1605
  encryption_public_key: string;
1606
+ is_sso: boolean;
1595
1607
  };
1596
1608
  role: components["schemas"]["WorkspaceRole"];
1597
1609
  joined_at: string;
@@ -1609,6 +1621,7 @@ declare class Arbi {
1609
1621
  family_name?: string | null | undefined;
1610
1622
  picture?: string | null | undefined;
1611
1623
  encryption_public_key: string;
1624
+ is_sso: boolean;
1612
1625
  };
1613
1626
  role: components["schemas"]["WorkspaceRole"];
1614
1627
  joined_at: string;
@@ -1627,6 +1640,7 @@ declare class Arbi {
1627
1640
  family_name?: string | null | undefined;
1628
1641
  picture?: string | null | undefined;
1629
1642
  encryption_public_key: string;
1643
+ is_sso: boolean;
1630
1644
  };
1631
1645
  role: components["schemas"]["WorkspaceRole"];
1632
1646
  joined_at: string;
@@ -1653,6 +1667,7 @@ declare class Arbi {
1653
1667
  file_name?: string | null | undefined;
1654
1668
  status?: string | null | undefined;
1655
1669
  error_message?: string | null | undefined;
1670
+ failed_stage?: string | null | undefined;
1656
1671
  n_pages?: number | null | undefined;
1657
1672
  n_chunks?: number | null | undefined;
1658
1673
  tokens?: number | null | undefined;
@@ -1714,6 +1729,7 @@ declare class Arbi {
1714
1729
  file_name?: string | null;
1715
1730
  status?: string | null;
1716
1731
  error_message?: string | null;
1732
+ failed_stage?: string | null;
1717
1733
  n_pages?: number | null;
1718
1734
  n_chunks?: number | null;
1719
1735
  tokens?: number | null;
@@ -1748,6 +1764,7 @@ declare class Arbi {
1748
1764
  file_name?: string | null;
1749
1765
  status?: string | null;
1750
1766
  error_message?: string | null;
1767
+ failed_stage?: string | null;
1751
1768
  n_pages?: number | null;
1752
1769
  n_chunks?: number | null;
1753
1770
  tokens?: number | null;
@@ -1775,6 +1792,7 @@ declare class Arbi {
1775
1792
  file_name?: string | null | undefined;
1776
1793
  status?: string | null | undefined;
1777
1794
  error_message?: string | null | undefined;
1795
+ failed_stage?: string | null | undefined;
1778
1796
  n_pages?: number | null | undefined;
1779
1797
  n_chunks?: number | null | undefined;
1780
1798
  tokens?: number | null | undefined;
@@ -1826,6 +1844,7 @@ declare class Arbi {
1826
1844
  file_name?: string | null | undefined;
1827
1845
  status?: string | null | undefined;
1828
1846
  error_message?: string | null | undefined;
1847
+ failed_stage?: string | null | undefined;
1829
1848
  n_pages?: number | null | undefined;
1830
1849
  n_chunks?: number | null | undefined;
1831
1850
  tokens?: number | null | undefined;
@@ -2322,6 +2341,7 @@ declare class Arbi {
2322
2341
  family_name?: string | null | undefined;
2323
2342
  picture?: string | null | undefined;
2324
2343
  encryption_public_key: string;
2344
+ is_sso: boolean;
2325
2345
  } | null | undefined;
2326
2346
  status: "invitation_pending" | "invitation_expired" | "registered";
2327
2347
  created_at: string;
@@ -2337,6 +2357,7 @@ declare class Arbi {
2337
2357
  family_name?: string | null | undefined;
2338
2358
  picture?: string | null | undefined;
2339
2359
  encryption_public_key: string;
2360
+ is_sso: boolean;
2340
2361
  } | null | undefined;
2341
2362
  status: "invitation_pending" | "invitation_expired" | "registered";
2342
2363
  created_at: string;
@@ -2356,6 +2377,7 @@ declare class Arbi {
2356
2377
  family_name?: string | null | undefined;
2357
2378
  picture?: string | null | undefined;
2358
2379
  encryption_public_key: string;
2380
+ is_sso: boolean;
2359
2381
  };
2360
2382
  recipient: {
2361
2383
  external_id: string;
@@ -2365,6 +2387,7 @@ declare class Arbi {
2365
2387
  family_name?: string | null | undefined;
2366
2388
  picture?: string | null | undefined;
2367
2389
  encryption_public_key: string;
2390
+ is_sso: boolean;
2368
2391
  };
2369
2392
  workspace_ext_id?: string | null | undefined;
2370
2393
  content?: string | null | undefined;
@@ -2386,6 +2409,7 @@ declare class Arbi {
2386
2409
  family_name?: string | null | undefined;
2387
2410
  picture?: string | null | undefined;
2388
2411
  encryption_public_key: string;
2412
+ is_sso: boolean;
2389
2413
  };
2390
2414
  recipient: {
2391
2415
  external_id: string;
@@ -2395,6 +2419,7 @@ declare class Arbi {
2395
2419
  family_name?: string | null | undefined;
2396
2420
  picture?: string | null | undefined;
2397
2421
  encryption_public_key: string;
2422
+ is_sso: boolean;
2398
2423
  };
2399
2424
  workspace_ext_id?: string | null | undefined;
2400
2425
  content?: string | null | undefined;
@@ -2413,6 +2438,7 @@ declare class Arbi {
2413
2438
  family_name?: string | null | undefined;
2414
2439
  picture?: string | null | undefined;
2415
2440
  encryption_public_key: string;
2441
+ is_sso: boolean;
2416
2442
  };
2417
2443
  recipient: {
2418
2444
  external_id: string;
@@ -2422,6 +2448,7 @@ declare class Arbi {
2422
2448
  family_name?: string | null | undefined;
2423
2449
  picture?: string | null | undefined;
2424
2450
  encryption_public_key: string;
2451
+ is_sso: boolean;
2425
2452
  };
2426
2453
  workspace_ext_id?: string | null | undefined;
2427
2454
  content?: string | null | undefined;
@@ -2441,6 +2468,7 @@ declare class Arbi {
2441
2468
  last_config?: string | null | undefined;
2442
2469
  pinned_workspaces: string[];
2443
2470
  pinned_templates: string[];
2471
+ pinned_skills: string[];
2444
2472
  tableviews: {
2445
2473
  workspace: string;
2446
2474
  name: string;
@@ -2495,6 +2523,7 @@ declare class Arbi {
2495
2523
  MEMORY_ENABLED: boolean;
2496
2524
  SKILLS_ENABLED: boolean;
2497
2525
  SKILL_CREATION: boolean;
2526
+ MEMORY_CREATION: boolean;
2498
2527
  REVIEW_ENABLED: boolean;
2499
2528
  PERSONA: string;
2500
2529
  AGENT_MODEL_NAME: string;
@@ -2512,7 +2541,7 @@ declare class Arbi {
2512
2541
  ENABLE_THINKING: boolean;
2513
2542
  MODEL_NAME: string;
2514
2543
  SYSTEM_INSTRUCTION: string;
2515
- MAX_CHAR_SIZE_TO_ANSWER: number;
2544
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
2516
2545
  TEMPERATURE: number;
2517
2546
  MAX_TOKENS: number;
2518
2547
  };
@@ -2523,7 +2552,7 @@ declare class Arbi {
2523
2552
  SYSTEM_INSTRUCTION: string;
2524
2553
  TEMPERATURE: number;
2525
2554
  MAX_TOKENS: number;
2526
- MAX_CHAR_SIZE_TO_ANSWER: number;
2555
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
2527
2556
  };
2528
2557
  EvaluatorLLM: {
2529
2558
  API_TYPE: "local" | "remote";
@@ -2532,14 +2561,14 @@ declare class Arbi {
2532
2561
  SYSTEM_INSTRUCTION: string;
2533
2562
  TEMPERATURE: number;
2534
2563
  MAX_TOKENS: number;
2535
- MAX_CHAR_SIZE_TO_ANSWER: number;
2564
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
2536
2565
  };
2537
2566
  TitleLLM: {
2538
2567
  API_TYPE: "local" | "remote";
2539
2568
  ENABLE_THINKING: boolean;
2540
2569
  MODEL_NAME: string;
2541
2570
  SYSTEM_INSTRUCTION: string;
2542
- MAX_CHAR_SIZE_TO_ANSWER: number;
2571
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
2543
2572
  TEMPERATURE: number;
2544
2573
  MAX_TOKENS: number;
2545
2574
  };
@@ -2550,7 +2579,7 @@ declare class Arbi {
2550
2579
  SYSTEM_INSTRUCTION: string;
2551
2580
  TEMPERATURE: number;
2552
2581
  MAX_TOKENS: number;
2553
- MAX_CHAR_SIZE_TO_ANSWER: number;
2582
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
2554
2583
  COMPACTION_THRESHOLD_TOKENS: number;
2555
2584
  COMPACTION_KEEP_RECENT: number;
2556
2585
  };
@@ -2559,7 +2588,7 @@ declare class Arbi {
2559
2588
  ENABLE_THINKING: boolean;
2560
2589
  MODEL_NAME: string;
2561
2590
  SYSTEM_INSTRUCTION: string;
2562
- MAX_CHAR_CONTEXT_TO_ANSWER: number;
2591
+ MAX_TOKEN_CONTEXT_TO_ANSWER: number;
2563
2592
  TEMPERATURE: number;
2564
2593
  MAX_TOKENS: number;
2565
2594
  MAX_CONCURRENT_DOCS: number;
@@ -2581,7 +2610,7 @@ declare class Arbi {
2581
2610
  SYSTEM_INSTRUCTION: string;
2582
2611
  TEMPERATURE: number;
2583
2612
  MAX_TOKENS: number;
2584
- MAX_CHAR_CONTEXT: number;
2613
+ MAX_TOKEN_CONTEXT: number;
2585
2614
  MAX_CONCURRENT: number;
2586
2615
  };
2587
2616
  PlanningLLM: {
@@ -2591,7 +2620,7 @@ declare class Arbi {
2591
2620
  SYSTEM_INSTRUCTION: string;
2592
2621
  TEMPERATURE: number;
2593
2622
  MAX_TOKENS: number;
2594
- MAX_CHAR_SIZE_TO_ANSWER: number;
2623
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
2595
2624
  APPROVAL_TIMEOUT: number;
2596
2625
  };
2597
2626
  FilterPlanLLM: {
@@ -2848,6 +2877,7 @@ declare class Arbi {
2848
2877
  family_name?: string | null;
2849
2878
  picture?: string | null;
2850
2879
  encryption_public_key: string;
2880
+ is_sso: boolean;
2851
2881
  }[]>;
2852
2882
  delete: (agentExtIds: string[]) => Promise<{
2853
2883
  [x: string]: unknown;
@@ -2885,6 +2915,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
2885
2915
  created_at: string;
2886
2916
  updated_at: string;
2887
2917
  wrapped_key?: string | null | undefined;
2918
+ is_member: boolean;
2888
2919
  shared_conversation_count: number;
2889
2920
  private_conversation_count: number;
2890
2921
  shared_document_count: number;
@@ -2899,6 +2930,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
2899
2930
  family_name?: string | null | undefined;
2900
2931
  picture?: string | null | undefined;
2901
2932
  encryption_public_key: string;
2933
+ is_sso: boolean;
2902
2934
  };
2903
2935
  role: components["schemas"]["WorkspaceRole"];
2904
2936
  joined_at: string;
@@ -2929,6 +2961,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
2929
2961
  created_at: string;
2930
2962
  updated_at: string;
2931
2963
  wrapped_key?: string | null | undefined;
2964
+ is_member: boolean;
2932
2965
  shared_conversation_count: number;
2933
2966
  private_conversation_count: number;
2934
2967
  shared_document_count: number;
@@ -2943,6 +2976,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
2943
2976
  family_name?: string | null | undefined;
2944
2977
  picture?: string | null | undefined;
2945
2978
  encryption_public_key: string;
2979
+ is_sso: boolean;
2946
2980
  };
2947
2981
  role: components["schemas"]["WorkspaceRole"];
2948
2982
  joined_at: string;
@@ -2967,6 +3001,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
2967
3001
  created_at: string;
2968
3002
  updated_at: string;
2969
3003
  wrapped_key?: string | null | undefined;
3004
+ is_member: boolean;
2970
3005
  shared_conversation_count: number;
2971
3006
  private_conversation_count: number;
2972
3007
  shared_document_count: number;
@@ -2981,6 +3016,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
2981
3016
  family_name?: string | null | undefined;
2982
3017
  picture?: string | null | undefined;
2983
3018
  encryption_public_key: string;
3019
+ is_sso: boolean;
2984
3020
  };
2985
3021
  role: components["schemas"]["WorkspaceRole"];
2986
3022
  joined_at: string;
@@ -3003,6 +3039,7 @@ declare function listWorkspaceUsers(arbi: ArbiClient): Promise<{
3003
3039
  family_name?: string | null | undefined;
3004
3040
  picture?: string | null | undefined;
3005
3041
  encryption_public_key: string;
3042
+ is_sso: boolean;
3006
3043
  };
3007
3044
  role: components["schemas"]["WorkspaceRole"];
3008
3045
  joined_at: string;
@@ -3020,6 +3057,7 @@ declare function addWorkspaceUsers(arbi: ArbiClient, emails: string[], role?: 'o
3020
3057
  family_name?: string | null | undefined;
3021
3058
  picture?: string | null | undefined;
3022
3059
  encryption_public_key: string;
3060
+ is_sso: boolean;
3023
3061
  };
3024
3062
  role: components["schemas"]["WorkspaceRole"];
3025
3063
  joined_at: string;
@@ -3038,6 +3076,7 @@ declare function setUserRole(arbi: ArbiClient, userIds: string[], role: 'owner'
3038
3076
  family_name?: string | null | undefined;
3039
3077
  picture?: string | null | undefined;
3040
3078
  encryption_public_key: string;
3079
+ is_sso: boolean;
3041
3080
  };
3042
3081
  role: components["schemas"]["WorkspaceRole"];
3043
3082
  joined_at: string;
@@ -3584,6 +3623,7 @@ declare function listDMs(arbi: ArbiClient): Promise<{
3584
3623
  family_name?: string | null | undefined;
3585
3624
  picture?: string | null | undefined;
3586
3625
  encryption_public_key: string;
3626
+ is_sso: boolean;
3587
3627
  };
3588
3628
  recipient: {
3589
3629
  external_id: string;
@@ -3593,6 +3633,7 @@ declare function listDMs(arbi: ArbiClient): Promise<{
3593
3633
  family_name?: string | null | undefined;
3594
3634
  picture?: string | null | undefined;
3595
3635
  encryption_public_key: string;
3636
+ is_sso: boolean;
3596
3637
  };
3597
3638
  workspace_ext_id?: string | null | undefined;
3598
3639
  content?: string | null | undefined;
@@ -3639,6 +3680,7 @@ declare function sendEncryptedDM(arbi: ArbiClient, messages: Array<{
3639
3680
  family_name?: string | null | undefined;
3640
3681
  picture?: string | null | undefined;
3641
3682
  encryption_public_key: string;
3683
+ is_sso: boolean;
3642
3684
  };
3643
3685
  recipient: {
3644
3686
  external_id: string;
@@ -3648,6 +3690,7 @@ declare function sendEncryptedDM(arbi: ArbiClient, messages: Array<{
3648
3690
  family_name?: string | null | undefined;
3649
3691
  picture?: string | null | undefined;
3650
3692
  encryption_public_key: string;
3693
+ is_sso: boolean;
3651
3694
  };
3652
3695
  workspace_ext_id?: string | null | undefined;
3653
3696
  content?: string | null | undefined;
@@ -3673,6 +3716,7 @@ declare function sendDM(arbi: ArbiClient, messages: Array<{
3673
3716
  family_name?: string | null | undefined;
3674
3717
  picture?: string | null | undefined;
3675
3718
  encryption_public_key: string;
3719
+ is_sso: boolean;
3676
3720
  };
3677
3721
  recipient: {
3678
3722
  external_id: string;
@@ -3682,6 +3726,7 @@ declare function sendDM(arbi: ArbiClient, messages: Array<{
3682
3726
  family_name?: string | null | undefined;
3683
3727
  picture?: string | null | undefined;
3684
3728
  encryption_public_key: string;
3729
+ is_sso: boolean;
3685
3730
  };
3686
3731
  workspace_ext_id?: string | null | undefined;
3687
3732
  content?: string | null | undefined;
@@ -3700,6 +3745,7 @@ declare function markRead(arbi: ArbiClient, messageIds: string[]): Promise<{
3700
3745
  family_name?: string | null | undefined;
3701
3746
  picture?: string | null | undefined;
3702
3747
  encryption_public_key: string;
3748
+ is_sso: boolean;
3703
3749
  };
3704
3750
  recipient: {
3705
3751
  external_id: string;
@@ -3709,6 +3755,7 @@ declare function markRead(arbi: ArbiClient, messageIds: string[]): Promise<{
3709
3755
  family_name?: string | null | undefined;
3710
3756
  picture?: string | null | undefined;
3711
3757
  encryption_public_key: string;
3758
+ is_sso: boolean;
3712
3759
  };
3713
3760
  workspace_ext_id?: string | null | undefined;
3714
3761
  content?: string | null | undefined;
@@ -3747,6 +3794,7 @@ declare function getSettings(arbi: ArbiClient): Promise<{
3747
3794
  last_config?: string | null | undefined;
3748
3795
  pinned_workspaces: string[];
3749
3796
  pinned_templates: string[];
3797
+ pinned_skills: string[];
3750
3798
  tableviews: {
3751
3799
  workspace: string;
3752
3800
  name: string;
@@ -3811,6 +3859,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3811
3859
  MEMORY_ENABLED: boolean;
3812
3860
  SKILLS_ENABLED: boolean;
3813
3861
  SKILL_CREATION: boolean;
3862
+ MEMORY_CREATION: boolean;
3814
3863
  REVIEW_ENABLED: boolean;
3815
3864
  PERSONA: string;
3816
3865
  AGENT_MODEL_NAME: string;
@@ -3828,7 +3877,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3828
3877
  ENABLE_THINKING: boolean;
3829
3878
  MODEL_NAME: string;
3830
3879
  SYSTEM_INSTRUCTION: string;
3831
- MAX_CHAR_SIZE_TO_ANSWER: number;
3880
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
3832
3881
  TEMPERATURE: number;
3833
3882
  MAX_TOKENS: number;
3834
3883
  };
@@ -3839,7 +3888,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3839
3888
  SYSTEM_INSTRUCTION: string;
3840
3889
  TEMPERATURE: number;
3841
3890
  MAX_TOKENS: number;
3842
- MAX_CHAR_SIZE_TO_ANSWER: number;
3891
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
3843
3892
  };
3844
3893
  EvaluatorLLM: {
3845
3894
  API_TYPE: "local" | "remote";
@@ -3848,14 +3897,14 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3848
3897
  SYSTEM_INSTRUCTION: string;
3849
3898
  TEMPERATURE: number;
3850
3899
  MAX_TOKENS: number;
3851
- MAX_CHAR_SIZE_TO_ANSWER: number;
3900
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
3852
3901
  };
3853
3902
  TitleLLM: {
3854
3903
  API_TYPE: "local" | "remote";
3855
3904
  ENABLE_THINKING: boolean;
3856
3905
  MODEL_NAME: string;
3857
3906
  SYSTEM_INSTRUCTION: string;
3858
- MAX_CHAR_SIZE_TO_ANSWER: number;
3907
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
3859
3908
  TEMPERATURE: number;
3860
3909
  MAX_TOKENS: number;
3861
3910
  };
@@ -3866,7 +3915,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3866
3915
  SYSTEM_INSTRUCTION: string;
3867
3916
  TEMPERATURE: number;
3868
3917
  MAX_TOKENS: number;
3869
- MAX_CHAR_SIZE_TO_ANSWER: number;
3918
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
3870
3919
  COMPACTION_THRESHOLD_TOKENS: number;
3871
3920
  COMPACTION_KEEP_RECENT: number;
3872
3921
  };
@@ -3875,7 +3924,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3875
3924
  ENABLE_THINKING: boolean;
3876
3925
  MODEL_NAME: string;
3877
3926
  SYSTEM_INSTRUCTION: string;
3878
- MAX_CHAR_CONTEXT_TO_ANSWER: number;
3927
+ MAX_TOKEN_CONTEXT_TO_ANSWER: number;
3879
3928
  TEMPERATURE: number;
3880
3929
  MAX_TOKENS: number;
3881
3930
  MAX_CONCURRENT_DOCS: number;
@@ -3897,7 +3946,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3897
3946
  SYSTEM_INSTRUCTION: string;
3898
3947
  TEMPERATURE: number;
3899
3948
  MAX_TOKENS: number;
3900
- MAX_CHAR_CONTEXT: number;
3949
+ MAX_TOKEN_CONTEXT: number;
3901
3950
  MAX_CONCURRENT: number;
3902
3951
  };
3903
3952
  PlanningLLM: {
@@ -3907,7 +3956,7 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3907
3956
  SYSTEM_INSTRUCTION: string;
3908
3957
  TEMPERATURE: number;
3909
3958
  MAX_TOKENS: number;
3910
- MAX_CHAR_SIZE_TO_ANSWER: number;
3959
+ MAX_TOKEN_SIZE_TO_ANSWER: number;
3911
3960
  APPROVAL_TIMEOUT: number;
3912
3961
  };
3913
3962
  FilterPlanLLM: {