chore: clean up api (#2384)

Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
This commit is contained in:
cthomas
2025-01-23 21:38:11 -08:00
committed by GitHub
parent 6c61f4176e
commit 2f24a0886e
72 changed files with 1504 additions and 733 deletions

View File

@@ -29,7 +29,7 @@ response = client.agents.messages.send(
messages=[
MessageCreate(
role="user",
text="hello",
content="hello",
)
],
)