Closed rhiever closed 1 month ago
Only one call if possible, overall in total, for every dspy.Predict call. But retries may happen if strictly necessary.
Use dspy.inspect_history(n=5) to view the last 5 prompts sent by DSPy and the outputs too!
Brilliant, thank you @okhat.
For example, if I set up a model with a CoT reasoning output and then a final text output, will it call the LLM API twice?