diff --git a/docs/guides/prompting-capabilities.md b/docs/guides/prompting-capabilities.md index 467063e..42c3304 100644 --- a/docs/guides/prompting-capabilities.md +++ b/docs/guides/prompting-capabilities.md @@ -221,7 +221,7 @@ You will only respond with a JSON object with the key Summary and Confidence. Do #### Strategies we used: -- **JSON output**: For facilitating downstream tasks, JSON format output is frequently preferred. We can We can enable the JSON mode by setting the response_format to `{"type": "json_object"}` and specify in the prompt that "You will only respond with a JSON object with the key Summary and Confidence." Specifying these keys within the JSON object is beneficial for clarity and consistency. +- **JSON output**: For facilitating downstream tasks, JSON format output is frequently preferred. We can enable the JSON mode by setting the response_format to `{"type": "json_object"}` and specify in the prompt that "You will only respond with a JSON object with the key Summary and Confidence." Specifying these keys within the JSON object is beneficial for clarity and consistency. - **Higher Temperature**: In this example, we increase the temperature score to encourage the model to be more creative and output three generated summaries that are different from each other. ### Introduce an evaluation step