CodeExecutionStep
Defined in the extras module.Rust AI Agent SDK Represents a code execution step during research
Fields
| Name | Type | Description |
|---|---|---|
input_code | String | The input code |
output | Option<String> | The output (if any) |
Methods
new
| Name | Type |
|---|---|
input_code | impl Into<String> |
with_output
| Name | Type |
|---|---|
input_code | impl Into<String> |
output | impl Into<String> |
Source
View on GitHub
praisonai/src/parity/extras.rs at line 92
