test-wuying-agentbay-sdk 0.13.1-beta.20251224113236 → 0.13.1-beta.20251224115652
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/docs/api/common-features/basics/session.md +30 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -17238,9 +17238,9 @@ var _Session = class _Session {
|
|
|
17238
17238
|
}
|
|
17239
17239
|
}
|
|
17240
17240
|
/**
|
|
17241
|
-
* Get runtime metrics for this session
|
|
17241
|
+
* Get runtime metrics for this session.
|
|
17242
17242
|
*
|
|
17243
|
-
* The underlying
|
|
17243
|
+
* The underlying service returns a JSON string. This method parses it and
|
|
17244
17244
|
* returns a structured result.
|
|
17245
17245
|
*
|
|
17246
17246
|
* @example
|