Variable sentimentTrackerToolMetadataConst
sentimentTrackerToolMetadata: {
description: string;
inputSchema: {
properties: {
groupId: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
timeframe: {
default: string;
description: string;
enum: string[];
type: string;
};
};
type: "object";
};
name: string;
} = ...
Type Declaration
description: string
name: string