java.lang.Object
com.github.copilot.generated.rpc.SessionNameApi
API methods for the
name namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionget()Identifies the target session.set(SessionNameSetParams params) New friendly name to apply to the session.setAuto(SessionNameSetAutoParams params) Auto-generated session summary to apply as the session's name when no user-set name exists.
-
Method Details
-
get
Identifies the target session.- Since:
- 1.0.0
-
set
New friendly name to apply to the session.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
setAuto
Auto-generated session summary to apply as the session's name when no user-set name exists.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-