Uses of Record Class
com.github.copilot.sdk.generated.WorkingDirectoryContext
Packages that use WorkingDirectoryContext
-
Uses of WorkingDirectoryContext in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return WorkingDirectoryContextModifier and TypeMethodDescriptionSessionResumeEvent.SessionResumeEventData.context()Returns the value of thecontextrecord component.SessionStartEvent.SessionStartEventData.context()Returns the value of thecontextrecord component.Constructors in com.github.copilot.sdk.generated with parameters of type WorkingDirectoryContextModifierConstructorDescriptionSessionResumeEventData(OffsetDateTime resumeTime, Double eventCount, String selectedModel, String reasoningEffort, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean remoteSteerable) Creates an instance of aSessionResumeEventDatarecord class.SessionStartEventData(String sessionId, Double version, String producer, String copilotVersion, OffsetDateTime startTime, String selectedModel, String reasoningEffort, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean remoteSteerable) Creates an instance of aSessionStartEventDatarecord class.