docs: align prose with runtime contracts
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user