偏好设置

诸如姓名、时区和语言等个人偏好,帮助智能体为你定制回复。保存在 ~/.torlyai/preferences.json 中。

偏好设置文件

偏好设置包含有助于 TorlyAI 定制回复的个人信息:

~/.torlyai/preferences.json

完整 Schema

{
  // Your name (used in greetings and personalization)
  "name": "Jason",

  // Preferred language for responses
  "language": "en",

  // Your timezone (for date/time references)
  "timezone": "Europe/London",

  // Custom instructions that apply to all sessions
  "customInstructions": "I prefer concise answers. I'm building a UK startup.",

  // Preferred response style
  "responseStyle": "professional" | "casual" | "technical",

  // Default working directory
  "defaultWorkingDirectory": "/Users/me/projects"
}

偏好设置参考

name

你的姓名。TorlyAI 会用它来进行个性化问候和提供上下文。

language

首选语言代码(例如 en zh es)。 在可能的情况下,TorlyAI 会以该语言回复。

timezone

你所在时区,采用 IANA 格式。帮助 TorlyAI 提供准确的时间引用。

示例:Europe/London America/New_York Asia/Tokyo

customInstructions

会被包含在每次对话中的自定义指令。可用于:

  • 你的角色和背景
  • 首选的回复格式
  • 你所使用的特定技术或工具
  • 特定领域的术语

responseStyle

控制回复的语气:

  • professional - 正式、适合商务场合
  • casual - 友好、对话式
  • technical - 详尽、具备技术深度

面向英国签证申请人

如果你正在使用 TorlyAI 准备创新者创始人签证(Innovator Founder Visa)申请, 建议在自定义指令中加入相关背景信息:

{
  "name": "Your Name",
  "timezone": "Europe/London",
  "customInstructions": "I'm applying for the UK Innovator Founder Visa. I'm building a [your business type] startup. Please ensure all business plan content meets UK visa requirements and emphasizes innovation, scalability, and job creation in the UK."
}

编辑偏好设置

在应用中通过 设置偏好设置 进行访问, 或直接编辑该文件。