CodeExecutionResult
Defined in the agents module.Rust AI Agent SDK Result of code execution
Fields
| Name | Type | Description |
|---|---|---|
output | String | Standard output |
exit_code | i32 | Exit code |
error | Option<String> | Error message if any |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 837
