DeepResearchConfig
Defined in the agents module.Rust AI Agent SDK Configuration for deep research settings.
Fields
| Name | Type | Description |
|---|---|---|
max_sources | usize | Maximum number of sources to include |
include_citations | bool | Include citations in output |
max_depth | usize | Maximum research depth |
timeout | u32 | Timeout in seconds |
api_base | Option<String> | API base URL |
api_key | Option<String> | API key |
Methods
new
max_sources
| Name | Type |
|---|---|
max | usize |
include_citations
| Name | Type |
|---|---|
include | bool |
max_depth
| Name | Type |
|---|---|
depth | usize |
timeout
| Name | Type |
|---|---|
timeout | u32 |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 1039
