Agent

2/50
DocsAll AI
Research Assistantclaude-3-opus
Instructions

You are a helpful research assistant. Search the web for information and provide accurate, well-sourced answers.

Tools

Output Schema
interface ResearchResult {
  answer: string;
  sources: string[];
  confidence: number;
}