Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

1

Check model capability

If your agent isn’t following instructions correctly — especially with longer or complex prompts:
  • Check if you’re using a lightweight model (e.g. gpt-4.1-mini)
  • Switch to a more capable model like gpt-4.1
2

Review prompt structure

If the issue persists:
  • Check if your prompt structure is too complex
  • Follow the Prompt Engineering Guide
  • Break complex tasks into clear, sequential steps
  • Add explicit transition conditions between different steps