Merge pull request #237 from open-thought/rich/richmorevalfixes2

Fix graph color example template
This commit is contained in:
Andreas Köpf 2025-02-27 16:08:23 +01:00 committed by GitHub
commit 8a66d2a216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,7 +200,7 @@ Vertices: {puzzle["vertices"]}
Edges: {edges}
Possible colors: {puzzle["color_options"]}
Return your solution as a JSON map of vertices to colors. (For example: {{0: 1, 1: 2, 2: 3}})
Return your solution as a JSON map of vertices to colors. (For example: {{"0": 1, "1": 2, "2": 3}}.)
"""
return {