mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 05:15:52 +00:00
base line specbot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
67d77e26d2
commit
589fb1b04f
2 changed files with 39 additions and 0 deletions
13
genaisrc/specbot.genai.mts
Normal file
13
genaisrc/specbot.genai.mts
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
script({
|
||||
title: "optimize functions in a file",
|
||||
files: "src/muz/spacer/spacer_qe_project.cpp"
|
||||
})
|
||||
|
||||
import { invokeLLMClassInvariant} from "./myai.genai.mts";
|
||||
|
||||
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);
|
Loading…
Add table
Add a link
Reference in a new issue