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

feat: add customize toolkit #3205

Merged
merged 7 commits into from
Nov 26, 2024
Merged

Conversation

newfish-cmyk
Copy link
Collaborator

No description provided.

packages/service/core/app/plugin/controller.ts Outdated Show resolved Hide resolved
packages/global/core/workflow/type/index.d.ts Outdated Show resolved Hide resolved
packages/service/core/app/plugin/utils.ts Outdated Show resolved Hide resolved
packages/service/core/app/plugin/utils.ts Outdated Show resolved Hide resolved
packages/service/core/app/store/pluginGroupSchema.ts Outdated Show resolved Hide resolved
projects/app/src/pages/toolkit/index.tsx Outdated Show resolved Hide resolved
projects/app/src/web/core/app/api/plugin.ts Outdated Show resolved Hide resolved
teamId?: string;
name: string;
avatar: string;
showStatus?: boolean;
isTool?: boolean;
nodes: StoreNodeItemType[];
edges: StoreEdgeItemType[];
currentCost?: number;
hasTokenFee?: boolean;
pluginOrder?: number;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

runtime 不需要 order

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

groups 这个,在后端有用到么?没用到的话,这个接口直接请求pro 拿好了,pro 的数据应该是有的。

@c121914yu c121914yu merged commit 487cb0d into labring:v4.8.15-dev Nov 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants