diff --git a/site/src/pages/AIBridgePage/AIBridgeSessionsLayout.tsx b/site/src/pages/AIBridgePage/AIBridgeSessionsLayout.tsx index afea18ac17221..31b5f6641f157 100644 --- a/site/src/pages/AIBridgePage/AIBridgeSessionsLayout.tsx +++ b/site/src/pages/AIBridgePage/AIBridgeSessionsLayout.tsx @@ -19,13 +19,14 @@ const AIBridgeSessionsLayout: FC = () => { - Centralized auditing for LLM usage across your organization.{" "} + Review and audit AI activity, token usage, and prompt history across + sessions.{" "} - More about AI Governance + Learn how to audit AI sessions diff --git a/site/src/pages/AIBridgePage/SessionThreadsPage/SessionTimeline/SessionTimeline.tsx b/site/src/pages/AIBridgePage/SessionThreadsPage/SessionTimeline/SessionTimeline.tsx index 64db100c18524..46550a9b5e57e 100644 --- a/site/src/pages/AIBridgePage/SessionThreadsPage/SessionTimeline/SessionTimeline.tsx +++ b/site/src/pages/AIBridgePage/SessionThreadsPage/SessionTimeline/SessionTimeline.tsx @@ -323,8 +323,34 @@ const ThreadItem: FC = ({ thread, initiator }) => {
{thread.prompt && ( <> -
+
Prompt + + + + + + +

+ Prompt origin cannot be reliably determined. This may + have been authored by a human or generated by an agent.{" "} +

+ + Learn about human vs. agent attribution + +
+
+

{thread.prompt} @@ -332,7 +358,6 @@ const ThreadItem: FC = ({ thread, initiator }) => { )}

- {/* right column: details */}