prompt tweaks and token length

This commit is contained in:
Sean Robinson 2025-06-07 11:01:18 -07:00
parent 14d6908261
commit 3d1872e985
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// see https://docs.anthropic.com/en/docs/about-claude/models
export const MAX_TOKENS = 8192;
export const MAX_TOKENS = 3 * 8192;
// limits the number of model responses that can be returned in a single request
export const MAX_RESPONSE_SEGMENTS = 8;

View File

@ -547,7 +547,7 @@ Research a topic: POST /research_topic: Research a topic using an online browser
Ensure that the necessary input and output controls are present to allow the user to run this code, sending in what they need to at the time.
Also, please add a green button to show the results, and a red button that will delete the objects produced by the code.
Also, please add a green button to show the raw API input/output results, and a red button that will delete the objects produced by the code.
After you've done this, please also return the following block in order to install and run the code: