mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
refactor: trim tool display type exports
This commit is contained in:
@@ -29,7 +29,7 @@ import {
|
||||
shouldKeepSubagentRunChildLink,
|
||||
} from "./subagent-run-liveness.js";
|
||||
|
||||
export type SubagentListItem = {
|
||||
type SubagentListItem = {
|
||||
index: number;
|
||||
line: string;
|
||||
runId: string;
|
||||
|
||||
@@ -17,7 +17,7 @@ export type ToolDisplaySpec = {
|
||||
actions?: Record<string, ToolDisplayActionSpec>;
|
||||
};
|
||||
|
||||
export type CoerceDisplayValueOptions = {
|
||||
type CoerceDisplayValueOptions = {
|
||||
includeFalse?: boolean;
|
||||
includeZero?: boolean;
|
||||
includeNonFinite?: boolean;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user