Skip to content

Commit d00b54f

Browse files
committed
feat: add ja_Jp description
1 parent 35e8246 commit d00b54f

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
lines changed

tools/user/add_user.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ identity:
44
label:
55
en_US: Add a User
66
zh_Hans: 添加用户
7+
ja_Jp: ユーザーを追加
78
pt_BR: Adicionar Usuário
89
description:
910
human:
1011
en_US: Add a new user in Memobase
1112
zh_Hans: 在 Memobase 中添加新用户
13+
ja_Jp: Memobaseに新しいユーザーを追加
1214
pt_BR: Adicionar um novo usuário no Memobase
1315
llm: Use this tool to add a new user in Memobase. You need to provide the name and optionally metadata for the user.
1416
parameters:
@@ -18,12 +20,14 @@ parameters:
1820
label:
1921
en_US: Metadata
2022
zh_Hans: 元数据
23+
ja_Jp: メタデータ
2124
pt_BR: Metadados
2225
human_description:
23-
en_US: Optional metadata for the user (JSON string)
24-
zh_Hans: 可选的用户元数据(JSON 字符串)
25-
pt_BR: Metadados opcionais para o usuário (string JSON)
26-
llm_description: Optional metadata for the user in JSON string format.
26+
en_US: 'Optional metadata for the user (JSON). Example: {"name": "acane0320"}'
27+
zh_Hans: '可选的用户元数据(JSON)。示例:{"name": "acane0320"}'
28+
ja_Jp: 'ユーザーのオプションのメタデータ(JSON)。例:{"name": "acane0320"}'
29+
pt_BR: 'Metadados opcionais para o usuário (JSON). Exemplo: {"name": "acane0320"}'
30+
llm_description: 'Optional metadata for the user in JSON format. Example: {"name": "acane0320"}'
2731
form: llm
2832
extra:
2933
python:

tools/user/delete_user.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ identity:
44
label:
55
en_US: Delete User
66
zh_Hans: 删除用户
7+
ja_Jp: ユーザーを削除
78
pt_BR: Excluir Usuário
89
description:
910
human:
1011
en_US: Delete a user from Memobase
1112
zh_Hans: 从 Memobase 删除用户
13+
ja_Jp: Memobaseからユーザーを削除
1214
pt_BR: Excluir um usuário do Memobase
1315
llm: Use this tool to delete a user from Memobase. You need to provide the user ID.
1416
parameters:
@@ -18,10 +20,12 @@ parameters:
1820
label:
1921
en_US: User ID
2022
zh_Hans: 用户ID
23+
ja_Jp: ユーザーID
2124
pt_BR: ID do Usuário
2225
human_description:
2326
en_US: The ID of the user to delete
2427
zh_Hans: 要删除的用户的ID
28+
ja_Jp: 削除するユーザーのID
2529
pt_BR: O ID do usuário a ser excluído
2630
llm_description: The ID of the user to delete.
2731
form: llm

tools/user/get_or_create_user.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ identity:
44
label:
55
en_US: Get or Create a User
66
zh_Hans: 获取或创建用户
7+
ja_Jp: ユーザーを取得または作成
78
pt_BR: Obter ou Criar Usuário
89
description:
910
human:
1011
en_US: Get or create a user in Memobase
1112
zh_Hans: 在 Memobase 中获取或创建用户
13+
ja_Jp: Memobaseでユーザーを取得または作成
1214
pt_BR: Obter ou Criar Usuário no Memobase
1315
llm: Use this tool to get or create a user in Memobase. You need to provide the user ID.
1416
parameters:
@@ -18,10 +20,12 @@ parameters:
1820
label:
1921
en_US: User ID
2022
zh_Hans: 用户 ID
23+
ja_Jp: ユーザーID
2124
pt_BR: ID do Usuário
2225
human_description:
2326
en_US: Unique identifier for the user
2427
zh_Hans: 用户的唯一标识符
28+
ja_Jp: ユーザーの一意の識別子
2529
pt_BR: Identificador exclusivo para o usuário
2630
llm_description: Unique identifier for the user.
2731
form: llm

tools/user/get_user.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ identity:
44
label:
55
en_US: Get User
66
zh_Hans: 获取用户
7+
ja_Jp: ユーザーを取得
78
pt_BR: Obter Usuário
89
description:
910
human:
1011
en_US: Get user information from Memobase
1112
zh_Hans: 从 Memobase 获取用户信息
13+
ja_Jp: Memobaseからユーザー情報を取得
1214
pt_BR: Obter informações do usuário do Memobase
1315
llm: Use this tool to retrieve information about a user from Memobase. You need to provide the user ID.
1416
parameters:
@@ -18,10 +20,12 @@ parameters:
1820
label:
1921
en_US: User ID
2022
zh_Hans: 用户ID
23+
ja_Jp: ユーザーID
2124
pt_BR: ID do Usuário
2225
human_description:
2326
en_US: The ID of the user to retrieve
2427
zh_Hans: 要检索的用户的ID
28+
ja_Jp: 取得するユーザーのID
2529
pt_BR: O ID do usuário a ser recuperado
2630
llm_description: The ID of the user to retrieve.
2731
form: llm

tools/user/update_user.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ identity:
44
label:
55
en_US: Update User
66
zh_Hans: 更新用户
7+
ja_Jp: ユーザーを更新
78
pt_BR: Atualizar Usuário
89
description:
910
human:
1011
en_US: Update an existing user in Memobase
1112
zh_Hans: 更新 Memobase 中的现有用户
13+
ja_Jp: Memobaseの既存のユーザーを更新
1214
pt_BR: Atualizar um usuário existente no Memobase
1315
llm: Use this tool to update an existing user in Memobase. You need to provide the user ID and optionally the name and metadata.
1416
parameters:
@@ -18,10 +20,12 @@ parameters:
1820
label:
1921
en_US: User ID
2022
zh_Hans: 用户ID
23+
ja_Jp: ユーザーID
2124
pt_BR: ID do Usuário
2225
human_description:
2326
en_US: The ID of the user to update
2427
zh_Hans: 要更新的用户的ID
28+
ja_Jp: 更新するユーザーのID
2529
pt_BR: O ID do usuário a ser atualizado
2630
llm_description: The ID of the user to update.
2731
form: llm
@@ -31,12 +35,14 @@ parameters:
3135
label:
3236
en_US: Metadata
3337
zh_Hans: 元数据
38+
ja_Jp: メタデータ
3439
pt_BR: Metadados
3540
human_description:
36-
en_US: Optional metadata for the user (JSON string)
37-
zh_Hans: 可选的用户元数据(JSON字符串)
38-
pt_BR: Metadados opcionais para o usuário (string JSON)
39-
llm_description: Optional metadata for the user in JSON string format.
41+
en_US: 'Optional metadata for the user (JSON). Example: {"name": "acane0320"}'
42+
zh_Hans: '可选的用户元数据(JSON)。示例:{"name": "acane0320"}'
43+
ja_Jp: 'ユーザーのオプションのメタデータ(JSON)。例:{"name": "acane0320"}'
44+
pt_BR: 'Metadados opcionais para o usuário (JSON). Exemplo: {"name": "acane0320"}'
45+
llm_description: 'Optional metadata for the user in JSON format. Example: {"name": "acane0320"}'
4046
form: llm
4147
extra:
4248
python:

tools/user_event/update_event.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parameters:
2020
label:
2121
en_US: User ID
2222
zh_Hans: 用户 ID
23+
ja_Jp: ユーザー ID
2324
pt_BR: ID do Usuário
2425
human_description:
2526
en_US: The ID of the user whose event will be updated

0 commit comments

Comments
 (0)