| 注释类型 | 说明 |
|---|---|
| AcpAgent |
Marks a class as an ACP agent that can handle client requests.
|
| AcpExceptionHandler |
Marks a method as an exception handler for ACP agent operations.
|
| Cancel |
Marks a method as the handler for cancellation notifications.
|
| Initialize |
Marks a method as the handler for ACP initialization requests.
|
| LoadSession |
Marks a method as the handler for loading existing ACP sessions.
|
| NewSession |
Marks a method as the handler for new session requests.
|
| Prompt |
Marks a method as the handler for prompt requests.
|
| SessionId |
Marks a String parameter to receive the current session ID.
|
| SessionState |
Marks a parameter as session-scoped state that should be injected
and persisted across requests within the same session.
|
| SetSessionMode |
Marks a method as the handler for setting the session mode.
|
| SetSessionModel |
Marks a method as the handler for setting the session model.
|