generate
Method
This is a method of the CodeAgent class in the code_agent module.Generate code from natural language description.
Signature
Parameters
Natural language description of desired code
Target programming language **kwargs: Additional arguments for LLM
Returns
Generated code as string
Uses
completion
Used By
Source
View on GitHub
praisonaiagents/agent/code_agent.py at line 137
