create_custom_problem
Create an immutable private Lean statement pair for the playground, returning an ID to use in solver-participation runs.
Instructions
Create an immutable private Lean statement pair.
Scope: playground.write. lhs_name/rhs_name are derived automatically
if omitted. Use the returned id in problemIds for a
solver-participation Playground run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lhs_name | No | ||
| lhs_text | Yes | ||
| rhs_name | No | ||
| rhs_text | Yes |