From 6fca49fe13f0abf09c48b8927dd39a775c19f16f Mon Sep 17 00:00:00 2001 From: userpj Date: Thu, 14 Nov 2024 20:22:36 +0800 Subject: [PATCH] update --- go/appbuilder/app_builder_client.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/go/appbuilder/app_builder_client.go b/go/appbuilder/app_builder_client.go index c6921a640..c2c6921c8 100644 --- a/go/appbuilder/app_builder_client.go +++ b/go/appbuilder/app_builder_client.go @@ -31,11 +31,6 @@ import ( "time" ) -type AppbuilderClient interface { - CreateConversation() (string, error) - Run(conversationID string, query string, fileIDS []string, stream bool) -} - // Deprecated: 将废弃,请使用DescribeApps替代 func GetAppList(req GetAppListRequest, config *SDKConfig) ([]App, error) { request := http.Request{}