Documentation
¶
Index ¶
- Variables
- type AppBrief
- func (*AppBrief) Descriptor() ([]byte, []int)deprecated
- func (x *AppBrief) GetAppId() string
- func (x *AppBrief) GetAppType() string
- func (x *AppBrief) GetAvatarPath() string
- func (x *AppBrief) GetCreatedAt() int64
- func (x *AppBrief) GetDesc() string
- func (x *AppBrief) GetName() string
- func (x *AppBrief) GetOrgId() string
- func (x *AppBrief) GetUpdatedAt() int64
- func (x *AppBrief) GetUserId() string
- func (*AppBrief) ProtoMessage()
- func (x *AppBrief) ProtoReflect() protoreflect.Message
- func (x *AppBrief) Reset()
- func (x *AppBrief) String() string
- type AppBriefConfig
- func (*AppBriefConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AppBriefConfig) GetAvatarPath() string
- func (x *AppBriefConfig) GetDesc() string
- func (x *AppBriefConfig) GetName() string
- func (*AppBriefConfig) ProtoMessage()
- func (x *AppBriefConfig) ProtoReflect() protoreflect.Message
- func (x *AppBriefConfig) Reset()
- func (x *AppBriefConfig) String() string
- type AppModelConfig
- func (*AppModelConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AppModelConfig) GetConfig() string
- func (x *AppModelConfig) GetModel() string
- func (x *AppModelConfig) GetModelId() string
- func (x *AppModelConfig) GetModelType() string
- func (x *AppModelConfig) GetProvider() string
- func (*AppModelConfig) ProtoMessage()
- func (x *AppModelConfig) ProtoReflect() protoreflect.Message
- func (x *AppModelConfig) Reset()
- func (x *AppModelConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_common_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AppBrief ¶
type AppBrief struct {
OrgId string `protobuf:"bytes,1,opt,name=orgId,proto3" json:"orgId,omitempty"`
UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId,omitempty"`
AppType string `protobuf:"bytes,4,opt,name=appType,proto3" json:"appType,omitempty"` // 应用类型 agent,rag,workflow
AvatarPath string `protobuf:"bytes,5,opt,name=avatarPath,proto3" json:"avatarPath,omitempty"` // 图标minio object path
Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
Desc string `protobuf:"bytes,7,opt,name=desc,proto3" json:"desc,omitempty"`
CreatedAt int64 `protobuf:"varint,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // 创建时间,毫秒时间戳
UpdatedAt int64 `protobuf:"varint,9,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // 更新时间,毫秒时间戳
// contains filtered or unexported fields
}
func (*AppBrief) Descriptor
deprecated
func (*AppBrief) GetAppType ¶
func (*AppBrief) GetAvatarPath ¶
func (*AppBrief) GetCreatedAt ¶
func (*AppBrief) GetUpdatedAt ¶
func (*AppBrief) ProtoMessage ¶
func (*AppBrief) ProtoMessage()
func (*AppBrief) ProtoReflect ¶
func (x *AppBrief) ProtoReflect() protoreflect.Message
type AppBriefConfig ¶
type AppBriefConfig struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
AvatarPath string `protobuf:"bytes,3,opt,name=avatarPath,proto3" json:"avatarPath,omitempty"`
// contains filtered or unexported fields
}
func (*AppBriefConfig) Descriptor
deprecated
func (*AppBriefConfig) Descriptor() ([]byte, []int)
Deprecated: Use AppBriefConfig.ProtoReflect.Descriptor instead.
func (*AppBriefConfig) GetAvatarPath ¶
func (x *AppBriefConfig) GetAvatarPath() string
func (*AppBriefConfig) GetDesc ¶
func (x *AppBriefConfig) GetDesc() string
func (*AppBriefConfig) GetName ¶
func (x *AppBriefConfig) GetName() string
func (*AppBriefConfig) ProtoMessage ¶
func (*AppBriefConfig) ProtoMessage()
func (*AppBriefConfig) ProtoReflect ¶
func (x *AppBriefConfig) ProtoReflect() protoreflect.Message
func (*AppBriefConfig) Reset ¶
func (x *AppBriefConfig) Reset()
func (*AppBriefConfig) String ¶
func (x *AppBriefConfig) String() string
type AppModelConfig ¶
type AppModelConfig struct {
Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"`
ModelId string `protobuf:"bytes,3,opt,name=modelId,proto3" json:"modelId,omitempty"`
ModelType string `protobuf:"bytes,4,opt,name=modelType,proto3" json:"modelType,omitempty"`
Config string `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"`
// contains filtered or unexported fields
}
func (*AppModelConfig) Descriptor
deprecated
func (*AppModelConfig) Descriptor() ([]byte, []int)
Deprecated: Use AppModelConfig.ProtoReflect.Descriptor instead.
func (*AppModelConfig) GetConfig ¶
func (x *AppModelConfig) GetConfig() string
func (*AppModelConfig) GetModel ¶
func (x *AppModelConfig) GetModel() string
func (*AppModelConfig) GetModelId ¶
func (x *AppModelConfig) GetModelId() string
func (*AppModelConfig) GetModelType ¶
func (x *AppModelConfig) GetModelType() string
func (*AppModelConfig) GetProvider ¶
func (x *AppModelConfig) GetProvider() string
func (*AppModelConfig) ProtoMessage ¶
func (*AppModelConfig) ProtoMessage()
func (*AppModelConfig) ProtoReflect ¶
func (x *AppModelConfig) ProtoReflect() protoreflect.Message
func (*AppModelConfig) Reset ¶
func (x *AppModelConfig) Reset()
func (*AppModelConfig) String ¶
func (x *AppModelConfig) String() string
Click to show internal directories.
Click to hide internal directories.