add thread id property

This commit is contained in:
2025-11-09 05:04:24 -05:00
parent f869740f55
commit 631b2c44d8
4 changed files with 20 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
{
"signature": "message:str -> answer:str",
"working_directory": "",
"model": null,
"working_directory": ".",
"model": "gpt-4o",
"sandbox_mode": null,
"skip_git_repo_check": false,
"api_key": null,
"base_url": null,
"codex_path_override": null
"codex_path_override": "/opt/homebrew/bin/codex"
}