-
Notifications
You must be signed in to change notification settings - Fork 0
Agents Configuring
Gen 3: This is a legacy Gen 2 article. For current GT AI OS 3.0 guidance, see gen3/agents/building.
This guide covers configuration options for agents in GT AI OS.
- Go to the agent's detail page
- Click Edit
- Make your changes
- Click Save
Customize your agent's visual identity with a custom icon that appears on agent cards and in chat conversations.
- In edit mode, find the Agent Icon section
- Click Upload Image
- Select a PNG or JPEG image (max 2MB)
- The preview updates immediately
- Save your changes
| Requirement | Value |
|---|---|
| File formats | PNG, JPEG |
| Maximum size | 2MB |
| Recommended dimensions | Square (e.g., 256x256, 512x512) |
- In edit mode, find the Agent Icon section
- Click Remove next to the current icon
- The agent reverts to the default shape
- Save your changes
- Use a square image for best results
- Keep the design simple and recognizable at small sizes
- Ensure good contrast for visibility
- Consider using your organization's branding
Add an optional disclaimer message that displays in the chat interface when users interact with this agent. This is useful for setting expectations and providing important context.
- In edit mode, find the Disclaimer section
- Enter your message in the text field (max 500 characters)
- Save your changes
- Usage guidelines and limitations
- Important context about the agent's purpose
- Any legal or compliance notices
- Expectations about response accuracy
- "This agent is designed for general information purposes. Always verify critical information with official sources."
- "Responses are generated by AI and may not always be accurate. Please review outputs before taking action."
Select which Large Language Model (LLM) powers your agent. Different models have varying capabilities, costs, and performance characteristics.
- In edit mode, find the LLM Configuration section
- Click the model dropdown
- Select your desired model
- Review the token limits and pricing displayed
- Save your changes
When you select a model, you'll see:
| Information | Description |
|---|---|
| Provider | The model provider (e.g., OpenAI, Groq, Ollama) |
| Max Context | Total token limit for input + output |
| Max Output Tokens | Maximum tokens the model can generate |
| PAYG Pricing | Cost per million tokens (input/output) |
- For accuracy: Choose larger models with more parameters
- For speed: Choose smaller, faster models
- For cost: Consider pricing and your expected usage
- For privacy: Consider local models (Ollama) for sensitive data
Fine-tune how your agent generates responses.
Controls how predictable vs. creative the agent's responses are:
| Range | Behavior | Best For |
|---|---|---|
| 0.0-0.3 | Focused, consistent, deterministic | Factual Q&A, technical support, data analysis |
| 0.4-0.7 | Balanced | General use (0.7 is the default) |
| 0.8-2.0 | Creative, varied, surprising | Brainstorming, creative writing, ideation |
Tip: Start with 0.7 and adjust based on results. Lower if you want more consistent answers; raise if responses feel too repetitive.
The system prompt defines your agent's personality, capabilities, and behavior. This is the most important configuration for shaping how your agent interacts with users.
Your system prompt should include:
- Role Definition: Who the agent is
- Capabilities: What it can help with
- Constraints: What it shouldn't do
- Tone: How it should communicate
- Format: How to structure responses
# Role
You are [role description].
# Capabilities
You can help with:
- [capability 1]
- [capability 2]
# Guidelines
- [guideline 1]
- [guideline 2]
# Response Format
[formatting instructions]
- Be specific about the agent's role and expertise
- Define clear boundaries for what the agent should not do
- Specify preferred response formats (bullet points, paragraphs, etc.)
- Include examples of ideal responses when helpful
Connect your agent to datasets for retrieval-augmented generation (RAG), allowing it to reference your organization's knowledge.
- In edit mode, scroll to the Dataset Selection section
- Use the search box to find datasets
- Check boxes to attach, uncheck to detach
- Click the X on dataset badges to remove them
- Save changes
- Only attach relevant datasets
- Consider dataset size and quality
- Update attachments when datasets change
- The agent can search attached datasets for relevant information during conversations
Some models (like compound models) may not support RAG functionality. When this is the case, the dataset selection will be disabled with an explanation.
Easy buttons provide quick-access conversation starters (up to 10):
- In edit mode, find Easy Buttons
- Click Add Easy Button to create new buttons
- These appear as buttons in chat
- Click the X to remove individual buttons
- "Summarize this document"
- "Explain this code"
- "Help me draft an email"
For exporting and importing agents, see Sharing Agents.
- Verify all required fields are filled
- Check for validation errors
- Ensure you have edit permissions
- Review system prompt for clarity
- Check model parameters
- Verify attached datasets
- Test with simple queries first