Table of Contents

Class EnvironmentTools

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

Tools for inspecting the runtime environment, OS, and system information.

[ToolPlugin("environment")]
public sealed class EnvironmentTools
Inheritance
EnvironmentTools
Inherited Members

Methods

GetEnvironmentAsync(bool)

[KernelFunction("get_environment")]
[ToolSafetyTier(SafetyTier.AutoApprove)]
public static Task<string> GetEnvironmentAsync(bool includeEnvVars = false)

Parameters

includeEnvVars bool

Returns

Task<string>