Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom-assistants.md #570

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 67 additions & 53 deletions docs/kagi/ai/custom-assistants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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. |

Loading