Skip to main content

amazon_bedrock.post_prompt

The final set of instructions and configuration settings to send to the agent.

NameTypeDefaultDescription
post_promptOptionalobject-An object that accepts the post_prompt parameters.

post_prompt Parameters​

NameTypeDefaultDescription
textRequiredstring-The main identity prompt for the AI. This prompt will be used to outline the agent's personality, role, and other characteristics.
temperatureOptionalnumber1.0Randomness setting. Float value between 0.0 and 1.5. Closer to 0 will make the output less random.
top_pOptionalnumber1.0Randomness setting. Alternative to temperature. Float value between 0.0 and 1.0. Closer to 0 will make the output less random.
confidenceOptionalnumber0.6Threshold to fire a speech-detect event at the end of the utterance. Float value between 0.0 and 1.0. Decreasing this value will reduce the pause after the user speaks, but may introduce false positives.
presence_penaltyOptionalnumber0Aversion to staying on topic. Float value between -2.0 and 2.0. Positive values increase the model's likelihood to talk about new topics.
frequency_penaltyOptionalnumber0Aversion to repeating lines. Float value between -2.0 and 2.0. Positive values decrease the model's likelihood to repeat the same line verbatim.