Extension: omni.ai.langchain.agent.documentation-0.11.0

Documentation Generated: Apr 22, 2026

Settings#

Settings Provided by the Extension#

exts.”omni.ai.langchain.agent.documentation”.extension_path#

  • Default Value: “”

  • Description: Specifies the path to the extension for which documentation should be generated.

exts.”omni.ai.langchain.agent.documentation”.generate#

  • Default Value: “docstring;settings;commands;overview;usage”

  • Description: Defines the types of documentation to generate, such as docstrings, settings, overview, and usage guides.

exts.”omni.ai.langchain.agent.documentation”.add_all_attribute#

  • Default Value: false

  • Description: Turn on/off adding all attribute of public attributes inside the module.

exts.”omni.ai.langchain.agent.documentation”.usage_code_timeout#

  • Default Value: 15.0

  • Description: Timeout for usage code snippet execution in seconds.

exts.”omni.ai.langchain.agent.documentation”.add_usage_screenshots#

  • Default Value: false

  • Description: Separate tool for adding screenshots to USAGE_PYTHON.md file.

exts.”omni.ai.langchain.agent.documentation”.usage_screenshot_width#

  • Default Value: 500

  • Description: Width of each usage example screenshot.

exts.”omni.ai.langchain.agent.documentation”.usage_screenshot_height#

  • Default Value: 500

  • Description: Height of each usage example screenshot.

exts.”omni.ai.langchain.agent.documentation”.nvidia_api_key#

  • Default Value: “”

  • Description: NVIDIA API key for model access.

exts.”omni.ai.langchain.agent.documentation”.model#

  • Default Value: “inference-claude-sonnet-4-5”

  • Description: The model to use for documentation generation.

exts.”omni.ai.langchain.agent.documentation”.bump_version#

  • Default Value: true

  • Description: Whether to bump the extension version when generating documentation.

exts.”omni.ai.langchain.agent.documentation”.log_path#

  • Default Value: “”

  • Description: Path for log output.

exts.”omni.ai.langchain.agent.documentation”.force_update#

  • Default Value: false

  • Description: If true, ignore checking git diffs and generate everything again.

exts.”omni.ai.langchain.agent.documentation”.type_hint_in_signature#

  • Default Value: true

  • Description: If true, type hints are added to function signatures and excluded from docstrings. If false, type hints are included in docstrings only, not in signatures.