mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Add keyword diagram to diagram output mode description
This commit is contained in:
parent
aad7528d1b
commit
889dbd738a
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ mode_descriptions_for_llm = {
|
|||
ConversationCommand.Image: "Use this if you are confident the user is requesting you to create a new picture based on their description.",
|
||||
ConversationCommand.Automation: "Use this if you are confident the user is requesting a response at a scheduled date, time and frequency",
|
||||
ConversationCommand.Text: "Use this if a normal text response would be sufficient for accurately responding to the query.",
|
||||
ConversationCommand.Diagram: "Use this if the user is requesting a visual representation that requires primitives like lines, rectangles, and text.",
|
||||
ConversationCommand.Diagram: "Use this if the user is requesting a diagram or visual representation that requires primitives like lines, rectangles, and text.",
|
||||
}
|
||||
|
||||
mode_descriptions_for_agent = {
|
||||
|
|
Loading…
Reference in a new issue