refactor: trim tool display type exports

This commit is contained in:
Peter Steinberger
2026-05-02 01:26:24 +01:00
parent d8c3e9ed6d
commit 096321a264
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ import {
shouldKeepSubagentRunChildLink,
} from "./subagent-run-liveness.js";
export type SubagentListItem = {
type SubagentListItem = {
index: number;
line: string;
runId: string;

View File

@@ -17,7 +17,7 @@ export type ToolDisplaySpec = {
actions?: Record<string, ToolDisplayActionSpec>;
};
export type CoerceDisplayValueOptions = {
type CoerceDisplayValueOptions = {
includeFalse?: boolean;
includeZero?: boolean;
includeNonFinite?: boolean;

View File

@@ -10,7 +10,7 @@ import {
} from "./tool-display-common.js";
import { TOOL_DISPLAY_CONFIG } from "./tool-display-config.js";
export type ToolDisplay = {
type ToolDisplay = {
name: string;
emoji: string;
title: string;