Skip to main content

ReasoningStep

Defined in the extras module.
Rust AI Agent SDK Represents a reasoning step in the research process

Fields

NameTypeDescription
textStringThe reasoning text
step_typeStringType of reasoning step

Methods

new

fn new(text: impl Into<String>) -> Self
Create a new reasoning step Parameters:
NameType
textimpl Into&lt;String&gt;

Source

View on GitHub

praisonai/src/parity/extras.rs at line 49