java.lang.Object
com.github.copilot.generated.rpc.SessionSkillsApi
API methods for the
skills namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondisable(SessionSkillsDisableParams params) Name of the skill to disable for the session.enable(SessionSkillsEnableParams params) Name of the skill to enable for the session.Identifies the target session.Identifies the target session.list()Identifies the target session.reload()Identifies the target session.
-
Method Details
-
list
Identifies the target session.- Since:
- 1.0.0
-
getInvoked
Identifies the target session.- Since:
- 1.0.0
-
enable
Name of the skill to enable for 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
-
disable
Name of the skill to disable for 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
-
reload
Identifies the target session.- Since:
- 1.0.0
-
ensureLoaded
Identifies the target session.- Since:
- 1.0.0
-