Skip to content

Commit 497259d

Browse files
committed
format
1 parent d039887 commit 497259d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/acp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export class ClientSideConnection implements Agent {
646646
* Resumes an existing session without returning previous messages.
647647
*
648648
* This method is only available if the agent advertises the `session.resume` capability.
649-
*
649+
*
650650
* The agent should resume the session context, allowing the conversation to continue
651651
* without replaying the message history (unlike `session/load`).
652652
*/
@@ -1452,7 +1452,7 @@ export interface Agent {
14521452
* Resumes an existing session without returning previous messages.
14531453
*
14541454
* This method is only available if the agent advertises the `session.resume` capability.
1455-
*
1455+
*
14561456
* The agent should resume the session context, allowing the conversation to continue
14571457
* without replaying the message history (unlike `session/load`).
14581458
*/

0 commit comments

Comments
 (0)