|
|
@@ -844,7 +844,7 @@ export class ToolRuntime extends Service {
|
|
|
* `both` renders empty: native calls do execute there, so the rule is false.
|
|
|
* @returns the section registration.
|
|
|
*/
|
|
|
- private collapseSection(): { name: string; order: number; text: (context: { scope?: ScopeKey }) => string } {
|
|
|
+ private collapseSection(): PromptSection {
|
|
|
return {
|
|
|
name: 'tools:ptc-only',
|
|
|
order: this.ctx.systemPrompt.getSectionOrder('PTC_ONLY'),
|