v0.16.0 of the Pipes SDK Go is now available.
What's new?
- AI Key Management APIs for
Tenants,UsersandOrganizations. - Workspace Conversations, Conversation Messages and Conversation Artifacts APIs for
UserWorkspacesandOrgWorkspaces. - Workspace AI Models APIs for
UserWorkspacesandOrgWorkspaces. - Service Account APIs.
- Added
ServiceStateenum to represent the state of a service. - Added
ModelStateenum to represent the state of an AI model. - Added
UserTypeenum to classify users.
Enhancements
- Added
AiEnabledattribute toTenantSettingsto allow enabling / disabling AI features at a tenant level. - Added
Typeattribute toUser(backed byUserType) to distinguish user types. - Added
TokenWithValueandCreateTokenRequestmodels to improve token creation workflows.