Add bounded stdin to owner execution
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06def-6490-7033-8448-2eab2d12ed44
This commit is contained in:
parent
fd9297810c
commit
b6655d8859
15 changed files with 74 additions and 17 deletions
|
|
@ -147,6 +147,7 @@ def _exec_request(**consumer_overrides) -> SandboxExecRequest:
|
|||
command=["python3", "-V"],
|
||||
consumer=Consumer.model_validate(consumer),
|
||||
credential_route_refs=["rein-openweights-openrouter-approle"],
|
||||
stdin_text='{"title":"bounded task"}',
|
||||
timeout_seconds=30,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue