Danny Avila 6903a90c65 docs: enhance interface documentation for prompts and agents permissions (#497)
* docs: enhance interface documentation for prompts and agents permissions

Added 'create' permission to both prompts and agents sections, clarifying the configuration options. Updated examples to reflect changes in permission handling for boolean and object structures, ensuring users understand the implications of each setting.

* docs: clarify prompts and agents permission updates in configuration documentation

Enhanced the documentation for prompts and agents permissions by specifying how the 'create' permission interacts with other sub-permissions. Updated examples to illustrate the new behavior of permission updates when using object structures, ensuring clearer guidance for users on managing permissions effectively.

* docs: refine boolean and object configuration examples for prompts and agents

Updated the documentation to clarify the behavior of boolean and object configurations for prompts and agents. Simplified language in examples to enhance understanding of how permissions are preserved or updated, ensuring users can effectively manage their settings.
2026-02-11 15:02:47 -05:00
2025-12-05 10:53:29 -05:00
2024-05-09 17:09:13 -04:00
2026-01-28 17:40:37 -05:00
2024-05-09 17:09:13 -04:00
2025-12-05 10:53:29 -05:00
2024-05-09 17:09:13 -04:00
2025-02-20 14:43:12 -05:00
2024-05-09 17:09:13 -04:00
2025-12-05 10:53:29 -05:00
2024-05-09 17:09:13 -04:00
2024-05-09 17:09:13 -04:00
2024-05-09 17:09:13 -04:00
2024-05-09 17:09:13 -04:00
2024-05-09 17:09:13 -04:00
2024-05-09 17:09:13 -04:00
2025-12-05 10:53:29 -05:00
2024-05-10 02:42:16 -04:00
2025-12-05 10:53:29 -05:00
2025-12-05 10:53:29 -05:00
2025-12-05 10:53:29 -05:00
2024-05-09 17:09:13 -04:00
2025-12-05 10:53:29 -05:00
2025-12-07 17:26:05 +01:00

LibreChat Docs

Based on Nextra

Local Development

Pre-requisites: Node.js v20.19.0+ (or ^22.12.0 or >= 23.0.0), pnpm 9+

  1. Optional: Create env based on .env.template
  2. Run pnpm i to install the dependencies.
  3. Run pnpm dev to start the development server on localhost:3333
  4. Run pnpm build to build...
  5. Run pnpm start to start the production server on localhost:3333

⚠️ Note: try building prod before making a PR

Bundle analysis

Run pnpm run analyze to analyze the bundle size of the production build using @next/bundle-analyzer.

Description
No description provided
Readme MIT 108 MiB
Languages
MDX 83.8%
TypeScript 14.9%
CSS 0.6%
JavaScript 0.6%
Shell 0.1%