> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deep Research Result • Rust AI Agent SDK

> DeepResearchResult: Result of deep research.

# DeepResearchResult

> Defined in the [**agents**](../modules/agents) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Result of deep research.

## Fields

| Name            | Type                          | Description      |
| --------------- | ----------------------------- | ---------------- |
| `report`        | `String`                      | Research report  |
| `citations`     | `Vec&lt;ResearchCitation&gt;` | Citations        |
| `sources_count` | `usize`                       | Sources used     |
| `time_ms`       | `u64`                         | Time taken in ms |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/agents/mod.rs#L1113">
  `praisonai/src/agents/mod.rs` at line 1113
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Web Search" icon="search" href="/docs/rust/web-search" />

  <Card title="Rust Query" icon="magnifying-glass" href="/docs/rust/query" />
</CardGroup>
