address comments abt formatting

This commit is contained in:
Rich Jones 2025-02-13 13:42:34 +01:00
parent 3ec4c15c51
commit c4c546fc82

View file

@ -197,11 +197,11 @@ class GraphColorDataset(ProceduralDataset):
question = f"""
Please provide a coloring for this graph such that every vertex is not connected to a vertex of the same color. The graph has these properties:
Edges: {edges}
Vertices: {puzzle["vertices"]}
Edges: {edges}
Possible colors: {puzzle["color_options"]}
Return your solution as a JSON map of verteces to colors.
Return your solution as a JSON map of verteces to colors. (For example: {{0: 1, 1: 2, 2: 3}})
"""
return {