mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix sls build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73f09fe94a
commit
2ecb1c8b94
5 changed files with 14 additions and 7 deletions
|
@ -1,10 +1,12 @@
|
|||
script({
|
||||
tools: ["agent_fs", "agent_git", "agent_github"],
|
||||
model: "azure:gpt-4o",
|
||||
maxTokens: 20000
|
||||
})
|
||||
|
||||
const {
|
||||
workflow = "latest failed",
|
||||
failure_run_id = "latest",
|
||||
workflow = "RISC V and PowerPC 64",
|
||||
failure_run_id = "11296730058",
|
||||
branch = await git.defaultBranch(),
|
||||
} = env.vars
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue