Refactor public API around environments
This commit is contained in:
parent
57dae52cc2
commit
5d5243df23
41 changed files with 1301 additions and 459 deletions
|
|
@ -33,7 +33,7 @@ def test_openai_example_runs_function_call_loop(monkeypatch: pytest.MonkeyPatch)
|
|||
name="vm_run",
|
||||
call_id="call_123",
|
||||
arguments=(
|
||||
'{"profile":"debian-git","command":"git --version",'
|
||||
'{"environment":"debian:12","command":"git --version",'
|
||||
'"vcpu_count":1,"mem_mib":1024}'
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue