From 13b1b525661b3246035207ae9ef6508dbb5ae047 Mon Sep 17 00:00:00 2001 From: David Hayes Date: Mon, 13 Jan 2025 13:22:45 -0800 Subject: [PATCH 1/2] chore: OPTIC-1337: Update Tooltips #3 --- .../labelstudio/src/components/HeidiTips/liveContent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/apps/labelstudio/src/components/HeidiTips/liveContent.json b/web/apps/labelstudio/src/components/HeidiTips/liveContent.json index fd156d16bf12..6f6d2da0fbca 100644 --- a/web/apps/labelstudio/src/components/HeidiTips/liveContent.json +++ b/web/apps/labelstudio/src/components/HeidiTips/liveContent.json @@ -15,7 +15,7 @@ }, { "title": "Did you know?", - "content": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.", + "content": "Try Label Studio Starter Cloud, optimized for small teams and projects.", "link": { "label": "Learn more", "url": "https://humansignal.com/pricing/", @@ -134,7 +134,7 @@ }, { "title": "Did you know?", - "content": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.", + "content": "Try Label Studio Starter Cloud, optimized for small teams and projects.", "link": { "label": "Learn more", "url": "https://humansignal.com/pricing/", From 6ec49e2de5ba94559781dea1a93c046003a1b6c4 Mon Sep 17 00:00:00 2001 From: David Hayes Date: Mon, 13 Jan 2025 13:29:39 -0800 Subject: [PATCH 2/2] Add Jan 29 webinar --- .../src/components/HeidiTips/liveContent.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/apps/labelstudio/src/components/HeidiTips/liveContent.json b/web/apps/labelstudio/src/components/HeidiTips/liveContent.json index 6f6d2da0fbca..1533ee0795d1 100644 --- a/web/apps/labelstudio/src/components/HeidiTips/liveContent.json +++ b/web/apps/labelstudio/src/components/HeidiTips/liveContent.json @@ -244,6 +244,18 @@ "treatment": "enterprise_platform_live" } } + }, + { + "title": "Upcoming Webinar", + "description": "Join Jimmy Whitaker January 29th to learn how to analyze and annotate multi-turn generative AI chat responses.", + "link": { + "label": "Learn more or sign up", + "url": "https://humansignal.com/webinars/evaluating-llm-based-chat-systems-for-continuous-improvement/", + "params": { + "experiment": "login_revamp", + "treatment": "webinar_jan29_live" + } + } } ] }