feat(extension): 实现 Skill 与 Plugin Runtime 基础
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
tools:
|
||||
- name: text.uppercase
|
||||
description: Convert input text to uppercase.
|
||||
handler: uppercase
|
||||
parameters:
|
||||
type: object
|
||||
properties:
|
||||
text:
|
||||
type: string
|
||||
required:
|
||||
- text
|
||||
Reference in New Issue
Block a user