rulvar API reference / @rulvar/rulvar / BriefOpts
Interface: BriefOpts
Defined in: packages/core/dist/index.d.ts
Options of ctx.brief (concrete shape fixed in M6-T10): the content to distill plus an optional instruction; the invocation resolves role 'summarize', so it needs defaults.routing.summarize, a profile, or the explicit model.
Properties
| Property | Type | Defined in |
|---|---|---|
agentType? | string | packages/core/dist/index.d.ts |
content | string | packages/core/dist/index.d.ts |
instruction? | string | packages/core/dist/index.d.ts |
model? | ModelSpec | packages/core/dist/index.d.ts |