Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

with_output

Method
This is a method of the CodeExecutionStep class in the extras module.
Create with output

Signature

def with_output(input_code: impl Into<String>, output: impl Into<String>) -> Self

Parameters

input_code
impl Into<String>
required
No description available.
output
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.

Rust Output

Rust Structured Output

Rust Display