Uses of Class
com.github.copilot.sdk.json.SectionOverride
Packages that use SectionOverride
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SectionOverride in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SectionOverrideModifier and TypeMethodDescriptionSectionOverride.setAction(SectionOverrideAction action) Sets the override action.SectionOverride.setContent(String content) Sets the content for the override.SectionOverride.setTransform(Function<String, CompletableFuture<String>> transform) Sets the transform callback for this section.Methods in com.github.copilot.sdk.json that return types with arguments of type SectionOverrideModifier and TypeMethodDescriptionSystemMessageConfig.getSections()Gets the section-level overrides forSystemMessageMode.CUSTOMIZEmode.Method parameters in com.github.copilot.sdk.json with type arguments of type SectionOverrideModifier and TypeMethodDescriptionSystemMessageConfig.setSections(Map<String, SectionOverride> sections) Sets section-level overrides forSystemMessageMode.CUSTOMIZEmode.