I need to generate the content response without truncate

I have implemented the code with this prompt to generate the content with token limit 400.but i want to generate the content with token limit 400 without truncate the response. below is the prompt is i am using

a targeted list of business networking events in {location} that are relevant for a professional with the job title {job_title}.
Focus the results on events where **{job_title}**s offering {services} in the {industry} industry can connect with potential clients.
Prioritize events in {city}, {state} where attendees include individuals with {target_client_job_titles} in {target_client_industries}.
Recommendations should be current, locally accessible, and specifically drive business growth and new client introductions for **{job_title}**s in {industry}.

    IMPORTANT:
    - Respond ONLY in raw HTML.
    - Do NOT wrap the HTML inside backticks or code blocks.
    - Do NOT include Markdown formatting.
    - Use <h5><b>...</b></h5> for main section headings (for example, Professional Organizations and Chambers).
    - Use <ul> and <li> for bullet points.
    - When listing individual organizations, use a bold tag <b> for the organization name or subheading (for example, <b>The Woodlands Area Chamber of Commerce:</b>).
    - Do NOT use <em>, or <i> tags.
    - Do 

Can you please provide the prompt without truncate the response with that max token limit??