Remove some of the step one suggestions

This commit is contained in:
sabaimran
2024-12-24 10:52:42 -08:00
parent cf78f426d3
commit a58b3b4a37
2 changed files with 32 additions and 32 deletions

View File

@@ -108,13 +108,13 @@ export const stepOneSuggestions: StepOneSuggestion[] = [
focus: ChatInputFocus.MESSAGE,
intent: "Paint a picture of",
},
{
type: SuggestionType.Travel,
actionTagline: "Find a place",
color: suggestionToColorMap[SuggestionType.Travel] || DEFAULT_COLOR,
focus: ChatInputFocus.MESSAGE,
intent: "Find a place that is",
},
// {
// type: SuggestionType.Travel,
// actionTagline: "Find a place",
// color: suggestionToColorMap[SuggestionType.Travel] || DEFAULT_COLOR,
// focus: ChatInputFocus.MESSAGE,
// intent: "Find a place that is",
// },
{
type: SuggestionType.Language,
actionTagline: "Translate text",
@@ -122,20 +122,20 @@ export const stepOneSuggestions: StepOneSuggestion[] = [
focus: ChatInputFocus.MESSAGE,
intent: "Translate this text",
},
{
type: SuggestionType.PopCulture,
actionTagline: "Explain a trend",
color: suggestionToColorMap[SuggestionType.PopCulture] || DEFAULT_COLOR,
focus: ChatInputFocus.MESSAGE,
intent: "Tell me more about this phenomenon",
},
{
type: SuggestionType.Food,
actionTagline: "Find a recipe",
color: suggestionToColorMap[SuggestionType.Food] || DEFAULT_COLOR,
focus: ChatInputFocus.MESSAGE,
intent: "Find a recipe for",
},
// {
// type: SuggestionType.PopCulture,
// actionTagline: "Explain a trend",
// color: suggestionToColorMap[SuggestionType.PopCulture] || DEFAULT_COLOR,
// focus: ChatInputFocus.MESSAGE,
// intent: "Tell me more about this phenomenon",
// },
// {
// type: SuggestionType.Food,
// actionTagline: "Find a recipe",
// color: suggestionToColorMap[SuggestionType.Food] || DEFAULT_COLOR,
// focus: ChatInputFocus.MESSAGE,
// intent: "Find a recipe for",
// },
{
type: SuggestionType.Interviewing,
actionTagline: "Career advice",
@@ -143,13 +143,13 @@ export const stepOneSuggestions: StepOneSuggestion[] = [
focus: ChatInputFocus.MESSAGE,
intent: "Help me prepare for an interview",
},
{
type: SuggestionType.Fun,
actionTagline: "Get creative",
color: suggestionToColorMap[SuggestionType.Fun] || DEFAULT_COLOR,
focus: ChatInputFocus.MESSAGE,
intent: "Suggest a fun activity",
},
// {
// type: SuggestionType.Fun,
// actionTagline: "Get creative",
// color: suggestionToColorMap[SuggestionType.Fun] || DEFAULT_COLOR,
// focus: ChatInputFocus.MESSAGE,
// intent: "Suggest a fun activity",
// },
{
type: SuggestionType.Finance,
actionTagline: "Explain money",
@@ -166,7 +166,7 @@ export const stepOneSuggestions: StepOneSuggestion[] = [
},
{
type: SuggestionType.Image,
actionTagline: "Explain image",
actionTagline: "Analyze image",
color: suggestionToColorMap[SuggestionType.Image] || DEFAULT_COLOR,
focus: ChatInputFocus.MESSAGE,
intent: "Explain the significance of this image",