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 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
