Documentation

PROMPT_POINTER_NOT_FOUND

404invalid_request

No production prompt pointer for that agent.

Cause

The agent_type has never had a prompt version promoted to production.

How to fix it

Create a prompt version and flip the production pointer to it.

Example response

404 PROMPT_POINTER_NOT_FOUND
JSON
{
  "error_code": "PROMPT_POINTER_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No production prompt pointer for that agent.",
  "hint": "Create a prompt version and flip the production pointer to it.",
  "docs_url": "https://docs.billerapi.com/errors/PROMPT_POINTER_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/PROMPT_POINTER_NOT_FOUND

Was this page helpful?