Skip to content

Commit 11fbd13

Browse files
committed
improved prompt
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent c54570b commit 11fbd13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/requirements/code_generation_and_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def process_user_request(
281281
2. Extract the data as specified in the user request
282282
3. Use matplotlib with headless backend (set matplotlib.use('Agg') at start)
283283
4. Create the visualization (graph type) specified by the user
284-
5. Save the graph to {output_path} using plt.savefig()
284+
5. Save the graph to {output_path} using plt.savefig(\'{output_path}\')
285285
6. Do NOT call plt.show() - only save to file
286286
7. Print a message indicating success
287287

0 commit comments

Comments
 (0)