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.

generate

Method
This is a method of the CodeAgent class in the agents module.
Generate code from a description (placeholder)

Signature

def generate(&self, description: &str) -> Result<String>

Parameters

description
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.

Rust Auto Generation