Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inspect view does not know how to render tool calls with arguments of type dict[str, str] #1387

Open
JasonGross opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@JasonGross
Copy link
Contributor

I see

tool: transpilation_tool(lean_code: "def plus_0_r_statement := ∀ n : Nat, n + 0 = n def plus_comm_statement := ∀ a b : Nat, a + b = b + a",coq_lean_identifiers: [object Object])

Image

The inner tool is defined with async def translate(lean_code: str, coq_lean_identifiers: dict[str, str])

@dragonstyle dragonstyle self-assigned this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants