docs: align prose with runtime contracts

This commit is contained in:
Tianyi Cui
2026-07-14 16:21:41 +08:00
parent 26b4b036fc
commit f0fc20ca42
84 changed files with 162 additions and 146 deletions
+3 -3
View File
@@ -222,9 +222,9 @@ export interface Config {
}
/**
* Approval request and policy service. It logs each ask/outcome pair, applies
* session policy before answerers, and exposes deterministic policy changes to
* the model through prompt and pre-step notices.
* Approval service that applies session policy before answerers and logs every
* ask/outcome pair to the requesting session. It exposes deterministic policy
* changes to the model through prompt and pre-step notices.
*/
export class ApprovalService extends Service {
static Config: z<Config> = z.object({