Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relase v3.0.14 #31

Merged
merged 7 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: desc of feishu create message
  • Loading branch information
meta-d committed Jan 23, 2025
commit 78584f46a4f54d0f19fc462064149e8899f3d12b
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export class LarkHooksController {
})
const items = result.data.items

console.log(items)

return items.map((item) => ({
value: item.union_id,
label: item.name || item.email || item.mobile,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class CreateMessageTool extends BuiltinTool {
description = 'A tool for creating a feishu message'

schema = z.object({
content: z.string().describe(`task name`)
content: z.string().describe(`Content of feishu message`)
})

constructor(private toolset: FeishuMessageToolset) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ identity:
author: XpertAI
label:
en_US: Send a Message
zh_Hans: 发送群消息
zh_Hans: 发送消息
icon: icon.png
description:
human:
en_US: Sending a group message on Feishu via the webhook of group bot
zh_Hans: 通过飞书的群机器人webhook发送群消息
en_US: Sending a message on Feishu via bot
zh_Hans: 通过飞书的机器人发送消息
llm: A tool for sending messages to a chat group on Feishu(飞书) .
parameters:
- name: content
Expand All @@ -19,8 +19,8 @@ parameters:
zh_Hans: 消息内容
pt_BR: content
human_description:
en_US: Content to sent to the group.
zh_Hans: 群消息文本
pt_BR: Content to sent to the group.
en_US: Content to sent to feishu group or user.
zh_Hans: 消息文本
pt_BR: Content to sent to the group or user.
llm_description: Content of the message
form: llm