Skip to content

Commit a7ad7e9

Browse files
Merge pull request #927 from devtron-labs/feat/chatbot-graphs
feat: chatbot graphs
2 parents 0569a86 + ef95097 commit a7ad7e9

File tree

1 file changed

+1
-0
lines changed
  • src/Shared/Providers/MainContextProvider

1 file changed

+1
-0
lines changed

src/Shared/Providers/MainContextProvider/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export interface SidePanelConfig {
4848
/** URL to documentation that should be displayed in the panel */
4949
docLink: string | null
5050
aiSessionId?: string
51+
isExpandedView?: boolean
5152
}
5253

5354
type AIAgentContextType = {

0 commit comments

Comments
 (0)