danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
19.33k stars 3.23k forks source link

Enhancement: getAgentPluginAuthValue #4762

Closed leondape closed 3 days ago

leondape commented 5 days ago

What features would you like to see added?

Tool validation for specific agents: Similar to const { getUserPluginAuthValue } = require('~/server/services/PluginService'); in handleTools.js: It would be nice to have the Agent_id available for tools to validate that they can only be executed by a specific agent.

More details

none

Which components are impacted by your request?

Endpoints, Other

Pictures

No response

Code of Conduct