@lobehub/market-sdk 0.33.0 → 0.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2599,6 +2599,11 @@ interface ListSkillProvidersResponse {
|
|
|
2599
2599
|
* Response for listing tools of a provider
|
|
2600
2600
|
*/
|
|
2601
2601
|
interface ListSkillToolsResponse {
|
|
2602
|
+
/**
|
|
2603
|
+
* Instruction markdown providing guidance on authentication,
|
|
2604
|
+
* available tools, and extended API reference
|
|
2605
|
+
*/
|
|
2606
|
+
instruction?: string;
|
|
2602
2607
|
/**
|
|
2603
2608
|
* Provider identifier
|
|
2604
2609
|
*/
|