File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
x-pack/platform/plugins/shared
agent_builder_platform/public Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ export class AgentBuilderPlatformPlugin
3333 start ( coreStart : CoreStart , startDeps : PluginStartDependencies ) : AgentBuilderPlatformPluginStart {
3434 const { onechat } = startDeps ;
3535
36- // Register built-in attachment UI definitions
3736 registerAttachmentUiDefinitions ( {
3837 attachments : onechat . attachments ,
3938 } ) ;
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ import {
2727 AgentBuilderAccessChecker ,
2828 AgentService ,
2929 AttachmentsService ,
30- createPublicAttachmentContract ,
3130 ChatService ,
3231 ConversationsService ,
3332 NavigationService ,
3433 ToolsService ,
3534 type OnechatInternalService ,
3635} from './services' ;
36+ import { createPublicAttachmentContract } from './services/attachments' ;
3737import { createPublicToolContract } from './services/tools' ;
3838import type {
3939 ConfigSchema ,
Original file line number Diff line number Diff line change 77
88export { AgentBuilderAccessChecker } from './access' ;
99export { AgentService } from './agents' ;
10- export { AttachmentsService , createPublicAttachmentContract } from './attachments' ;
10+ export { AttachmentsService } from './attachments' ;
1111export { ChatService } from './chat' ;
1212export { ConversationsService } from './conversations' ;
1313export { NavigationService } from './navigation' ;
You can’t perform that action at this time.
0 commit comments