Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj committed Nov 14, 2024
1 parent 1e2b115 commit 6fca49f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions go/appbuilder/app_builder_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 6fca49f

Please sign in to comment.