get_system_info
Retrieve detailed operating system information including type, version, architecture, and system specifications to provide accurate technical guidance and system-specific instructions.
Instructions
【建议调用】获取用户操作系统的详细信息。
⚠️ 重要:不要假设用户的操作系统,调用此工具获取准确的系统信息。
强制调用场景:
用户询问系统信息("我的系统"、"操作系统版本")
提供安装/配置指令前(不同系统命令不同)
诊断系统相关问题或错误
讨论软件兼容性、系统要求
用户提到"安装"、"配置"、"运行"、"部署"任何软件
提供命令行指令时(Windows/macOS/Linux 命令不同)
返回信息:操作系统类型(Windows/macOS/Linux)、版本号、架构(x64/ARM/ARM64)、内核版本、主机名、系统运行时间等。
⚠️ 在提供技术建议前必须调用此工具,确保指令适用于用户的系统!
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}