inject
Enhance AI agent prompts by automatically inserting relevant user context before LLM calls. This tool retrieves and injects user-specific facts into your base system prompt to personalize interactions.
Instructions
Inject user context into a base system prompt before an LLM call. Returns an enriched prompt with relevant facts about the user inserted automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The unique identifier for the user (UUID). | |
| basePrompt | Yes | Your base system prompt for the agent. |