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.d.mts
CHANGED
|
@@ -6535,9 +6535,9 @@ declare class Session {
|
|
|
6535
6535
|
*/
|
|
6536
6536
|
callMcpTool(toolName: string, args: any, autoGenSession?: boolean): Promise<McpToolResult>;
|
|
6537
6537
|
/**
|
|
6538
|
-
* Get runtime metrics for this session
|
|
6538
|
+
* Get runtime metrics for this session.
|
|
6539
6539
|
*
|
|
6540
|
-
* The underlying
|
|
6540
|
+
* The underlying service returns a JSON string. This method parses it and
|
|
6541
6541
|
* returns a structured result.
|
|
6542
6542
|
*
|
|
6543
6543
|
* @example
|
package/dist/index.d.ts
CHANGED
|
@@ -6535,9 +6535,9 @@ declare class Session {
|
|
|
6535
6535
|
*/
|
|
6536
6536
|
callMcpTool(toolName: string, args: any, autoGenSession?: boolean): Promise<McpToolResult>;
|
|
6537
6537
|
/**
|
|
6538
|
-
* Get runtime metrics for this session
|
|
6538
|
+
* Get runtime metrics for this session.
|
|
6539
6539
|
*
|
|
6540
|
-
* The underlying
|
|
6540
|
+
* The underlying service returns a JSON string. This method parses it and
|
|
6541
6541
|
* returns a structured result.
|
|
6542
6542
|
*
|
|
6543
6543
|
* @example
|
package/dist/index.mjs
CHANGED
|
@@ -17252,9 +17252,9 @@ var _Session = class _Session {
|
|
|
17252
17252
|
}
|
|
17253
17253
|
}
|
|
17254
17254
|
/**
|
|
17255
|
-
* Get runtime metrics for this session
|
|
17255
|
+
* Get runtime metrics for this session.
|
|
17256
17256
|
*
|
|
17257
|
-
* The underlying
|
|
17257
|
+
* The underlying service returns a JSON string. This method parses it and
|
|
17258
17258
|
* returns a structured result.
|
|
17259
17259
|
*
|
|
17260
17260
|
* @example
|