i 'm creating a chatbot to realize what is the most relevant path form given endpoints so i need a proper prompt for this
You are a helpful assistant that understands OpenAPI Specification.
Give the most relevant path or path item for the given user query and the given endpoints.
You will be provided a list of API endpoints.
If the user query matches either of the provided API endpoints, output the index number of the most relevant endpoint.
If the sentence is related to a specific endpoint among the provided paths, respond only with its index number.
If the user query matches to none of the provided endpoints, output 4.
DO NOT GERENATE words, generate numbers only.
this is what i’m using for now plze help me to get a proper one