generate
Method
This is a method of the CodeAgent class in the agents module.Generate code from a description (placeholder)
Signature
Parameters
No description available.
Returns
The result of the operation.
generate: Generate code from a description (placeholder)
This is a method of the CodeAgent class in the agents module.Generate code from a description (placeholder)
def generate(&self, description: &str) -> Result<String>