Skip to main content

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.