update message search link to point to message (#225)
This commit is contained in:
@@ -360,8 +360,16 @@ export function MessageSearch({ onClose }: MessageSearchProps) {
|
||||
</Text>
|
||||
{agentId && (
|
||||
<>
|
||||
<Text dimColor> · </Text>
|
||||
<Link
|
||||
url={`https://app.letta.com/projects/default-project/agents/${agentId}?searchTerm=${encodeURIComponent(activeQuery)}&messageId=${msgId}`}
|
||||
>
|
||||
<Text color={colors.link.text}>view message</Text>
|
||||
</Link>
|
||||
<Text dimColor> · agent: </Text>
|
||||
<Link url={`https://app.letta.com/agents/${agentId}`}>
|
||||
<Link
|
||||
url={`https://app.letta.com/projects/default-project/agents/${agentId}`}
|
||||
>
|
||||
<Text color={colors.link.text}>{agentId}</Text>
|
||||
</Link>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user