@@ -3537,7 +3537,7 @@ client.groups.retrieve(
3537
3537
</dl >
3538
3538
</details >
3539
3539
3540
- <details ><summary ><code >client.groups.<a href =" src/letta_client/groups/client.py " >modify_group </a >(...)</code ></summary >
3540
+ <details ><summary ><code >client.groups.<a href =" src/letta_client/groups/client.py " >delete </a >(...)</code ></summary >
3541
3541
<dl >
3542
3542
<dd >
3543
3543
@@ -3549,7 +3549,7 @@ client.groups.retrieve(
3549
3549
<dl >
3550
3550
<dd >
3551
3551
3552
- Create a new multi-agent group with the specified configuration .
3552
+ Delete a multi-agent group.
3553
3553
</dd >
3554
3554
</dl >
3555
3555
</dd >
@@ -3569,7 +3569,7 @@ from letta_client import Letta
3569
3569
client = Letta(
3570
3570
token = " YOUR_TOKEN" ,
3571
3571
)
3572
- client.groups.modify_group (
3572
+ client.groups.delete (
3573
3573
group_id = " group_id" ,
3574
3574
)
3575
3575
@@ -3595,46 +3595,6 @@ client.groups.modify_group(
3595
3595
<dl >
3596
3596
<dd >
3597
3597
3598
- ** project:** ` typing.Optional[str] `
3599
-
3600
- </dd >
3601
- </dl >
3602
-
3603
- <dl >
3604
- <dd >
3605
-
3606
- ** agent_ids:** ` typing.Optional[typing.Sequence[str]] ` —
3607
-
3608
- </dd >
3609
- </dl >
3610
-
3611
- <dl >
3612
- <dd >
3613
-
3614
- ** description:** ` typing.Optional[str] ` —
3615
-
3616
- </dd >
3617
- </dl >
3618
-
3619
- <dl >
3620
- <dd >
3621
-
3622
- ** manager_config:** ` typing.Optional[GroupUpdateManagerConfig] ` —
3623
-
3624
- </dd >
3625
- </dl >
3626
-
3627
- <dl >
3628
- <dd >
3629
-
3630
- ** shared_block_ids:** ` typing.Optional[typing.Sequence[str]] ` —
3631
-
3632
- </dd >
3633
- </dl >
3634
-
3635
- <dl >
3636
- <dd >
3637
-
3638
3598
** request_options:** ` typing.Optional[RequestOptions] ` — Request-specific configuration.
3639
3599
3640
3600
</dd >
@@ -3647,7 +3607,7 @@ client.groups.modify_group(
3647
3607
</dl >
3648
3608
</details >
3649
3609
3650
- <details ><summary ><code >client.groups.<a href =" src/letta_client/groups/client.py " >delete </a >(...)</code ></summary >
3610
+ <details ><summary ><code >client.groups.<a href =" src/letta_client/groups/client.py " >modify </a >(...)</code ></summary >
3651
3611
<dl >
3652
3612
<dd >
3653
3613
@@ -3659,7 +3619,7 @@ client.groups.modify_group(
3659
3619
<dl >
3660
3620
<dd >
3661
3621
3662
- Delete a multi-agent group.
3622
+ Create a new multi-agent group with the specified configuration .
3663
3623
</dd >
3664
3624
</dl >
3665
3625
</dd >
@@ -3679,7 +3639,7 @@ from letta_client import Letta
3679
3639
client = Letta(
3680
3640
token = " YOUR_TOKEN" ,
3681
3641
)
3682
- client.groups.delete (
3642
+ client.groups.modify (
3683
3643
group_id = " group_id" ,
3684
3644
)
3685
3645
@@ -3705,55 +3665,39 @@ client.groups.delete(
3705
3665
<dl >
3706
3666
<dd >
3707
3667
3708
- ** request_options :** ` typing.Optional[RequestOptions ] ` — Request-specific configuration.
3668
+ ** project :** ` typing.Optional[str ] `
3709
3669
3710
3670
</dd >
3711
3671
</dl >
3712
- </dd >
3713
- </dl >
3714
3672
3673
+ <dl >
3674
+ <dd >
3715
3675
3676
+ ** agent_ids:** ` typing.Optional[typing.Sequence[str]] ` —
3677
+
3716
3678
</dd >
3717
3679
</dl >
3718
- </details >
3719
3680
3720
- <details ><summary ><code >client.groups.<a href =" src/letta_client/groups/client.py " >modify</a >(...)</code ></summary >
3721
3681
<dl >
3722
3682
<dd >
3723
3683
3724
- #### 🔌 Usage
3725
-
3726
- <dl >
3727
- <dd >
3684
+ ** description: ** ` typing.Optional[str] ` —
3685
+
3686
+ </ dd >
3687
+ </ dl >
3728
3688
3729
3689
<dl >
3730
3690
<dd >
3731
3691
3732
- ``` python
3733
- from letta_client import Letta
3734
-
3735
- client = Letta(
3736
- token = " YOUR_TOKEN" ,
3737
- )
3738
- client.groups.modify(
3739
- group_id = " group_id" ,
3740
- )
3741
-
3742
- ```
3743
- </dd >
3744
- </dl >
3692
+ ** manager_config:** ` typing.Optional[GroupUpdateManagerConfig] ` —
3693
+
3745
3694
</dd >
3746
3695
</dl >
3747
3696
3748
- #### ⚙️ Parameters
3749
-
3750
3697
<dl >
3751
3698
<dd >
3752
3699
3753
- <dl >
3754
- <dd >
3755
-
3756
- ** group_id:** ` str `
3700
+ ** shared_block_ids:** ` typing.Optional[typing.Sequence[str]] ` —
3757
3701
3758
3702
</dd >
3759
3703
</dl >
0 commit comments