// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { ConfigEdit } from "./ConfigEdit"; export type ConfigBatchWriteParams = { edits: Array, /** * Path to the config file to write; defaults to the user's `config.toml` when omitted. */ filePath?: string | null, expectedVersion?: string | null, /** * When true, hot-reload updated runtime settings into loaded threads after writing. * Session-static model, reasoning-effort, Plan-mode reasoning-effort, service-tier, and * personality defaults are not reloaded. */ reloadUserConfig?: boolean, };