mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
base line specbot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
589fb1b04f
commit
17f239c2cb
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ const headerFile = env.files[0];
|
|||
const cppFile = env.files[1];
|
||||
let answer = await invokeLLMClassInvariant(headerFile.content, cppFile.content);
|
||||
|
||||
await workspace.writeText(headerFile.filename + ".spec.h", answer);
|
||||
await workspace.writeText(headerFile.filename + ".spec.md", answer);
|
Loading…
Add table
Add a link
Reference in a new issue