Skip to content

Commit ed7d53d

Browse files
Copilothotlong
andauthored
fix: remove duplicate word in list_metadata_objects description
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/96854b99-76e5-4225-8b77-ec8a660bc4ea Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 3c58325 commit ed7d53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/services/service-ai/src/tools/metadata-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const DELETE_FIELD_TOOL: AIToolDefinition = {
221221
export const LIST_METADATA_OBJECTS_TOOL: AIToolDefinition = {
222222
name: 'list_metadata_objects',
223223
description:
224-
'Lists all registered metadata data objects (tables) in the current environment. ' +
224+
'Lists all registered metadata objects (tables) in the current environment. ' +
225225
'Use this when the user wants to see what tables, entities, or data models are defined in metadata.',
226226
parameters: {
227227
type: 'object',

0 commit comments

Comments
 (0)