nat.plugins.langchain.tools.code_generation_tool#
Attributes#
Classes#
Tool for generating code using the configured LLM. |
Functions#
|
Module Contents#
- log#
- class CodeGenerationTool#
Bases:
nat.data_models.function.FunctionBaseConfigTool for generating code using the configured LLM.
- llm_name: nat.data_models.component_ref.LLMRef#
- async code_generation_tool(
- config: CodeGenerationTool,
- builder: nat.builder.builder.Builder,