mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
nit: add min values for memories (#18137)
Just add min values to some memories config fields
This commit is contained in:
@@ -855,7 +855,8 @@
|
||||
"max_raw_memories_for_consolidation": {
|
||||
"description": "Maximum number of recent raw memories retained for global consolidation.",
|
||||
"format": "uint",
|
||||
"minimum": 0.0,
|
||||
"maximum": 4096.0,
|
||||
"minimum": 1.0,
|
||||
"type": "integer"
|
||||
},
|
||||
"max_rollout_age_days": {
|
||||
@@ -866,7 +867,8 @@
|
||||
"max_rollouts_per_startup": {
|
||||
"description": "Maximum number of rollout candidates processed per pass.",
|
||||
"format": "uint",
|
||||
"minimum": 0.0,
|
||||
"maximum": 128.0,
|
||||
"minimum": 1.0,
|
||||
"type": "integer"
|
||||
},
|
||||
"max_unused_days": {
|
||||
|
||||
Reference in New Issue
Block a user