We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0569a86 + ef95097 commit a7ad7e9Copy full SHA for a7ad7e9
1 file changed
src/Shared/Providers/MainContextProvider/types.ts
@@ -48,6 +48,7 @@ export interface SidePanelConfig {
48
/** URL to documentation that should be displayed in the panel */
49
docLink: string | null
50
aiSessionId?: string
51
+ isExpandedView?: boolean
52
}
53
54
type AIAgentContextType = {
0 commit comments