@tencent-ai/agent-sdk 0.0.6 → 0.0.7
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/agent-sdk.js +1 -1
- package/lib/common/services/agent.d.ts +1 -1
- package/lib/common/services/agent.d.ts.map +1 -1
- package/lib/common/services/agent.js +3 -3
- package/lib/common/services/agent.js.map +1 -1
- package/lib/common/services/http.d.ts +1 -2
- package/lib/common/services/http.d.ts.map +1 -1
- package/lib/common/services/http.js.map +1 -1
- package/lib/common/services/product.d.ts +1 -2
- package/lib/common/services/product.d.ts.map +1 -1
- package/lib/common/services/product.js.map +1 -1
- package/lib/common/types/event/craft.d.ts +18 -6
- package/lib/common/types/event/craft.d.ts.map +1 -1
- package/lib/common/types/event/index.d.ts +1 -1
- package/lib/common/types/event/index.d.ts.map +1 -1
- package/lib/common/types/event/index.js +1 -1
- package/lib/common/types/event/index.js.map +1 -1
- package/lib/common/types/http/index.d.ts +2 -0
- package/lib/common/types/http/index.d.ts.map +1 -0
- package/lib/common/types/http/index.js +18 -0
- package/lib/common/types/http/index.js.map +1 -0
- package/lib/common/types/http/rest-operations.d.ts +3 -0
- package/lib/common/types/http/rest-operations.d.ts.map +1 -0
- package/lib/common/types/http/rest-operations.js +3 -0
- package/lib/common/types/http/rest-operations.js.map +1 -0
- package/lib/common/types/index.d.ts +2 -0
- package/lib/common/types/index.d.ts.map +1 -1
- package/lib/common/types/index.js +2 -0
- package/lib/common/types/index.js.map +1 -1
- package/lib/common/types/product/activities.d.ts +5 -0
- package/lib/common/types/product/activities.d.ts.map +1 -0
- package/lib/common/types/product/activities.js +3 -0
- package/lib/common/types/product/activities.js.map +1 -0
- package/lib/common/types/product/agent-tools.d.ts +5 -0
- package/lib/common/types/product/agent-tools.d.ts.map +1 -0
- package/lib/common/types/product/agent-tools.js +3 -0
- package/lib/common/types/product/agent-tools.js.map +1 -0
- package/lib/common/types/product/agent.d.ts +36 -0
- package/lib/common/types/product/agent.d.ts.map +1 -0
- package/lib/common/types/product/agent.js +10 -0
- package/lib/common/types/product/agent.js.map +1 -0
- package/lib/common/types/product/authentication.d.ts +84 -0
- package/lib/common/types/product/authentication.d.ts.map +1 -0
- package/lib/common/types/product/authentication.js +40 -0
- package/lib/common/types/product/authentication.js.map +1 -0
- package/lib/common/types/product/codebase.d.ts +47 -0
- package/lib/common/types/product/codebase.d.ts.map +1 -0
- package/lib/common/types/product/codebase.js +3 -0
- package/lib/common/types/product/codebase.js.map +1 -0
- package/lib/common/types/product/commit-message.d.ts +7 -0
- package/lib/common/types/product/commit-message.d.ts.map +1 -0
- package/lib/common/types/product/commit-message.js +3 -0
- package/lib/common/types/product/commit-message.js.map +1 -0
- package/lib/common/types/product/completion.d.ts +8 -0
- package/lib/common/types/product/completion.d.ts.map +1 -0
- package/lib/common/types/product/completion.js +3 -0
- package/lib/common/types/product/completion.js.map +1 -0
- package/lib/common/types/product/config.d.ts +6 -0
- package/lib/common/types/product/config.d.ts.map +1 -0
- package/lib/common/types/product/config.js +3 -0
- package/lib/common/types/product/config.js.map +1 -0
- package/lib/common/types/product/features.d.ts +149 -0
- package/lib/common/types/product/features.d.ts.map +1 -0
- package/lib/common/types/product/features.js +154 -0
- package/lib/common/types/product/features.js.map +1 -0
- package/lib/common/types/product/index.d.ts +23 -0
- package/lib/common/types/product/index.d.ts.map +1 -0
- package/lib/common/types/product/index.js +39 -0
- package/lib/common/types/product/index.js.map +1 -0
- package/lib/common/types/product/inline-chat.d.ts +15 -0
- package/lib/common/types/product/inline-chat.d.ts.map +1 -0
- package/lib/common/types/product/inline-chat.js +3 -0
- package/lib/common/types/product/inline-chat.js.map +1 -0
- package/lib/common/types/product/knowledge-base.d.ts +16 -0
- package/lib/common/types/product/knowledge-base.d.ts.map +1 -0
- package/lib/common/types/product/knowledge-base.js +3 -0
- package/lib/common/types/product/knowledge-base.js.map +1 -0
- package/lib/common/types/product/language-model.d.ts +38 -0
- package/lib/common/types/product/language-model.d.ts.map +1 -0
- package/lib/common/types/product/language-model.js +3 -0
- package/lib/common/types/product/language-model.js.map +1 -0
- package/lib/common/types/product/links.d.ts +20 -0
- package/lib/common/types/product/links.d.ts.map +1 -0
- package/lib/common/types/product/links.js +3 -0
- package/lib/common/types/product/links.js.map +1 -0
- package/lib/common/types/product/log.d.ts +39 -0
- package/lib/common/types/product/log.d.ts.map +1 -0
- package/lib/common/types/product/log.js +12 -0
- package/lib/common/types/product/log.js.map +1 -0
- package/lib/common/types/product/product-provider.d.ts +12 -0
- package/lib/common/types/product/product-provider.d.ts.map +1 -0
- package/lib/common/types/product/product-provider.js +5 -0
- package/lib/common/types/product/product-provider.js.map +1 -0
- package/lib/common/types/product/product.d.ts +179 -0
- package/lib/common/types/product/product.d.ts.map +1 -0
- package/lib/common/types/product/product.js +3 -0
- package/lib/common/types/product/product.js.map +1 -0
- package/lib/common/types/product/prompt-template.d.ts +6 -0
- package/lib/common/types/product/prompt-template.d.ts.map +1 -0
- package/lib/common/types/product/prompt-template.js +3 -0
- package/lib/common/types/product/prompt-template.js.map +1 -0
- package/lib/common/types/product/remote-agent.d.ts +20 -0
- package/lib/common/types/product/remote-agent.d.ts.map +1 -0
- package/lib/common/types/product/remote-agent.js +3 -0
- package/lib/common/types/product/remote-agent.js.map +1 -0
- package/lib/common/types/product/replacement.d.ts +38 -0
- package/lib/common/types/product/replacement.d.ts.map +1 -0
- package/lib/common/types/product/replacement.js +18 -0
- package/lib/common/types/product/replacement.js.map +1 -0
- package/lib/common/types/product/telemetry.d.ts +16 -0
- package/lib/common/types/product/telemetry.d.ts.map +1 -0
- package/lib/common/types/product/telemetry.js +3 -0
- package/lib/common/types/product/telemetry.js.map +1 -0
- package/lib/common/types/product/updates.d.ts +17 -0
- package/lib/common/types/product/updates.d.ts.map +1 -0
- package/lib/common/types/product/updates.js +8 -0
- package/lib/common/types/product/updates.js.map +1 -0
- package/package.json +4 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.