Variable getCommitteeDocumentsFeedToolMetadataConst
getCommitteeDocumentsFeedToolMetadata: {
description: string;
inputSchema: {
properties: {
limit: {
description: string;
maximum: number;
minimum: number;
type: string;
};
offset: { description: string; minimum: number; type: string };
startDate: { description: string; type: string };
timeframe: { description: string; enum: string[]; type: string };
};
type: "object";
};
name: string;
} = ...
Type Declaration
description: string
name: string
Tool metadata for get_committee_documents_feed