From 474be7a0c02d6b2c3c72aed6533c85c83cca1932 Mon Sep 17 00:00:00 2001 From: david-ros <138538459+david-ros@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:46:59 -0600 Subject: [PATCH] Update custom-assistants.md Improve structure and add Default Custom Assistants section --- docs/kagi/ai/custom-assistants.md | 120 +++++++++++++++++------------- 1 file changed, 67 insertions(+), 53 deletions(-) diff --git a/docs/kagi/ai/custom-assistants.md b/docs/kagi/ai/custom-assistants.md index a731ce8f..41bd3db8 100644 --- a/docs/kagi/ai/custom-assistants.md +++ b/docs/kagi/ai/custom-assistants.md @@ -20,59 +20,6 @@ - Context Window - **Response Instructions**: Define how your assistant should interact (1500 characters max) -## Using Custom Assistants - -Select your Custom Assistant from the model-selection dropdown menu below the prompt bar to begin interaction. - -## Example Configurations - -Here are a few example configurations you can use to get started. You can also visit [Anthropic’s Prompt Library](https://docs.anthropic.com/en/prompt-library/library) for more useful prompts. - -### Professional Writer Assistant -```markdown -Name: Writing Pro -Bang: !write -Internet Access: Enabled (for current writing trends and examples) -Lens: Entire Internet -Instructions: Respond in a professional tone with clear, concise language. Focus on grammar, style, and clarity. Provide constructive feedback on writing samples. When appropriate, suggest improvements while maintaining the original message's intent. -``` - -### Coding Mentor -```markdown -Name: Code Guide -Bang: !code -Internet Access: Enabled (for documentation and best practices) -Lens: Programming -Instructions: Explain programming concepts clearly with practical examples. Use best practices and modern conventions. Include comments in code examples. Focus on readability and maintainability. Highlight potential pitfalls and optimization opportunities. -``` - -### Academic Researcher -```markdown -Name: Research Aid -Bang: !research -Internet Access: Enabled (for current research and papers) -Lens: Academic -Instructions: Provide comprehensive, academic-style responses with clear citations. Focus on peer-reviewed sources when available. Present balanced viewpoints on complex topics. Highlight key findings and methodologies. -``` - -### Recipe Helper -```markdown -Name: Chef Assistant -Bang: !chef -Internet Access: Enabled (for recipes and cooking techniques) -Lens: Recipes -Instructions: Provide clear, step-by-step cooking instructions. Focus on practical cooking tips, ingredient substitutions, and technique explanations. Include serving sizes and preparation times. -``` - -### News Analyst -```markdown -Name: News Guide -Bang: !news -Internet Access: Enabled (for current events) -Lens: World News -Instructions: Analyze current events with balanced perspective. Provide context for news developments. Focus on factual reporting and multiple viewpoints. Summarize key points clearly. -``` - ## Tips for Effective Instructions - Be specific about desired tone and style @@ -95,3 +42,70 @@ Instructions: Analyze current events with balanced perspective. Provide context 5. Update settings as your needs change Remember that well-crafted instructions lead to more accurate and useful responses. Take time to think about your specific needs and how to communicate them effectively. + +## Using Custom Assistants + +Select your Custom Assistant from the model-selection dropdown menu below the prompt bar to begin interaction. + +## Default Custom Assistants + +The Assistant comes with carefully pre-configured assistants designed to enhance your productivity. + +### Code Assistant +Powered by the best AI model for programming tasks and equipped with web access, the Code Assistant excels at: + +- Writing efficient, clean code +- Debugging and troubleshooting +- Providing practical coding solutions + +Simply use the ```!code``` shortcut or select "Code" from the model dropdown to access this specialized assistant. Whether you're debugging a tricky issue, learning a new programming language, or seeking to optimize your code, the Code Assistant is your go-to programming companion. + +## Example Custom Configurations + +Here are a few example configurations you can use to get started. You can also visit [Anthropic’s Prompt Library](https://docs.anthropic.com/en/prompt-library/library) for more useful prompts. + +### Professional Writer Assistant +| Setting | Value | +|---------|-------| +| Name | Writing Pro | +| Bang | !write | +| Internet Access | Enabled (for current writing trends and examples) | +| Lens | Entire Internet | +| Instructions | Respond in a professional tone with clear, concise language. Focus on grammar, style, and clarity. Provide constructive feedback on writing samples. When appropriate, suggest improvements while maintaining the original message's intent. | + +### Coding Mentor +| Setting | Value | +|---------|-------| +| Name | Code Guide | +| Bang | !code | +| Internet Access | Enabled (for documentation and best practices) | +| Lens | Programming | +| Instructions | Explain programming concepts clearly with practical examples. Use best practices and modern conventions. Include comments in code examples. Focus on readability and maintainability. Highlight potential pitfalls and optimization opportunities. | + +### Academic Researcher +| Setting | Value | +|---------|-------| +| Name | Research Aid | +| Bang | !research | +| Internet Access | Enabled (for current research and papers) | +| Lens | Academic | +| Instructions | Provide comprehensive, academic-style responses with clear citations. Focus on peer-reviewed sources when available. Present balanced viewpoints on complex topics. Highlight key findings and methodologies. | + +### Recipe Helper +| Setting | Value | +|---------|-------| +| Name | Chef Assistant | +| Bang | !chef | +| Internet Access | Enabled (for recipes and cooking techniques) | +| Lens | Recipes | +| Instructions | Provide clear, step-by-step cooking instructions. Focus on practical cooking tips, ingredient substitutions, and technique explanations. Include serving sizes and preparation times. | + +### News Analyst +| Setting | Value | +|---------|-------| +| Name | News Guide | +| Bang | !news | +| Internet Access | Enabled (for current events) | +| Lens | World News | +| Instructions | Analyze current events with balanced perspective. Provide context for news developments. Focus on factual reporting and multiple viewpoints. Summarize key points clearly. | +