v0.16.0 of the Pipes SDK Go is now available.
What's new?
- AI Key Management APIs for
Tenants
,Users
andOrganizations
. - Workspace Conversations, Conversation Messages and Conversation Artifacts APIs for
UserWorkspaces
andOrgWorkspaces
. - Workspace AI Models APIs for
UserWorkspaces
andOrgWorkspaces
. - Service Account APIs.
- Added
ServiceState
enum to represent the state of a service. - Added
ModelState
enum to represent the state of an AI model. - Added
UserType
enum to classify users.
Enhancements
- Added
AiEnabled
attribute toTenantSettings
to allow enabling / disabling AI features at a tenant level. - Added
Type
attribute toUser
(backed byUserType
) to distinguish user types. - Added
TokenWithValue
andCreateTokenRequest
models to improve token creation workflows.