ReasoningStep
Defined in the extras module.Rust AI Agent SDK Represents a reasoning step in the research process
Fields
| Name | Type | Description |
|---|---|---|
text | String | The reasoning text |
step_type | String | Type of reasoning step |
Methods
new
| Name | Type |
|---|---|
text | impl Into<String> |
Source
View on GitHub
praisonai/src/parity/extras.rs at line 49
