mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Remove some of the step one suggestions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user