We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b457217 commit 984a369Copy full SHA for 984a369
1 file changed
codex-rs/core/src/tools/handlers/agent_jobs.rs
@@ -482,7 +482,7 @@ fn required_state_db(
482
session: &Arc<Session>,
483
) -> Result<Arc<codex_state::StateRuntime>, FunctionCallError> {
484
session.state_db().ok_or_else(|| {
485
- FunctionCallError::RespondToModel(
+ FunctionCallError::Fatal(
486
"sqlite state db is unavailable for this session; enable the sqlite feature"
487
.to_string(),
488
)
0 commit comments