fix: migrate default conversation API usage to SDK 1.7.11 pattern (#1256)
Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
@@ -243,8 +243,9 @@ export function ConversationSelector({
|
||||
if (!afterCursor) {
|
||||
try {
|
||||
const defaultMessages = await client.conversations.messages.list(
|
||||
agentId,
|
||||
"default",
|
||||
{
|
||||
agent_id: agentId,
|
||||
limit: 20,
|
||||
order: "desc",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user