assistant_service

package
v0.2.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AssistantService_GetAssistantByIds_FullMethodName                   = "/assistant_service.AssistantService/GetAssistantByIds"
	AssistantService_AssistantCreate_FullMethodName                     = "/assistant_service.AssistantService/AssistantCreate"
	AssistantService_AssistantUpdate_FullMethodName                     = "/assistant_service.AssistantService/AssistantUpdate"
	AssistantService_AssistantConfigUpdate_FullMethodName               = "/assistant_service.AssistantService/AssistantConfigUpdate"
	AssistantService_AssistantDelete_FullMethodName                     = "/assistant_service.AssistantService/AssistantDelete"
	AssistantService_GetAssistantListMyAll_FullMethodName               = "/assistant_service.AssistantService/GetAssistantListMyAll"
	AssistantService_GetAssistantInfo_FullMethodName                    = "/assistant_service.AssistantService/GetAssistantInfo"
	AssistantService_AssistantCopy_FullMethodName                       = "/assistant_service.AssistantService/AssistantCopy"
	AssistantService_AssistantWorkFlowCreate_FullMethodName             = "/assistant_service.AssistantService/AssistantWorkFlowCreate"
	AssistantService_AssistantWorkFlowDelete_FullMethodName             = "/assistant_service.AssistantService/AssistantWorkFlowDelete"
	AssistantService_AssistantWorkFlowEnableSwitch_FullMethodName       = "/assistant_service.AssistantService/AssistantWorkFlowEnableSwitch"
	AssistantService_AssistantWorkFlowDeleteByWorkflowId_FullMethodName = "/assistant_service.AssistantService/AssistantWorkFlowDeleteByWorkflowId"
	AssistantService_AssistantMCPCreate_FullMethodName                  = "/assistant_service.AssistantService/AssistantMCPCreate"
	AssistantService_AssistantMCPDelete_FullMethodName                  = "/assistant_service.AssistantService/AssistantMCPDelete"
	AssistantService_AssistantMCPEnableSwitch_FullMethodName            = "/assistant_service.AssistantService/AssistantMCPEnableSwitch"
	AssistantService_AssistantMCPGetList_FullMethodName                 = "/assistant_service.AssistantService/AssistantMCPGetList"
	AssistantService_AssistantMCPDeleteByMCPId_FullMethodName           = "/assistant_service.AssistantService/AssistantMCPDeleteByMCPId"
	AssistantService_AssistantToolCreate_FullMethodName                 = "/assistant_service.AssistantService/AssistantToolCreate"
	AssistantService_AssistantToolDelete_FullMethodName                 = "/assistant_service.AssistantService/AssistantToolDelete"
	AssistantService_AssistantToolEnableSwitch_FullMethodName           = "/assistant_service.AssistantService/AssistantToolEnableSwitch"
	AssistantService_AssistantToolConfig_FullMethodName                 = "/assistant_service.AssistantService/AssistantToolConfig"
	AssistantService_AssistantToolDeleteByToolId_FullMethodName         = "/assistant_service.AssistantService/AssistantToolDeleteByToolId"
	AssistantService_ConversationCreate_FullMethodName                  = "/assistant_service.AssistantService/ConversationCreate"
	AssistantService_ConversationDelete_FullMethodName                  = "/assistant_service.AssistantService/ConversationDelete"
	AssistantService_GetConversationList_FullMethodName                 = "/assistant_service.AssistantService/GetConversationList"
	AssistantService_GetConversationDetailList_FullMethodName           = "/assistant_service.AssistantService/GetConversationDetailList"
	AssistantService_AssistantConversionStream_FullMethodName           = "/assistant_service.AssistantService/AssistantConversionStream"
	AssistantService_ConversationDeleteByAssistantId_FullMethodName     = "/assistant_service.AssistantService/ConversationDeleteByAssistantId"
	AssistantService_CustomPromptCreate_FullMethodName                  = "/assistant_service.AssistantService/CustomPromptCreate"
	AssistantService_CustomPromptDelete_FullMethodName                  = "/assistant_service.AssistantService/CustomPromptDelete"
	AssistantService_CustomPromptUpdate_FullMethodName                  = "/assistant_service.AssistantService/CustomPromptUpdate"
	AssistantService_CustomPromptGet_FullMethodName                     = "/assistant_service.AssistantService/CustomPromptGet"
	AssistantService_CustomPromptGetList_FullMethodName                 = "/assistant_service.AssistantService/CustomPromptGetList"
	AssistantService_CustomPromptCopy_FullMethodName                    = "/assistant_service.AssistantService/CustomPromptCopy"
)

Variables

View Source
var AssistantService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "assistant_service.AssistantService",
	HandlerType: (*AssistantServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAssistantByIds",
			Handler:    _AssistantService_GetAssistantByIds_Handler,
		},
		{
			MethodName: "AssistantCreate",
			Handler:    _AssistantService_AssistantCreate_Handler,
		},
		{
			MethodName: "AssistantUpdate",
			Handler:    _AssistantService_AssistantUpdate_Handler,
		},
		{
			MethodName: "AssistantConfigUpdate",
			Handler:    _AssistantService_AssistantConfigUpdate_Handler,
		},
		{
			MethodName: "AssistantDelete",
			Handler:    _AssistantService_AssistantDelete_Handler,
		},
		{
			MethodName: "GetAssistantListMyAll",
			Handler:    _AssistantService_GetAssistantListMyAll_Handler,
		},
		{
			MethodName: "GetAssistantInfo",
			Handler:    _AssistantService_GetAssistantInfo_Handler,
		},
		{
			MethodName: "AssistantCopy",
			Handler:    _AssistantService_AssistantCopy_Handler,
		},
		{
			MethodName: "AssistantWorkFlowCreate",
			Handler:    _AssistantService_AssistantWorkFlowCreate_Handler,
		},
		{
			MethodName: "AssistantWorkFlowDelete",
			Handler:    _AssistantService_AssistantWorkFlowDelete_Handler,
		},
		{
			MethodName: "AssistantWorkFlowEnableSwitch",
			Handler:    _AssistantService_AssistantWorkFlowEnableSwitch_Handler,
		},
		{
			MethodName: "AssistantWorkFlowDeleteByWorkflowId",
			Handler:    _AssistantService_AssistantWorkFlowDeleteByWorkflowId_Handler,
		},
		{
			MethodName: "AssistantMCPCreate",
			Handler:    _AssistantService_AssistantMCPCreate_Handler,
		},
		{
			MethodName: "AssistantMCPDelete",
			Handler:    _AssistantService_AssistantMCPDelete_Handler,
		},
		{
			MethodName: "AssistantMCPEnableSwitch",
			Handler:    _AssistantService_AssistantMCPEnableSwitch_Handler,
		},
		{
			MethodName: "AssistantMCPGetList",
			Handler:    _AssistantService_AssistantMCPGetList_Handler,
		},
		{
			MethodName: "AssistantMCPDeleteByMCPId",
			Handler:    _AssistantService_AssistantMCPDeleteByMCPId_Handler,
		},
		{
			MethodName: "AssistantToolCreate",
			Handler:    _AssistantService_AssistantToolCreate_Handler,
		},
		{
			MethodName: "AssistantToolDelete",
			Handler:    _AssistantService_AssistantToolDelete_Handler,
		},
		{
			MethodName: "AssistantToolEnableSwitch",
			Handler:    _AssistantService_AssistantToolEnableSwitch_Handler,
		},
		{
			MethodName: "AssistantToolConfig",
			Handler:    _AssistantService_AssistantToolConfig_Handler,
		},
		{
			MethodName: "AssistantToolDeleteByToolId",
			Handler:    _AssistantService_AssistantToolDeleteByToolId_Handler,
		},
		{
			MethodName: "ConversationCreate",
			Handler:    _AssistantService_ConversationCreate_Handler,
		},
		{
			MethodName: "ConversationDelete",
			Handler:    _AssistantService_ConversationDelete_Handler,
		},
		{
			MethodName: "GetConversationList",
			Handler:    _AssistantService_GetConversationList_Handler,
		},
		{
			MethodName: "GetConversationDetailList",
			Handler:    _AssistantService_GetConversationDetailList_Handler,
		},
		{
			MethodName: "ConversationDeleteByAssistantId",
			Handler:    _AssistantService_ConversationDeleteByAssistantId_Handler,
		},
		{
			MethodName: "CustomPromptCreate",
			Handler:    _AssistantService_CustomPromptCreate_Handler,
		},
		{
			MethodName: "CustomPromptDelete",
			Handler:    _AssistantService_CustomPromptDelete_Handler,
		},
		{
			MethodName: "CustomPromptUpdate",
			Handler:    _AssistantService_CustomPromptUpdate_Handler,
		},
		{
			MethodName: "CustomPromptGet",
			Handler:    _AssistantService_CustomPromptGet_Handler,
		},
		{
			MethodName: "CustomPromptGetList",
			Handler:    _AssistantService_CustomPromptGetList_Handler,
		},
		{
			MethodName: "CustomPromptCopy",
			Handler:    _AssistantService_CustomPromptCopy_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "AssistantConversionStream",
			Handler:       _AssistantService_AssistantConversionStream_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "proto/assistant-service/assistant-service.proto",
}

AssistantService_ServiceDesc is the grpc.ServiceDesc for AssistantService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_assistant_service_assistant_service_proto protoreflect.FileDescriptor

Functions

func RegisterAssistantServiceServer

func RegisterAssistantServiceServer(s grpc.ServiceRegistrar, srv AssistantServiceServer)

Types

type AppBriefList

type AppBriefList struct {
	AssistantInfos []*common.AppBrief `protobuf:"bytes,1,rep,name=assistantInfos,proto3" json:"assistantInfos,omitempty"`
	// contains filtered or unexported fields
}

func (*AppBriefList) Descriptor deprecated

func (*AppBriefList) Descriptor() ([]byte, []int)

Deprecated: Use AppBriefList.ProtoReflect.Descriptor instead.

func (*AppBriefList) GetAssistantInfos

func (x *AppBriefList) GetAssistantInfos() []*common.AppBrief

func (*AppBriefList) ProtoMessage

func (*AppBriefList) ProtoMessage()

func (*AppBriefList) ProtoReflect

func (x *AppBriefList) ProtoReflect() protoreflect.Message

func (*AppBriefList) Reset

func (x *AppBriefList) Reset()

func (*AppBriefList) String

func (x *AppBriefList) String() string

type AppKnowledgeBase added in v0.2.2

type AppKnowledgeBase struct {
	KnowledgeBaseId      string                `protobuf:"bytes,1,opt,name=knowledgeBaseId,proto3" json:"knowledgeBaseId,omitempty"`
	KnowledgeBaseName    string                `protobuf:"bytes,2,opt,name=knowledgeBaseName,proto3" json:"knowledgeBaseName,omitempty"`
	GraphSwitch          int32                 `protobuf:"varint,3,opt,name=graphSwitch,proto3" json:"graphSwitch,omitempty"` // 知识图谱开关
	MetaDataFilterParams *MetaDataFilterParams `protobuf:"bytes,4,opt,name=metaDataFilterParams,proto3" json:"metaDataFilterParams,omitempty"`
	// contains filtered or unexported fields
}

func (*AppKnowledgeBase) Descriptor deprecated added in v0.2.2

func (*AppKnowledgeBase) Descriptor() ([]byte, []int)

Deprecated: Use AppKnowledgeBase.ProtoReflect.Descriptor instead.

func (*AppKnowledgeBase) GetGraphSwitch added in v0.2.7

func (x *AppKnowledgeBase) GetGraphSwitch() int32

func (*AppKnowledgeBase) GetKnowledgeBaseId added in v0.2.2

func (x *AppKnowledgeBase) GetKnowledgeBaseId() string

func (*AppKnowledgeBase) GetKnowledgeBaseName added in v0.2.2

func (x *AppKnowledgeBase) GetKnowledgeBaseName() string

func (*AppKnowledgeBase) GetMetaDataFilterParams added in v0.2.2

func (x *AppKnowledgeBase) GetMetaDataFilterParams() *MetaDataFilterParams

func (*AppKnowledgeBase) ProtoMessage added in v0.2.2

func (*AppKnowledgeBase) ProtoMessage()

func (*AppKnowledgeBase) ProtoReflect added in v0.2.2

func (x *AppKnowledgeBase) ProtoReflect() protoreflect.Message

func (*AppKnowledgeBase) Reset added in v0.2.2

func (x *AppKnowledgeBase) Reset()

func (*AppKnowledgeBase) String added in v0.2.2

func (x *AppKnowledgeBase) String() string

type AssistantConfigUpdateReq

type AssistantConfigUpdateReq struct {
	AssistantId         string                        `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Instructions        string                        `protobuf:"bytes,2,opt,name=instructions,proto3" json:"instructions,omitempty"`
	Prologue            string                        `protobuf:"bytes,3,opt,name=prologue,proto3" json:"prologue,omitempty"`
	RecommendQuestion   []string                      `protobuf:"bytes,4,rep,name=recommendQuestion,proto3" json:"recommendQuestion,omitempty"`
	ModelConfig         *common.AppModelConfig        `protobuf:"bytes,5,opt,name=modelConfig,proto3" json:"modelConfig,omitempty"`                 // 模型配置
	KnowledgeBaseConfig *AssistantKnowledgeBaseConfig `protobuf:"bytes,6,opt,name=knowledgeBaseConfig,proto3" json:"knowledgeBaseConfig,omitempty"` // 知识库
	RerankConfig        *common.AppModelConfig        `protobuf:"bytes,7,opt,name=rerankConfig,proto3" json:"rerankConfig,omitempty"`               // Rerank模型
	Identity            *Identity                     `protobuf:"bytes,9,opt,name=identity,proto3" json:"identity,omitempty"`
	SafetyConfig        *AssistantSafetyConfig        `protobuf:"bytes,10,opt,name=safetyConfig,proto3" json:"safetyConfig,omitempty"`
	VisionConfig        *AssistantVisionConfig        `protobuf:"bytes,11,opt,name=visionConfig,proto3" json:"visionConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantConfigUpdateReq) Descriptor deprecated

func (*AssistantConfigUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantConfigUpdateReq.ProtoReflect.Descriptor instead.

func (*AssistantConfigUpdateReq) GetAssistantId

func (x *AssistantConfigUpdateReq) GetAssistantId() string

func (*AssistantConfigUpdateReq) GetIdentity

func (x *AssistantConfigUpdateReq) GetIdentity() *Identity

func (*AssistantConfigUpdateReq) GetInstructions

func (x *AssistantConfigUpdateReq) GetInstructions() string

func (*AssistantConfigUpdateReq) GetKnowledgeBaseConfig

func (x *AssistantConfigUpdateReq) GetKnowledgeBaseConfig() *AssistantKnowledgeBaseConfig

func (*AssistantConfigUpdateReq) GetModelConfig

func (x *AssistantConfigUpdateReq) GetModelConfig() *common.AppModelConfig

func (*AssistantConfigUpdateReq) GetPrologue

func (x *AssistantConfigUpdateReq) GetPrologue() string

func (*AssistantConfigUpdateReq) GetRecommendQuestion

func (x *AssistantConfigUpdateReq) GetRecommendQuestion() []string

func (*AssistantConfigUpdateReq) GetRerankConfig

func (x *AssistantConfigUpdateReq) GetRerankConfig() *common.AppModelConfig

func (*AssistantConfigUpdateReq) GetSafetyConfig added in v0.1.5

func (x *AssistantConfigUpdateReq) GetSafetyConfig() *AssistantSafetyConfig

func (*AssistantConfigUpdateReq) GetVisionConfig added in v0.2.5

func (x *AssistantConfigUpdateReq) GetVisionConfig() *AssistantVisionConfig

func (*AssistantConfigUpdateReq) ProtoMessage

func (*AssistantConfigUpdateReq) ProtoMessage()

func (*AssistantConfigUpdateReq) ProtoReflect

func (x *AssistantConfigUpdateReq) ProtoReflect() protoreflect.Message

func (*AssistantConfigUpdateReq) Reset

func (x *AssistantConfigUpdateReq) Reset()

func (*AssistantConfigUpdateReq) String

func (x *AssistantConfigUpdateReq) String() string

type AssistantConversionStreamReq

type AssistantConversionStreamReq struct {
	AssistantId    string                  `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	ConversationId string                  `protobuf:"bytes,2,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	FileInfo       []*ConversionStreamFile `protobuf:"bytes,3,rep,name=fileInfo,proto3" json:"fileInfo,omitempty"`
	Trial          bool                    `protobuf:"varint,4,opt,name=trial,proto3" json:"trial,omitempty"`
	Prompt         string                  `protobuf:"bytes,5,opt,name=prompt,proto3" json:"prompt,omitempty"`
	SystemPrompt   string                  `protobuf:"bytes,6,opt,name=systemPrompt,proto3" json:"systemPrompt,omitempty"`
	Identity       *Identity               `protobuf:"bytes,7,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantConversionStreamReq) Descriptor deprecated

func (*AssistantConversionStreamReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantConversionStreamReq.ProtoReflect.Descriptor instead.

func (*AssistantConversionStreamReq) GetAssistantId

func (x *AssistantConversionStreamReq) GetAssistantId() string

func (*AssistantConversionStreamReq) GetConversationId

func (x *AssistantConversionStreamReq) GetConversationId() string

func (*AssistantConversionStreamReq) GetFileInfo

func (*AssistantConversionStreamReq) GetIdentity

func (x *AssistantConversionStreamReq) GetIdentity() *Identity

func (*AssistantConversionStreamReq) GetPrompt

func (x *AssistantConversionStreamReq) GetPrompt() string

func (*AssistantConversionStreamReq) GetSystemPrompt added in v0.2.8

func (x *AssistantConversionStreamReq) GetSystemPrompt() string

func (*AssistantConversionStreamReq) GetTrial

func (x *AssistantConversionStreamReq) GetTrial() bool

func (*AssistantConversionStreamReq) ProtoMessage

func (*AssistantConversionStreamReq) ProtoMessage()

func (*AssistantConversionStreamReq) ProtoReflect

func (*AssistantConversionStreamReq) Reset

func (x *AssistantConversionStreamReq) Reset()

func (*AssistantConversionStreamReq) String

type AssistantConversionStreamResp

type AssistantConversionStreamResp struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantConversionStreamResp) Descriptor deprecated

func (*AssistantConversionStreamResp) Descriptor() ([]byte, []int)

Deprecated: Use AssistantConversionStreamResp.ProtoReflect.Descriptor instead.

func (*AssistantConversionStreamResp) GetContent

func (x *AssistantConversionStreamResp) GetContent() string

func (*AssistantConversionStreamResp) ProtoMessage

func (*AssistantConversionStreamResp) ProtoMessage()

func (*AssistantConversionStreamResp) ProtoReflect

func (*AssistantConversionStreamResp) Reset

func (x *AssistantConversionStreamResp) Reset()

func (*AssistantConversionStreamResp) String

type AssistantCopyReq added in v0.2.5

type AssistantCopyReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Identity    *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantCopyReq) Descriptor deprecated added in v0.2.5

func (*AssistantCopyReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantCopyReq.ProtoReflect.Descriptor instead.

func (*AssistantCopyReq) GetAssistantId added in v0.2.5

func (x *AssistantCopyReq) GetAssistantId() string

func (*AssistantCopyReq) GetIdentity added in v0.2.5

func (x *AssistantCopyReq) GetIdentity() *Identity

func (*AssistantCopyReq) ProtoMessage added in v0.2.5

func (*AssistantCopyReq) ProtoMessage()

func (*AssistantCopyReq) ProtoReflect added in v0.2.5

func (x *AssistantCopyReq) ProtoReflect() protoreflect.Message

func (*AssistantCopyReq) Reset added in v0.2.5

func (x *AssistantCopyReq) Reset()

func (*AssistantCopyReq) String added in v0.2.5

func (x *AssistantCopyReq) String() string

type AssistantCreateReq

type AssistantCreateReq struct {
	AssistantBrief *common.AppBriefConfig `protobuf:"bytes,1,opt,name=assistantBrief,proto3" json:"assistantBrief,omitempty"`
	Identity       *Identity              `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantCreateReq) Descriptor deprecated

func (*AssistantCreateReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantCreateReq.ProtoReflect.Descriptor instead.

func (*AssistantCreateReq) GetAssistantBrief

func (x *AssistantCreateReq) GetAssistantBrief() *common.AppBriefConfig

func (*AssistantCreateReq) GetIdentity

func (x *AssistantCreateReq) GetIdentity() *Identity

func (*AssistantCreateReq) ProtoMessage

func (*AssistantCreateReq) ProtoMessage()

func (*AssistantCreateReq) ProtoReflect

func (x *AssistantCreateReq) ProtoReflect() protoreflect.Message

func (*AssistantCreateReq) Reset

func (x *AssistantCreateReq) Reset()

func (*AssistantCreateReq) String

func (x *AssistantCreateReq) String() string

type AssistantCreateResp added in v0.1.2

type AssistantCreateResp struct {
	AssistantId string `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantCreateResp) Descriptor deprecated added in v0.1.2

func (*AssistantCreateResp) Descriptor() ([]byte, []int)

Deprecated: Use AssistantCreateResp.ProtoReflect.Descriptor instead.

func (*AssistantCreateResp) GetAssistantId added in v0.1.2

func (x *AssistantCreateResp) GetAssistantId() string

func (*AssistantCreateResp) ProtoMessage added in v0.1.2

func (*AssistantCreateResp) ProtoMessage()

func (*AssistantCreateResp) ProtoReflect added in v0.1.2

func (x *AssistantCreateResp) ProtoReflect() protoreflect.Message

func (*AssistantCreateResp) Reset added in v0.1.2

func (x *AssistantCreateResp) Reset()

func (*AssistantCreateResp) String added in v0.1.2

func (x *AssistantCreateResp) String() string

type AssistantDeleteReq

type AssistantDeleteReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Identity    *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantDeleteReq) Descriptor deprecated

func (*AssistantDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantDeleteReq.ProtoReflect.Descriptor instead.

func (*AssistantDeleteReq) GetAssistantId

func (x *AssistantDeleteReq) GetAssistantId() string

func (*AssistantDeleteReq) GetIdentity

func (x *AssistantDeleteReq) GetIdentity() *Identity

func (*AssistantDeleteReq) ProtoMessage

func (*AssistantDeleteReq) ProtoMessage()

func (*AssistantDeleteReq) ProtoReflect

func (x *AssistantDeleteReq) ProtoReflect() protoreflect.Message

func (*AssistantDeleteReq) Reset

func (x *AssistantDeleteReq) Reset()

func (*AssistantDeleteReq) String

func (x *AssistantDeleteReq) String() string

type AssistantInfo

type AssistantInfo struct {
	AssistantId         string                        `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Identity            *Identity                     `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	AssistantBrief      *common.AppBriefConfig        `protobuf:"bytes,3,opt,name=assistantBrief,proto3" json:"assistantBrief,omitempty"`
	Prologue            string                        `protobuf:"bytes,4,opt,name=prologue,proto3" json:"prologue,omitempty"`
	Instructions        string                        `protobuf:"bytes,5,opt,name=instructions,proto3" json:"instructions,omitempty"`
	RecommendQuestion   []string                      `protobuf:"bytes,6,rep,name=recommendQuestion,proto3" json:"recommendQuestion,omitempty"`
	ModelConfig         *common.AppModelConfig        `protobuf:"bytes,7,opt,name=modelConfig,proto3" json:"modelConfig,omitempty"`                 // 模型配置
	KnowledgeBaseConfig *AssistantKnowledgeBaseConfig `protobuf:"bytes,8,opt,name=knowledgeBaseConfig,proto3" json:"knowledgeBaseConfig,omitempty"` // 知识库
	RerankConfig        *common.AppModelConfig        `protobuf:"bytes,9,opt,name=rerankConfig,proto3" json:"rerankConfig,omitempty"`               // Rerank模型
	Scope               int32                         `protobuf:"varint,11,opt,name=scope,proto3" json:"scope,omitempty"`
	WorkFlowInfos       []*AssistantWorkFlowInfos     `protobuf:"bytes,12,rep,name=workFlowInfos,proto3" json:"workFlowInfos,omitempty"`
	McpInfos            []*AssistantMCPInfos          `protobuf:"bytes,13,rep,name=mcpInfos,proto3" json:"mcpInfos,omitempty"`
	ToolInfos           []*AssistantToolInfos         `protobuf:"bytes,15,rep,name=toolInfos,proto3" json:"toolInfos,omitempty"`
	CreatTime           int64                         `protobuf:"varint,16,opt,name=creatTime,proto3" json:"creatTime,omitempty"`
	UpdateTime          int64                         `protobuf:"varint,17,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	SafetyConfig        *AssistantSafetyConfig        `protobuf:"bytes,18,opt,name=safetyConfig,proto3" json:"safetyConfig,omitempty"`
	VisionConfig        *AssistantVisionConfig        `protobuf:"bytes,19,opt,name=visionConfig,proto3" json:"visionConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantInfo) Descriptor deprecated

func (*AssistantInfo) Descriptor() ([]byte, []int)

Deprecated: Use AssistantInfo.ProtoReflect.Descriptor instead.

func (*AssistantInfo) GetAssistantBrief

func (x *AssistantInfo) GetAssistantBrief() *common.AppBriefConfig

func (*AssistantInfo) GetAssistantId

func (x *AssistantInfo) GetAssistantId() string

func (*AssistantInfo) GetCreatTime

func (x *AssistantInfo) GetCreatTime() int64

func (*AssistantInfo) GetIdentity added in v0.2.0

func (x *AssistantInfo) GetIdentity() *Identity

func (*AssistantInfo) GetInstructions

func (x *AssistantInfo) GetInstructions() string

func (*AssistantInfo) GetKnowledgeBaseConfig

func (x *AssistantInfo) GetKnowledgeBaseConfig() *AssistantKnowledgeBaseConfig

func (*AssistantInfo) GetMcpInfos added in v0.2.2

func (x *AssistantInfo) GetMcpInfos() []*AssistantMCPInfos

func (*AssistantInfo) GetModelConfig

func (x *AssistantInfo) GetModelConfig() *common.AppModelConfig

func (*AssistantInfo) GetPrologue

func (x *AssistantInfo) GetPrologue() string

func (*AssistantInfo) GetRecommendQuestion

func (x *AssistantInfo) GetRecommendQuestion() []string

func (*AssistantInfo) GetRerankConfig

func (x *AssistantInfo) GetRerankConfig() *common.AppModelConfig

func (*AssistantInfo) GetSafetyConfig added in v0.1.5

func (x *AssistantInfo) GetSafetyConfig() *AssistantSafetyConfig

func (*AssistantInfo) GetScope

func (x *AssistantInfo) GetScope() int32

func (*AssistantInfo) GetToolInfos added in v0.2.5

func (x *AssistantInfo) GetToolInfos() []*AssistantToolInfos

func (*AssistantInfo) GetUpdateTime

func (x *AssistantInfo) GetUpdateTime() int64

func (*AssistantInfo) GetVisionConfig added in v0.2.5

func (x *AssistantInfo) GetVisionConfig() *AssistantVisionConfig

func (*AssistantInfo) GetWorkFlowInfos

func (x *AssistantInfo) GetWorkFlowInfos() []*AssistantWorkFlowInfos

func (*AssistantInfo) ProtoMessage

func (*AssistantInfo) ProtoMessage()

func (*AssistantInfo) ProtoReflect

func (x *AssistantInfo) ProtoReflect() protoreflect.Message

func (*AssistantInfo) Reset

func (x *AssistantInfo) Reset()

func (*AssistantInfo) String

func (x *AssistantInfo) String() string

type AssistantKnowledgeBaseConfig

type AssistantKnowledgeBaseConfig struct {
	KnowledgeBaseIds     []string            `protobuf:"bytes,1,rep,name=knowledgeBaseIds,proto3" json:"knowledgeBaseIds,omitempty"`     // 知识库信息
	MaxHistory           int32               `protobuf:"varint,2,opt,name=maxHistory,proto3" json:"maxHistory,omitempty"`                // 最长上下文
	Threshold            float32             `protobuf:"fixed32,3,opt,name=threshold,proto3" json:"threshold,omitempty"`                 // 过滤阈值
	TopK                 int32               `protobuf:"varint,4,opt,name=topK,proto3" json:"topK,omitempty"`                            // topK
	MatchType            string              `protobuf:"bytes,5,opt,name=matchType,proto3" json:"matchType,omitempty"`                   //matchType:vector(向量检索)、text(文本检索)、mix(混合检索:向量+文本)
	KeywordPriority      float32             `protobuf:"fixed32,6,opt,name=keywordPriority,proto3" json:"keywordPriority,omitempty"`     // 关键词权重
	PriorityMatch        int32               `protobuf:"varint,7,opt,name=priorityMatch,proto3" json:"priorityMatch,omitempty"`          // 权重匹配,只有在混合检索模式下,选择权重设置后,这个才设置为1
	SemanticsPriority    float32             `protobuf:"fixed32,8,opt,name=semanticsPriority,proto3" json:"semanticsPriority,omitempty"` // 语义权重
	TermWeight           float32             `protobuf:"fixed32,9,opt,name=termWeight,proto3" json:"termWeight,omitempty"`               // 关键词系数
	TermWeightEnable     bool                `protobuf:"varint,10,opt,name=termWeightEnable,proto3" json:"termWeightEnable,omitempty"`   // 关键词系数开关
	AppKnowledgeBaseList []*AppKnowledgeBase `protobuf:"bytes,11,rep,name=appKnowledgeBaseList,proto3" json:"appKnowledgeBaseList,omitempty"`
	UseGraph             bool                `protobuf:"varint,12,opt,name=useGraph,proto3" json:"useGraph,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantKnowledgeBaseConfig) Descriptor deprecated

func (*AssistantKnowledgeBaseConfig) Descriptor() ([]byte, []int)

Deprecated: Use AssistantKnowledgeBaseConfig.ProtoReflect.Descriptor instead.

func (*AssistantKnowledgeBaseConfig) GetAppKnowledgeBaseList added in v0.2.2

func (x *AssistantKnowledgeBaseConfig) GetAppKnowledgeBaseList() []*AppKnowledgeBase

func (*AssistantKnowledgeBaseConfig) GetKeywordPriority added in v0.1.6

func (x *AssistantKnowledgeBaseConfig) GetKeywordPriority() float32

func (*AssistantKnowledgeBaseConfig) GetKnowledgeBaseIds added in v0.1.6

func (x *AssistantKnowledgeBaseConfig) GetKnowledgeBaseIds() []string

func (*AssistantKnowledgeBaseConfig) GetMatchType added in v0.1.6

func (x *AssistantKnowledgeBaseConfig) GetMatchType() string

func (*AssistantKnowledgeBaseConfig) GetMaxHistory

func (x *AssistantKnowledgeBaseConfig) GetMaxHistory() int32

func (*AssistantKnowledgeBaseConfig) GetPriorityMatch added in v0.1.6

func (x *AssistantKnowledgeBaseConfig) GetPriorityMatch() int32

func (*AssistantKnowledgeBaseConfig) GetSemanticsPriority added in v0.1.6

func (x *AssistantKnowledgeBaseConfig) GetSemanticsPriority() float32

func (*AssistantKnowledgeBaseConfig) GetTermWeight added in v0.2.0

func (x *AssistantKnowledgeBaseConfig) GetTermWeight() float32

func (*AssistantKnowledgeBaseConfig) GetTermWeightEnable added in v0.2.0

func (x *AssistantKnowledgeBaseConfig) GetTermWeightEnable() bool

func (*AssistantKnowledgeBaseConfig) GetThreshold

func (x *AssistantKnowledgeBaseConfig) GetThreshold() float32

func (*AssistantKnowledgeBaseConfig) GetTopK

func (x *AssistantKnowledgeBaseConfig) GetTopK() int32

func (*AssistantKnowledgeBaseConfig) GetUseGraph added in v0.2.7

func (x *AssistantKnowledgeBaseConfig) GetUseGraph() bool

func (*AssistantKnowledgeBaseConfig) ProtoMessage

func (*AssistantKnowledgeBaseConfig) ProtoMessage()

func (*AssistantKnowledgeBaseConfig) ProtoReflect

func (*AssistantKnowledgeBaseConfig) Reset

func (x *AssistantKnowledgeBaseConfig) Reset()

func (*AssistantKnowledgeBaseConfig) String

type AssistantMCPCreateReq added in v0.1.6

type AssistantMCPCreateReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	McpId       string    `protobuf:"bytes,2,opt,name=mcpId,proto3" json:"mcpId,omitempty"`
	McpType     string    `protobuf:"bytes,3,opt,name=mcpType,proto3" json:"mcpType,omitempty"`
	ActionName  string    `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Identity    *Identity `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPCreateReq) Descriptor deprecated added in v0.1.6

func (*AssistantMCPCreateReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPCreateReq.ProtoReflect.Descriptor instead.

func (*AssistantMCPCreateReq) GetActionName added in v0.2.5

func (x *AssistantMCPCreateReq) GetActionName() string

func (*AssistantMCPCreateReq) GetAssistantId added in v0.1.6

func (x *AssistantMCPCreateReq) GetAssistantId() string

func (*AssistantMCPCreateReq) GetIdentity added in v0.1.6

func (x *AssistantMCPCreateReq) GetIdentity() *Identity

func (*AssistantMCPCreateReq) GetMcpId added in v0.1.6

func (x *AssistantMCPCreateReq) GetMcpId() string

func (*AssistantMCPCreateReq) GetMcpType added in v0.2.5

func (x *AssistantMCPCreateReq) GetMcpType() string

func (*AssistantMCPCreateReq) ProtoMessage added in v0.1.6

func (*AssistantMCPCreateReq) ProtoMessage()

func (*AssistantMCPCreateReq) ProtoReflect added in v0.1.6

func (x *AssistantMCPCreateReq) ProtoReflect() protoreflect.Message

func (*AssistantMCPCreateReq) Reset added in v0.1.6

func (x *AssistantMCPCreateReq) Reset()

func (*AssistantMCPCreateReq) String added in v0.1.6

func (x *AssistantMCPCreateReq) String() string

type AssistantMCPDeleteByMCPIdReq added in v0.2.1

type AssistantMCPDeleteByMCPIdReq struct {
	McpId    string    `protobuf:"bytes,1,opt,name=mcpId,proto3" json:"mcpId,omitempty"`
	McpType  string    `protobuf:"bytes,2,opt,name=mcpType,proto3" json:"mcpType,omitempty"`
	Identity *Identity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPDeleteByMCPIdReq) Descriptor deprecated added in v0.2.1

func (*AssistantMCPDeleteByMCPIdReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPDeleteByMCPIdReq.ProtoReflect.Descriptor instead.

func (*AssistantMCPDeleteByMCPIdReq) GetIdentity added in v0.2.1

func (x *AssistantMCPDeleteByMCPIdReq) GetIdentity() *Identity

func (*AssistantMCPDeleteByMCPIdReq) GetMcpId added in v0.2.1

func (x *AssistantMCPDeleteByMCPIdReq) GetMcpId() string

func (*AssistantMCPDeleteByMCPIdReq) GetMcpType added in v0.2.5

func (x *AssistantMCPDeleteByMCPIdReq) GetMcpType() string

func (*AssistantMCPDeleteByMCPIdReq) ProtoMessage added in v0.2.1

func (*AssistantMCPDeleteByMCPIdReq) ProtoMessage()

func (*AssistantMCPDeleteByMCPIdReq) ProtoReflect added in v0.2.1

func (*AssistantMCPDeleteByMCPIdReq) Reset added in v0.2.1

func (x *AssistantMCPDeleteByMCPIdReq) Reset()

func (*AssistantMCPDeleteByMCPIdReq) String added in v0.2.1

type AssistantMCPDeleteReq added in v0.1.6

type AssistantMCPDeleteReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	McpId       string    `protobuf:"bytes,2,opt,name=mcpId,proto3" json:"mcpId,omitempty"`
	McpType     string    `protobuf:"bytes,3,opt,name=mcpType,proto3" json:"mcpType,omitempty"`
	ActionName  string    `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Identity    *Identity `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPDeleteReq) Descriptor deprecated added in v0.1.6

func (*AssistantMCPDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPDeleteReq.ProtoReflect.Descriptor instead.

func (*AssistantMCPDeleteReq) GetActionName added in v0.2.5

func (x *AssistantMCPDeleteReq) GetActionName() string

func (*AssistantMCPDeleteReq) GetAssistantId added in v0.1.8

func (x *AssistantMCPDeleteReq) GetAssistantId() string

func (*AssistantMCPDeleteReq) GetIdentity added in v0.1.6

func (x *AssistantMCPDeleteReq) GetIdentity() *Identity

func (*AssistantMCPDeleteReq) GetMcpId added in v0.1.6

func (x *AssistantMCPDeleteReq) GetMcpId() string

func (*AssistantMCPDeleteReq) GetMcpType added in v0.2.5

func (x *AssistantMCPDeleteReq) GetMcpType() string

func (*AssistantMCPDeleteReq) ProtoMessage added in v0.1.6

func (*AssistantMCPDeleteReq) ProtoMessage()

func (*AssistantMCPDeleteReq) ProtoReflect added in v0.1.6

func (x *AssistantMCPDeleteReq) ProtoReflect() protoreflect.Message

func (*AssistantMCPDeleteReq) Reset added in v0.1.6

func (x *AssistantMCPDeleteReq) Reset()

func (*AssistantMCPDeleteReq) String added in v0.1.6

func (x *AssistantMCPDeleteReq) String() string

type AssistantMCPEnableSwitchReq added in v0.1.6

type AssistantMCPEnableSwitchReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	McpId       string    `protobuf:"bytes,2,opt,name=mcpId,proto3" json:"mcpId,omitempty"`
	McpType     string    `protobuf:"bytes,3,opt,name=mcpType,proto3" json:"mcpType,omitempty"`
	ActionName  string    `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Enable      bool      `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Identity    *Identity `protobuf:"bytes,6,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPEnableSwitchReq) Descriptor deprecated added in v0.1.6

func (*AssistantMCPEnableSwitchReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPEnableSwitchReq.ProtoReflect.Descriptor instead.

func (*AssistantMCPEnableSwitchReq) GetActionName added in v0.2.5

func (x *AssistantMCPEnableSwitchReq) GetActionName() string

func (*AssistantMCPEnableSwitchReq) GetAssistantId added in v0.1.8

func (x *AssistantMCPEnableSwitchReq) GetAssistantId() string

func (*AssistantMCPEnableSwitchReq) GetEnable added in v0.1.8

func (x *AssistantMCPEnableSwitchReq) GetEnable() bool

func (*AssistantMCPEnableSwitchReq) GetIdentity added in v0.1.6

func (x *AssistantMCPEnableSwitchReq) GetIdentity() *Identity

func (*AssistantMCPEnableSwitchReq) GetMcpId added in v0.1.6

func (x *AssistantMCPEnableSwitchReq) GetMcpId() string

func (*AssistantMCPEnableSwitchReq) GetMcpType added in v0.2.5

func (x *AssistantMCPEnableSwitchReq) GetMcpType() string

func (*AssistantMCPEnableSwitchReq) ProtoMessage added in v0.1.6

func (*AssistantMCPEnableSwitchReq) ProtoMessage()

func (*AssistantMCPEnableSwitchReq) ProtoReflect added in v0.1.6

func (*AssistantMCPEnableSwitchReq) Reset added in v0.1.6

func (x *AssistantMCPEnableSwitchReq) Reset()

func (*AssistantMCPEnableSwitchReq) String added in v0.1.6

func (x *AssistantMCPEnableSwitchReq) String() string

type AssistantMCPGetListReq added in v0.1.6

type AssistantMCPGetListReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Identity    *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPGetListReq) Descriptor deprecated added in v0.1.6

func (*AssistantMCPGetListReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPGetListReq.ProtoReflect.Descriptor instead.

func (*AssistantMCPGetListReq) GetAssistantId added in v0.1.6

func (x *AssistantMCPGetListReq) GetAssistantId() string

func (*AssistantMCPGetListReq) GetIdentity added in v0.1.6

func (x *AssistantMCPGetListReq) GetIdentity() *Identity

func (*AssistantMCPGetListReq) ProtoMessage added in v0.1.6

func (*AssistantMCPGetListReq) ProtoMessage()

func (*AssistantMCPGetListReq) ProtoReflect added in v0.1.6

func (x *AssistantMCPGetListReq) ProtoReflect() protoreflect.Message

func (*AssistantMCPGetListReq) Reset added in v0.1.6

func (x *AssistantMCPGetListReq) Reset()

func (*AssistantMCPGetListReq) String added in v0.1.6

func (x *AssistantMCPGetListReq) String() string

type AssistantMCPInfo added in v0.1.6

type AssistantMCPInfo struct {
	Id             uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	AssistantMcpId uint32 `protobuf:"varint,2,opt,name=assistantMcpId,proto3" json:"assistantMcpId,omitempty"`
	McpId          string `protobuf:"bytes,3,opt,name=mcpId,proto3" json:"mcpId,omitempty"`
	Enable         bool   `protobuf:"varint,4,opt,name=enable,proto3" json:"enable,omitempty"`
	UserId         string `protobuf:"bytes,5,opt,name=userId,proto3" json:"userId,omitempty"`
	OrgId          string `protobuf:"bytes,6,opt,name=orgId,proto3" json:"orgId,omitempty"`
	CreatedAt      int64  `protobuf:"varint,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt      int64  `protobuf:"varint,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPInfo) Descriptor deprecated added in v0.1.6

func (*AssistantMCPInfo) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPInfo.ProtoReflect.Descriptor instead.

func (*AssistantMCPInfo) GetAssistantMcpId added in v0.1.6

func (x *AssistantMCPInfo) GetAssistantMcpId() uint32

func (*AssistantMCPInfo) GetCreatedAt added in v0.1.6

func (x *AssistantMCPInfo) GetCreatedAt() int64

func (*AssistantMCPInfo) GetEnable added in v0.1.6

func (x *AssistantMCPInfo) GetEnable() bool

func (*AssistantMCPInfo) GetId added in v0.1.6

func (x *AssistantMCPInfo) GetId() uint32

func (*AssistantMCPInfo) GetMcpId added in v0.1.6

func (x *AssistantMCPInfo) GetMcpId() string

func (*AssistantMCPInfo) GetOrgId added in v0.1.6

func (x *AssistantMCPInfo) GetOrgId() string

func (*AssistantMCPInfo) GetUpdatedAt added in v0.1.6

func (x *AssistantMCPInfo) GetUpdatedAt() int64

func (*AssistantMCPInfo) GetUserId added in v0.1.6

func (x *AssistantMCPInfo) GetUserId() string

func (*AssistantMCPInfo) ProtoMessage added in v0.1.6

func (*AssistantMCPInfo) ProtoMessage()

func (*AssistantMCPInfo) ProtoReflect added in v0.1.6

func (x *AssistantMCPInfo) ProtoReflect() protoreflect.Message

func (*AssistantMCPInfo) Reset added in v0.1.6

func (x *AssistantMCPInfo) Reset()

func (*AssistantMCPInfo) String added in v0.1.6

func (x *AssistantMCPInfo) String() string

type AssistantMCPInfos added in v0.2.2

type AssistantMCPInfos struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	McpId      string `protobuf:"bytes,2,opt,name=mcpId,proto3" json:"mcpId,omitempty"`
	McpType    string `protobuf:"bytes,3,opt,name=mcpType,proto3" json:"mcpType,omitempty"`
	ActionName string `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Enable     bool   `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPInfos) Descriptor deprecated added in v0.2.2

func (*AssistantMCPInfos) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPInfos.ProtoReflect.Descriptor instead.

func (*AssistantMCPInfos) GetActionName added in v0.2.5

func (x *AssistantMCPInfos) GetActionName() string

func (*AssistantMCPInfos) GetEnable added in v0.2.2

func (x *AssistantMCPInfos) GetEnable() bool

func (*AssistantMCPInfos) GetId added in v0.2.2

func (x *AssistantMCPInfos) GetId() string

func (*AssistantMCPInfos) GetMcpId added in v0.2.2

func (x *AssistantMCPInfos) GetMcpId() string

func (*AssistantMCPInfos) GetMcpType added in v0.2.5

func (x *AssistantMCPInfos) GetMcpType() string

func (*AssistantMCPInfos) ProtoMessage added in v0.2.2

func (*AssistantMCPInfos) ProtoMessage()

func (*AssistantMCPInfos) ProtoReflect added in v0.2.2

func (x *AssistantMCPInfos) ProtoReflect() protoreflect.Message

func (*AssistantMCPInfos) Reset added in v0.2.2

func (x *AssistantMCPInfos) Reset()

func (*AssistantMCPInfos) String added in v0.2.2

func (x *AssistantMCPInfos) String() string

type AssistantMCPList added in v0.1.6

type AssistantMCPList struct {
	AssistantMCPInfos []*AssistantMCPInfo `protobuf:"bytes,1,rep,name=assistantMCPInfos,proto3" json:"assistantMCPInfos,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMCPList) Descriptor deprecated added in v0.1.6

func (*AssistantMCPList) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMCPList.ProtoReflect.Descriptor instead.

func (*AssistantMCPList) GetAssistantMCPInfos added in v0.1.6

func (x *AssistantMCPList) GetAssistantMCPInfos() []*AssistantMCPInfo

func (*AssistantMCPList) ProtoMessage added in v0.1.6

func (*AssistantMCPList) ProtoMessage()

func (*AssistantMCPList) ProtoReflect added in v0.1.6

func (x *AssistantMCPList) ProtoReflect() protoreflect.Message

func (*AssistantMCPList) Reset added in v0.1.6

func (x *AssistantMCPList) Reset()

func (*AssistantMCPList) String added in v0.1.6

func (x *AssistantMCPList) String() string

type AssistantOnlineSearchConfig

type AssistantOnlineSearchConfig struct {
	SearchUrl      string `protobuf:"bytes,1,opt,name=searchUrl,proto3" json:"searchUrl,omitempty"`
	SearchKey      string `protobuf:"bytes,2,opt,name=searchKey,proto3" json:"searchKey,omitempty"`
	Enable         bool   `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
	SearchRerankId string `protobuf:"bytes,4,opt,name=searchRerankId,proto3" json:"searchRerankId,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantOnlineSearchConfig) Descriptor deprecated

func (*AssistantOnlineSearchConfig) Descriptor() ([]byte, []int)

Deprecated: Use AssistantOnlineSearchConfig.ProtoReflect.Descriptor instead.

func (*AssistantOnlineSearchConfig) GetEnable

func (x *AssistantOnlineSearchConfig) GetEnable() bool

func (*AssistantOnlineSearchConfig) GetSearchKey

func (x *AssistantOnlineSearchConfig) GetSearchKey() string

func (*AssistantOnlineSearchConfig) GetSearchRerankId

func (x *AssistantOnlineSearchConfig) GetSearchRerankId() string

func (*AssistantOnlineSearchConfig) GetSearchUrl

func (x *AssistantOnlineSearchConfig) GetSearchUrl() string

func (*AssistantOnlineSearchConfig) ProtoMessage

func (*AssistantOnlineSearchConfig) ProtoMessage()

func (*AssistantOnlineSearchConfig) ProtoReflect

func (*AssistantOnlineSearchConfig) Reset

func (x *AssistantOnlineSearchConfig) Reset()

func (*AssistantOnlineSearchConfig) String

func (x *AssistantOnlineSearchConfig) String() string

type AssistantSafetyConfig added in v0.1.5

type AssistantSafetyConfig struct {
	Enable         bool              `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	SensitiveTable []*SensitiveTable `protobuf:"bytes,2,rep,name=SensitiveTable,proto3" json:"SensitiveTable,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantSafetyConfig) Descriptor deprecated added in v0.1.5

func (*AssistantSafetyConfig) Descriptor() ([]byte, []int)

Deprecated: Use AssistantSafetyConfig.ProtoReflect.Descriptor instead.

func (*AssistantSafetyConfig) GetEnable added in v0.1.5

func (x *AssistantSafetyConfig) GetEnable() bool

func (*AssistantSafetyConfig) GetSensitiveTable added in v0.1.5

func (x *AssistantSafetyConfig) GetSensitiveTable() []*SensitiveTable

func (*AssistantSafetyConfig) ProtoMessage added in v0.1.5

func (*AssistantSafetyConfig) ProtoMessage()

func (*AssistantSafetyConfig) ProtoReflect added in v0.1.5

func (x *AssistantSafetyConfig) ProtoReflect() protoreflect.Message

func (*AssistantSafetyConfig) Reset added in v0.1.5

func (x *AssistantSafetyConfig) Reset()

func (*AssistantSafetyConfig) String added in v0.1.5

func (x *AssistantSafetyConfig) String() string

type AssistantServiceClient

type AssistantServiceClient interface {
	// --- assistant ---
	GetAssistantByIds(ctx context.Context, in *GetAssistantByIdsReq, opts ...grpc.CallOption) (*AppBriefList, error)
	AssistantCreate(ctx context.Context, in *AssistantCreateReq, opts ...grpc.CallOption) (*AssistantCreateResp, error)
	AssistantUpdate(ctx context.Context, in *AssistantUpdateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantConfigUpdate(ctx context.Context, in *AssistantConfigUpdateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantDelete(ctx context.Context, in *AssistantDeleteReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetAssistantListMyAll(ctx context.Context, in *GetAssistantListMyAllReq, opts ...grpc.CallOption) (*AppBriefList, error)
	GetAssistantInfo(ctx context.Context, in *GetAssistantInfoReq, opts ...grpc.CallOption) (*AssistantInfo, error)
	AssistantCopy(ctx context.Context, in *AssistantCopyReq, opts ...grpc.CallOption) (*AssistantCreateResp, error)
	// --- workFlow ---
	AssistantWorkFlowCreate(ctx context.Context, in *AssistantWorkFlowCreateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantWorkFlowDelete(ctx context.Context, in *AssistantWorkFlowDeleteReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantWorkFlowEnableSwitch(ctx context.Context, in *AssistantWorkFlowEnableSwitchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantWorkFlowDeleteByWorkflowId(ctx context.Context, in *AssistantWorkFlowDeleteByWorkflowIdReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// --- MCP ---
	AssistantMCPCreate(ctx context.Context, in *AssistantMCPCreateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantMCPDelete(ctx context.Context, in *AssistantMCPDeleteReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantMCPEnableSwitch(ctx context.Context, in *AssistantMCPEnableSwitchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantMCPGetList(ctx context.Context, in *AssistantMCPGetListReq, opts ...grpc.CallOption) (*AssistantMCPList, error)
	AssistantMCPDeleteByMCPId(ctx context.Context, in *AssistantMCPDeleteByMCPIdReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// --- custom builtin tool ---
	AssistantToolCreate(ctx context.Context, in *AssistantToolCreateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantToolDelete(ctx context.Context, in *AssistantToolDeleteReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantToolEnableSwitch(ctx context.Context, in *AssistantToolEnableSwitchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantToolConfig(ctx context.Context, in *AssistantToolConfigReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AssistantToolDeleteByToolId(ctx context.Context, in *AssistantToolDeleteByToolIdReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// --- conversation ---
	ConversationCreate(ctx context.Context, in *ConversationCreateReq, opts ...grpc.CallOption) (*ConversationCreateResp, error)
	ConversationDelete(ctx context.Context, in *ConversationDeleteReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetConversationList(ctx context.Context, in *GetConversationListReq, opts ...grpc.CallOption) (*GetConversationListResp, error)
	GetConversationDetailList(ctx context.Context, in *GetConversationDetailListReq, opts ...grpc.CallOption) (*GetConversationDetailListResp, error)
	AssistantConversionStream(ctx context.Context, in *AssistantConversionStreamReq, opts ...grpc.CallOption) (grpc.ServerStreamingClient[AssistantConversionStreamResp], error)
	ConversationDeleteByAssistantId(ctx context.Context, in *ConversationDeleteByAssistantIdReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// --- custom prompt ---
	CustomPromptCreate(ctx context.Context, in *CustomPromptCreateReq, opts ...grpc.CallOption) (*CustomPromptIDResp, error)
	CustomPromptDelete(ctx context.Context, in *CustomPromptDeleteReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CustomPromptUpdate(ctx context.Context, in *CustomPromptUpdateReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CustomPromptGet(ctx context.Context, in *CustomPromptGetReq, opts ...grpc.CallOption) (*CustomPromptInfo, error)
	CustomPromptGetList(ctx context.Context, in *CustomPromptGetListReq, opts ...grpc.CallOption) (*CustomPromptList, error)
	CustomPromptCopy(ctx context.Context, in *CustomPromptCopyReq, opts ...grpc.CallOption) (*CustomPromptIDResp, error)
}

AssistantServiceClient is the client API for AssistantService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AssistantServiceServer

type AssistantServiceServer interface {
	// --- assistant ---
	GetAssistantByIds(context.Context, *GetAssistantByIdsReq) (*AppBriefList, error)
	AssistantCreate(context.Context, *AssistantCreateReq) (*AssistantCreateResp, error)
	AssistantUpdate(context.Context, *AssistantUpdateReq) (*emptypb.Empty, error)
	AssistantConfigUpdate(context.Context, *AssistantConfigUpdateReq) (*emptypb.Empty, error)
	AssistantDelete(context.Context, *AssistantDeleteReq) (*emptypb.Empty, error)
	GetAssistantListMyAll(context.Context, *GetAssistantListMyAllReq) (*AppBriefList, error)
	GetAssistantInfo(context.Context, *GetAssistantInfoReq) (*AssistantInfo, error)
	AssistantCopy(context.Context, *AssistantCopyReq) (*AssistantCreateResp, error)
	// --- workFlow ---
	AssistantWorkFlowCreate(context.Context, *AssistantWorkFlowCreateReq) (*emptypb.Empty, error)
	AssistantWorkFlowDelete(context.Context, *AssistantWorkFlowDeleteReq) (*emptypb.Empty, error)
	AssistantWorkFlowEnableSwitch(context.Context, *AssistantWorkFlowEnableSwitchReq) (*emptypb.Empty, error)
	AssistantWorkFlowDeleteByWorkflowId(context.Context, *AssistantWorkFlowDeleteByWorkflowIdReq) (*emptypb.Empty, error)
	// --- MCP ---
	AssistantMCPCreate(context.Context, *AssistantMCPCreateReq) (*emptypb.Empty, error)
	AssistantMCPDelete(context.Context, *AssistantMCPDeleteReq) (*emptypb.Empty, error)
	AssistantMCPEnableSwitch(context.Context, *AssistantMCPEnableSwitchReq) (*emptypb.Empty, error)
	AssistantMCPGetList(context.Context, *AssistantMCPGetListReq) (*AssistantMCPList, error)
	AssistantMCPDeleteByMCPId(context.Context, *AssistantMCPDeleteByMCPIdReq) (*emptypb.Empty, error)
	// --- custom builtin tool ---
	AssistantToolCreate(context.Context, *AssistantToolCreateReq) (*emptypb.Empty, error)
	AssistantToolDelete(context.Context, *AssistantToolDeleteReq) (*emptypb.Empty, error)
	AssistantToolEnableSwitch(context.Context, *AssistantToolEnableSwitchReq) (*emptypb.Empty, error)
	AssistantToolConfig(context.Context, *AssistantToolConfigReq) (*emptypb.Empty, error)
	AssistantToolDeleteByToolId(context.Context, *AssistantToolDeleteByToolIdReq) (*emptypb.Empty, error)
	// --- conversation ---
	ConversationCreate(context.Context, *ConversationCreateReq) (*ConversationCreateResp, error)
	ConversationDelete(context.Context, *ConversationDeleteReq) (*emptypb.Empty, error)
	GetConversationList(context.Context, *GetConversationListReq) (*GetConversationListResp, error)
	GetConversationDetailList(context.Context, *GetConversationDetailListReq) (*GetConversationDetailListResp, error)
	AssistantConversionStream(*AssistantConversionStreamReq, grpc.ServerStreamingServer[AssistantConversionStreamResp]) error
	ConversationDeleteByAssistantId(context.Context, *ConversationDeleteByAssistantIdReq) (*emptypb.Empty, error)
	// --- custom prompt ---
	CustomPromptCreate(context.Context, *CustomPromptCreateReq) (*CustomPromptIDResp, error)
	CustomPromptDelete(context.Context, *CustomPromptDeleteReq) (*emptypb.Empty, error)
	CustomPromptUpdate(context.Context, *CustomPromptUpdateReq) (*emptypb.Empty, error)
	CustomPromptGet(context.Context, *CustomPromptGetReq) (*CustomPromptInfo, error)
	CustomPromptGetList(context.Context, *CustomPromptGetListReq) (*CustomPromptList, error)
	CustomPromptCopy(context.Context, *CustomPromptCopyReq) (*CustomPromptIDResp, error)
	// contains filtered or unexported methods
}

AssistantServiceServer is the server API for AssistantService service. All implementations must embed UnimplementedAssistantServiceServer for forward compatibility.

type AssistantService_AssistantConversionStreamClient

type AssistantService_AssistantConversionStreamClient = grpc.ServerStreamingClient[AssistantConversionStreamResp]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type AssistantService_AssistantConversionStreamServer

type AssistantService_AssistantConversionStreamServer = grpc.ServerStreamingServer[AssistantConversionStreamResp]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type AssistantToolConfigReq added in v0.2.6

type AssistantToolConfigReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	ToolId      string    `protobuf:"bytes,2,opt,name=toolId,proto3" json:"toolId,omitempty"`
	ToolConfig  string    `protobuf:"bytes,3,opt,name=toolConfig,proto3" json:"toolConfig,omitempty"`
	Identity    *Identity `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantToolConfigReq) Descriptor deprecated added in v0.2.6

func (*AssistantToolConfigReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantToolConfigReq.ProtoReflect.Descriptor instead.

func (*AssistantToolConfigReq) GetAssistantId added in v0.2.6

func (x *AssistantToolConfigReq) GetAssistantId() string

func (*AssistantToolConfigReq) GetIdentity added in v0.2.6

func (x *AssistantToolConfigReq) GetIdentity() *Identity

func (*AssistantToolConfigReq) GetToolConfig added in v0.2.6

func (x *AssistantToolConfigReq) GetToolConfig() string

func (*AssistantToolConfigReq) GetToolId added in v0.2.6

func (x *AssistantToolConfigReq) GetToolId() string

func (*AssistantToolConfigReq) ProtoMessage added in v0.2.6

func (*AssistantToolConfigReq) ProtoMessage()

func (*AssistantToolConfigReq) ProtoReflect added in v0.2.6

func (x *AssistantToolConfigReq) ProtoReflect() protoreflect.Message

func (*AssistantToolConfigReq) Reset added in v0.2.6

func (x *AssistantToolConfigReq) Reset()

func (*AssistantToolConfigReq) String added in v0.2.6

func (x *AssistantToolConfigReq) String() string

type AssistantToolCreateReq added in v0.2.5

type AssistantToolCreateReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	ToolId      string    `protobuf:"bytes,2,opt,name=toolId,proto3" json:"toolId,omitempty"`
	ToolType    string    `protobuf:"bytes,3,opt,name=toolType,proto3" json:"toolType,omitempty"`
	ActionName  string    `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Identity    *Identity `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantToolCreateReq) Descriptor deprecated added in v0.2.5

func (*AssistantToolCreateReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantToolCreateReq.ProtoReflect.Descriptor instead.

func (*AssistantToolCreateReq) GetActionName added in v0.2.5

func (x *AssistantToolCreateReq) GetActionName() string

func (*AssistantToolCreateReq) GetAssistantId added in v0.2.5

func (x *AssistantToolCreateReq) GetAssistantId() string

func (*AssistantToolCreateReq) GetIdentity added in v0.2.5

func (x *AssistantToolCreateReq) GetIdentity() *Identity

func (*AssistantToolCreateReq) GetToolId added in v0.2.5

func (x *AssistantToolCreateReq) GetToolId() string

func (*AssistantToolCreateReq) GetToolType added in v0.2.5

func (x *AssistantToolCreateReq) GetToolType() string

func (*AssistantToolCreateReq) ProtoMessage added in v0.2.5

func (*AssistantToolCreateReq) ProtoMessage()

func (*AssistantToolCreateReq) ProtoReflect added in v0.2.5

func (x *AssistantToolCreateReq) ProtoReflect() protoreflect.Message

func (*AssistantToolCreateReq) Reset added in v0.2.5

func (x *AssistantToolCreateReq) Reset()

func (*AssistantToolCreateReq) String added in v0.2.5

func (x *AssistantToolCreateReq) String() string

type AssistantToolDeleteByToolIdReq added in v0.2.5

type AssistantToolDeleteByToolIdReq struct {
	ToolId   string    `protobuf:"bytes,1,opt,name=toolId,proto3" json:"toolId,omitempty"`
	ToolType string    `protobuf:"bytes,2,opt,name=toolType,proto3" json:"toolType,omitempty"`
	Identity *Identity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantToolDeleteByToolIdReq) Descriptor deprecated added in v0.2.5

func (*AssistantToolDeleteByToolIdReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantToolDeleteByToolIdReq.ProtoReflect.Descriptor instead.

func (*AssistantToolDeleteByToolIdReq) GetIdentity added in v0.2.5

func (x *AssistantToolDeleteByToolIdReq) GetIdentity() *Identity

func (*AssistantToolDeleteByToolIdReq) GetToolId added in v0.2.5

func (x *AssistantToolDeleteByToolIdReq) GetToolId() string

func (*AssistantToolDeleteByToolIdReq) GetToolType added in v0.2.5

func (x *AssistantToolDeleteByToolIdReq) GetToolType() string

func (*AssistantToolDeleteByToolIdReq) ProtoMessage added in v0.2.5

func (*AssistantToolDeleteByToolIdReq) ProtoMessage()

func (*AssistantToolDeleteByToolIdReq) ProtoReflect added in v0.2.5

func (*AssistantToolDeleteByToolIdReq) Reset added in v0.2.5

func (x *AssistantToolDeleteByToolIdReq) Reset()

func (*AssistantToolDeleteByToolIdReq) String added in v0.2.5

type AssistantToolDeleteReq added in v0.2.5

type AssistantToolDeleteReq struct {
	AssistantId string `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	ToolId      string `protobuf:"bytes,2,opt,name=toolId,proto3" json:"toolId,omitempty"`
	ToolType    string `protobuf:"bytes,3,opt,name=toolType,proto3" json:"toolType,omitempty"`
	ActionName  string `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantToolDeleteReq) Descriptor deprecated added in v0.2.5

func (*AssistantToolDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantToolDeleteReq.ProtoReflect.Descriptor instead.

func (*AssistantToolDeleteReq) GetActionName added in v0.2.5

func (x *AssistantToolDeleteReq) GetActionName() string

func (*AssistantToolDeleteReq) GetAssistantId added in v0.2.5

func (x *AssistantToolDeleteReq) GetAssistantId() string

func (*AssistantToolDeleteReq) GetToolId added in v0.2.5

func (x *AssistantToolDeleteReq) GetToolId() string

func (*AssistantToolDeleteReq) GetToolType added in v0.2.5

func (x *AssistantToolDeleteReq) GetToolType() string

func (*AssistantToolDeleteReq) ProtoMessage added in v0.2.5

func (*AssistantToolDeleteReq) ProtoMessage()

func (*AssistantToolDeleteReq) ProtoReflect added in v0.2.5

func (x *AssistantToolDeleteReq) ProtoReflect() protoreflect.Message

func (*AssistantToolDeleteReq) Reset added in v0.2.5

func (x *AssistantToolDeleteReq) Reset()

func (*AssistantToolDeleteReq) String added in v0.2.5

func (x *AssistantToolDeleteReq) String() string

type AssistantToolEnableSwitchReq added in v0.2.5

type AssistantToolEnableSwitchReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	ToolId      string    `protobuf:"bytes,2,opt,name=toolId,proto3" json:"toolId,omitempty"`
	ToolType    string    `protobuf:"bytes,3,opt,name=toolType,proto3" json:"toolType,omitempty"`
	ActionName  string    `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Enable      bool      `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	Identity    *Identity `protobuf:"bytes,6,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantToolEnableSwitchReq) Descriptor deprecated added in v0.2.5

func (*AssistantToolEnableSwitchReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantToolEnableSwitchReq.ProtoReflect.Descriptor instead.

func (*AssistantToolEnableSwitchReq) GetActionName added in v0.2.5

func (x *AssistantToolEnableSwitchReq) GetActionName() string

func (*AssistantToolEnableSwitchReq) GetAssistantId added in v0.2.5

func (x *AssistantToolEnableSwitchReq) GetAssistantId() string

func (*AssistantToolEnableSwitchReq) GetEnable added in v0.2.5

func (x *AssistantToolEnableSwitchReq) GetEnable() bool

func (*AssistantToolEnableSwitchReq) GetIdentity added in v0.2.5

func (x *AssistantToolEnableSwitchReq) GetIdentity() *Identity

func (*AssistantToolEnableSwitchReq) GetToolId added in v0.2.5

func (x *AssistantToolEnableSwitchReq) GetToolId() string

func (*AssistantToolEnableSwitchReq) GetToolType added in v0.2.5

func (x *AssistantToolEnableSwitchReq) GetToolType() string

func (*AssistantToolEnableSwitchReq) ProtoMessage added in v0.2.5

func (*AssistantToolEnableSwitchReq) ProtoMessage()

func (*AssistantToolEnableSwitchReq) ProtoReflect added in v0.2.5

func (*AssistantToolEnableSwitchReq) Reset added in v0.2.5

func (x *AssistantToolEnableSwitchReq) Reset()

func (*AssistantToolEnableSwitchReq) String added in v0.2.5

type AssistantToolInfos added in v0.2.5

type AssistantToolInfos struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ToolId     string `protobuf:"bytes,2,opt,name=toolId,proto3" json:"toolId,omitempty"`
	ToolType   string `protobuf:"bytes,3,opt,name=toolType,proto3" json:"toolType,omitempty"`
	ActionName string `protobuf:"bytes,4,opt,name=actionName,proto3" json:"actionName,omitempty"`
	Enable     bool   `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
	ToolConfig string `protobuf:"bytes,6,opt,name=toolConfig,proto3" json:"toolConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantToolInfos) Descriptor deprecated added in v0.2.5

func (*AssistantToolInfos) Descriptor() ([]byte, []int)

Deprecated: Use AssistantToolInfos.ProtoReflect.Descriptor instead.

func (*AssistantToolInfos) GetActionName added in v0.2.5

func (x *AssistantToolInfos) GetActionName() string

func (*AssistantToolInfos) GetEnable added in v0.2.5

func (x *AssistantToolInfos) GetEnable() bool

func (*AssistantToolInfos) GetId added in v0.2.5

func (x *AssistantToolInfos) GetId() string

func (*AssistantToolInfos) GetToolConfig added in v0.2.6

func (x *AssistantToolInfos) GetToolConfig() string

func (*AssistantToolInfos) GetToolId added in v0.2.5

func (x *AssistantToolInfos) GetToolId() string

func (*AssistantToolInfos) GetToolType added in v0.2.5

func (x *AssistantToolInfos) GetToolType() string

func (*AssistantToolInfos) ProtoMessage added in v0.2.5

func (*AssistantToolInfos) ProtoMessage()

func (*AssistantToolInfos) ProtoReflect added in v0.2.5

func (x *AssistantToolInfos) ProtoReflect() protoreflect.Message

func (*AssistantToolInfos) Reset added in v0.2.5

func (x *AssistantToolInfos) Reset()

func (*AssistantToolInfos) String added in v0.2.5

func (x *AssistantToolInfos) String() string

type AssistantUpdateReq

type AssistantUpdateReq struct {
	AssistantId    string                 `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	AssistantBrief *common.AppBriefConfig `protobuf:"bytes,2,opt,name=assistantBrief,proto3" json:"assistantBrief,omitempty"`
	Identity       *Identity              `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantUpdateReq) Descriptor deprecated

func (*AssistantUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantUpdateReq.ProtoReflect.Descriptor instead.

func (*AssistantUpdateReq) GetAssistantBrief

func (x *AssistantUpdateReq) GetAssistantBrief() *common.AppBriefConfig

func (*AssistantUpdateReq) GetAssistantId

func (x *AssistantUpdateReq) GetAssistantId() string

func (*AssistantUpdateReq) GetIdentity

func (x *AssistantUpdateReq) GetIdentity() *Identity

func (*AssistantUpdateReq) ProtoMessage

func (*AssistantUpdateReq) ProtoMessage()

func (*AssistantUpdateReq) ProtoReflect

func (x *AssistantUpdateReq) ProtoReflect() protoreflect.Message

func (*AssistantUpdateReq) Reset

func (x *AssistantUpdateReq) Reset()

func (*AssistantUpdateReq) String

func (x *AssistantUpdateReq) String() string

type AssistantVisionConfig added in v0.2.5

type AssistantVisionConfig struct {
	MaxPicNum int32 `protobuf:"varint,1,opt,name=maxPicNum,proto3" json:"maxPicNum,omitempty"`
	PicNum    int32 `protobuf:"varint,2,opt,name=picNum,proto3" json:"picNum,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantVisionConfig) Descriptor deprecated added in v0.2.5

func (*AssistantVisionConfig) Descriptor() ([]byte, []int)

Deprecated: Use AssistantVisionConfig.ProtoReflect.Descriptor instead.

func (*AssistantVisionConfig) GetMaxPicNum added in v0.2.5

func (x *AssistantVisionConfig) GetMaxPicNum() int32

func (*AssistantVisionConfig) GetPicNum added in v0.2.5

func (x *AssistantVisionConfig) GetPicNum() int32

func (*AssistantVisionConfig) ProtoMessage added in v0.2.5

func (*AssistantVisionConfig) ProtoMessage()

func (*AssistantVisionConfig) ProtoReflect added in v0.2.5

func (x *AssistantVisionConfig) ProtoReflect() protoreflect.Message

func (*AssistantVisionConfig) Reset added in v0.2.5

func (x *AssistantVisionConfig) Reset()

func (*AssistantVisionConfig) String added in v0.2.5

func (x *AssistantVisionConfig) String() string

type AssistantWorkFlowCreateReq

type AssistantWorkFlowCreateReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Schema      string    `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	WorkFlowId  string    `protobuf:"bytes,3,opt,name=workFlowId,proto3" json:"workFlowId,omitempty"`
	Identity    *Identity `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantWorkFlowCreateReq) Descriptor deprecated

func (*AssistantWorkFlowCreateReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantWorkFlowCreateReq.ProtoReflect.Descriptor instead.

func (*AssistantWorkFlowCreateReq) GetAssistantId

func (x *AssistantWorkFlowCreateReq) GetAssistantId() string

func (*AssistantWorkFlowCreateReq) GetIdentity

func (x *AssistantWorkFlowCreateReq) GetIdentity() *Identity

func (*AssistantWorkFlowCreateReq) GetSchema

func (x *AssistantWorkFlowCreateReq) GetSchema() string

func (*AssistantWorkFlowCreateReq) GetWorkFlowId

func (x *AssistantWorkFlowCreateReq) GetWorkFlowId() string

func (*AssistantWorkFlowCreateReq) ProtoMessage

func (*AssistantWorkFlowCreateReq) ProtoMessage()

func (*AssistantWorkFlowCreateReq) ProtoReflect

func (*AssistantWorkFlowCreateReq) Reset

func (x *AssistantWorkFlowCreateReq) Reset()

func (*AssistantWorkFlowCreateReq) String

func (x *AssistantWorkFlowCreateReq) String() string

type AssistantWorkFlowDeleteByWorkflowIdReq added in v0.2.1

type AssistantWorkFlowDeleteByWorkflowIdReq struct {
	WorkflowId string    `protobuf:"bytes,1,opt,name=workflowId,proto3" json:"workflowId,omitempty"`
	Identity   *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantWorkFlowDeleteByWorkflowIdReq) Descriptor deprecated added in v0.2.1

func (*AssistantWorkFlowDeleteByWorkflowIdReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantWorkFlowDeleteByWorkflowIdReq.ProtoReflect.Descriptor instead.

func (*AssistantWorkFlowDeleteByWorkflowIdReq) GetIdentity added in v0.2.1

func (*AssistantWorkFlowDeleteByWorkflowIdReq) GetWorkflowId added in v0.2.1

func (*AssistantWorkFlowDeleteByWorkflowIdReq) ProtoMessage added in v0.2.1

func (*AssistantWorkFlowDeleteByWorkflowIdReq) ProtoReflect added in v0.2.1

func (*AssistantWorkFlowDeleteByWorkflowIdReq) Reset added in v0.2.1

func (*AssistantWorkFlowDeleteByWorkflowIdReq) String added in v0.2.1

type AssistantWorkFlowDeleteReq

type AssistantWorkFlowDeleteReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	WorkFlowId  string    `protobuf:"bytes,2,opt,name=workFlowId,proto3" json:"workFlowId,omitempty"`
	Identity    *Identity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantWorkFlowDeleteReq) Descriptor deprecated

func (*AssistantWorkFlowDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantWorkFlowDeleteReq.ProtoReflect.Descriptor instead.

func (*AssistantWorkFlowDeleteReq) GetAssistantId added in v0.1.8

func (x *AssistantWorkFlowDeleteReq) GetAssistantId() string

func (*AssistantWorkFlowDeleteReq) GetIdentity

func (x *AssistantWorkFlowDeleteReq) GetIdentity() *Identity

func (*AssistantWorkFlowDeleteReq) GetWorkFlowId

func (x *AssistantWorkFlowDeleteReq) GetWorkFlowId() string

func (*AssistantWorkFlowDeleteReq) ProtoMessage

func (*AssistantWorkFlowDeleteReq) ProtoMessage()

func (*AssistantWorkFlowDeleteReq) ProtoReflect

func (*AssistantWorkFlowDeleteReq) Reset

func (x *AssistantWorkFlowDeleteReq) Reset()

func (*AssistantWorkFlowDeleteReq) String

func (x *AssistantWorkFlowDeleteReq) String() string

type AssistantWorkFlowEnableSwitchReq

type AssistantWorkFlowEnableSwitchReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	WorkFlowId  string    `protobuf:"bytes,2,opt,name=workFlowId,proto3" json:"workFlowId,omitempty"`
	Enable      bool      `protobuf:"varint,3,opt,name=enable,proto3" json:"enable,omitempty"`
	Identity    *Identity `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantWorkFlowEnableSwitchReq) Descriptor deprecated

func (*AssistantWorkFlowEnableSwitchReq) Descriptor() ([]byte, []int)

Deprecated: Use AssistantWorkFlowEnableSwitchReq.ProtoReflect.Descriptor instead.

func (*AssistantWorkFlowEnableSwitchReq) GetAssistantId added in v0.1.8

func (x *AssistantWorkFlowEnableSwitchReq) GetAssistantId() string

func (*AssistantWorkFlowEnableSwitchReq) GetEnable added in v0.1.8

func (x *AssistantWorkFlowEnableSwitchReq) GetEnable() bool

func (*AssistantWorkFlowEnableSwitchReq) GetIdentity

func (x *AssistantWorkFlowEnableSwitchReq) GetIdentity() *Identity

func (*AssistantWorkFlowEnableSwitchReq) GetWorkFlowId

func (x *AssistantWorkFlowEnableSwitchReq) GetWorkFlowId() string

func (*AssistantWorkFlowEnableSwitchReq) ProtoMessage

func (*AssistantWorkFlowEnableSwitchReq) ProtoMessage()

func (*AssistantWorkFlowEnableSwitchReq) ProtoReflect

func (*AssistantWorkFlowEnableSwitchReq) Reset

func (*AssistantWorkFlowEnableSwitchReq) String

type AssistantWorkFlowInfos added in v0.2.2

type AssistantWorkFlowInfos struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WorkFlowId string `protobuf:"bytes,2,opt,name=workFlowId,proto3" json:"workFlowId,omitempty"`
	ApiName    string `protobuf:"bytes,3,opt,name=apiName,proto3" json:"apiName,omitempty"`
	Enable     bool   `protobuf:"varint,4,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantWorkFlowInfos) Descriptor deprecated added in v0.2.2

func (*AssistantWorkFlowInfos) Descriptor() ([]byte, []int)

Deprecated: Use AssistantWorkFlowInfos.ProtoReflect.Descriptor instead.

func (*AssistantWorkFlowInfos) GetApiName added in v0.2.2

func (x *AssistantWorkFlowInfos) GetApiName() string

func (*AssistantWorkFlowInfos) GetEnable added in v0.2.2

func (x *AssistantWorkFlowInfos) GetEnable() bool

func (*AssistantWorkFlowInfos) GetId added in v0.2.2

func (x *AssistantWorkFlowInfos) GetId() string

func (*AssistantWorkFlowInfos) GetWorkFlowId added in v0.2.2

func (x *AssistantWorkFlowInfos) GetWorkFlowId() string

func (*AssistantWorkFlowInfos) ProtoMessage added in v0.2.2

func (*AssistantWorkFlowInfos) ProtoMessage()

func (*AssistantWorkFlowInfos) ProtoReflect added in v0.2.2

func (x *AssistantWorkFlowInfos) ProtoReflect() protoreflect.Message

func (*AssistantWorkFlowInfos) Reset added in v0.2.2

func (x *AssistantWorkFlowInfos) Reset()

func (*AssistantWorkFlowInfos) String added in v0.2.2

func (x *AssistantWorkFlowInfos) String() string

type ConversationCreateReq

type ConversationCreateReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Prompt      string    `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Identity    *Identity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationCreateReq) Descriptor deprecated

func (*ConversationCreateReq) Descriptor() ([]byte, []int)

Deprecated: Use ConversationCreateReq.ProtoReflect.Descriptor instead.

func (*ConversationCreateReq) GetAssistantId

func (x *ConversationCreateReq) GetAssistantId() string

func (*ConversationCreateReq) GetIdentity

func (x *ConversationCreateReq) GetIdentity() *Identity

func (*ConversationCreateReq) GetPrompt

func (x *ConversationCreateReq) GetPrompt() string

func (*ConversationCreateReq) ProtoMessage

func (*ConversationCreateReq) ProtoMessage()

func (*ConversationCreateReq) ProtoReflect

func (x *ConversationCreateReq) ProtoReflect() protoreflect.Message

func (*ConversationCreateReq) Reset

func (x *ConversationCreateReq) Reset()

func (*ConversationCreateReq) String

func (x *ConversationCreateReq) String() string

type ConversationCreateResp

type ConversationCreateResp struct {
	ConversationId string `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationCreateResp) Descriptor deprecated

func (*ConversationCreateResp) Descriptor() ([]byte, []int)

Deprecated: Use ConversationCreateResp.ProtoReflect.Descriptor instead.

func (*ConversationCreateResp) GetConversationId

func (x *ConversationCreateResp) GetConversationId() string

func (*ConversationCreateResp) ProtoMessage

func (*ConversationCreateResp) ProtoMessage()

func (*ConversationCreateResp) ProtoReflect

func (x *ConversationCreateResp) ProtoReflect() protoreflect.Message

func (*ConversationCreateResp) Reset

func (x *ConversationCreateResp) Reset()

func (*ConversationCreateResp) String

func (x *ConversationCreateResp) String() string

type ConversationDeleteByAssistantIdReq added in v0.1.2

type ConversationDeleteByAssistantIdReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Identity    *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationDeleteByAssistantIdReq) Descriptor deprecated added in v0.1.2

func (*ConversationDeleteByAssistantIdReq) Descriptor() ([]byte, []int)

Deprecated: Use ConversationDeleteByAssistantIdReq.ProtoReflect.Descriptor instead.

func (*ConversationDeleteByAssistantIdReq) GetAssistantId added in v0.1.2

func (x *ConversationDeleteByAssistantIdReq) GetAssistantId() string

func (*ConversationDeleteByAssistantIdReq) GetIdentity added in v0.1.2

func (x *ConversationDeleteByAssistantIdReq) GetIdentity() *Identity

func (*ConversationDeleteByAssistantIdReq) ProtoMessage added in v0.1.2

func (*ConversationDeleteByAssistantIdReq) ProtoMessage()

func (*ConversationDeleteByAssistantIdReq) ProtoReflect added in v0.1.2

func (*ConversationDeleteByAssistantIdReq) Reset added in v0.1.2

func (*ConversationDeleteByAssistantIdReq) String added in v0.1.2

type ConversationDeleteReq

type ConversationDeleteReq struct {
	ConversationId string    `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	Identity       *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationDeleteReq) Descriptor deprecated

func (*ConversationDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use ConversationDeleteReq.ProtoReflect.Descriptor instead.

func (*ConversationDeleteReq) GetConversationId

func (x *ConversationDeleteReq) GetConversationId() string

func (*ConversationDeleteReq) GetIdentity

func (x *ConversationDeleteReq) GetIdentity() *Identity

func (*ConversationDeleteReq) ProtoMessage

func (*ConversationDeleteReq) ProtoMessage()

func (*ConversationDeleteReq) ProtoReflect

func (x *ConversationDeleteReq) ProtoReflect() protoreflect.Message

func (*ConversationDeleteReq) Reset

func (x *ConversationDeleteReq) Reset()

func (*ConversationDeleteReq) String

func (x *ConversationDeleteReq) String() string

type ConversationInfo

type ConversationInfo struct {
	ConversationId string `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	AssistantId    string `protobuf:"bytes,2,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Title          string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	CreatTime      int64  `protobuf:"varint,4,opt,name=creatTime,proto3" json:"creatTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationInfo) Descriptor deprecated

func (*ConversationInfo) Descriptor() ([]byte, []int)

Deprecated: Use ConversationInfo.ProtoReflect.Descriptor instead.

func (*ConversationInfo) GetAssistantId

func (x *ConversationInfo) GetAssistantId() string

func (*ConversationInfo) GetConversationId

func (x *ConversationInfo) GetConversationId() string

func (*ConversationInfo) GetCreatTime

func (x *ConversationInfo) GetCreatTime() int64

func (*ConversationInfo) GetTitle

func (x *ConversationInfo) GetTitle() string

func (*ConversationInfo) ProtoMessage

func (*ConversationInfo) ProtoMessage()

func (*ConversationInfo) ProtoReflect

func (x *ConversationInfo) ProtoReflect() protoreflect.Message

func (*ConversationInfo) Reset

func (x *ConversationInfo) Reset()

func (*ConversationInfo) String

func (x *ConversationInfo) String() string

type ConversionDetailInfo

type ConversionDetailInfo struct {
	Id             string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AssistantId    string         `protobuf:"bytes,2,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	ConversationId string         `protobuf:"bytes,3,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	Prompt         string         `protobuf:"bytes,4,opt,name=prompt,proto3" json:"prompt,omitempty"`
	SysPrompt      string         `protobuf:"bytes,5,opt,name=sysPrompt,proto3" json:"sysPrompt,omitempty"`
	AlgPrompt      string         `protobuf:"bytes,6,opt,name=algPrompt,proto3" json:"algPrompt,omitempty"`
	RequestFiles   []*RequestFile `protobuf:"bytes,7,rep,name=requestFiles,proto3" json:"requestFiles,omitempty"`
	Response       string         `protobuf:"bytes,8,opt,name=response,proto3" json:"response,omitempty"`
	SearchList     string         `protobuf:"bytes,9,opt,name=searchList,proto3" json:"searchList,omitempty"`
	QaType         int32          `protobuf:"varint,10,opt,name=qaType,proto3" json:"qaType,omitempty"`
	CreatedBy      string         `protobuf:"bytes,11,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt      int64          `protobuf:"varint,12,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt      int64          `protobuf:"varint,13,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	FileName       string         `protobuf:"bytes,14,opt,name=fileName,proto3" json:"fileName,omitempty"`
	FileFormat     string         `protobuf:"bytes,15,opt,name=fileFormat,proto3" json:"fileFormat,omitempty"`
	FileSize       int64          `protobuf:"varint,16,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversionDetailInfo) Descriptor deprecated

func (*ConversionDetailInfo) Descriptor() ([]byte, []int)

Deprecated: Use ConversionDetailInfo.ProtoReflect.Descriptor instead.

func (*ConversionDetailInfo) GetAlgPrompt

func (x *ConversionDetailInfo) GetAlgPrompt() string

func (*ConversionDetailInfo) GetAssistantId

func (x *ConversionDetailInfo) GetAssistantId() string

func (*ConversionDetailInfo) GetConversationId

func (x *ConversionDetailInfo) GetConversationId() string

func (*ConversionDetailInfo) GetCreatedAt

func (x *ConversionDetailInfo) GetCreatedAt() int64

func (*ConversionDetailInfo) GetCreatedBy

func (x *ConversionDetailInfo) GetCreatedBy() string

func (*ConversionDetailInfo) GetFileFormat

func (x *ConversionDetailInfo) GetFileFormat() string

func (*ConversionDetailInfo) GetFileName

func (x *ConversionDetailInfo) GetFileName() string

func (*ConversionDetailInfo) GetFileSize

func (x *ConversionDetailInfo) GetFileSize() int64

func (*ConversionDetailInfo) GetId

func (x *ConversionDetailInfo) GetId() string

func (*ConversionDetailInfo) GetPrompt

func (x *ConversionDetailInfo) GetPrompt() string

func (*ConversionDetailInfo) GetQaType

func (x *ConversionDetailInfo) GetQaType() int32

func (*ConversionDetailInfo) GetRequestFiles added in v0.2.5

func (x *ConversionDetailInfo) GetRequestFiles() []*RequestFile

func (*ConversionDetailInfo) GetResponse

func (x *ConversionDetailInfo) GetResponse() string

func (*ConversionDetailInfo) GetSearchList

func (x *ConversionDetailInfo) GetSearchList() string

func (*ConversionDetailInfo) GetSysPrompt

func (x *ConversionDetailInfo) GetSysPrompt() string

func (*ConversionDetailInfo) GetUpdatedAt

func (x *ConversionDetailInfo) GetUpdatedAt() int64

func (*ConversionDetailInfo) ProtoMessage

func (*ConversionDetailInfo) ProtoMessage()

func (*ConversionDetailInfo) ProtoReflect

func (x *ConversionDetailInfo) ProtoReflect() protoreflect.Message

func (*ConversionDetailInfo) Reset

func (x *ConversionDetailInfo) Reset()

func (*ConversionDetailInfo) String

func (x *ConversionDetailInfo) String() string

type ConversionStreamFile

type ConversionStreamFile struct {
	FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"`
	FileSize int64  `protobuf:"varint,2,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileUrl  string `protobuf:"bytes,3,opt,name=fileUrl,proto3" json:"fileUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversionStreamFile) Descriptor deprecated

func (*ConversionStreamFile) Descriptor() ([]byte, []int)

Deprecated: Use ConversionStreamFile.ProtoReflect.Descriptor instead.

func (*ConversionStreamFile) GetFileName

func (x *ConversionStreamFile) GetFileName() string

func (*ConversionStreamFile) GetFileSize

func (x *ConversionStreamFile) GetFileSize() int64

func (*ConversionStreamFile) GetFileUrl

func (x *ConversionStreamFile) GetFileUrl() string

func (*ConversionStreamFile) ProtoMessage

func (*ConversionStreamFile) ProtoMessage()

func (*ConversionStreamFile) ProtoReflect

func (x *ConversionStreamFile) ProtoReflect() protoreflect.Message

func (*ConversionStreamFile) Reset

func (x *ConversionStreamFile) Reset()

func (*ConversionStreamFile) String

func (x *ConversionStreamFile) String() string

type CustomPromptCopyReq added in v0.2.6

type CustomPromptCopyReq struct {
	CustomPromptId string    `protobuf:"bytes,1,opt,name=customPromptId,proto3" json:"customPromptId,omitempty"`
	Identity       *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptCopyReq) Descriptor deprecated added in v0.2.6

func (*CustomPromptCopyReq) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptCopyReq.ProtoReflect.Descriptor instead.

func (*CustomPromptCopyReq) GetCustomPromptId added in v0.2.6

func (x *CustomPromptCopyReq) GetCustomPromptId() string

func (*CustomPromptCopyReq) GetIdentity added in v0.2.6

func (x *CustomPromptCopyReq) GetIdentity() *Identity

func (*CustomPromptCopyReq) ProtoMessage added in v0.2.6

func (*CustomPromptCopyReq) ProtoMessage()

func (*CustomPromptCopyReq) ProtoReflect added in v0.2.6

func (x *CustomPromptCopyReq) ProtoReflect() protoreflect.Message

func (*CustomPromptCopyReq) Reset added in v0.2.6

func (x *CustomPromptCopyReq) Reset()

func (*CustomPromptCopyReq) String added in v0.2.6

func (x *CustomPromptCopyReq) String() string

type CustomPromptCreateReq added in v0.2.6

type CustomPromptCreateReq struct {
	AvatarPath string    `protobuf:"bytes,1,opt,name=avatarPath,proto3" json:"avatarPath,omitempty"`
	Name       string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Desc       string    `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Prompt     string    `protobuf:"bytes,4,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Identity   *Identity `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptCreateReq) Descriptor deprecated added in v0.2.6

func (*CustomPromptCreateReq) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptCreateReq.ProtoReflect.Descriptor instead.

func (*CustomPromptCreateReq) GetAvatarPath added in v0.2.6

func (x *CustomPromptCreateReq) GetAvatarPath() string

func (*CustomPromptCreateReq) GetDesc added in v0.2.6

func (x *CustomPromptCreateReq) GetDesc() string

func (*CustomPromptCreateReq) GetIdentity added in v0.2.6

func (x *CustomPromptCreateReq) GetIdentity() *Identity

func (*CustomPromptCreateReq) GetName added in v0.2.6

func (x *CustomPromptCreateReq) GetName() string

func (*CustomPromptCreateReq) GetPrompt added in v0.2.6

func (x *CustomPromptCreateReq) GetPrompt() string

func (*CustomPromptCreateReq) ProtoMessage added in v0.2.6

func (*CustomPromptCreateReq) ProtoMessage()

func (*CustomPromptCreateReq) ProtoReflect added in v0.2.6

func (x *CustomPromptCreateReq) ProtoReflect() protoreflect.Message

func (*CustomPromptCreateReq) Reset added in v0.2.6

func (x *CustomPromptCreateReq) Reset()

func (*CustomPromptCreateReq) String added in v0.2.6

func (x *CustomPromptCreateReq) String() string

type CustomPromptDeleteReq added in v0.2.6

type CustomPromptDeleteReq struct {
	CustomPromptId string    `protobuf:"bytes,1,opt,name=customPromptId,proto3" json:"customPromptId,omitempty"`
	Identity       *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptDeleteReq) Descriptor deprecated added in v0.2.6

func (*CustomPromptDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptDeleteReq.ProtoReflect.Descriptor instead.

func (*CustomPromptDeleteReq) GetCustomPromptId added in v0.2.6

func (x *CustomPromptDeleteReq) GetCustomPromptId() string

func (*CustomPromptDeleteReq) GetIdentity added in v0.2.6

func (x *CustomPromptDeleteReq) GetIdentity() *Identity

func (*CustomPromptDeleteReq) ProtoMessage added in v0.2.6

func (*CustomPromptDeleteReq) ProtoMessage()

func (*CustomPromptDeleteReq) ProtoReflect added in v0.2.6

func (x *CustomPromptDeleteReq) ProtoReflect() protoreflect.Message

func (*CustomPromptDeleteReq) Reset added in v0.2.6

func (x *CustomPromptDeleteReq) Reset()

func (*CustomPromptDeleteReq) String added in v0.2.6

func (x *CustomPromptDeleteReq) String() string

type CustomPromptGetListReq added in v0.2.6

type CustomPromptGetListReq struct {
	Name     string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Identity *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptGetListReq) Descriptor deprecated added in v0.2.6

func (*CustomPromptGetListReq) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptGetListReq.ProtoReflect.Descriptor instead.

func (*CustomPromptGetListReq) GetIdentity added in v0.2.6

func (x *CustomPromptGetListReq) GetIdentity() *Identity

func (*CustomPromptGetListReq) GetName added in v0.2.6

func (x *CustomPromptGetListReq) GetName() string

func (*CustomPromptGetListReq) ProtoMessage added in v0.2.6

func (*CustomPromptGetListReq) ProtoMessage()

func (*CustomPromptGetListReq) ProtoReflect added in v0.2.6

func (x *CustomPromptGetListReq) ProtoReflect() protoreflect.Message

func (*CustomPromptGetListReq) Reset added in v0.2.6

func (x *CustomPromptGetListReq) Reset()

func (*CustomPromptGetListReq) String added in v0.2.6

func (x *CustomPromptGetListReq) String() string

type CustomPromptGetReq added in v0.2.6

type CustomPromptGetReq struct {
	CustomPromptId string    `protobuf:"bytes,1,opt,name=customPromptId,proto3" json:"customPromptId,omitempty"`
	Identity       *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptGetReq) Descriptor deprecated added in v0.2.6

func (*CustomPromptGetReq) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptGetReq.ProtoReflect.Descriptor instead.

func (*CustomPromptGetReq) GetCustomPromptId added in v0.2.6

func (x *CustomPromptGetReq) GetCustomPromptId() string

func (*CustomPromptGetReq) GetIdentity added in v0.2.6

func (x *CustomPromptGetReq) GetIdentity() *Identity

func (*CustomPromptGetReq) ProtoMessage added in v0.2.6

func (*CustomPromptGetReq) ProtoMessage()

func (*CustomPromptGetReq) ProtoReflect added in v0.2.6

func (x *CustomPromptGetReq) ProtoReflect() protoreflect.Message

func (*CustomPromptGetReq) Reset added in v0.2.6

func (x *CustomPromptGetReq) Reset()

func (*CustomPromptGetReq) String added in v0.2.6

func (x *CustomPromptGetReq) String() string

type CustomPromptIDResp added in v0.2.6

type CustomPromptIDResp struct {
	CustomPromptId string `protobuf:"bytes,1,opt,name=customPromptId,proto3" json:"customPromptId,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptIDResp) Descriptor deprecated added in v0.2.6

func (*CustomPromptIDResp) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptIDResp.ProtoReflect.Descriptor instead.

func (*CustomPromptIDResp) GetCustomPromptId added in v0.2.6

func (x *CustomPromptIDResp) GetCustomPromptId() string

func (*CustomPromptIDResp) ProtoMessage added in v0.2.6

func (*CustomPromptIDResp) ProtoMessage()

func (*CustomPromptIDResp) ProtoReflect added in v0.2.6

func (x *CustomPromptIDResp) ProtoReflect() protoreflect.Message

func (*CustomPromptIDResp) Reset added in v0.2.6

func (x *CustomPromptIDResp) Reset()

func (*CustomPromptIDResp) String added in v0.2.6

func (x *CustomPromptIDResp) String() string

type CustomPromptInfo added in v0.2.6

type CustomPromptInfo struct {
	CustomPromptId string    `protobuf:"bytes,1,opt,name=customPromptId,proto3" json:"customPromptId,omitempty"`
	AvatarPath     string    `protobuf:"bytes,2,opt,name=avatarPath,proto3" json:"avatarPath,omitempty"`
	Name           string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Desc           string    `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	Prompt         string    `protobuf:"bytes,5,opt,name=prompt,proto3" json:"prompt,omitempty"`
	UpdatedAt      int64     `protobuf:"varint,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Identity       *Identity `protobuf:"bytes,7,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptInfo) Descriptor deprecated added in v0.2.6

func (*CustomPromptInfo) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptInfo.ProtoReflect.Descriptor instead.

func (*CustomPromptInfo) GetAvatarPath added in v0.2.6

func (x *CustomPromptInfo) GetAvatarPath() string

func (*CustomPromptInfo) GetCustomPromptId added in v0.2.6

func (x *CustomPromptInfo) GetCustomPromptId() string

func (*CustomPromptInfo) GetDesc added in v0.2.6

func (x *CustomPromptInfo) GetDesc() string

func (*CustomPromptInfo) GetIdentity added in v0.2.6

func (x *CustomPromptInfo) GetIdentity() *Identity

func (*CustomPromptInfo) GetName added in v0.2.6

func (x *CustomPromptInfo) GetName() string

func (*CustomPromptInfo) GetPrompt added in v0.2.6

func (x *CustomPromptInfo) GetPrompt() string

func (*CustomPromptInfo) GetUpdatedAt added in v0.2.6

func (x *CustomPromptInfo) GetUpdatedAt() int64

func (*CustomPromptInfo) ProtoMessage added in v0.2.6

func (*CustomPromptInfo) ProtoMessage()

func (*CustomPromptInfo) ProtoReflect added in v0.2.6

func (x *CustomPromptInfo) ProtoReflect() protoreflect.Message

func (*CustomPromptInfo) Reset added in v0.2.6

func (x *CustomPromptInfo) Reset()

func (*CustomPromptInfo) String added in v0.2.6

func (x *CustomPromptInfo) String() string

type CustomPromptList added in v0.2.6

type CustomPromptList struct {
	CustomPromptInfos []*CustomPromptInfo `protobuf:"bytes,1,rep,name=customPromptInfos,proto3" json:"customPromptInfos,omitempty"`
	Total             int64               `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptList) Descriptor deprecated added in v0.2.6

func (*CustomPromptList) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptList.ProtoReflect.Descriptor instead.

func (*CustomPromptList) GetCustomPromptInfos added in v0.2.6

func (x *CustomPromptList) GetCustomPromptInfos() []*CustomPromptInfo

func (*CustomPromptList) GetTotal added in v0.2.6

func (x *CustomPromptList) GetTotal() int64

func (*CustomPromptList) ProtoMessage added in v0.2.6

func (*CustomPromptList) ProtoMessage()

func (*CustomPromptList) ProtoReflect added in v0.2.6

func (x *CustomPromptList) ProtoReflect() protoreflect.Message

func (*CustomPromptList) Reset added in v0.2.6

func (x *CustomPromptList) Reset()

func (*CustomPromptList) String added in v0.2.6

func (x *CustomPromptList) String() string

type CustomPromptUpdateReq added in v0.2.6

type CustomPromptUpdateReq struct {
	CustomPromptId string    `protobuf:"bytes,1,opt,name=customPromptId,proto3" json:"customPromptId,omitempty"`
	AvatarPath     string    `protobuf:"bytes,2,opt,name=avatarPath,proto3" json:"avatarPath,omitempty"`
	Name           string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Desc           string    `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	Prompt         string    `protobuf:"bytes,5,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Identity       *Identity `protobuf:"bytes,6,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomPromptUpdateReq) Descriptor deprecated added in v0.2.6

func (*CustomPromptUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use CustomPromptUpdateReq.ProtoReflect.Descriptor instead.

func (*CustomPromptUpdateReq) GetAvatarPath added in v0.2.6

func (x *CustomPromptUpdateReq) GetAvatarPath() string

func (*CustomPromptUpdateReq) GetCustomPromptId added in v0.2.6

func (x *CustomPromptUpdateReq) GetCustomPromptId() string

func (*CustomPromptUpdateReq) GetDesc added in v0.2.6

func (x *CustomPromptUpdateReq) GetDesc() string

func (*CustomPromptUpdateReq) GetIdentity added in v0.2.6

func (x *CustomPromptUpdateReq) GetIdentity() *Identity

func (*CustomPromptUpdateReq) GetName added in v0.2.6

func (x *CustomPromptUpdateReq) GetName() string

func (*CustomPromptUpdateReq) GetPrompt added in v0.2.6

func (x *CustomPromptUpdateReq) GetPrompt() string

func (*CustomPromptUpdateReq) ProtoMessage added in v0.2.6

func (*CustomPromptUpdateReq) ProtoMessage()

func (*CustomPromptUpdateReq) ProtoReflect added in v0.2.6

func (x *CustomPromptUpdateReq) ProtoReflect() protoreflect.Message

func (*CustomPromptUpdateReq) Reset added in v0.2.6

func (x *CustomPromptUpdateReq) Reset()

func (*CustomPromptUpdateReq) String added in v0.2.6

func (x *CustomPromptUpdateReq) String() string

type GetAssistantByIdsReq

type GetAssistantByIdsReq struct {
	AssistantIdList []string  `protobuf:"bytes,1,rep,name=assistantIdList,proto3" json:"assistantIdList,omitempty"`
	Identity        *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAssistantByIdsReq) Descriptor deprecated

func (*GetAssistantByIdsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAssistantByIdsReq.ProtoReflect.Descriptor instead.

func (*GetAssistantByIdsReq) GetAssistantIdList

func (x *GetAssistantByIdsReq) GetAssistantIdList() []string

func (*GetAssistantByIdsReq) GetIdentity

func (x *GetAssistantByIdsReq) GetIdentity() *Identity

func (*GetAssistantByIdsReq) ProtoMessage

func (*GetAssistantByIdsReq) ProtoMessage()

func (*GetAssistantByIdsReq) ProtoReflect

func (x *GetAssistantByIdsReq) ProtoReflect() protoreflect.Message

func (*GetAssistantByIdsReq) Reset

func (x *GetAssistantByIdsReq) Reset()

func (*GetAssistantByIdsReq) String

func (x *GetAssistantByIdsReq) String() string

type GetAssistantInfoReq

type GetAssistantInfoReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	Identity    *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAssistantInfoReq) Descriptor deprecated

func (*GetAssistantInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAssistantInfoReq.ProtoReflect.Descriptor instead.

func (*GetAssistantInfoReq) GetAssistantId

func (x *GetAssistantInfoReq) GetAssistantId() string

func (*GetAssistantInfoReq) GetIdentity

func (x *GetAssistantInfoReq) GetIdentity() *Identity

func (*GetAssistantInfoReq) ProtoMessage

func (*GetAssistantInfoReq) ProtoMessage()

func (*GetAssistantInfoReq) ProtoReflect

func (x *GetAssistantInfoReq) ProtoReflect() protoreflect.Message

func (*GetAssistantInfoReq) Reset

func (x *GetAssistantInfoReq) Reset()

func (*GetAssistantInfoReq) String

func (x *GetAssistantInfoReq) String() string

type GetAssistantListMyAllReq

type GetAssistantListMyAllReq struct {
	Name     string    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Identity *Identity `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAssistantListMyAllReq) Descriptor deprecated

func (*GetAssistantListMyAllReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAssistantListMyAllReq.ProtoReflect.Descriptor instead.

func (*GetAssistantListMyAllReq) GetIdentity

func (x *GetAssistantListMyAllReq) GetIdentity() *Identity

func (*GetAssistantListMyAllReq) GetName

func (x *GetAssistantListMyAllReq) GetName() string

func (*GetAssistantListMyAllReq) ProtoMessage

func (*GetAssistantListMyAllReq) ProtoMessage()

func (*GetAssistantListMyAllReq) ProtoReflect

func (x *GetAssistantListMyAllReq) ProtoReflect() protoreflect.Message

func (*GetAssistantListMyAllReq) Reset

func (x *GetAssistantListMyAllReq) Reset()

func (*GetAssistantListMyAllReq) String

func (x *GetAssistantListMyAllReq) String() string

type GetConversationDetailListReq

type GetConversationDetailListReq struct {
	ConversationId string    `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	PageSize       int32     `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	PageNo         int32     `protobuf:"varint,3,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	Identity       *Identity `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationDetailListReq) Descriptor deprecated

func (*GetConversationDetailListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationDetailListReq.ProtoReflect.Descriptor instead.

func (*GetConversationDetailListReq) GetConversationId

func (x *GetConversationDetailListReq) GetConversationId() string

func (*GetConversationDetailListReq) GetIdentity

func (x *GetConversationDetailListReq) GetIdentity() *Identity

func (*GetConversationDetailListReq) GetPageNo

func (x *GetConversationDetailListReq) GetPageNo() int32

func (*GetConversationDetailListReq) GetPageSize

func (x *GetConversationDetailListReq) GetPageSize() int32

func (*GetConversationDetailListReq) ProtoMessage

func (*GetConversationDetailListReq) ProtoMessage()

func (*GetConversationDetailListReq) ProtoReflect

func (*GetConversationDetailListReq) Reset

func (x *GetConversationDetailListReq) Reset()

func (*GetConversationDetailListReq) String

type GetConversationDetailListResp

type GetConversationDetailListResp struct {
	Data     []*ConversionDetailInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Total    int64                   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PageSize int32                   `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	PageNo   int32                   `protobuf:"varint,4,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationDetailListResp) Descriptor deprecated

func (*GetConversationDetailListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationDetailListResp.ProtoReflect.Descriptor instead.

func (*GetConversationDetailListResp) GetData

func (*GetConversationDetailListResp) GetPageNo

func (x *GetConversationDetailListResp) GetPageNo() int32

func (*GetConversationDetailListResp) GetPageSize

func (x *GetConversationDetailListResp) GetPageSize() int32

func (*GetConversationDetailListResp) GetTotal

func (x *GetConversationDetailListResp) GetTotal() int64

func (*GetConversationDetailListResp) ProtoMessage

func (*GetConversationDetailListResp) ProtoMessage()

func (*GetConversationDetailListResp) ProtoReflect

func (*GetConversationDetailListResp) Reset

func (x *GetConversationDetailListResp) Reset()

func (*GetConversationDetailListResp) String

type GetConversationListReq

type GetConversationListReq struct {
	AssistantId string    `protobuf:"bytes,1,opt,name=assistantId,proto3" json:"assistantId,omitempty"`
	PageSize    int32     `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	PageNo      int32     `protobuf:"varint,3,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	Identity    *Identity `protobuf:"bytes,4,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationListReq) Descriptor deprecated

func (*GetConversationListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationListReq.ProtoReflect.Descriptor instead.

func (*GetConversationListReq) GetAssistantId

func (x *GetConversationListReq) GetAssistantId() string

func (*GetConversationListReq) GetIdentity

func (x *GetConversationListReq) GetIdentity() *Identity

func (*GetConversationListReq) GetPageNo

func (x *GetConversationListReq) GetPageNo() int32

func (*GetConversationListReq) GetPageSize

func (x *GetConversationListReq) GetPageSize() int32

func (*GetConversationListReq) ProtoMessage

func (*GetConversationListReq) ProtoMessage()

func (*GetConversationListReq) ProtoReflect

func (x *GetConversationListReq) ProtoReflect() protoreflect.Message

func (*GetConversationListReq) Reset

func (x *GetConversationListReq) Reset()

func (*GetConversationListReq) String

func (x *GetConversationListReq) String() string

type GetConversationListResp

type GetConversationListResp struct {
	Data     []*ConversationInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Total    int64               `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	PageSize int32               `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	PageNo   int32               `protobuf:"varint,4,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConversationListResp) Descriptor deprecated

func (*GetConversationListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationListResp.ProtoReflect.Descriptor instead.

func (*GetConversationListResp) GetData

func (x *GetConversationListResp) GetData() []*ConversationInfo

func (*GetConversationListResp) GetPageNo

func (x *GetConversationListResp) GetPageNo() int32

func (*GetConversationListResp) GetPageSize

func (x *GetConversationListResp) GetPageSize() int32

func (*GetConversationListResp) GetTotal

func (x *GetConversationListResp) GetTotal() int64

func (*GetConversationListResp) ProtoMessage

func (*GetConversationListResp) ProtoMessage()

func (*GetConversationListResp) ProtoReflect

func (x *GetConversationListResp) ProtoReflect() protoreflect.Message

func (*GetConversationListResp) Reset

func (x *GetConversationListResp) Reset()

func (*GetConversationListResp) String

func (x *GetConversationListResp) String() string

type Identity

type Identity struct {
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	OrgId  string `protobuf:"bytes,2,opt,name=orgId,proto3" json:"orgId,omitempty"`
	// contains filtered or unexported fields
}

func (*Identity) Descriptor deprecated

func (*Identity) Descriptor() ([]byte, []int)

Deprecated: Use Identity.ProtoReflect.Descriptor instead.

func (*Identity) GetOrgId

func (x *Identity) GetOrgId() string

func (*Identity) GetUserId

func (x *Identity) GetUserId() string

func (*Identity) ProtoMessage

func (*Identity) ProtoMessage()

func (*Identity) ProtoReflect

func (x *Identity) ProtoReflect() protoreflect.Message

func (*Identity) Reset

func (x *Identity) Reset()

func (*Identity) String

func (x *Identity) String() string

type MetaDataFilterParams added in v0.2.2

type MetaDataFilterParams struct {
	FilterEnable     bool                `protobuf:"varint,1,opt,name=filterEnable,proto3" json:"filterEnable,omitempty"`        // 元数据过滤开关
	FilterLogicType  string              `protobuf:"bytes,2,opt,name=filterLogicType,proto3" json:"filterLogicType,omitempty"`   // 元数据逻辑条件:and/or
	MetaFilterParams []*MetaFilterParams `protobuf:"bytes,3,rep,name=metaFilterParams,proto3" json:"metaFilterParams,omitempty"` // 元数据过滤参数列表
	// contains filtered or unexported fields
}

func (*MetaDataFilterParams) Descriptor deprecated added in v0.2.2

func (*MetaDataFilterParams) Descriptor() ([]byte, []int)

Deprecated: Use MetaDataFilterParams.ProtoReflect.Descriptor instead.

func (*MetaDataFilterParams) GetFilterEnable added in v0.2.2

func (x *MetaDataFilterParams) GetFilterEnable() bool

func (*MetaDataFilterParams) GetFilterLogicType added in v0.2.2

func (x *MetaDataFilterParams) GetFilterLogicType() string

func (*MetaDataFilterParams) GetMetaFilterParams added in v0.2.2

func (x *MetaDataFilterParams) GetMetaFilterParams() []*MetaFilterParams

func (*MetaDataFilterParams) ProtoMessage added in v0.2.2

func (*MetaDataFilterParams) ProtoMessage()

func (*MetaDataFilterParams) ProtoReflect added in v0.2.2

func (x *MetaDataFilterParams) ProtoReflect() protoreflect.Message

func (*MetaDataFilterParams) Reset added in v0.2.2

func (x *MetaDataFilterParams) Reset()

func (*MetaDataFilterParams) String added in v0.2.2

func (x *MetaDataFilterParams) String() string

type MetaFilterParams added in v0.2.2

type MetaFilterParams struct {
	Key       string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Type      string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Value     string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Condition string `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaFilterParams) Descriptor deprecated added in v0.2.2

func (*MetaFilterParams) Descriptor() ([]byte, []int)

Deprecated: Use MetaFilterParams.ProtoReflect.Descriptor instead.

func (*MetaFilterParams) GetCondition added in v0.2.2

func (x *MetaFilterParams) GetCondition() string

func (*MetaFilterParams) GetKey added in v0.2.2

func (x *MetaFilterParams) GetKey() string

func (*MetaFilterParams) GetType added in v0.2.2

func (x *MetaFilterParams) GetType() string

func (*MetaFilterParams) GetValue added in v0.2.2

func (x *MetaFilterParams) GetValue() string

func (*MetaFilterParams) ProtoMessage added in v0.2.2

func (*MetaFilterParams) ProtoMessage()

func (*MetaFilterParams) ProtoReflect added in v0.2.2

func (x *MetaFilterParams) ProtoReflect() protoreflect.Message

func (*MetaFilterParams) Reset added in v0.2.2

func (x *MetaFilterParams) Reset()

func (*MetaFilterParams) String added in v0.2.2

func (x *MetaFilterParams) String() string

type RequestFile added in v0.2.5

type RequestFile struct {
	FileName string `protobuf:"bytes,1,opt,name=FileName,proto3" json:"FileName,omitempty"`
	FileSize int64  `protobuf:"varint,2,opt,name=FileSize,proto3" json:"FileSize,omitempty"`
	FileUrl  string `protobuf:"bytes,3,opt,name=FileUrl,proto3" json:"FileUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestFile) Descriptor deprecated added in v0.2.5

func (*RequestFile) Descriptor() ([]byte, []int)

Deprecated: Use RequestFile.ProtoReflect.Descriptor instead.

func (*RequestFile) GetFileName added in v0.2.5

func (x *RequestFile) GetFileName() string

func (*RequestFile) GetFileSize added in v0.2.5

func (x *RequestFile) GetFileSize() int64

func (*RequestFile) GetFileUrl added in v0.2.5

func (x *RequestFile) GetFileUrl() string

func (*RequestFile) ProtoMessage added in v0.2.5

func (*RequestFile) ProtoMessage()

func (*RequestFile) ProtoReflect added in v0.2.5

func (x *RequestFile) ProtoReflect() protoreflect.Message

func (*RequestFile) Reset added in v0.2.5

func (x *RequestFile) Reset()

func (*RequestFile) String added in v0.2.5

func (x *RequestFile) String() string

type SensitiveTable added in v0.1.5

type SensitiveTable struct {
	TableId   string `protobuf:"bytes,1,opt,name=tableId,proto3" json:"tableId,omitempty"`
	TableName string `protobuf:"bytes,2,opt,name=tableName,proto3" json:"tableName,omitempty"`
	// contains filtered or unexported fields
}

func (*SensitiveTable) Descriptor deprecated added in v0.1.5

func (*SensitiveTable) Descriptor() ([]byte, []int)

Deprecated: Use SensitiveTable.ProtoReflect.Descriptor instead.

func (*SensitiveTable) GetTableId added in v0.1.5

func (x *SensitiveTable) GetTableId() string

func (*SensitiveTable) GetTableName added in v0.1.5

func (x *SensitiveTable) GetTableName() string

func (*SensitiveTable) ProtoMessage added in v0.1.5

func (*SensitiveTable) ProtoMessage()

func (*SensitiveTable) ProtoReflect added in v0.1.5

func (x *SensitiveTable) ProtoReflect() protoreflect.Message

func (*SensitiveTable) Reset added in v0.1.5

func (x *SensitiveTable) Reset()

func (*SensitiveTable) String added in v0.1.5

func (x *SensitiveTable) String() string

type UnimplementedAssistantServiceServer

type UnimplementedAssistantServiceServer struct{}

UnimplementedAssistantServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAssistantServiceServer) AssistantConfigUpdate

func (UnimplementedAssistantServiceServer) AssistantCopy added in v0.2.5

func (UnimplementedAssistantServiceServer) AssistantCreate

func (UnimplementedAssistantServiceServer) AssistantDelete

func (UnimplementedAssistantServiceServer) AssistantMCPCreate added in v0.1.6

func (UnimplementedAssistantServiceServer) AssistantMCPDelete added in v0.1.6

func (UnimplementedAssistantServiceServer) AssistantMCPDeleteByMCPId added in v0.2.1

func (UnimplementedAssistantServiceServer) AssistantMCPEnableSwitch added in v0.1.6

func (UnimplementedAssistantServiceServer) AssistantMCPGetList added in v0.1.6

func (UnimplementedAssistantServiceServer) AssistantToolConfig added in v0.2.6

func (UnimplementedAssistantServiceServer) AssistantToolCreate added in v0.2.5

func (UnimplementedAssistantServiceServer) AssistantToolDelete added in v0.2.5

func (UnimplementedAssistantServiceServer) AssistantToolDeleteByToolId added in v0.2.5

func (UnimplementedAssistantServiceServer) AssistantToolEnableSwitch added in v0.2.5

func (UnimplementedAssistantServiceServer) AssistantUpdate

func (UnimplementedAssistantServiceServer) AssistantWorkFlowCreate

func (UnimplementedAssistantServiceServer) AssistantWorkFlowDelete

func (UnimplementedAssistantServiceServer) AssistantWorkFlowDeleteByWorkflowId added in v0.2.1

func (UnimplementedAssistantServiceServer) AssistantWorkFlowEnableSwitch

func (UnimplementedAssistantServiceServer) ConversationCreate

func (UnimplementedAssistantServiceServer) ConversationDelete

func (UnimplementedAssistantServiceServer) ConversationDeleteByAssistantId added in v0.1.2

func (UnimplementedAssistantServiceServer) CustomPromptCopy added in v0.2.6

func (UnimplementedAssistantServiceServer) CustomPromptCreate added in v0.2.6

func (UnimplementedAssistantServiceServer) CustomPromptDelete added in v0.2.6

func (UnimplementedAssistantServiceServer) CustomPromptGet added in v0.2.6

func (UnimplementedAssistantServiceServer) CustomPromptGetList added in v0.2.6

func (UnimplementedAssistantServiceServer) CustomPromptUpdate added in v0.2.6

func (UnimplementedAssistantServiceServer) GetAssistantByIds

func (UnimplementedAssistantServiceServer) GetAssistantInfo

func (UnimplementedAssistantServiceServer) GetAssistantListMyAll

func (UnimplementedAssistantServiceServer) GetConversationDetailList

func (UnimplementedAssistantServiceServer) GetConversationList

type UnsafeAssistantServiceServer

type UnsafeAssistantServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAssistantServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AssistantServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL