client

package
v0.26.1 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: AGPL-3.0, AGPL-3.0-or-later Imports: 11 Imported by: 0

Documentation

Overview

Package client provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.7.0 DO NOT EDIT.

Index

Constants

View Source
const (
	BearerAuthScopes bearerAuthContextKey = "BearerAuth.Scopes"
)

Variables

This section is empty.

Functions

func NewAssignAgentUserRequest

func NewAssignAgentUserRequest(server string, id string, body AssignAgentUserJSONRequestBody) (*http.Request, error)

NewAssignAgentUserRequest calls the generic AssignAgentUser builder with application/json body

func NewAssignAgentUserRequestWithBody

func NewAssignAgentUserRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewAssignAgentUserRequestWithBody generates requests for AssignAgentUser with any type of body

func NewChangePasswordRequest

func NewChangePasswordRequest(server string, body ChangePasswordJSONRequestBody) (*http.Request, error)

NewChangePasswordRequest calls the generic ChangePassword builder with application/json body

func NewChangePasswordRequestWithBody

func NewChangePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewChangePasswordRequestWithBody generates requests for ChangePassword with any type of body

func NewCreateAgentRequest

func NewCreateAgentRequest(server string, body CreateAgentJSONRequestBody) (*http.Request, error)

NewCreateAgentRequest calls the generic CreateAgent builder with application/json body

func NewCreateAgentRequestWithBody

func NewCreateAgentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateAgentRequestWithBody generates requests for CreateAgent with any type of body

func NewCreateChannelRequest

func NewCreateChannelRequest(server string, body CreateChannelJSONRequestBody) (*http.Request, error)

NewCreateChannelRequest calls the generic CreateChannel builder with application/json body

func NewCreateChannelRequestWithBody

func NewCreateChannelRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateChannelRequestWithBody generates requests for CreateChannel with any type of body

func NewCreateFeedRequest

func NewCreateFeedRequest(server string, body CreateFeedJSONRequestBody) (*http.Request, error)

NewCreateFeedRequest calls the generic CreateFeed builder with application/json body

func NewCreateFeedRequestWithBody

func NewCreateFeedRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateFeedRequestWithBody generates requests for CreateFeed with any type of body

func NewCreateProviderRequest

func NewCreateProviderRequest(server string, body CreateProviderJSONRequestBody) (*http.Request, error)

NewCreateProviderRequest calls the generic CreateProvider builder with application/json body

func NewCreateProviderRequestWithBody

func NewCreateProviderRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateProviderRequestWithBody generates requests for CreateProvider with any type of body

func NewCreateSchedulerJobRequest

func NewCreateSchedulerJobRequest(server string, body CreateSchedulerJobJSONRequestBody) (*http.Request, error)

NewCreateSchedulerJobRequest calls the generic CreateSchedulerJob builder with application/json body

func NewCreateSchedulerJobRequestWithBody

func NewCreateSchedulerJobRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateSchedulerJobRequestWithBody generates requests for CreateSchedulerJob with any type of body

func NewCreateSessionRequest

func NewCreateSessionRequest(server string, body CreateSessionJSONRequestBody) (*http.Request, error)

NewCreateSessionRequest calls the generic CreateSession builder with application/json body

func NewCreateSessionRequestWithBody

func NewCreateSessionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateSessionRequestWithBody generates requests for CreateSession with any type of body

func NewCreateSkillRequest

func NewCreateSkillRequest(server string, body CreateSkillJSONRequestBody) (*http.Request, error)

NewCreateSkillRequest calls the generic CreateSkill builder with application/json body

func NewCreateSkillRequestWithBody

func NewCreateSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewCreateSkillRequestWithBody generates requests for CreateSkill with any type of body

func NewCreateWorkspaceFileRequest

func NewCreateWorkspaceFileRequest(server string, sessionID string, body CreateWorkspaceFileJSONRequestBody) (*http.Request, error)

NewCreateWorkspaceFileRequest calls the generic CreateWorkspaceFile builder with application/json body

func NewCreateWorkspaceFileRequestWithBody

func NewCreateWorkspaceFileRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)

NewCreateWorkspaceFileRequestWithBody generates requests for CreateWorkspaceFile with any type of body

func NewDeleteAgentRequest

func NewDeleteAgentRequest(server string, id string) (*http.Request, error)

NewDeleteAgentRequest generates requests for DeleteAgent

func NewDeleteAgentSkillFileRequest

func NewDeleteAgentSkillFileRequest(server string, id string, skillId string, params *DeleteAgentSkillFileParams) (*http.Request, error)

NewDeleteAgentSkillFileRequest generates requests for DeleteAgentSkillFile

func NewDeleteAgentSkillRequest

func NewDeleteAgentSkillRequest(server string, id string, skillId string) (*http.Request, error)

NewDeleteAgentSkillRequest generates requests for DeleteAgentSkill

func NewDeleteArticleRequest

func NewDeleteArticleRequest(server string, id string) (*http.Request, error)

NewDeleteArticleRequest generates requests for DeleteArticle

func NewDeleteAuthUserIdentityRequest

func NewDeleteAuthUserIdentityRequest(server string, id int64, identityId int64) (*http.Request, error)

NewDeleteAuthUserIdentityRequest generates requests for DeleteAuthUserIdentity

func NewDeleteChannelRequest

func NewDeleteChannelRequest(server string, id string) (*http.Request, error)

NewDeleteChannelRequest generates requests for DeleteChannel

func NewDeleteFeedRequest

func NewDeleteFeedRequest(server string, id string) (*http.Request, error)

NewDeleteFeedRequest generates requests for DeleteFeed

func NewDeleteProfileMemoryRequest

func NewDeleteProfileMemoryRequest(server string, agentId string) (*http.Request, error)

NewDeleteProfileMemoryRequest generates requests for DeleteProfileMemory

func NewDeleteProfileSkillFileRequest

func NewDeleteProfileSkillFileRequest(server string, skillId string, params *DeleteProfileSkillFileParams) (*http.Request, error)

NewDeleteProfileSkillFileRequest generates requests for DeleteProfileSkillFile

func NewDeleteProfileSkillRequest

func NewDeleteProfileSkillRequest(server string, skillId string) (*http.Request, error)

NewDeleteProfileSkillRequest generates requests for DeleteProfileSkill

func NewDeleteProviderRequest

func NewDeleteProviderRequest(server string, id string) (*http.Request, error)

NewDeleteProviderRequest generates requests for DeleteProvider

func NewDeleteSchedulerJobRequest

func NewDeleteSchedulerJobRequest(server string, id string) (*http.Request, error)

NewDeleteSchedulerJobRequest generates requests for DeleteSchedulerJob

func NewDeleteSkillFileRequest

func NewDeleteSkillFileRequest(server string, id string, params *DeleteSkillFileParams) (*http.Request, error)

NewDeleteSkillFileRequest generates requests for DeleteSkillFile

func NewDeleteSkillRequest

func NewDeleteSkillRequest(server string, id string) (*http.Request, error)

NewDeleteSkillRequest generates requests for DeleteSkill

func NewDeleteUserMemoryRequest

func NewDeleteUserMemoryRequest(server string, id int64, agentId string) (*http.Request, error)

NewDeleteUserMemoryRequest generates requests for DeleteUserMemory

func NewDeleteVaultEntryRequest

func NewDeleteVaultEntryRequest(server string, name string) (*http.Request, error)

NewDeleteVaultEntryRequest generates requests for DeleteVaultEntry

func NewDeleteWorkspaceFileRequest

func NewDeleteWorkspaceFileRequest(server string, sessionID string, body DeleteWorkspaceFileJSONRequestBody) (*http.Request, error)

NewDeleteWorkspaceFileRequest calls the generic DeleteWorkspaceFile builder with application/json body

func NewDeleteWorkspaceFileRequestWithBody

func NewDeleteWorkspaceFileRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteWorkspaceFileRequestWithBody generates requests for DeleteWorkspaceFile with any type of body

func NewDisconnectOAuthRequest

func NewDisconnectOAuthRequest(server string, provider string) (*http.Request, error)

NewDisconnectOAuthRequest generates requests for DisconnectOAuth

func NewDuplicateBuiltinSkillToAgentRequest

func NewDuplicateBuiltinSkillToAgentRequest(server string, id string, skillId string) (*http.Request, error)

NewDuplicateBuiltinSkillToAgentRequest generates requests for DuplicateBuiltinSkillToAgent

func NewFetchProviderModelsRequest

func NewFetchProviderModelsRequest(server string, id string, body FetchProviderModelsJSONRequestBody) (*http.Request, error)

NewFetchProviderModelsRequest calls the generic FetchProviderModels builder with application/json body

func NewFetchProviderModelsRequestWithBody

func NewFetchProviderModelsRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewFetchProviderModelsRequestWithBody generates requests for FetchProviderModels with any type of body

func NewGenerateLinkCodeRequest

func NewGenerateLinkCodeRequest(server string, body GenerateLinkCodeJSONRequestBody) (*http.Request, error)

NewGenerateLinkCodeRequest calls the generic GenerateLinkCode builder with application/json body

func NewGenerateLinkCodeRequestWithBody

func NewGenerateLinkCodeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewGenerateLinkCodeRequestWithBody generates requests for GenerateLinkCode with any type of body

func NewGetAgentRequest

func NewGetAgentRequest(server string, id string) (*http.Request, error)

NewGetAgentRequest generates requests for GetAgent

func NewGetAgentSkillFileRequest

func NewGetAgentSkillFileRequest(server string, id string, skillId string, params *GetAgentSkillFileParams) (*http.Request, error)

NewGetAgentSkillFileRequest generates requests for GetAgentSkillFile

func NewGetAgentSkillRequest

func NewGetAgentSkillRequest(server string, id string, skillId string) (*http.Request, error)

NewGetAgentSkillRequest generates requests for GetAgentSkill

func NewGetArticleRequest

func NewGetArticleRequest(server string, id string, params *GetArticleParams) (*http.Request, error)

NewGetArticleRequest generates requests for GetArticle

func NewGetAuthUserRequest

func NewGetAuthUserRequest(server string, id int64) (*http.Request, error)

NewGetAuthUserRequest generates requests for GetAuthUser

func NewGetBuiltinResourceRequest

func NewGetBuiltinResourceRequest(server string, kind string, id string) (*http.Request, error)

NewGetBuiltinResourceRequest generates requests for GetBuiltinResource

func NewGetChannelRequest

func NewGetChannelRequest(server string, id string) (*http.Request, error)

NewGetChannelRequest generates requests for GetChannel

func NewGetDigestRequest

func NewGetDigestRequest(server string) (*http.Request, error)

NewGetDigestRequest generates requests for GetDigest

func NewGetFeedRequest

func NewGetFeedRequest(server string, id string) (*http.Request, error)

NewGetFeedRequest generates requests for GetFeed

func NewGetMeRequest

func NewGetMeRequest(server string) (*http.Request, error)

NewGetMeRequest generates requests for GetMe

func NewGetOAuthConnectedRequest

func NewGetOAuthConnectedRequest(server string, provider string) (*http.Request, error)

NewGetOAuthConnectedRequest generates requests for GetOAuthConnected

func NewGetPluginConfigRequest

func NewGetPluginConfigRequest(server string, kind string, name string) (*http.Request, error)

NewGetPluginConfigRequest generates requests for GetPluginConfig

func NewGetPluginConfigSchemaRequest

func NewGetPluginConfigSchemaRequest(server string, kind string, name string) (*http.Request, error)

NewGetPluginConfigSchemaRequest generates requests for GetPluginConfigSchema

func NewGetPluginStatusRequest

func NewGetPluginStatusRequest(server string, kind string, name string) (*http.Request, error)

NewGetPluginStatusRequest generates requests for GetPluginStatus

func NewGetProfileSkillFileRequest

func NewGetProfileSkillFileRequest(server string, skillId string, params *GetProfileSkillFileParams) (*http.Request, error)

NewGetProfileSkillFileRequest generates requests for GetProfileSkillFile

func NewGetProfileSkillRequest

func NewGetProfileSkillRequest(server string, skillId string) (*http.Request, error)

NewGetProfileSkillRequest generates requests for GetProfileSkill

func NewGetProviderRequest

func NewGetProviderRequest(server string, id string) (*http.Request, error)

NewGetProviderRequest generates requests for GetProvider

func NewGetSessionMessagesRequest

func NewGetSessionMessagesRequest(server string, sessionID string, params *GetSessionMessagesParams) (*http.Request, error)

NewGetSessionMessagesRequest generates requests for GetSessionMessages

func NewGetSessionRequest

func NewGetSessionRequest(server string, sessionID string) (*http.Request, error)

NewGetSessionRequest generates requests for GetSession

func NewGetSessionSystemPromptRequest

func NewGetSessionSystemPromptRequest(server string, sessionID string) (*http.Request, error)

NewGetSessionSystemPromptRequest generates requests for GetSessionSystemPrompt

func NewGetSessionWorkspaceRequest

func NewGetSessionWorkspaceRequest(server string, sessionID string, params *GetSessionWorkspaceParams) (*http.Request, error)

NewGetSessionWorkspaceRequest generates requests for GetSessionWorkspace

func NewGetSkillFileRequest

func NewGetSkillFileRequest(server string, id string, params *GetSkillFileParams) (*http.Request, error)

NewGetSkillFileRequest generates requests for GetSkillFile

func NewGetSkillRequest

func NewGetSkillRequest(server string, id string) (*http.Request, error)

NewGetSkillRequest generates requests for GetSkill

func NewGetStatusRequest added in v0.25.5

func NewGetStatusRequest(server string) (*http.Request, error)

NewGetStatusRequest generates requests for GetStatus

func NewGetVaultEntryRequest

func NewGetVaultEntryRequest(server string, name string) (*http.Request, error)

NewGetVaultEntryRequest generates requests for GetVaultEntry

func NewGetWorkspaceFileContentRequest

func NewGetWorkspaceFileContentRequest(server string, sessionID string, params *GetWorkspaceFileContentParams) (*http.Request, error)

NewGetWorkspaceFileContentRequest generates requests for GetWorkspaceFileContent

func NewInstallAgentSkillRequest

func NewInstallAgentSkillRequest(server string, id string, body InstallAgentSkillJSONRequestBody) (*http.Request, error)

NewInstallAgentSkillRequest calls the generic InstallAgentSkill builder with application/json body

func NewInstallAgentSkillRequestWithBody

func NewInstallAgentSkillRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewInstallAgentSkillRequestWithBody generates requests for InstallAgentSkill with any type of body

func NewInstallProfileSkillRequest

func NewInstallProfileSkillRequest(server string, body InstallProfileSkillJSONRequestBody) (*http.Request, error)

NewInstallProfileSkillRequest calls the generic InstallProfileSkill builder with application/json body

func NewInstallProfileSkillRequestWithBody

func NewInstallProfileSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewInstallProfileSkillRequestWithBody generates requests for InstallProfileSkill with any type of body

func NewInstallSkillRequest

func NewInstallSkillRequest(server string, body InstallSkillJSONRequestBody) (*http.Request, error)

NewInstallSkillRequest calls the generic InstallSkill builder with application/json body

func NewInstallSkillRequestWithBody

func NewInstallSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewInstallSkillRequestWithBody generates requests for InstallSkill with any type of body

func NewListAgentSkillsRequest

func NewListAgentSkillsRequest(server string, id string) (*http.Request, error)

NewListAgentSkillsRequest generates requests for ListAgentSkills

func NewListAgentUsersRequest

func NewListAgentUsersRequest(server string, id string) (*http.Request, error)

NewListAgentUsersRequest generates requests for ListAgentUsers

func NewListAgentsRequest

func NewListAgentsRequest(server string) (*http.Request, error)

NewListAgentsRequest generates requests for ListAgents

func NewListArticlesRequest

func NewListArticlesRequest(server string, params *ListArticlesParams) (*http.Request, error)

NewListArticlesRequest generates requests for ListArticles

func NewListAuthUserAgentsRequest

func NewListAuthUserAgentsRequest(server string, id int64) (*http.Request, error)

NewListAuthUserAgentsRequest generates requests for ListAuthUserAgents

func NewListAuthUsersRequest

func NewListAuthUsersRequest(server string) (*http.Request, error)

NewListAuthUsersRequest generates requests for ListAuthUsers

func NewListBuiltinResourcesRequest

func NewListBuiltinResourcesRequest(server string, kind string) (*http.Request, error)

NewListBuiltinResourcesRequest generates requests for ListBuiltinResources

func NewListChannelsRequest

func NewListChannelsRequest(server string) (*http.Request, error)

NewListChannelsRequest generates requests for ListChannels

func NewListFeedEntriesRequest

func NewListFeedEntriesRequest(server string, feedId string, params *ListFeedEntriesParams) (*http.Request, error)

NewListFeedEntriesRequest generates requests for ListFeedEntries

func NewListFeedsRequest

func NewListFeedsRequest(server string, params *ListFeedsParams) (*http.Request, error)

NewListFeedsRequest generates requests for ListFeeds

func NewListManifestPluginsRequest

func NewListManifestPluginsRequest(server string) (*http.Request, error)

NewListManifestPluginsRequest generates requests for ListManifestPlugins

func NewListModelsRequest

func NewListModelsRequest(server string) (*http.Request, error)

NewListModelsRequest generates requests for ListModels

func NewListOAuthProvidersRequest

func NewListOAuthProvidersRequest(server string) (*http.Request, error)

NewListOAuthProvidersRequest generates requests for ListOAuthProviders

func NewListPluginsRequest

func NewListPluginsRequest(server string) (*http.Request, error)

NewListPluginsRequest generates requests for ListPlugins

func NewListProfileIdentitiesRequest

func NewListProfileIdentitiesRequest(server string) (*http.Request, error)

NewListProfileIdentitiesRequest generates requests for ListProfileIdentities

func NewListProfileMemoriesRequest

func NewListProfileMemoriesRequest(server string) (*http.Request, error)

NewListProfileMemoriesRequest generates requests for ListProfileMemories

func NewListProfileSkillsRequest

func NewListProfileSkillsRequest(server string) (*http.Request, error)

NewListProfileSkillsRequest generates requests for ListProfileSkills

func NewListProviderModelsRequest

func NewListProviderModelsRequest(server string, id string) (*http.Request, error)

NewListProviderModelsRequest generates requests for ListProviderModels

func NewListProviderTypesRequest

func NewListProviderTypesRequest(server string) (*http.Request, error)

NewListProviderTypesRequest generates requests for ListProviderTypes

func NewListProvidersRequest

func NewListProvidersRequest(server string) (*http.Request, error)

NewListProvidersRequest generates requests for ListProviders

func NewListPublicChannelsRequest

func NewListPublicChannelsRequest(server string) (*http.Request, error)

NewListPublicChannelsRequest generates requests for ListPublicChannels

func NewListSchedulerJobRunsRequest

func NewListSchedulerJobRunsRequest(server string, id string) (*http.Request, error)

NewListSchedulerJobRunsRequest generates requests for ListSchedulerJobRuns

func NewListSchedulerJobsRequest

func NewListSchedulerJobsRequest(server string) (*http.Request, error)

NewListSchedulerJobsRequest generates requests for ListSchedulerJobs

func NewListSessionsRequest

func NewListSessionsRequest(server string, params *ListSessionsParams) (*http.Request, error)

NewListSessionsRequest generates requests for ListSessions

func NewListSkillsRequest

func NewListSkillsRequest(server string) (*http.Request, error)

NewListSkillsRequest generates requests for ListSkills

func NewListToolsRequest

func NewListToolsRequest(server string) (*http.Request, error)

NewListToolsRequest generates requests for ListTools

func NewListUserMemoriesRequest

func NewListUserMemoriesRequest(server string, id int64) (*http.Request, error)

NewListUserMemoriesRequest generates requests for ListUserMemories

func NewListVaultEntriesRequest

func NewListVaultEntriesRequest(server string) (*http.Request, error)

NewListVaultEntriesRequest generates requests for ListVaultEntries

func NewLoginRequest

func NewLoginRequest(server string, body LoginJSONRequestBody) (*http.Request, error)

NewLoginRequest calls the generic Login builder with application/json body

func NewLoginRequestWithBody

func NewLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewLoginRequestWithBody generates requests for Login with any type of body

func NewLogoutRequest

func NewLogoutRequest(server string) (*http.Request, error)

NewLogoutRequest generates requests for Logout

func NewMoveWorkspaceFileRequest

func NewMoveWorkspaceFileRequest(server string, sessionID string, body MoveWorkspaceFileJSONRequestBody) (*http.Request, error)

NewMoveWorkspaceFileRequest calls the generic MoveWorkspaceFile builder with application/json body

func NewMoveWorkspaceFileRequestWithBody

func NewMoveWorkspaceFileRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)

NewMoveWorkspaceFileRequestWithBody generates requests for MoveWorkspaceFile with any type of body

func NewOauthCallbackRequest

func NewOauthCallbackRequest(server string, provider string, params *OauthCallbackParams) (*http.Request, error)

NewOauthCallbackRequest generates requests for OauthCallback

func NewPollFeedRequest

func NewPollFeedRequest(server string, id string, params *PollFeedParams) (*http.Request, error)

NewPollFeedRequest generates requests for PollFeed

func NewPollOAuthFlowRequest

func NewPollOAuthFlowRequest(server string, provider string, flowID string) (*http.Request, error)

NewPollOAuthFlowRequest generates requests for PollOAuthFlow

func NewPollWeixinQRStatusRequest

func NewPollWeixinQRStatusRequest(server string, params *PollWeixinQRStatusParams) (*http.Request, error)

NewPollWeixinQRStatusRequest generates requests for PollWeixinQRStatus

func NewRegisterRequest

func NewRegisterRequest(server string, body RegisterJSONRequestBody) (*http.Request, error)

NewRegisterRequest calls the generic Register builder with application/json body

func NewRegisterRequestWithBody

func NewRegisterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewRegisterRequestWithBody generates requests for Register with any type of body

func NewRemoveAgentUserRequest

func NewRemoveAgentUserRequest(server string, id string, userId int64) (*http.Request, error)

NewRemoveAgentUserRequest generates requests for RemoveAgentUser

func NewSaveArticleRequest

func NewSaveArticleRequest(server string, body SaveArticleJSONRequestBody) (*http.Request, error)

NewSaveArticleRequest calls the generic SaveArticle builder with application/json body

func NewSaveArticleRequestWithBody

func NewSaveArticleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewSaveArticleRequestWithBody generates requests for SaveArticle with any type of body

func NewSaveManifestPluginsRequest

func NewSaveManifestPluginsRequest(server string, body SaveManifestPluginsJSONRequestBody) (*http.Request, error)

NewSaveManifestPluginsRequest calls the generic SaveManifestPlugins builder with application/json body

func NewSaveManifestPluginsRequestWithBody

func NewSaveManifestPluginsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewSaveManifestPluginsRequestWithBody generates requests for SaveManifestPlugins with any type of body

func NewSearchSkillsRequest

func NewSearchSkillsRequest(server string, params *SearchSkillsParams) (*http.Request, error)

NewSearchSkillsRequest generates requests for SearchSkills

func NewSendSessionMessageRequest

func NewSendSessionMessageRequest(server string, sessionID string, body SendSessionMessageJSONRequestBody) (*http.Request, error)

NewSendSessionMessageRequest calls the generic SendSessionMessage builder with application/json body

func NewSendSessionMessageRequestWithBody

func NewSendSessionMessageRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)

NewSendSessionMessageRequestWithBody generates requests for SendSessionMessage with any type of body

func NewSetProfileMemoryRequest

func NewSetProfileMemoryRequest(server string, agentId string, body SetProfileMemoryJSONRequestBody) (*http.Request, error)

NewSetProfileMemoryRequest calls the generic SetProfileMemory builder with application/json body

func NewSetProfileMemoryRequestWithBody

func NewSetProfileMemoryRequestWithBody(server string, agentId string, contentType string, body io.Reader) (*http.Request, error)

NewSetProfileMemoryRequestWithBody generates requests for SetProfileMemory with any type of body

func NewSetProfileSoulRequest

func NewSetProfileSoulRequest(server string, agentId string, body SetProfileSoulJSONRequestBody) (*http.Request, error)

NewSetProfileSoulRequest calls the generic SetProfileSoul builder with application/json body

func NewSetProfileSoulRequestWithBody

func NewSetProfileSoulRequestWithBody(server string, agentId string, contentType string, body io.Reader) (*http.Request, error)

NewSetProfileSoulRequestWithBody generates requests for SetProfileSoul with any type of body

func NewSetUserMemoryRequest

func NewSetUserMemoryRequest(server string, id int64, agentId string, body SetUserMemoryJSONRequestBody) (*http.Request, error)

NewSetUserMemoryRequest calls the generic SetUserMemory builder with application/json body

func NewSetUserMemoryRequestWithBody

func NewSetUserMemoryRequestWithBody(server string, id int64, agentId string, contentType string, body io.Reader) (*http.Request, error)

NewSetUserMemoryRequestWithBody generates requests for SetUserMemory with any type of body

func NewSetVaultEntryRequest

func NewSetVaultEntryRequest(server string, name string, body SetVaultEntryJSONRequestBody) (*http.Request, error)

NewSetVaultEntryRequest calls the generic SetVaultEntry builder with application/json body

func NewSetVaultEntryRequestWithBody

func NewSetVaultEntryRequestWithBody(server string, name string, contentType string, body io.Reader) (*http.Request, error)

NewSetVaultEntryRequestWithBody generates requests for SetVaultEntry with any type of body

func NewStartOAuthFlowRequest

func NewStartOAuthFlowRequest(server string, provider string) (*http.Request, error)

NewStartOAuthFlowRequest generates requests for StartOAuthFlow

func NewStartWeixinQRRequest

func NewStartWeixinQRRequest(server string) (*http.Request, error)

NewStartWeixinQRRequest generates requests for StartWeixinQR

func NewSyncManifestPluginsRequest

func NewSyncManifestPluginsRequest(server string) (*http.Request, error)

NewSyncManifestPluginsRequest generates requests for SyncManifestPlugins

func NewTogglePluginRequest

func NewTogglePluginRequest(server string, kind string, name string, body TogglePluginJSONRequestBody) (*http.Request, error)

NewTogglePluginRequest calls the generic TogglePlugin builder with application/json body

func NewTogglePluginRequestWithBody

func NewTogglePluginRequestWithBody(server string, kind string, name string, contentType string, body io.Reader) (*http.Request, error)

NewTogglePluginRequestWithBody generates requests for TogglePlugin with any type of body

func NewTriggerSchedulerJobRequest

func NewTriggerSchedulerJobRequest(server string, id string) (*http.Request, error)

NewTriggerSchedulerJobRequest generates requests for TriggerSchedulerJob

func NewUnlinkProfileIdentityRequest

func NewUnlinkProfileIdentityRequest(server string, id int64) (*http.Request, error)

NewUnlinkProfileIdentityRequest generates requests for UnlinkProfileIdentity

func NewUpdateAgentRequest

func NewUpdateAgentRequest(server string, id string, body UpdateAgentJSONRequestBody) (*http.Request, error)

NewUpdateAgentRequest calls the generic UpdateAgent builder with application/json body

func NewUpdateAgentRequestWithBody

func NewUpdateAgentRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAgentRequestWithBody generates requests for UpdateAgent with any type of body

func NewUpdateAgentSkillRequest

func NewUpdateAgentSkillRequest(server string, id string, skillId string, body UpdateAgentSkillJSONRequestBody) (*http.Request, error)

NewUpdateAgentSkillRequest calls the generic UpdateAgentSkill builder with application/json body

func NewUpdateAgentSkillRequestWithBody

func NewUpdateAgentSkillRequestWithBody(server string, id string, skillId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAgentSkillRequestWithBody generates requests for UpdateAgentSkill with any type of body

func NewUpdateArticleRequest

func NewUpdateArticleRequest(server string, id string, body UpdateArticleJSONRequestBody) (*http.Request, error)

NewUpdateArticleRequest calls the generic UpdateArticle builder with application/json body

func NewUpdateArticleRequestWithBody

func NewUpdateArticleRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateArticleRequestWithBody generates requests for UpdateArticle with any type of body

func NewUpdateAuthUserActiveRequest

func NewUpdateAuthUserActiveRequest(server string, id int64, body UpdateAuthUserActiveJSONRequestBody) (*http.Request, error)

NewUpdateAuthUserActiveRequest calls the generic UpdateAuthUserActive builder with application/json body

func NewUpdateAuthUserActiveRequestWithBody

func NewUpdateAuthUserActiveRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAuthUserActiveRequestWithBody generates requests for UpdateAuthUserActive with any type of body

func NewUpdateAuthUserAgentsRequest

func NewUpdateAuthUserAgentsRequest(server string, id int64, body UpdateAuthUserAgentsJSONRequestBody) (*http.Request, error)

NewUpdateAuthUserAgentsRequest calls the generic UpdateAuthUserAgents builder with application/json body

func NewUpdateAuthUserAgentsRequestWithBody

func NewUpdateAuthUserAgentsRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAuthUserAgentsRequestWithBody generates requests for UpdateAuthUserAgents with any type of body

func NewUpdateAuthUserRoleRequest

func NewUpdateAuthUserRoleRequest(server string, id int64, body UpdateAuthUserRoleJSONRequestBody) (*http.Request, error)

NewUpdateAuthUserRoleRequest calls the generic UpdateAuthUserRole builder with application/json body

func NewUpdateAuthUserRoleRequestWithBody

func NewUpdateAuthUserRoleRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)

NewUpdateAuthUserRoleRequestWithBody generates requests for UpdateAuthUserRole with any type of body

func NewUpdateChannelRequest

func NewUpdateChannelRequest(server string, id string, body UpdateChannelJSONRequestBody) (*http.Request, error)

NewUpdateChannelRequest calls the generic UpdateChannel builder with application/json body

func NewUpdateChannelRequestWithBody

func NewUpdateChannelRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateChannelRequestWithBody generates requests for UpdateChannel with any type of body

func NewUpdateFeedEntryRequest

func NewUpdateFeedEntryRequest(server string, feedId string, id string, body UpdateFeedEntryJSONRequestBody) (*http.Request, error)

NewUpdateFeedEntryRequest calls the generic UpdateFeedEntry builder with application/json body

func NewUpdateFeedEntryRequestWithBody

func NewUpdateFeedEntryRequestWithBody(server string, feedId string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateFeedEntryRequestWithBody generates requests for UpdateFeedEntry with any type of body

func NewUpdateFeedRequest

func NewUpdateFeedRequest(server string, id string, body UpdateFeedJSONRequestBody) (*http.Request, error)

NewUpdateFeedRequest calls the generic UpdateFeed builder with application/json body

func NewUpdateFeedRequestWithBody

func NewUpdateFeedRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateFeedRequestWithBody generates requests for UpdateFeed with any type of body

func NewUpdatePluginConfigRequest

func NewUpdatePluginConfigRequest(server string, kind string, name string, body UpdatePluginConfigJSONRequestBody) (*http.Request, error)

NewUpdatePluginConfigRequest calls the generic UpdatePluginConfig builder with application/json body

func NewUpdatePluginConfigRequestWithBody

func NewUpdatePluginConfigRequestWithBody(server string, kind string, name string, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePluginConfigRequestWithBody generates requests for UpdatePluginConfig with any type of body

func NewUpdateProfileSkillRequest

func NewUpdateProfileSkillRequest(server string, skillId string, body UpdateProfileSkillJSONRequestBody) (*http.Request, error)

NewUpdateProfileSkillRequest calls the generic UpdateProfileSkill builder with application/json body

func NewUpdateProfileSkillRequestWithBody

func NewUpdateProfileSkillRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateProfileSkillRequestWithBody generates requests for UpdateProfileSkill with any type of body

func NewUpdateProviderRequest

func NewUpdateProviderRequest(server string, id string, body UpdateProviderJSONRequestBody) (*http.Request, error)

NewUpdateProviderRequest calls the generic UpdateProvider builder with application/json body

func NewUpdateProviderRequestWithBody

func NewUpdateProviderRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateProviderRequestWithBody generates requests for UpdateProvider with any type of body

func NewUpdateSchedulerJobRequest

func NewUpdateSchedulerJobRequest(server string, id string, body UpdateSchedulerJobJSONRequestBody) (*http.Request, error)

NewUpdateSchedulerJobRequest calls the generic UpdateSchedulerJob builder with application/json body

func NewUpdateSchedulerJobRequestWithBody

func NewUpdateSchedulerJobRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateSchedulerJobRequestWithBody generates requests for UpdateSchedulerJob with any type of body

func NewUpdateSkillRequest

func NewUpdateSkillRequest(server string, id string, body UpdateSkillJSONRequestBody) (*http.Request, error)

NewUpdateSkillRequest calls the generic UpdateSkill builder with application/json body

func NewUpdateSkillRequestWithBody

func NewUpdateSkillRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateSkillRequestWithBody generates requests for UpdateSkill with any type of body

func NewUpdateUserDefaultAgentRequest

func NewUpdateUserDefaultAgentRequest(server string, id int64, body UpdateUserDefaultAgentJSONRequestBody) (*http.Request, error)

NewUpdateUserDefaultAgentRequest calls the generic UpdateUserDefaultAgent builder with application/json body

func NewUpdateUserDefaultAgentRequestWithBody

func NewUpdateUserDefaultAgentRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)

NewUpdateUserDefaultAgentRequestWithBody generates requests for UpdateUserDefaultAgent with any type of body

func NewUpdateUserNotifyIdentityRequest

func NewUpdateUserNotifyIdentityRequest(server string, id int64, body UpdateUserNotifyIdentityJSONRequestBody) (*http.Request, error)

NewUpdateUserNotifyIdentityRequest calls the generic UpdateUserNotifyIdentity builder with application/json body

func NewUpdateUserNotifyIdentityRequestWithBody

func NewUpdateUserNotifyIdentityRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)

NewUpdateUserNotifyIdentityRequestWithBody generates requests for UpdateUserNotifyIdentity with any type of body

func NewUpdateWorkspaceFileContentRequest

func NewUpdateWorkspaceFileContentRequest(server string, sessionID string, body UpdateWorkspaceFileContentJSONRequestBody) (*http.Request, error)

NewUpdateWorkspaceFileContentRequest calls the generic UpdateWorkspaceFileContent builder with application/json body

func NewUpdateWorkspaceFileContentRequestWithBody

func NewUpdateWorkspaceFileContentRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateWorkspaceFileContentRequestWithBody generates requests for UpdateWorkspaceFileContent with any type of body

func NewUploadAgentSkillRequestWithBody

func NewUploadAgentSkillRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)

NewUploadAgentSkillRequestWithBody generates requests for UploadAgentSkill with any type of body

func NewUploadProfileSkillRequestWithBody

func NewUploadProfileSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewUploadProfileSkillRequestWithBody generates requests for UploadProfileSkill with any type of body

func NewUploadWorkspaceFileRequestWithBody

func NewUploadWorkspaceFileRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)

NewUploadWorkspaceFileRequestWithBody generates requests for UploadWorkspaceFile with any type of body

Types

type Agent

type Agent = externalRef0.Agent

Agent defines model for Agent.

type AgentList

type AgentList = externalRef0.AgentList

AgentList defines model for AgentList.

type AgentUser

type AgentUser = externalRef0.AgentUser

AgentUser defines model for AgentUser.

type AgentUserList

type AgentUserList = externalRef0.AgentUserList

AgentUserList defines model for AgentUserList.

type Article

type Article = externalRef0.Article

Article defines model for Article.

type ArticleList

type ArticleList = externalRef0.ArticleList

ArticleList defines model for ArticleList.

type ArticleStatus

type ArticleStatus = externalRef0.ArticleStatus

ArticleStatus defines model for ArticleStatus.

type AssignAgentUserJSONRequestBody

type AssignAgentUserJSONRequestBody = externalRef0.AssignAgentUserRequest

AssignAgentUserJSONRequestBody defines body for AssignAgentUser for application/json ContentType.

type AssignAgentUserRequest

type AssignAgentUserRequest = externalRef0.AssignAgentUserRequest

AssignAgentUserRequest defines model for AssignAgentUserRequest.

type AssignAgentUserResponse

type AssignAgentUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseAssignAgentUserResponse

func ParseAssignAgentUserResponse(rsp *http.Response) (*AssignAgentUserResponse, error)

ParseAssignAgentUserResponse parses an HTTP response from a AssignAgentUserWithResponse call

func (AssignAgentUserResponse) ContentType

func (r AssignAgentUserResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (AssignAgentUserResponse) Status

func (r AssignAgentUserResponse) Status() string

Status returns HTTPResponse.Status

func (AssignAgentUserResponse) StatusCode

func (r AssignAgentUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type AuthResponse

type AuthResponse = externalRef0.AuthResponse

AuthResponse defines model for AuthResponse.

type AuthUser

type AuthUser = externalRef0.AuthUser

AuthUser defines model for AuthUser.

type AuthUserList

type AuthUserList = externalRef0.AuthUserList

AuthUserList defines model for AuthUserList.

type BuiltinResource

type BuiltinResource = externalRef0.BuiltinResource

BuiltinResource defines model for BuiltinResource.

type BuiltinResourceDetail

type BuiltinResourceDetail = externalRef0.BuiltinResourceDetail

BuiltinResourceDetail defines model for BuiltinResourceDetail.

type CachedModel

type CachedModel = externalRef0.CachedModel

CachedModel defines model for CachedModel.

type ChangePasswordJSONRequestBody

type ChangePasswordJSONRequestBody = externalRef0.ChangePasswordRequest

ChangePasswordJSONRequestBody defines body for ChangePassword for application/json ContentType.

type ChangePasswordRequest

type ChangePasswordRequest = externalRef0.ChangePasswordRequest

ChangePasswordRequest defines model for ChangePasswordRequest.

type ChangePasswordResponse

type ChangePasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseChangePasswordResponse

func ParseChangePasswordResponse(rsp *http.Response) (*ChangePasswordResponse, error)

ParseChangePasswordResponse parses an HTTP response from a ChangePasswordWithResponse call

func (ChangePasswordResponse) ContentType

func (r ChangePasswordResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ChangePasswordResponse) Status

func (r ChangePasswordResponse) Status() string

Status returns HTTPResponse.Status

func (ChangePasswordResponse) StatusCode

func (r ChangePasswordResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Channel

type Channel = externalRef0.Channel

Channel defines model for Channel.

type ChannelList

type ChannelList = externalRef0.ChannelList

ChannelList defines model for ChannelList.

type ChannelWriteRequest

type ChannelWriteRequest = externalRef0.ChannelWriteRequest

ChannelWriteRequest defines model for ChannelWriteRequest.

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) AssignAgentUser

func (c *Client) AssignAgentUser(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) AssignAgentUserWithBody

func (c *Client) AssignAgentUserWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ChangePassword

func (c *Client) ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ChangePasswordWithBody

func (c *Client) ChangePasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAgent

func (c *Client) CreateAgent(ctx context.Context, body CreateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateAgentWithBody

func (c *Client) CreateAgentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateChannel

func (c *Client) CreateChannel(ctx context.Context, body CreateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateChannelWithBody

func (c *Client) CreateChannelWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateFeed

func (c *Client) CreateFeed(ctx context.Context, body CreateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateFeedWithBody

func (c *Client) CreateFeedWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateProvider

func (c *Client) CreateProvider(ctx context.Context, body CreateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateProviderWithBody

func (c *Client) CreateProviderWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSchedulerJob

func (c *Client) CreateSchedulerJob(ctx context.Context, body CreateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSchedulerJobWithBody

func (c *Client) CreateSchedulerJobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSession

func (c *Client) CreateSession(ctx context.Context, body CreateSessionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSessionWithBody

func (c *Client) CreateSessionWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSkill

func (c *Client) CreateSkill(ctx context.Context, body CreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateSkillWithBody

func (c *Client) CreateSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWorkspaceFile

func (c *Client) CreateWorkspaceFile(ctx context.Context, sessionID string, body CreateWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateWorkspaceFileWithBody

func (c *Client) CreateWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAgent

func (c *Client) DeleteAgent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAgentSkill

func (c *Client) DeleteAgentSkill(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAgentSkillFile

func (c *Client) DeleteAgentSkillFile(ctx context.Context, id string, skillId string, params *DeleteAgentSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteArticle

func (c *Client) DeleteArticle(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAuthUserIdentity

func (c *Client) DeleteAuthUserIdentity(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteChannel

func (c *Client) DeleteChannel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteFeed

func (c *Client) DeleteFeed(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteProfileMemory

func (c *Client) DeleteProfileMemory(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteProfileSkill

func (c *Client) DeleteProfileSkill(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteProfileSkillFile

func (c *Client) DeleteProfileSkillFile(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteProvider

func (c *Client) DeleteProvider(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSchedulerJob

func (c *Client) DeleteSchedulerJob(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSkill

func (c *Client) DeleteSkill(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSkillFile

func (c *Client) DeleteSkillFile(ctx context.Context, id string, params *DeleteSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUserMemory

func (c *Client) DeleteUserMemory(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteVaultEntry

func (c *Client) DeleteVaultEntry(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspaceFile

func (c *Client) DeleteWorkspaceFile(ctx context.Context, sessionID string, body DeleteWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspaceFileWithBody

func (c *Client) DeleteWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DisconnectOAuth

func (c *Client) DisconnectOAuth(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DuplicateBuiltinSkillToAgent

func (c *Client) DuplicateBuiltinSkillToAgent(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) FetchProviderModels

func (c *Client) FetchProviderModels(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) FetchProviderModelsWithBody

func (c *Client) FetchProviderModelsWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GenerateLinkCode

func (c *Client) GenerateLinkCode(ctx context.Context, body GenerateLinkCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GenerateLinkCodeWithBody

func (c *Client) GenerateLinkCodeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAgent

func (c *Client) GetAgent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAgentSkill

func (c *Client) GetAgentSkill(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAgentSkillFile

func (c *Client) GetAgentSkillFile(ctx context.Context, id string, skillId string, params *GetAgentSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetArticle

func (c *Client) GetArticle(ctx context.Context, id string, params *GetArticleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAuthUser

func (c *Client) GetAuthUser(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetBuiltinResource

func (c *Client) GetBuiltinResource(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetChannel

func (c *Client) GetChannel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDigest

func (c *Client) GetDigest(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetFeed

func (c *Client) GetFeed(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetMe

func (c *Client) GetMe(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOAuthConnected

func (c *Client) GetOAuthConnected(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPluginConfig

func (c *Client) GetPluginConfig(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPluginConfigSchema

func (c *Client) GetPluginConfigSchema(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPluginStatus

func (c *Client) GetPluginStatus(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetProfileSkill

func (c *Client) GetProfileSkill(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetProfileSkillFile

func (c *Client) GetProfileSkillFile(ctx context.Context, skillId string, params *GetProfileSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetProvider

func (c *Client) GetProvider(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSession

func (c *Client) GetSession(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSessionMessages

func (c *Client) GetSessionMessages(ctx context.Context, sessionID string, params *GetSessionMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSessionSystemPrompt

func (c *Client) GetSessionSystemPrompt(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSessionWorkspace

func (c *Client) GetSessionWorkspace(ctx context.Context, sessionID string, params *GetSessionWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSkill

func (c *Client) GetSkill(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSkillFile

func (c *Client) GetSkillFile(ctx context.Context, id string, params *GetSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetStatus added in v0.25.5

func (c *Client) GetStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetVaultEntry

func (c *Client) GetVaultEntry(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspaceFileContent

func (c *Client) GetWorkspaceFileContent(ctx context.Context, sessionID string, params *GetWorkspaceFileContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstallAgentSkill

func (c *Client) InstallAgentSkill(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstallAgentSkillWithBody

func (c *Client) InstallAgentSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstallProfileSkill

func (c *Client) InstallProfileSkill(ctx context.Context, body InstallProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstallProfileSkillWithBody

func (c *Client) InstallProfileSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstallSkill

func (c *Client) InstallSkill(ctx context.Context, body InstallSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) InstallSkillWithBody

func (c *Client) InstallSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAgentSkills

func (c *Client) ListAgentSkills(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAgentUsers

func (c *Client) ListAgentUsers(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAgents

func (c *Client) ListAgents(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListArticles

func (c *Client) ListArticles(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAuthUserAgents

func (c *Client) ListAuthUserAgents(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListAuthUsers

func (c *Client) ListAuthUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListBuiltinResources

func (c *Client) ListBuiltinResources(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListChannels

func (c *Client) ListChannels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListFeedEntries

func (c *Client) ListFeedEntries(ctx context.Context, feedId string, params *ListFeedEntriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListFeeds

func (c *Client) ListFeeds(ctx context.Context, params *ListFeedsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListManifestPlugins

func (c *Client) ListManifestPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListModels

func (c *Client) ListModels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListOAuthProviders

func (c *Client) ListOAuthProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListPlugins

func (c *Client) ListPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListProfileIdentities

func (c *Client) ListProfileIdentities(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListProfileMemories

func (c *Client) ListProfileMemories(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListProfileSkills

func (c *Client) ListProfileSkills(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListProviderModels

func (c *Client) ListProviderModels(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListProviderTypes

func (c *Client) ListProviderTypes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListProviders

func (c *Client) ListProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListPublicChannels

func (c *Client) ListPublicChannels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSchedulerJobRuns

func (c *Client) ListSchedulerJobRuns(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSchedulerJobs

func (c *Client) ListSchedulerJobs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSessions

func (c *Client) ListSessions(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListSkills

func (c *Client) ListSkills(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListTools

func (c *Client) ListTools(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListUserMemories

func (c *Client) ListUserMemories(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) ListVaultEntries

func (c *Client) ListVaultEntries(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Login

func (c *Client) Login(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) LoginWithBody

func (c *Client) LoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Logout

func (c *Client) Logout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MoveWorkspaceFile

func (c *Client) MoveWorkspaceFile(ctx context.Context, sessionID string, body MoveWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) MoveWorkspaceFileWithBody

func (c *Client) MoveWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) OauthCallback

func (c *Client) OauthCallback(ctx context.Context, provider string, params *OauthCallbackParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PollFeed

func (c *Client) PollFeed(ctx context.Context, id string, params *PollFeedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PollOAuthFlow

func (c *Client) PollOAuthFlow(ctx context.Context, provider string, flowID string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PollWeixinQRStatus

func (c *Client) PollWeixinQRStatus(ctx context.Context, params *PollWeixinQRStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Register

func (c *Client) Register(ctx context.Context, body RegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RegisterWithBody

func (c *Client) RegisterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RemoveAgentUser

func (c *Client) RemoveAgentUser(ctx context.Context, id string, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SaveArticle

func (c *Client) SaveArticle(ctx context.Context, body SaveArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SaveArticleWithBody

func (c *Client) SaveArticleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SaveManifestPlugins

func (c *Client) SaveManifestPlugins(ctx context.Context, body SaveManifestPluginsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SaveManifestPluginsWithBody

func (c *Client) SaveManifestPluginsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SearchSkills

func (c *Client) SearchSkills(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SendSessionMessage

func (c *Client) SendSessionMessage(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SendSessionMessageWithBody

func (c *Client) SendSessionMessageWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetProfileMemory

func (c *Client) SetProfileMemory(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetProfileMemoryWithBody

func (c *Client) SetProfileMemoryWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetProfileSoul

func (c *Client) SetProfileSoul(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetProfileSoulWithBody

func (c *Client) SetProfileSoulWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetUserMemory

func (c *Client) SetUserMemory(ctx context.Context, id int64, agentId string, body SetUserMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetUserMemoryWithBody

func (c *Client) SetUserMemoryWithBody(ctx context.Context, id int64, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetVaultEntry

func (c *Client) SetVaultEntry(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SetVaultEntryWithBody

func (c *Client) SetVaultEntryWithBody(ctx context.Context, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) StartOAuthFlow

func (c *Client) StartOAuthFlow(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) StartWeixinQR

func (c *Client) StartWeixinQR(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SyncManifestPlugins

func (c *Client) SyncManifestPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TogglePlugin

func (c *Client) TogglePlugin(ctx context.Context, kind string, name string, body TogglePluginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TogglePluginWithBody

func (c *Client) TogglePluginWithBody(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) TriggerSchedulerJob

func (c *Client) TriggerSchedulerJob(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UnlinkProfileIdentity

func (c *Client) UnlinkProfileIdentity(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAgent

func (c *Client) UpdateAgent(ctx context.Context, id string, body UpdateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAgentSkill

func (c *Client) UpdateAgentSkill(ctx context.Context, id string, skillId string, body UpdateAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAgentSkillWithBody

func (c *Client) UpdateAgentSkillWithBody(ctx context.Context, id string, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAgentWithBody

func (c *Client) UpdateAgentWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateArticle

func (c *Client) UpdateArticle(ctx context.Context, id string, body UpdateArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateArticleWithBody

func (c *Client) UpdateArticleWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAuthUserActive

func (c *Client) UpdateAuthUserActive(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAuthUserActiveWithBody

func (c *Client) UpdateAuthUserActiveWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAuthUserAgents

func (c *Client) UpdateAuthUserAgents(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAuthUserAgentsWithBody

func (c *Client) UpdateAuthUserAgentsWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAuthUserRole

func (c *Client) UpdateAuthUserRole(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateAuthUserRoleWithBody

func (c *Client) UpdateAuthUserRoleWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateChannel

func (c *Client) UpdateChannel(ctx context.Context, id string, body UpdateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateChannelWithBody

func (c *Client) UpdateChannelWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFeed

func (c *Client) UpdateFeed(ctx context.Context, id string, body UpdateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFeedEntry

func (c *Client) UpdateFeedEntry(ctx context.Context, feedId string, id string, body UpdateFeedEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFeedEntryWithBody

func (c *Client) UpdateFeedEntryWithBody(ctx context.Context, feedId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateFeedWithBody

func (c *Client) UpdateFeedWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePluginConfig

func (c *Client) UpdatePluginConfig(ctx context.Context, kind string, name string, body UpdatePluginConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePluginConfigWithBody

func (c *Client) UpdatePluginConfigWithBody(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateProfileSkill

func (c *Client) UpdateProfileSkill(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateProfileSkillWithBody

func (c *Client) UpdateProfileSkillWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateProvider

func (c *Client) UpdateProvider(ctx context.Context, id string, body UpdateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateProviderWithBody

func (c *Client) UpdateProviderWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSchedulerJob

func (c *Client) UpdateSchedulerJob(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSchedulerJobWithBody

func (c *Client) UpdateSchedulerJobWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSkill

func (c *Client) UpdateSkill(ctx context.Context, id string, body UpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateSkillWithBody

func (c *Client) UpdateSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserDefaultAgent

func (c *Client) UpdateUserDefaultAgent(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserDefaultAgentWithBody

func (c *Client) UpdateUserDefaultAgentWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserNotifyIdentity

func (c *Client) UpdateUserNotifyIdentity(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserNotifyIdentityWithBody

func (c *Client) UpdateUserNotifyIdentityWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateWorkspaceFileContent

func (c *Client) UpdateWorkspaceFileContent(ctx context.Context, sessionID string, body UpdateWorkspaceFileContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateWorkspaceFileContentWithBody

func (c *Client) UpdateWorkspaceFileContentWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadAgentSkillWithBody

func (c *Client) UploadAgentSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadProfileSkillWithBody

func (c *Client) UploadProfileSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UploadWorkspaceFileWithBody

func (c *Client) UploadWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// ListAgents request
	ListAgents(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateAgentWithBody request with any body
	CreateAgentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateAgent(ctx context.Context, body CreateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAgent request
	DeleteAgent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAgent request
	GetAgent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAgentWithBody request with any body
	UpdateAgentWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAgent(ctx context.Context, id string, body UpdateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAgentSkills request
	ListAgentSkills(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DuplicateBuiltinSkillToAgent request
	DuplicateBuiltinSkillToAgent(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InstallAgentSkillWithBody request with any body
	InstallAgentSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	InstallAgentSkill(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadAgentSkillWithBody request with any body
	UploadAgentSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAgentSkill request
	DeleteAgentSkill(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAgentSkill request
	GetAgentSkill(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAgentSkillWithBody request with any body
	UpdateAgentSkillWithBody(ctx context.Context, id string, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAgentSkill(ctx context.Context, id string, skillId string, body UpdateAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAgentSkillFile request
	DeleteAgentSkillFile(ctx context.Context, id string, skillId string, params *DeleteAgentSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAgentSkillFile request
	GetAgentSkillFile(ctx context.Context, id string, skillId string, params *GetAgentSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAgentUsers request
	ListAgentUsers(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// AssignAgentUserWithBody request with any body
	AssignAgentUserWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	AssignAgentUser(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RemoveAgentUser request
	RemoveAgentUser(ctx context.Context, id string, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// LoginWithBody request with any body
	LoginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Login(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Logout request
	Logout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetMe request
	GetMe(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListProfileIdentities request
	ListProfileIdentities(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UnlinkProfileIdentity request
	UnlinkProfileIdentity(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GenerateLinkCodeWithBody request with any body
	GenerateLinkCodeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	GenerateLinkCode(ctx context.Context, body GenerateLinkCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListProfileMemories request
	ListProfileMemories(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteProfileMemory request
	DeleteProfileMemory(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetProfileMemoryWithBody request with any body
	SetProfileMemoryWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetProfileMemory(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListOAuthProviders request
	ListOAuthProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DisconnectOAuth request
	DisconnectOAuth(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// OauthCallback request
	OauthCallback(ctx context.Context, provider string, params *OauthCallbackParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOAuthConnected request
	GetOAuthConnected(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// StartOAuthFlow request
	StartOAuthFlow(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PollOAuthFlow request
	PollOAuthFlow(ctx context.Context, provider string, flowID string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ChangePasswordWithBody request with any body
	ChangePasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListProfileSkills request
	ListProfileSkills(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InstallProfileSkillWithBody request with any body
	InstallProfileSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	InstallProfileSkill(ctx context.Context, body InstallProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadProfileSkillWithBody request with any body
	UploadProfileSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteProfileSkill request
	DeleteProfileSkill(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetProfileSkill request
	GetProfileSkill(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateProfileSkillWithBody request with any body
	UpdateProfileSkillWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateProfileSkill(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteProfileSkillFile request
	DeleteProfileSkillFile(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetProfileSkillFile request
	GetProfileSkillFile(ctx context.Context, skillId string, params *GetProfileSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetProfileSoulWithBody request with any body
	SetProfileSoulWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetProfileSoul(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListVaultEntries request
	ListVaultEntries(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteVaultEntry request
	DeleteVaultEntry(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetVaultEntry request
	GetVaultEntry(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetVaultEntryWithBody request with any body
	SetVaultEntryWithBody(ctx context.Context, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetVaultEntry(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RegisterWithBody request with any body
	RegisterWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Register(ctx context.Context, body RegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAuthUsers request
	ListAuthUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAuthUser request
	GetAuthUser(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAuthUserActiveWithBody request with any body
	UpdateAuthUserActiveWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAuthUserActive(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListAuthUserAgents request
	ListAuthUserAgents(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAuthUserAgentsWithBody request with any body
	UpdateAuthUserAgentsWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAuthUserAgents(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAuthUserIdentity request
	DeleteAuthUserIdentity(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateAuthUserRoleWithBody request with any body
	UpdateAuthUserRoleWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateAuthUserRole(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListBuiltinResources request
	ListBuiltinResources(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetBuiltinResource request
	GetBuiltinResource(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListChannels request
	ListChannels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateChannelWithBody request with any body
	CreateChannelWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateChannel(ctx context.Context, body CreateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListPublicChannels request
	ListPublicChannels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// StartWeixinQR request
	StartWeixinQR(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PollWeixinQRStatus request
	PollWeixinQRStatus(ctx context.Context, params *PollWeixinQRStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteChannel request
	DeleteChannel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetChannel request
	GetChannel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateChannelWithBody request with any body
	UpdateChannelWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateChannel(ctx context.Context, id string, body UpdateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListManifestPlugins request
	ListManifestPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SaveManifestPluginsWithBody request with any body
	SaveManifestPluginsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SaveManifestPlugins(ctx context.Context, body SaveManifestPluginsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SyncManifestPlugins request
	SyncManifestPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListModels request
	ListModels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPluginConfigSchema request
	GetPluginConfigSchema(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPluginConfig request
	GetPluginConfig(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePluginConfigWithBody request with any body
	UpdatePluginConfigWithBody(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdatePluginConfig(ctx context.Context, kind string, name string, body UpdatePluginConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPluginStatus request
	GetPluginStatus(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListPlugins request
	ListPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TogglePluginWithBody request with any body
	TogglePluginWithBody(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	TogglePlugin(ctx context.Context, kind string, name string, body TogglePluginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListProviderTypes request
	ListProviderTypes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListProviders request
	ListProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateProviderWithBody request with any body
	CreateProviderWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateProvider(ctx context.Context, body CreateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteProvider request
	DeleteProvider(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetProvider request
	GetProvider(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateProviderWithBody request with any body
	UpdateProviderWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateProvider(ctx context.Context, id string, body UpdateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListProviderModels request
	ListProviderModels(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// FetchProviderModelsWithBody request with any body
	FetchProviderModelsWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	FetchProviderModels(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListArticles request
	ListArticles(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SaveArticleWithBody request with any body
	SaveArticleWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SaveArticle(ctx context.Context, body SaveArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteArticle request
	DeleteArticle(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetArticle request
	GetArticle(ctx context.Context, id string, params *GetArticleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateArticleWithBody request with any body
	UpdateArticleWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateArticle(ctx context.Context, id string, body UpdateArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDigest request
	GetDigest(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListFeeds request
	ListFeeds(ctx context.Context, params *ListFeedsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateFeedWithBody request with any body
	CreateFeedWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateFeed(ctx context.Context, body CreateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListFeedEntries request
	ListFeedEntries(ctx context.Context, feedId string, params *ListFeedEntriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateFeedEntryWithBody request with any body
	UpdateFeedEntryWithBody(ctx context.Context, feedId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateFeedEntry(ctx context.Context, feedId string, id string, body UpdateFeedEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteFeed request
	DeleteFeed(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetFeed request
	GetFeed(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateFeedWithBody request with any body
	UpdateFeedWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateFeed(ctx context.Context, id string, body UpdateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PollFeed request
	PollFeed(ctx context.Context, id string, params *PollFeedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSchedulerJobs request
	ListSchedulerJobs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateSchedulerJobWithBody request with any body
	CreateSchedulerJobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateSchedulerJob(ctx context.Context, body CreateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSchedulerJob request
	DeleteSchedulerJob(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateSchedulerJobWithBody request with any body
	UpdateSchedulerJobWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateSchedulerJob(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// TriggerSchedulerJob request
	TriggerSchedulerJob(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSchedulerJobRuns request
	ListSchedulerJobRuns(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSessions request
	ListSessions(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateSessionWithBody request with any body
	CreateSessionWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateSession(ctx context.Context, body CreateSessionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSession request
	GetSession(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSessionMessages request
	GetSessionMessages(ctx context.Context, sessionID string, params *GetSessionMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SendSessionMessageWithBody request with any body
	SendSessionMessageWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SendSessionMessage(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSessionSystemPrompt request
	GetSessionSystemPrompt(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSessionWorkspace request
	GetSessionWorkspace(ctx context.Context, sessionID string, params *GetSessionWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspaceFileContent request
	GetWorkspaceFileContent(ctx context.Context, sessionID string, params *GetWorkspaceFileContentParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateWorkspaceFileContentWithBody request with any body
	UpdateWorkspaceFileContentWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateWorkspaceFileContent(ctx context.Context, sessionID string, body UpdateWorkspaceFileContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspaceFileWithBody request with any body
	DeleteWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteWorkspaceFile(ctx context.Context, sessionID string, body DeleteWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// MoveWorkspaceFileWithBody request with any body
	MoveWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	MoveWorkspaceFile(ctx context.Context, sessionID string, body MoveWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateWorkspaceFileWithBody request with any body
	CreateWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateWorkspaceFile(ctx context.Context, sessionID string, body CreateWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UploadWorkspaceFileWithBody request with any body
	UploadWorkspaceFileWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListSkills request
	ListSkills(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateSkillWithBody request with any body
	CreateSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateSkill(ctx context.Context, body CreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// InstallSkillWithBody request with any body
	InstallSkillWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	InstallSkill(ctx context.Context, body InstallSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SearchSkills request
	SearchSkills(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSkill request
	DeleteSkill(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSkill request
	GetSkill(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateSkillWithBody request with any body
	UpdateSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateSkill(ctx context.Context, id string, body UpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSkillFile request
	DeleteSkillFile(ctx context.Context, id string, params *DeleteSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSkillFile request
	GetSkillFile(ctx context.Context, id string, params *GetSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetStatus request
	GetStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListTools request
	ListTools(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateUserDefaultAgentWithBody request with any body
	UpdateUserDefaultAgentWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateUserDefaultAgent(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// ListUserMemories request
	ListUserMemories(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUserMemory request
	DeleteUserMemory(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SetUserMemoryWithBody request with any body
	SetUserMemoryWithBody(ctx context.Context, id int64, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	SetUserMemory(ctx context.Context, id int64, agentId string, body SetUserMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateUserNotifyIdentityWithBody request with any body
	UpdateUserNotifyIdentityWithBody(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateUserNotifyIdentity(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) AssignAgentUserWithBodyWithResponse

func (c *ClientWithResponses) AssignAgentUserWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AssignAgentUserResponse, error)

AssignAgentUserWithBodyWithResponse request with arbitrary body returning *AssignAgentUserResponse

func (*ClientWithResponses) AssignAgentUserWithResponse

func (c *ClientWithResponses) AssignAgentUserWithResponse(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AssignAgentUserResponse, error)

func (*ClientWithResponses) ChangePasswordWithBodyWithResponse

func (c *ClientWithResponses) ChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)

ChangePasswordWithBodyWithResponse request with arbitrary body returning *ChangePasswordResponse

func (*ClientWithResponses) ChangePasswordWithResponse

func (c *ClientWithResponses) ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)

func (*ClientWithResponses) CreateAgentWithBodyWithResponse

func (c *ClientWithResponses) CreateAgentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAgentResponse, error)

CreateAgentWithBodyWithResponse request with arbitrary body returning *CreateAgentResponse

func (*ClientWithResponses) CreateAgentWithResponse

func (c *ClientWithResponses) CreateAgentWithResponse(ctx context.Context, body CreateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAgentResponse, error)

func (*ClientWithResponses) CreateChannelWithBodyWithResponse

func (c *ClientWithResponses) CreateChannelWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateChannelResponse, error)

CreateChannelWithBodyWithResponse request with arbitrary body returning *CreateChannelResponse

func (*ClientWithResponses) CreateChannelWithResponse

func (c *ClientWithResponses) CreateChannelWithResponse(ctx context.Context, body CreateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateChannelResponse, error)

func (*ClientWithResponses) CreateFeedWithBodyWithResponse

func (c *ClientWithResponses) CreateFeedWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFeedResponse, error)

CreateFeedWithBodyWithResponse request with arbitrary body returning *CreateFeedResponse

func (*ClientWithResponses) CreateFeedWithResponse

func (c *ClientWithResponses) CreateFeedWithResponse(ctx context.Context, body CreateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFeedResponse, error)

func (*ClientWithResponses) CreateProviderWithBodyWithResponse

func (c *ClientWithResponses) CreateProviderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProviderResponse, error)

CreateProviderWithBodyWithResponse request with arbitrary body returning *CreateProviderResponse

func (*ClientWithResponses) CreateProviderWithResponse

func (c *ClientWithResponses) CreateProviderWithResponse(ctx context.Context, body CreateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProviderResponse, error)

func (*ClientWithResponses) CreateSchedulerJobWithBodyWithResponse

func (c *ClientWithResponses) CreateSchedulerJobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSchedulerJobResponse, error)

CreateSchedulerJobWithBodyWithResponse request with arbitrary body returning *CreateSchedulerJobResponse

func (*ClientWithResponses) CreateSchedulerJobWithResponse

func (c *ClientWithResponses) CreateSchedulerJobWithResponse(ctx context.Context, body CreateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSchedulerJobResponse, error)

func (*ClientWithResponses) CreateSessionWithBodyWithResponse

func (c *ClientWithResponses) CreateSessionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSessionResponse, error)

CreateSessionWithBodyWithResponse request with arbitrary body returning *CreateSessionResponse

func (*ClientWithResponses) CreateSessionWithResponse

func (c *ClientWithResponses) CreateSessionWithResponse(ctx context.Context, body CreateSessionJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSessionResponse, error)

func (*ClientWithResponses) CreateSkillWithBodyWithResponse

func (c *ClientWithResponses) CreateSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSkillResponse, error)

CreateSkillWithBodyWithResponse request with arbitrary body returning *CreateSkillResponse

func (*ClientWithResponses) CreateSkillWithResponse

func (c *ClientWithResponses) CreateSkillWithResponse(ctx context.Context, body CreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSkillResponse, error)

func (*ClientWithResponses) CreateWorkspaceFileWithBodyWithResponse

func (c *ClientWithResponses) CreateWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkspaceFileResponse, error)

CreateWorkspaceFileWithBodyWithResponse request with arbitrary body returning *CreateWorkspaceFileResponse

func (*ClientWithResponses) CreateWorkspaceFileWithResponse

func (c *ClientWithResponses) CreateWorkspaceFileWithResponse(ctx context.Context, sessionID string, body CreateWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkspaceFileResponse, error)

func (*ClientWithResponses) DeleteAgentSkillFileWithResponse

func (c *ClientWithResponses) DeleteAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, params *DeleteAgentSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteAgentSkillFileResponse, error)

DeleteAgentSkillFileWithResponse request returning *DeleteAgentSkillFileResponse

func (*ClientWithResponses) DeleteAgentSkillWithResponse

func (c *ClientWithResponses) DeleteAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DeleteAgentSkillResponse, error)

DeleteAgentSkillWithResponse request returning *DeleteAgentSkillResponse

func (*ClientWithResponses) DeleteAgentWithResponse

func (c *ClientWithResponses) DeleteAgentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteAgentResponse, error)

DeleteAgentWithResponse request returning *DeleteAgentResponse

func (*ClientWithResponses) DeleteArticleWithResponse

func (c *ClientWithResponses) DeleteArticleWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteArticleResponse, error)

DeleteArticleWithResponse request returning *DeleteArticleResponse

func (*ClientWithResponses) DeleteAuthUserIdentityWithResponse

func (c *ClientWithResponses) DeleteAuthUserIdentityWithResponse(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*DeleteAuthUserIdentityResponse, error)

DeleteAuthUserIdentityWithResponse request returning *DeleteAuthUserIdentityResponse

func (*ClientWithResponses) DeleteChannelWithResponse

func (c *ClientWithResponses) DeleteChannelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteChannelResponse, error)

DeleteChannelWithResponse request returning *DeleteChannelResponse

func (*ClientWithResponses) DeleteFeedWithResponse

func (c *ClientWithResponses) DeleteFeedWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteFeedResponse, error)

DeleteFeedWithResponse request returning *DeleteFeedResponse

func (*ClientWithResponses) DeleteProfileMemoryWithResponse

func (c *ClientWithResponses) DeleteProfileMemoryWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*DeleteProfileMemoryResponse, error)

DeleteProfileMemoryWithResponse request returning *DeleteProfileMemoryResponse

func (*ClientWithResponses) DeleteProfileSkillFileWithResponse

func (c *ClientWithResponses) DeleteProfileSkillFileWithResponse(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteProfileSkillFileResponse, error)

DeleteProfileSkillFileWithResponse request returning *DeleteProfileSkillFileResponse

func (*ClientWithResponses) DeleteProfileSkillWithResponse

func (c *ClientWithResponses) DeleteProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DeleteProfileSkillResponse, error)

DeleteProfileSkillWithResponse request returning *DeleteProfileSkillResponse

func (*ClientWithResponses) DeleteProviderWithResponse

func (c *ClientWithResponses) DeleteProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteProviderResponse, error)

DeleteProviderWithResponse request returning *DeleteProviderResponse

func (*ClientWithResponses) DeleteSchedulerJobWithResponse

func (c *ClientWithResponses) DeleteSchedulerJobWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSchedulerJobResponse, error)

DeleteSchedulerJobWithResponse request returning *DeleteSchedulerJobResponse

func (*ClientWithResponses) DeleteSkillFileWithResponse

func (c *ClientWithResponses) DeleteSkillFileWithResponse(ctx context.Context, id string, params *DeleteSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteSkillFileResponse, error)

DeleteSkillFileWithResponse request returning *DeleteSkillFileResponse

func (*ClientWithResponses) DeleteSkillWithResponse

func (c *ClientWithResponses) DeleteSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSkillResponse, error)

DeleteSkillWithResponse request returning *DeleteSkillResponse

func (*ClientWithResponses) DeleteUserMemoryWithResponse

func (c *ClientWithResponses) DeleteUserMemoryWithResponse(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*DeleteUserMemoryResponse, error)

DeleteUserMemoryWithResponse request returning *DeleteUserMemoryResponse

func (*ClientWithResponses) DeleteVaultEntryWithResponse

func (c *ClientWithResponses) DeleteVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*DeleteVaultEntryResponse, error)

DeleteVaultEntryWithResponse request returning *DeleteVaultEntryResponse

func (*ClientWithResponses) DeleteWorkspaceFileWithBodyWithResponse

func (c *ClientWithResponses) DeleteWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteWorkspaceFileResponse, error)

DeleteWorkspaceFileWithBodyWithResponse request with arbitrary body returning *DeleteWorkspaceFileResponse

func (*ClientWithResponses) DeleteWorkspaceFileWithResponse

func (c *ClientWithResponses) DeleteWorkspaceFileWithResponse(ctx context.Context, sessionID string, body DeleteWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteWorkspaceFileResponse, error)

func (*ClientWithResponses) DisconnectOAuthWithResponse

func (c *ClientWithResponses) DisconnectOAuthWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*DisconnectOAuthResponse, error)

DisconnectOAuthWithResponse request returning *DisconnectOAuthResponse

func (*ClientWithResponses) DuplicateBuiltinSkillToAgentWithResponse

func (c *ClientWithResponses) DuplicateBuiltinSkillToAgentWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DuplicateBuiltinSkillToAgentResponse, error)

DuplicateBuiltinSkillToAgentWithResponse request returning *DuplicateBuiltinSkillToAgentResponse

func (*ClientWithResponses) FetchProviderModelsWithBodyWithResponse

func (c *ClientWithResponses) FetchProviderModelsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FetchProviderModelsResponse, error)

FetchProviderModelsWithBodyWithResponse request with arbitrary body returning *FetchProviderModelsResponse

func (*ClientWithResponses) FetchProviderModelsWithResponse

func (c *ClientWithResponses) FetchProviderModelsWithResponse(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*FetchProviderModelsResponse, error)

func (*ClientWithResponses) GenerateLinkCodeWithBodyWithResponse

func (c *ClientWithResponses) GenerateLinkCodeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GenerateLinkCodeResponse, error)

GenerateLinkCodeWithBodyWithResponse request with arbitrary body returning *GenerateLinkCodeResponse

func (*ClientWithResponses) GenerateLinkCodeWithResponse

func (c *ClientWithResponses) GenerateLinkCodeWithResponse(ctx context.Context, body GenerateLinkCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*GenerateLinkCodeResponse, error)

func (*ClientWithResponses) GetAgentSkillFileWithResponse

func (c *ClientWithResponses) GetAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, params *GetAgentSkillFileParams, reqEditors ...RequestEditorFn) (*GetAgentSkillFileResponse, error)

GetAgentSkillFileWithResponse request returning *GetAgentSkillFileResponse

func (*ClientWithResponses) GetAgentSkillWithResponse

func (c *ClientWithResponses) GetAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*GetAgentSkillResponse, error)

GetAgentSkillWithResponse request returning *GetAgentSkillResponse

func (*ClientWithResponses) GetAgentWithResponse

func (c *ClientWithResponses) GetAgentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetAgentResponse, error)

GetAgentWithResponse request returning *GetAgentResponse

func (*ClientWithResponses) GetArticleWithResponse

func (c *ClientWithResponses) GetArticleWithResponse(ctx context.Context, id string, params *GetArticleParams, reqEditors ...RequestEditorFn) (*GetArticleResponse, error)

GetArticleWithResponse request returning *GetArticleResponse

func (*ClientWithResponses) GetAuthUserWithResponse

func (c *ClientWithResponses) GetAuthUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*GetAuthUserResponse, error)

GetAuthUserWithResponse request returning *GetAuthUserResponse

func (*ClientWithResponses) GetBuiltinResourceWithResponse

func (c *ClientWithResponses) GetBuiltinResourceWithResponse(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*GetBuiltinResourceResponse, error)

GetBuiltinResourceWithResponse request returning *GetBuiltinResourceResponse

func (*ClientWithResponses) GetChannelWithResponse

func (c *ClientWithResponses) GetChannelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetChannelResponse, error)

GetChannelWithResponse request returning *GetChannelResponse

func (*ClientWithResponses) GetDigestWithResponse

func (c *ClientWithResponses) GetDigestWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDigestResponse, error)

GetDigestWithResponse request returning *GetDigestResponse

func (*ClientWithResponses) GetFeedWithResponse

func (c *ClientWithResponses) GetFeedWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetFeedResponse, error)

GetFeedWithResponse request returning *GetFeedResponse

func (*ClientWithResponses) GetMeWithResponse

func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMeResponse, error)

GetMeWithResponse request returning *GetMeResponse

func (*ClientWithResponses) GetOAuthConnectedWithResponse

func (c *ClientWithResponses) GetOAuthConnectedWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*GetOAuthConnectedResponse, error)

GetOAuthConnectedWithResponse request returning *GetOAuthConnectedResponse

func (*ClientWithResponses) GetPluginConfigSchemaWithResponse

func (c *ClientWithResponses) GetPluginConfigSchemaWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigSchemaResponse, error)

GetPluginConfigSchemaWithResponse request returning *GetPluginConfigSchemaResponse

func (*ClientWithResponses) GetPluginConfigWithResponse

func (c *ClientWithResponses) GetPluginConfigWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigResponse, error)

GetPluginConfigWithResponse request returning *GetPluginConfigResponse

func (*ClientWithResponses) GetPluginStatusWithResponse

func (c *ClientWithResponses) GetPluginStatusWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginStatusResponse, error)

GetPluginStatusWithResponse request returning *GetPluginStatusResponse

func (*ClientWithResponses) GetProfileSkillFileWithResponse

func (c *ClientWithResponses) GetProfileSkillFileWithResponse(ctx context.Context, skillId string, params *GetProfileSkillFileParams, reqEditors ...RequestEditorFn) (*GetProfileSkillFileResponse, error)

GetProfileSkillFileWithResponse request returning *GetProfileSkillFileResponse

func (*ClientWithResponses) GetProfileSkillWithResponse

func (c *ClientWithResponses) GetProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*GetProfileSkillResponse, error)

GetProfileSkillWithResponse request returning *GetProfileSkillResponse

func (*ClientWithResponses) GetProviderWithResponse

func (c *ClientWithResponses) GetProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetProviderResponse, error)

GetProviderWithResponse request returning *GetProviderResponse

func (*ClientWithResponses) GetSessionMessagesWithResponse

func (c *ClientWithResponses) GetSessionMessagesWithResponse(ctx context.Context, sessionID string, params *GetSessionMessagesParams, reqEditors ...RequestEditorFn) (*GetSessionMessagesResponse, error)

GetSessionMessagesWithResponse request returning *GetSessionMessagesResponse

func (*ClientWithResponses) GetSessionSystemPromptWithResponse

func (c *ClientWithResponses) GetSessionSystemPromptWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionSystemPromptResponse, error)

GetSessionSystemPromptWithResponse request returning *GetSessionSystemPromptResponse

func (*ClientWithResponses) GetSessionWithResponse

func (c *ClientWithResponses) GetSessionWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionResponse, error)

GetSessionWithResponse request returning *GetSessionResponse

func (*ClientWithResponses) GetSessionWorkspaceWithResponse

func (c *ClientWithResponses) GetSessionWorkspaceWithResponse(ctx context.Context, sessionID string, params *GetSessionWorkspaceParams, reqEditors ...RequestEditorFn) (*GetSessionWorkspaceResponse, error)

GetSessionWorkspaceWithResponse request returning *GetSessionWorkspaceResponse

func (*ClientWithResponses) GetSkillFileWithResponse

func (c *ClientWithResponses) GetSkillFileWithResponse(ctx context.Context, id string, params *GetSkillFileParams, reqEditors ...RequestEditorFn) (*GetSkillFileResponse, error)

GetSkillFileWithResponse request returning *GetSkillFileResponse

func (*ClientWithResponses) GetSkillWithResponse

func (c *ClientWithResponses) GetSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetSkillResponse, error)

GetSkillWithResponse request returning *GetSkillResponse

func (*ClientWithResponses) GetStatusWithResponse added in v0.25.5

func (c *ClientWithResponses) GetStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetStatusResponse, error)

GetStatusWithResponse request returning *GetStatusResponse

func (*ClientWithResponses) GetVaultEntryWithResponse

func (c *ClientWithResponses) GetVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*GetVaultEntryResponse, error)

GetVaultEntryWithResponse request returning *GetVaultEntryResponse

func (*ClientWithResponses) GetWorkspaceFileContentWithResponse

func (c *ClientWithResponses) GetWorkspaceFileContentWithResponse(ctx context.Context, sessionID string, params *GetWorkspaceFileContentParams, reqEditors ...RequestEditorFn) (*GetWorkspaceFileContentResponse, error)

GetWorkspaceFileContentWithResponse request returning *GetWorkspaceFileContentResponse

func (*ClientWithResponses) InstallAgentSkillWithBodyWithResponse

func (c *ClientWithResponses) InstallAgentSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstallAgentSkillResponse, error)

InstallAgentSkillWithBodyWithResponse request with arbitrary body returning *InstallAgentSkillResponse

func (*ClientWithResponses) InstallAgentSkillWithResponse

func (c *ClientWithResponses) InstallAgentSkillWithResponse(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallAgentSkillResponse, error)

func (*ClientWithResponses) InstallProfileSkillWithBodyWithResponse

func (c *ClientWithResponses) InstallProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstallProfileSkillResponse, error)

InstallProfileSkillWithBodyWithResponse request with arbitrary body returning *InstallProfileSkillResponse

func (*ClientWithResponses) InstallProfileSkillWithResponse

func (c *ClientWithResponses) InstallProfileSkillWithResponse(ctx context.Context, body InstallProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallProfileSkillResponse, error)

func (*ClientWithResponses) InstallSkillWithBodyWithResponse

func (c *ClientWithResponses) InstallSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstallSkillResponse, error)

InstallSkillWithBodyWithResponse request with arbitrary body returning *InstallSkillResponse

func (*ClientWithResponses) InstallSkillWithResponse

func (c *ClientWithResponses) InstallSkillWithResponse(ctx context.Context, body InstallSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallSkillResponse, error)

func (*ClientWithResponses) ListAgentSkillsWithResponse

func (c *ClientWithResponses) ListAgentSkillsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentSkillsResponse, error)

ListAgentSkillsWithResponse request returning *ListAgentSkillsResponse

func (*ClientWithResponses) ListAgentUsersWithResponse

func (c *ClientWithResponses) ListAgentUsersWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentUsersResponse, error)

ListAgentUsersWithResponse request returning *ListAgentUsersResponse

func (*ClientWithResponses) ListAgentsWithResponse

func (c *ClientWithResponses) ListAgentsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAgentsResponse, error)

ListAgentsWithResponse request returning *ListAgentsResponse

func (*ClientWithResponses) ListArticlesWithResponse

func (c *ClientWithResponses) ListArticlesWithResponse(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*ListArticlesResponse, error)

ListArticlesWithResponse request returning *ListArticlesResponse

func (*ClientWithResponses) ListAuthUserAgentsWithResponse

func (c *ClientWithResponses) ListAuthUserAgentsWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListAuthUserAgentsResponse, error)

ListAuthUserAgentsWithResponse request returning *ListAuthUserAgentsResponse

func (*ClientWithResponses) ListAuthUsersWithResponse

func (c *ClientWithResponses) ListAuthUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAuthUsersResponse, error)

ListAuthUsersWithResponse request returning *ListAuthUsersResponse

func (*ClientWithResponses) ListBuiltinResourcesWithResponse

func (c *ClientWithResponses) ListBuiltinResourcesWithResponse(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*ListBuiltinResourcesResponse, error)

ListBuiltinResourcesWithResponse request returning *ListBuiltinResourcesResponse

func (*ClientWithResponses) ListChannelsWithResponse

func (c *ClientWithResponses) ListChannelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListChannelsResponse, error)

ListChannelsWithResponse request returning *ListChannelsResponse

func (*ClientWithResponses) ListFeedEntriesWithResponse

func (c *ClientWithResponses) ListFeedEntriesWithResponse(ctx context.Context, feedId string, params *ListFeedEntriesParams, reqEditors ...RequestEditorFn) (*ListFeedEntriesResponse, error)

ListFeedEntriesWithResponse request returning *ListFeedEntriesResponse

func (*ClientWithResponses) ListFeedsWithResponse

func (c *ClientWithResponses) ListFeedsWithResponse(ctx context.Context, params *ListFeedsParams, reqEditors ...RequestEditorFn) (*ListFeedsResponse, error)

ListFeedsWithResponse request returning *ListFeedsResponse

func (*ClientWithResponses) ListManifestPluginsWithResponse

func (c *ClientWithResponses) ListManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListManifestPluginsResponse, error)

ListManifestPluginsWithResponse request returning *ListManifestPluginsResponse

func (*ClientWithResponses) ListModelsWithResponse

func (c *ClientWithResponses) ListModelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListModelsResponse, error)

ListModelsWithResponse request returning *ListModelsResponse

func (*ClientWithResponses) ListOAuthProvidersWithResponse

func (c *ClientWithResponses) ListOAuthProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthProvidersResponse, error)

ListOAuthProvidersWithResponse request returning *ListOAuthProvidersResponse

func (*ClientWithResponses) ListPluginsWithResponse

func (c *ClientWithResponses) ListPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPluginsResponse, error)

ListPluginsWithResponse request returning *ListPluginsResponse

func (*ClientWithResponses) ListProfileIdentitiesWithResponse

func (c *ClientWithResponses) ListProfileIdentitiesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileIdentitiesResponse, error)

ListProfileIdentitiesWithResponse request returning *ListProfileIdentitiesResponse

func (*ClientWithResponses) ListProfileMemoriesWithResponse

func (c *ClientWithResponses) ListProfileMemoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileMemoriesResponse, error)

ListProfileMemoriesWithResponse request returning *ListProfileMemoriesResponse

func (*ClientWithResponses) ListProfileSkillsWithResponse

func (c *ClientWithResponses) ListProfileSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileSkillsResponse, error)

ListProfileSkillsWithResponse request returning *ListProfileSkillsResponse

func (*ClientWithResponses) ListProviderModelsWithResponse

func (c *ClientWithResponses) ListProviderModelsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListProviderModelsResponse, error)

ListProviderModelsWithResponse request returning *ListProviderModelsResponse

func (*ClientWithResponses) ListProviderTypesWithResponse

func (c *ClientWithResponses) ListProviderTypesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProviderTypesResponse, error)

ListProviderTypesWithResponse request returning *ListProviderTypesResponse

func (*ClientWithResponses) ListProvidersWithResponse

func (c *ClientWithResponses) ListProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProvidersResponse, error)

ListProvidersWithResponse request returning *ListProvidersResponse

func (*ClientWithResponses) ListPublicChannelsWithResponse

func (c *ClientWithResponses) ListPublicChannelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPublicChannelsResponse, error)

ListPublicChannelsWithResponse request returning *ListPublicChannelsResponse

func (*ClientWithResponses) ListSchedulerJobRunsWithResponse

func (c *ClientWithResponses) ListSchedulerJobRunsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListSchedulerJobRunsResponse, error)

ListSchedulerJobRunsWithResponse request returning *ListSchedulerJobRunsResponse

func (*ClientWithResponses) ListSchedulerJobsWithResponse

func (c *ClientWithResponses) ListSchedulerJobsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSchedulerJobsResponse, error)

ListSchedulerJobsWithResponse request returning *ListSchedulerJobsResponse

func (*ClientWithResponses) ListSessionsWithResponse

func (c *ClientWithResponses) ListSessionsWithResponse(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*ListSessionsResponse, error)

ListSessionsWithResponse request returning *ListSessionsResponse

func (*ClientWithResponses) ListSkillsWithResponse

func (c *ClientWithResponses) ListSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSkillsResponse, error)

ListSkillsWithResponse request returning *ListSkillsResponse

func (*ClientWithResponses) ListToolsWithResponse

func (c *ClientWithResponses) ListToolsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListToolsResponse, error)

ListToolsWithResponse request returning *ListToolsResponse

func (*ClientWithResponses) ListUserMemoriesWithResponse

func (c *ClientWithResponses) ListUserMemoriesWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListUserMemoriesResponse, error)

ListUserMemoriesWithResponse request returning *ListUserMemoriesResponse

func (*ClientWithResponses) ListVaultEntriesWithResponse

func (c *ClientWithResponses) ListVaultEntriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListVaultEntriesResponse, error)

ListVaultEntriesWithResponse request returning *ListVaultEntriesResponse

func (*ClientWithResponses) LoginWithBodyWithResponse

func (c *ClientWithResponses) LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginResponse, error)

LoginWithBodyWithResponse request with arbitrary body returning *LoginResponse

func (*ClientWithResponses) LoginWithResponse

func (c *ClientWithResponses) LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)

func (*ClientWithResponses) LogoutWithResponse

func (c *ClientWithResponses) LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

LogoutWithResponse request returning *LogoutResponse

func (*ClientWithResponses) MoveWorkspaceFileWithBodyWithResponse

func (c *ClientWithResponses) MoveWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MoveWorkspaceFileResponse, error)

MoveWorkspaceFileWithBodyWithResponse request with arbitrary body returning *MoveWorkspaceFileResponse

func (*ClientWithResponses) MoveWorkspaceFileWithResponse

func (c *ClientWithResponses) MoveWorkspaceFileWithResponse(ctx context.Context, sessionID string, body MoveWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*MoveWorkspaceFileResponse, error)

func (*ClientWithResponses) OauthCallbackWithResponse

func (c *ClientWithResponses) OauthCallbackWithResponse(ctx context.Context, provider string, params *OauthCallbackParams, reqEditors ...RequestEditorFn) (*OauthCallbackResponse, error)

OauthCallbackWithResponse request returning *OauthCallbackResponse

func (*ClientWithResponses) PollFeedWithResponse

func (c *ClientWithResponses) PollFeedWithResponse(ctx context.Context, id string, params *PollFeedParams, reqEditors ...RequestEditorFn) (*PollFeedResponse, error)

PollFeedWithResponse request returning *PollFeedResponse

func (*ClientWithResponses) PollOAuthFlowWithResponse

func (c *ClientWithResponses) PollOAuthFlowWithResponse(ctx context.Context, provider string, flowID string, reqEditors ...RequestEditorFn) (*PollOAuthFlowResponse, error)

PollOAuthFlowWithResponse request returning *PollOAuthFlowResponse

func (*ClientWithResponses) PollWeixinQRStatusWithResponse

func (c *ClientWithResponses) PollWeixinQRStatusWithResponse(ctx context.Context, params *PollWeixinQRStatusParams, reqEditors ...RequestEditorFn) (*PollWeixinQRStatusResponse, error)

PollWeixinQRStatusWithResponse request returning *PollWeixinQRStatusResponse

func (*ClientWithResponses) RegisterWithBodyWithResponse

func (c *ClientWithResponses) RegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RegisterResponse, error)

RegisterWithBodyWithResponse request with arbitrary body returning *RegisterResponse

func (*ClientWithResponses) RegisterWithResponse

func (c *ClientWithResponses) RegisterWithResponse(ctx context.Context, body RegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*RegisterResponse, error)

func (*ClientWithResponses) RemoveAgentUserWithResponse

func (c *ClientWithResponses) RemoveAgentUserWithResponse(ctx context.Context, id string, userId int64, reqEditors ...RequestEditorFn) (*RemoveAgentUserResponse, error)

RemoveAgentUserWithResponse request returning *RemoveAgentUserResponse

func (*ClientWithResponses) SaveArticleWithBodyWithResponse

func (c *ClientWithResponses) SaveArticleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveArticleResponse, error)

SaveArticleWithBodyWithResponse request with arbitrary body returning *SaveArticleResponse

func (*ClientWithResponses) SaveArticleWithResponse

func (c *ClientWithResponses) SaveArticleWithResponse(ctx context.Context, body SaveArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveArticleResponse, error)

func (*ClientWithResponses) SaveManifestPluginsWithBodyWithResponse

func (c *ClientWithResponses) SaveManifestPluginsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveManifestPluginsResponse, error)

SaveManifestPluginsWithBodyWithResponse request with arbitrary body returning *SaveManifestPluginsResponse

func (*ClientWithResponses) SaveManifestPluginsWithResponse

func (c *ClientWithResponses) SaveManifestPluginsWithResponse(ctx context.Context, body SaveManifestPluginsJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveManifestPluginsResponse, error)

func (*ClientWithResponses) SearchSkillsWithResponse

func (c *ClientWithResponses) SearchSkillsWithResponse(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*SearchSkillsResponse, error)

SearchSkillsWithResponse request returning *SearchSkillsResponse

func (*ClientWithResponses) SendSessionMessageWithBodyWithResponse

func (c *ClientWithResponses) SendSessionMessageWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SendSessionMessageResponse, error)

SendSessionMessageWithBodyWithResponse request with arbitrary body returning *SendSessionMessageResponse

func (*ClientWithResponses) SendSessionMessageWithResponse

func (c *ClientWithResponses) SendSessionMessageWithResponse(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*SendSessionMessageResponse, error)

func (*ClientWithResponses) SetProfileMemoryWithBodyWithResponse

func (c *ClientWithResponses) SetProfileMemoryWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetProfileMemoryResponse, error)

SetProfileMemoryWithBodyWithResponse request with arbitrary body returning *SetProfileMemoryResponse

func (*ClientWithResponses) SetProfileMemoryWithResponse

func (c *ClientWithResponses) SetProfileMemoryWithResponse(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetProfileMemoryResponse, error)

func (*ClientWithResponses) SetProfileSoulWithBodyWithResponse

func (c *ClientWithResponses) SetProfileSoulWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetProfileSoulResponse, error)

SetProfileSoulWithBodyWithResponse request with arbitrary body returning *SetProfileSoulResponse

func (*ClientWithResponses) SetProfileSoulWithResponse

func (c *ClientWithResponses) SetProfileSoulWithResponse(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, reqEditors ...RequestEditorFn) (*SetProfileSoulResponse, error)

func (*ClientWithResponses) SetUserMemoryWithBodyWithResponse

func (c *ClientWithResponses) SetUserMemoryWithBodyWithResponse(ctx context.Context, id int64, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetUserMemoryResponse, error)

SetUserMemoryWithBodyWithResponse request with arbitrary body returning *SetUserMemoryResponse

func (*ClientWithResponses) SetUserMemoryWithResponse

func (c *ClientWithResponses) SetUserMemoryWithResponse(ctx context.Context, id int64, agentId string, body SetUserMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetUserMemoryResponse, error)

func (*ClientWithResponses) SetVaultEntryWithBodyWithResponse

func (c *ClientWithResponses) SetVaultEntryWithBodyWithResponse(ctx context.Context, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetVaultEntryResponse, error)

SetVaultEntryWithBodyWithResponse request with arbitrary body returning *SetVaultEntryResponse

func (*ClientWithResponses) SetVaultEntryWithResponse

func (c *ClientWithResponses) SetVaultEntryWithResponse(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetVaultEntryResponse, error)

func (*ClientWithResponses) StartOAuthFlowWithResponse

func (c *ClientWithResponses) StartOAuthFlowWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*StartOAuthFlowResponse, error)

StartOAuthFlowWithResponse request returning *StartOAuthFlowResponse

func (*ClientWithResponses) StartWeixinQRWithResponse

func (c *ClientWithResponses) StartWeixinQRWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StartWeixinQRResponse, error)

StartWeixinQRWithResponse request returning *StartWeixinQRResponse

func (*ClientWithResponses) SyncManifestPluginsWithResponse

func (c *ClientWithResponses) SyncManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SyncManifestPluginsResponse, error)

SyncManifestPluginsWithResponse request returning *SyncManifestPluginsResponse

func (*ClientWithResponses) TogglePluginWithBodyWithResponse

func (c *ClientWithResponses) TogglePluginWithBodyWithResponse(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TogglePluginResponse, error)

TogglePluginWithBodyWithResponse request with arbitrary body returning *TogglePluginResponse

func (*ClientWithResponses) TogglePluginWithResponse

func (c *ClientWithResponses) TogglePluginWithResponse(ctx context.Context, kind string, name string, body TogglePluginJSONRequestBody, reqEditors ...RequestEditorFn) (*TogglePluginResponse, error)

func (*ClientWithResponses) TriggerSchedulerJobWithResponse

func (c *ClientWithResponses) TriggerSchedulerJobWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*TriggerSchedulerJobResponse, error)

TriggerSchedulerJobWithResponse request returning *TriggerSchedulerJobResponse

func (*ClientWithResponses) UnlinkProfileIdentityWithResponse

func (c *ClientWithResponses) UnlinkProfileIdentityWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*UnlinkProfileIdentityResponse, error)

UnlinkProfileIdentityWithResponse request returning *UnlinkProfileIdentityResponse

func (*ClientWithResponses) UpdateAgentSkillWithBodyWithResponse

func (c *ClientWithResponses) UpdateAgentSkillWithBodyWithResponse(ctx context.Context, id string, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAgentSkillResponse, error)

UpdateAgentSkillWithBodyWithResponse request with arbitrary body returning *UpdateAgentSkillResponse

func (*ClientWithResponses) UpdateAgentSkillWithResponse

func (c *ClientWithResponses) UpdateAgentSkillWithResponse(ctx context.Context, id string, skillId string, body UpdateAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAgentSkillResponse, error)

func (*ClientWithResponses) UpdateAgentWithBodyWithResponse

func (c *ClientWithResponses) UpdateAgentWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAgentResponse, error)

UpdateAgentWithBodyWithResponse request with arbitrary body returning *UpdateAgentResponse

func (*ClientWithResponses) UpdateAgentWithResponse

func (c *ClientWithResponses) UpdateAgentWithResponse(ctx context.Context, id string, body UpdateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAgentResponse, error)

func (*ClientWithResponses) UpdateArticleWithBodyWithResponse

func (c *ClientWithResponses) UpdateArticleWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateArticleResponse, error)

UpdateArticleWithBodyWithResponse request with arbitrary body returning *UpdateArticleResponse

func (*ClientWithResponses) UpdateArticleWithResponse

func (c *ClientWithResponses) UpdateArticleWithResponse(ctx context.Context, id string, body UpdateArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateArticleResponse, error)

func (*ClientWithResponses) UpdateAuthUserActiveWithBodyWithResponse

func (c *ClientWithResponses) UpdateAuthUserActiveWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthUserActiveResponse, error)

UpdateAuthUserActiveWithBodyWithResponse request with arbitrary body returning *UpdateAuthUserActiveResponse

func (*ClientWithResponses) UpdateAuthUserActiveWithResponse

func (c *ClientWithResponses) UpdateAuthUserActiveWithResponse(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserActiveResponse, error)

func (*ClientWithResponses) UpdateAuthUserAgentsWithBodyWithResponse

func (c *ClientWithResponses) UpdateAuthUserAgentsWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthUserAgentsResponse, error)

UpdateAuthUserAgentsWithBodyWithResponse request with arbitrary body returning *UpdateAuthUserAgentsResponse

func (*ClientWithResponses) UpdateAuthUserAgentsWithResponse

func (c *ClientWithResponses) UpdateAuthUserAgentsWithResponse(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserAgentsResponse, error)

func (*ClientWithResponses) UpdateAuthUserRoleWithBodyWithResponse

func (c *ClientWithResponses) UpdateAuthUserRoleWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthUserRoleResponse, error)

UpdateAuthUserRoleWithBodyWithResponse request with arbitrary body returning *UpdateAuthUserRoleResponse

func (*ClientWithResponses) UpdateAuthUserRoleWithResponse

func (c *ClientWithResponses) UpdateAuthUserRoleWithResponse(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserRoleResponse, error)

func (*ClientWithResponses) UpdateChannelWithBodyWithResponse

func (c *ClientWithResponses) UpdateChannelWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateChannelResponse, error)

UpdateChannelWithBodyWithResponse request with arbitrary body returning *UpdateChannelResponse

func (*ClientWithResponses) UpdateChannelWithResponse

func (c *ClientWithResponses) UpdateChannelWithResponse(ctx context.Context, id string, body UpdateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateChannelResponse, error)

func (*ClientWithResponses) UpdateFeedEntryWithBodyWithResponse

func (c *ClientWithResponses) UpdateFeedEntryWithBodyWithResponse(ctx context.Context, feedId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeedEntryResponse, error)

UpdateFeedEntryWithBodyWithResponse request with arbitrary body returning *UpdateFeedEntryResponse

func (*ClientWithResponses) UpdateFeedEntryWithResponse

func (c *ClientWithResponses) UpdateFeedEntryWithResponse(ctx context.Context, feedId string, id string, body UpdateFeedEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeedEntryResponse, error)

func (*ClientWithResponses) UpdateFeedWithBodyWithResponse

func (c *ClientWithResponses) UpdateFeedWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeedResponse, error)

UpdateFeedWithBodyWithResponse request with arbitrary body returning *UpdateFeedResponse

func (*ClientWithResponses) UpdateFeedWithResponse

func (c *ClientWithResponses) UpdateFeedWithResponse(ctx context.Context, id string, body UpdateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeedResponse, error)

func (*ClientWithResponses) UpdatePluginConfigWithBodyWithResponse

func (c *ClientWithResponses) UpdatePluginConfigWithBodyWithResponse(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePluginConfigResponse, error)

UpdatePluginConfigWithBodyWithResponse request with arbitrary body returning *UpdatePluginConfigResponse

func (*ClientWithResponses) UpdatePluginConfigWithResponse

func (c *ClientWithResponses) UpdatePluginConfigWithResponse(ctx context.Context, kind string, name string, body UpdatePluginConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePluginConfigResponse, error)

func (*ClientWithResponses) UpdateProfileSkillWithBodyWithResponse

func (c *ClientWithResponses) UpdateProfileSkillWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProfileSkillResponse, error)

UpdateProfileSkillWithBodyWithResponse request with arbitrary body returning *UpdateProfileSkillResponse

func (*ClientWithResponses) UpdateProfileSkillWithResponse

func (c *ClientWithResponses) UpdateProfileSkillWithResponse(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProfileSkillResponse, error)

func (*ClientWithResponses) UpdateProviderWithBodyWithResponse

func (c *ClientWithResponses) UpdateProviderWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProviderResponse, error)

UpdateProviderWithBodyWithResponse request with arbitrary body returning *UpdateProviderResponse

func (*ClientWithResponses) UpdateProviderWithResponse

func (c *ClientWithResponses) UpdateProviderWithResponse(ctx context.Context, id string, body UpdateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProviderResponse, error)

func (*ClientWithResponses) UpdateSchedulerJobWithBodyWithResponse

func (c *ClientWithResponses) UpdateSchedulerJobWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSchedulerJobResponse, error)

UpdateSchedulerJobWithBodyWithResponse request with arbitrary body returning *UpdateSchedulerJobResponse

func (*ClientWithResponses) UpdateSchedulerJobWithResponse

func (c *ClientWithResponses) UpdateSchedulerJobWithResponse(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSchedulerJobResponse, error)

func (*ClientWithResponses) UpdateSkillWithBodyWithResponse

func (c *ClientWithResponses) UpdateSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSkillResponse, error)

UpdateSkillWithBodyWithResponse request with arbitrary body returning *UpdateSkillResponse

func (*ClientWithResponses) UpdateSkillWithResponse

func (c *ClientWithResponses) UpdateSkillWithResponse(ctx context.Context, id string, body UpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSkillResponse, error)

func (*ClientWithResponses) UpdateUserDefaultAgentWithBodyWithResponse

func (c *ClientWithResponses) UpdateUserDefaultAgentWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserDefaultAgentResponse, error)

UpdateUserDefaultAgentWithBodyWithResponse request with arbitrary body returning *UpdateUserDefaultAgentResponse

func (*ClientWithResponses) UpdateUserDefaultAgentWithResponse

func (c *ClientWithResponses) UpdateUserDefaultAgentWithResponse(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserDefaultAgentResponse, error)

func (*ClientWithResponses) UpdateUserNotifyIdentityWithBodyWithResponse

func (c *ClientWithResponses) UpdateUserNotifyIdentityWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserNotifyIdentityResponse, error)

UpdateUserNotifyIdentityWithBodyWithResponse request with arbitrary body returning *UpdateUserNotifyIdentityResponse

func (*ClientWithResponses) UpdateUserNotifyIdentityWithResponse

func (c *ClientWithResponses) UpdateUserNotifyIdentityWithResponse(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserNotifyIdentityResponse, error)

func (*ClientWithResponses) UpdateWorkspaceFileContentWithBodyWithResponse

func (c *ClientWithResponses) UpdateWorkspaceFileContentWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkspaceFileContentResponse, error)

UpdateWorkspaceFileContentWithBodyWithResponse request with arbitrary body returning *UpdateWorkspaceFileContentResponse

func (*ClientWithResponses) UpdateWorkspaceFileContentWithResponse

func (c *ClientWithResponses) UpdateWorkspaceFileContentWithResponse(ctx context.Context, sessionID string, body UpdateWorkspaceFileContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkspaceFileContentResponse, error)

func (*ClientWithResponses) UploadAgentSkillWithBodyWithResponse

func (c *ClientWithResponses) UploadAgentSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadAgentSkillResponse, error)

UploadAgentSkillWithBodyWithResponse request with arbitrary body returning *UploadAgentSkillResponse

func (*ClientWithResponses) UploadProfileSkillWithBodyWithResponse

func (c *ClientWithResponses) UploadProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadProfileSkillResponse, error)

UploadProfileSkillWithBodyWithResponse request with arbitrary body returning *UploadProfileSkillResponse

func (*ClientWithResponses) UploadWorkspaceFileWithBodyWithResponse

func (c *ClientWithResponses) UploadWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadWorkspaceFileResponse, error)

UploadWorkspaceFileWithBodyWithResponse request with arbitrary body returning *UploadWorkspaceFileResponse

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// ListAgentsWithResponse request
	ListAgentsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAgentsResponse, error)

	// CreateAgentWithBodyWithResponse request with any body
	CreateAgentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAgentResponse, error)

	CreateAgentWithResponse(ctx context.Context, body CreateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAgentResponse, error)

	// DeleteAgentWithResponse request
	DeleteAgentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteAgentResponse, error)

	// GetAgentWithResponse request
	GetAgentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetAgentResponse, error)

	// UpdateAgentWithBodyWithResponse request with any body
	UpdateAgentWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAgentResponse, error)

	UpdateAgentWithResponse(ctx context.Context, id string, body UpdateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAgentResponse, error)

	// ListAgentSkillsWithResponse request
	ListAgentSkillsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentSkillsResponse, error)

	// DuplicateBuiltinSkillToAgentWithResponse request
	DuplicateBuiltinSkillToAgentWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DuplicateBuiltinSkillToAgentResponse, error)

	// InstallAgentSkillWithBodyWithResponse request with any body
	InstallAgentSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstallAgentSkillResponse, error)

	InstallAgentSkillWithResponse(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallAgentSkillResponse, error)

	// UploadAgentSkillWithBodyWithResponse request with any body
	UploadAgentSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadAgentSkillResponse, error)

	// DeleteAgentSkillWithResponse request
	DeleteAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DeleteAgentSkillResponse, error)

	// GetAgentSkillWithResponse request
	GetAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*GetAgentSkillResponse, error)

	// UpdateAgentSkillWithBodyWithResponse request with any body
	UpdateAgentSkillWithBodyWithResponse(ctx context.Context, id string, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAgentSkillResponse, error)

	UpdateAgentSkillWithResponse(ctx context.Context, id string, skillId string, body UpdateAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAgentSkillResponse, error)

	// DeleteAgentSkillFileWithResponse request
	DeleteAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, params *DeleteAgentSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteAgentSkillFileResponse, error)

	// GetAgentSkillFileWithResponse request
	GetAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, params *GetAgentSkillFileParams, reqEditors ...RequestEditorFn) (*GetAgentSkillFileResponse, error)

	// ListAgentUsersWithResponse request
	ListAgentUsersWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentUsersResponse, error)

	// AssignAgentUserWithBodyWithResponse request with any body
	AssignAgentUserWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AssignAgentUserResponse, error)

	AssignAgentUserWithResponse(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AssignAgentUserResponse, error)

	// RemoveAgentUserWithResponse request
	RemoveAgentUserWithResponse(ctx context.Context, id string, userId int64, reqEditors ...RequestEditorFn) (*RemoveAgentUserResponse, error)

	// LoginWithBodyWithResponse request with any body
	LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LoginResponse, error)

	LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)

	// LogoutWithResponse request
	LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)

	// GetMeWithResponse request
	GetMeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMeResponse, error)

	// ListProfileIdentitiesWithResponse request
	ListProfileIdentitiesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileIdentitiesResponse, error)

	// UnlinkProfileIdentityWithResponse request
	UnlinkProfileIdentityWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*UnlinkProfileIdentityResponse, error)

	// GenerateLinkCodeWithBodyWithResponse request with any body
	GenerateLinkCodeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GenerateLinkCodeResponse, error)

	GenerateLinkCodeWithResponse(ctx context.Context, body GenerateLinkCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*GenerateLinkCodeResponse, error)

	// ListProfileMemoriesWithResponse request
	ListProfileMemoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileMemoriesResponse, error)

	// DeleteProfileMemoryWithResponse request
	DeleteProfileMemoryWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*DeleteProfileMemoryResponse, error)

	// SetProfileMemoryWithBodyWithResponse request with any body
	SetProfileMemoryWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetProfileMemoryResponse, error)

	SetProfileMemoryWithResponse(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetProfileMemoryResponse, error)

	// ListOAuthProvidersWithResponse request
	ListOAuthProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthProvidersResponse, error)

	// DisconnectOAuthWithResponse request
	DisconnectOAuthWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*DisconnectOAuthResponse, error)

	// OauthCallbackWithResponse request
	OauthCallbackWithResponse(ctx context.Context, provider string, params *OauthCallbackParams, reqEditors ...RequestEditorFn) (*OauthCallbackResponse, error)

	// GetOAuthConnectedWithResponse request
	GetOAuthConnectedWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*GetOAuthConnectedResponse, error)

	// StartOAuthFlowWithResponse request
	StartOAuthFlowWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*StartOAuthFlowResponse, error)

	// PollOAuthFlowWithResponse request
	PollOAuthFlowWithResponse(ctx context.Context, provider string, flowID string, reqEditors ...RequestEditorFn) (*PollOAuthFlowResponse, error)

	// ChangePasswordWithBodyWithResponse request with any body
	ChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)

	ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)

	// ListProfileSkillsWithResponse request
	ListProfileSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileSkillsResponse, error)

	// InstallProfileSkillWithBodyWithResponse request with any body
	InstallProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstallProfileSkillResponse, error)

	InstallProfileSkillWithResponse(ctx context.Context, body InstallProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallProfileSkillResponse, error)

	// UploadProfileSkillWithBodyWithResponse request with any body
	UploadProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadProfileSkillResponse, error)

	// DeleteProfileSkillWithResponse request
	DeleteProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DeleteProfileSkillResponse, error)

	// GetProfileSkillWithResponse request
	GetProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*GetProfileSkillResponse, error)

	// UpdateProfileSkillWithBodyWithResponse request with any body
	UpdateProfileSkillWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProfileSkillResponse, error)

	UpdateProfileSkillWithResponse(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProfileSkillResponse, error)

	// DeleteProfileSkillFileWithResponse request
	DeleteProfileSkillFileWithResponse(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteProfileSkillFileResponse, error)

	// GetProfileSkillFileWithResponse request
	GetProfileSkillFileWithResponse(ctx context.Context, skillId string, params *GetProfileSkillFileParams, reqEditors ...RequestEditorFn) (*GetProfileSkillFileResponse, error)

	// SetProfileSoulWithBodyWithResponse request with any body
	SetProfileSoulWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetProfileSoulResponse, error)

	SetProfileSoulWithResponse(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, reqEditors ...RequestEditorFn) (*SetProfileSoulResponse, error)

	// ListVaultEntriesWithResponse request
	ListVaultEntriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListVaultEntriesResponse, error)

	// DeleteVaultEntryWithResponse request
	DeleteVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*DeleteVaultEntryResponse, error)

	// GetVaultEntryWithResponse request
	GetVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*GetVaultEntryResponse, error)

	// SetVaultEntryWithBodyWithResponse request with any body
	SetVaultEntryWithBodyWithResponse(ctx context.Context, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetVaultEntryResponse, error)

	SetVaultEntryWithResponse(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetVaultEntryResponse, error)

	// RegisterWithBodyWithResponse request with any body
	RegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RegisterResponse, error)

	RegisterWithResponse(ctx context.Context, body RegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*RegisterResponse, error)

	// ListAuthUsersWithResponse request
	ListAuthUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAuthUsersResponse, error)

	// GetAuthUserWithResponse request
	GetAuthUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*GetAuthUserResponse, error)

	// UpdateAuthUserActiveWithBodyWithResponse request with any body
	UpdateAuthUserActiveWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthUserActiveResponse, error)

	UpdateAuthUserActiveWithResponse(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserActiveResponse, error)

	// ListAuthUserAgentsWithResponse request
	ListAuthUserAgentsWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListAuthUserAgentsResponse, error)

	// UpdateAuthUserAgentsWithBodyWithResponse request with any body
	UpdateAuthUserAgentsWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthUserAgentsResponse, error)

	UpdateAuthUserAgentsWithResponse(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserAgentsResponse, error)

	// DeleteAuthUserIdentityWithResponse request
	DeleteAuthUserIdentityWithResponse(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*DeleteAuthUserIdentityResponse, error)

	// UpdateAuthUserRoleWithBodyWithResponse request with any body
	UpdateAuthUserRoleWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAuthUserRoleResponse, error)

	UpdateAuthUserRoleWithResponse(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserRoleResponse, error)

	// ListBuiltinResourcesWithResponse request
	ListBuiltinResourcesWithResponse(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*ListBuiltinResourcesResponse, error)

	// GetBuiltinResourceWithResponse request
	GetBuiltinResourceWithResponse(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*GetBuiltinResourceResponse, error)

	// ListChannelsWithResponse request
	ListChannelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListChannelsResponse, error)

	// CreateChannelWithBodyWithResponse request with any body
	CreateChannelWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateChannelResponse, error)

	CreateChannelWithResponse(ctx context.Context, body CreateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateChannelResponse, error)

	// ListPublicChannelsWithResponse request
	ListPublicChannelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPublicChannelsResponse, error)

	// StartWeixinQRWithResponse request
	StartWeixinQRWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StartWeixinQRResponse, error)

	// PollWeixinQRStatusWithResponse request
	PollWeixinQRStatusWithResponse(ctx context.Context, params *PollWeixinQRStatusParams, reqEditors ...RequestEditorFn) (*PollWeixinQRStatusResponse, error)

	// DeleteChannelWithResponse request
	DeleteChannelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteChannelResponse, error)

	// GetChannelWithResponse request
	GetChannelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetChannelResponse, error)

	// UpdateChannelWithBodyWithResponse request with any body
	UpdateChannelWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateChannelResponse, error)

	UpdateChannelWithResponse(ctx context.Context, id string, body UpdateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateChannelResponse, error)

	// ListManifestPluginsWithResponse request
	ListManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListManifestPluginsResponse, error)

	// SaveManifestPluginsWithBodyWithResponse request with any body
	SaveManifestPluginsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveManifestPluginsResponse, error)

	SaveManifestPluginsWithResponse(ctx context.Context, body SaveManifestPluginsJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveManifestPluginsResponse, error)

	// SyncManifestPluginsWithResponse request
	SyncManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SyncManifestPluginsResponse, error)

	// ListModelsWithResponse request
	ListModelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListModelsResponse, error)

	// GetPluginConfigSchemaWithResponse request
	GetPluginConfigSchemaWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigSchemaResponse, error)

	// GetPluginConfigWithResponse request
	GetPluginConfigWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigResponse, error)

	// UpdatePluginConfigWithBodyWithResponse request with any body
	UpdatePluginConfigWithBodyWithResponse(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePluginConfigResponse, error)

	UpdatePluginConfigWithResponse(ctx context.Context, kind string, name string, body UpdatePluginConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePluginConfigResponse, error)

	// GetPluginStatusWithResponse request
	GetPluginStatusWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginStatusResponse, error)

	// ListPluginsWithResponse request
	ListPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPluginsResponse, error)

	// TogglePluginWithBodyWithResponse request with any body
	TogglePluginWithBodyWithResponse(ctx context.Context, kind string, name string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TogglePluginResponse, error)

	TogglePluginWithResponse(ctx context.Context, kind string, name string, body TogglePluginJSONRequestBody, reqEditors ...RequestEditorFn) (*TogglePluginResponse, error)

	// ListProviderTypesWithResponse request
	ListProviderTypesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProviderTypesResponse, error)

	// ListProvidersWithResponse request
	ListProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProvidersResponse, error)

	// CreateProviderWithBodyWithResponse request with any body
	CreateProviderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProviderResponse, error)

	CreateProviderWithResponse(ctx context.Context, body CreateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProviderResponse, error)

	// DeleteProviderWithResponse request
	DeleteProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteProviderResponse, error)

	// GetProviderWithResponse request
	GetProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetProviderResponse, error)

	// UpdateProviderWithBodyWithResponse request with any body
	UpdateProviderWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProviderResponse, error)

	UpdateProviderWithResponse(ctx context.Context, id string, body UpdateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProviderResponse, error)

	// ListProviderModelsWithResponse request
	ListProviderModelsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListProviderModelsResponse, error)

	// FetchProviderModelsWithBodyWithResponse request with any body
	FetchProviderModelsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FetchProviderModelsResponse, error)

	FetchProviderModelsWithResponse(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*FetchProviderModelsResponse, error)

	// ListArticlesWithResponse request
	ListArticlesWithResponse(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*ListArticlesResponse, error)

	// SaveArticleWithBodyWithResponse request with any body
	SaveArticleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveArticleResponse, error)

	SaveArticleWithResponse(ctx context.Context, body SaveArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveArticleResponse, error)

	// DeleteArticleWithResponse request
	DeleteArticleWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteArticleResponse, error)

	// GetArticleWithResponse request
	GetArticleWithResponse(ctx context.Context, id string, params *GetArticleParams, reqEditors ...RequestEditorFn) (*GetArticleResponse, error)

	// UpdateArticleWithBodyWithResponse request with any body
	UpdateArticleWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateArticleResponse, error)

	UpdateArticleWithResponse(ctx context.Context, id string, body UpdateArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateArticleResponse, error)

	// GetDigestWithResponse request
	GetDigestWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDigestResponse, error)

	// ListFeedsWithResponse request
	ListFeedsWithResponse(ctx context.Context, params *ListFeedsParams, reqEditors ...RequestEditorFn) (*ListFeedsResponse, error)

	// CreateFeedWithBodyWithResponse request with any body
	CreateFeedWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFeedResponse, error)

	CreateFeedWithResponse(ctx context.Context, body CreateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFeedResponse, error)

	// ListFeedEntriesWithResponse request
	ListFeedEntriesWithResponse(ctx context.Context, feedId string, params *ListFeedEntriesParams, reqEditors ...RequestEditorFn) (*ListFeedEntriesResponse, error)

	// UpdateFeedEntryWithBodyWithResponse request with any body
	UpdateFeedEntryWithBodyWithResponse(ctx context.Context, feedId string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeedEntryResponse, error)

	UpdateFeedEntryWithResponse(ctx context.Context, feedId string, id string, body UpdateFeedEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeedEntryResponse, error)

	// DeleteFeedWithResponse request
	DeleteFeedWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteFeedResponse, error)

	// GetFeedWithResponse request
	GetFeedWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetFeedResponse, error)

	// UpdateFeedWithBodyWithResponse request with any body
	UpdateFeedWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeedResponse, error)

	UpdateFeedWithResponse(ctx context.Context, id string, body UpdateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeedResponse, error)

	// PollFeedWithResponse request
	PollFeedWithResponse(ctx context.Context, id string, params *PollFeedParams, reqEditors ...RequestEditorFn) (*PollFeedResponse, error)

	// ListSchedulerJobsWithResponse request
	ListSchedulerJobsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSchedulerJobsResponse, error)

	// CreateSchedulerJobWithBodyWithResponse request with any body
	CreateSchedulerJobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSchedulerJobResponse, error)

	CreateSchedulerJobWithResponse(ctx context.Context, body CreateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSchedulerJobResponse, error)

	// DeleteSchedulerJobWithResponse request
	DeleteSchedulerJobWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSchedulerJobResponse, error)

	// UpdateSchedulerJobWithBodyWithResponse request with any body
	UpdateSchedulerJobWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSchedulerJobResponse, error)

	UpdateSchedulerJobWithResponse(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSchedulerJobResponse, error)

	// TriggerSchedulerJobWithResponse request
	TriggerSchedulerJobWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*TriggerSchedulerJobResponse, error)

	// ListSchedulerJobRunsWithResponse request
	ListSchedulerJobRunsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListSchedulerJobRunsResponse, error)

	// ListSessionsWithResponse request
	ListSessionsWithResponse(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*ListSessionsResponse, error)

	// CreateSessionWithBodyWithResponse request with any body
	CreateSessionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSessionResponse, error)

	CreateSessionWithResponse(ctx context.Context, body CreateSessionJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSessionResponse, error)

	// GetSessionWithResponse request
	GetSessionWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionResponse, error)

	// GetSessionMessagesWithResponse request
	GetSessionMessagesWithResponse(ctx context.Context, sessionID string, params *GetSessionMessagesParams, reqEditors ...RequestEditorFn) (*GetSessionMessagesResponse, error)

	// SendSessionMessageWithBodyWithResponse request with any body
	SendSessionMessageWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SendSessionMessageResponse, error)

	SendSessionMessageWithResponse(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*SendSessionMessageResponse, error)

	// GetSessionSystemPromptWithResponse request
	GetSessionSystemPromptWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionSystemPromptResponse, error)

	// GetSessionWorkspaceWithResponse request
	GetSessionWorkspaceWithResponse(ctx context.Context, sessionID string, params *GetSessionWorkspaceParams, reqEditors ...RequestEditorFn) (*GetSessionWorkspaceResponse, error)

	// GetWorkspaceFileContentWithResponse request
	GetWorkspaceFileContentWithResponse(ctx context.Context, sessionID string, params *GetWorkspaceFileContentParams, reqEditors ...RequestEditorFn) (*GetWorkspaceFileContentResponse, error)

	// UpdateWorkspaceFileContentWithBodyWithResponse request with any body
	UpdateWorkspaceFileContentWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkspaceFileContentResponse, error)

	UpdateWorkspaceFileContentWithResponse(ctx context.Context, sessionID string, body UpdateWorkspaceFileContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkspaceFileContentResponse, error)

	// DeleteWorkspaceFileWithBodyWithResponse request with any body
	DeleteWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteWorkspaceFileResponse, error)

	DeleteWorkspaceFileWithResponse(ctx context.Context, sessionID string, body DeleteWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteWorkspaceFileResponse, error)

	// MoveWorkspaceFileWithBodyWithResponse request with any body
	MoveWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MoveWorkspaceFileResponse, error)

	MoveWorkspaceFileWithResponse(ctx context.Context, sessionID string, body MoveWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*MoveWorkspaceFileResponse, error)

	// CreateWorkspaceFileWithBodyWithResponse request with any body
	CreateWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkspaceFileResponse, error)

	CreateWorkspaceFileWithResponse(ctx context.Context, sessionID string, body CreateWorkspaceFileJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkspaceFileResponse, error)

	// UploadWorkspaceFileWithBodyWithResponse request with any body
	UploadWorkspaceFileWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadWorkspaceFileResponse, error)

	// ListSkillsWithResponse request
	ListSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSkillsResponse, error)

	// CreateSkillWithBodyWithResponse request with any body
	CreateSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateSkillResponse, error)

	CreateSkillWithResponse(ctx context.Context, body CreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSkillResponse, error)

	// InstallSkillWithBodyWithResponse request with any body
	InstallSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*InstallSkillResponse, error)

	InstallSkillWithResponse(ctx context.Context, body InstallSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallSkillResponse, error)

	// SearchSkillsWithResponse request
	SearchSkillsWithResponse(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*SearchSkillsResponse, error)

	// DeleteSkillWithResponse request
	DeleteSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSkillResponse, error)

	// GetSkillWithResponse request
	GetSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetSkillResponse, error)

	// UpdateSkillWithBodyWithResponse request with any body
	UpdateSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSkillResponse, error)

	UpdateSkillWithResponse(ctx context.Context, id string, body UpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSkillResponse, error)

	// DeleteSkillFileWithResponse request
	DeleteSkillFileWithResponse(ctx context.Context, id string, params *DeleteSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteSkillFileResponse, error)

	// GetSkillFileWithResponse request
	GetSkillFileWithResponse(ctx context.Context, id string, params *GetSkillFileParams, reqEditors ...RequestEditorFn) (*GetSkillFileResponse, error)

	// GetStatusWithResponse request
	GetStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetStatusResponse, error)

	// ListToolsWithResponse request
	ListToolsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListToolsResponse, error)

	// UpdateUserDefaultAgentWithBodyWithResponse request with any body
	UpdateUserDefaultAgentWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserDefaultAgentResponse, error)

	UpdateUserDefaultAgentWithResponse(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserDefaultAgentResponse, error)

	// ListUserMemoriesWithResponse request
	ListUserMemoriesWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListUserMemoriesResponse, error)

	// DeleteUserMemoryWithResponse request
	DeleteUserMemoryWithResponse(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*DeleteUserMemoryResponse, error)

	// SetUserMemoryWithBodyWithResponse request with any body
	SetUserMemoryWithBodyWithResponse(ctx context.Context, id int64, agentId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SetUserMemoryResponse, error)

	SetUserMemoryWithResponse(ctx context.Context, id int64, agentId string, body SetUserMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetUserMemoryResponse, error)

	// UpdateUserNotifyIdentityWithBodyWithResponse request with any body
	UpdateUserNotifyIdentityWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserNotifyIdentityResponse, error)

	UpdateUserNotifyIdentityWithResponse(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserNotifyIdentityResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type CreateAgentJSONRequestBody

type CreateAgentJSONRequestBody = externalRef0.CreateAgentRequest

CreateAgentJSONRequestBody defines body for CreateAgent for application/json ContentType.

type CreateAgentRequest

type CreateAgentRequest = externalRef0.CreateAgentRequest

CreateAgentRequest defines model for CreateAgentRequest.

type CreateAgentResponse

type CreateAgentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.Agent
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseCreateAgentResponse

func ParseCreateAgentResponse(rsp *http.Response) (*CreateAgentResponse, error)

ParseCreateAgentResponse parses an HTTP response from a CreateAgentWithResponse call

func (CreateAgentResponse) ContentType

func (r CreateAgentResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateAgentResponse) Status

func (r CreateAgentResponse) Status() string

Status returns HTTPResponse.Status

func (CreateAgentResponse) StatusCode

func (r CreateAgentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateChannelJSONRequestBody

type CreateChannelJSONRequestBody = externalRef0.ChannelWriteRequest

CreateChannelJSONRequestBody defines body for CreateChannel for application/json ContentType.

type CreateChannelResponse

type CreateChannelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.Channel
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseCreateChannelResponse

func ParseCreateChannelResponse(rsp *http.Response) (*CreateChannelResponse, error)

ParseCreateChannelResponse parses an HTTP response from a CreateChannelWithResponse call

func (CreateChannelResponse) ContentType

func (r CreateChannelResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateChannelResponse) Status

func (r CreateChannelResponse) Status() string

Status returns HTTPResponse.Status

func (CreateChannelResponse) StatusCode

func (r CreateChannelResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateFeedJSONRequestBody

type CreateFeedJSONRequestBody = externalRef0.CreateFeedRequest

CreateFeedJSONRequestBody defines body for CreateFeed for application/json ContentType.

type CreateFeedRequest

type CreateFeedRequest = externalRef0.CreateFeedRequest

CreateFeedRequest defines model for CreateFeedRequest.

type CreateFeedResponse

type CreateFeedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.Feed
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON409      *externalRef0.Error
}

func ParseCreateFeedResponse

func ParseCreateFeedResponse(rsp *http.Response) (*CreateFeedResponse, error)

ParseCreateFeedResponse parses an HTTP response from a CreateFeedWithResponse call

func (CreateFeedResponse) ContentType

func (r CreateFeedResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateFeedResponse) Status

func (r CreateFeedResponse) Status() string

Status returns HTTPResponse.Status

func (CreateFeedResponse) StatusCode

func (r CreateFeedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateProviderJSONRequestBody

type CreateProviderJSONRequestBody = externalRef0.Provider

CreateProviderJSONRequestBody defines body for CreateProvider for application/json ContentType.

type CreateProviderResponse

type CreateProviderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.Provider
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseCreateProviderResponse

func ParseCreateProviderResponse(rsp *http.Response) (*CreateProviderResponse, error)

ParseCreateProviderResponse parses an HTTP response from a CreateProviderWithResponse call

func (CreateProviderResponse) ContentType

func (r CreateProviderResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateProviderResponse) Status

func (r CreateProviderResponse) Status() string

Status returns HTTPResponse.Status

func (CreateProviderResponse) StatusCode

func (r CreateProviderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateSchedulerJobJSONRequestBody

type CreateSchedulerJobJSONRequestBody = externalRef0.JobInput

CreateSchedulerJobJSONRequestBody defines body for CreateSchedulerJob for application/json ContentType.

type CreateSchedulerJobResponse

type CreateSchedulerJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.Job
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseCreateSchedulerJobResponse

func ParseCreateSchedulerJobResponse(rsp *http.Response) (*CreateSchedulerJobResponse, error)

ParseCreateSchedulerJobResponse parses an HTTP response from a CreateSchedulerJobWithResponse call

func (CreateSchedulerJobResponse) ContentType

func (r CreateSchedulerJobResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateSchedulerJobResponse) Status

Status returns HTTPResponse.Status

func (CreateSchedulerJobResponse) StatusCode

func (r CreateSchedulerJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateSessionJSONRequestBody

type CreateSessionJSONRequestBody = externalRef0.CreateSessionRequest

CreateSessionJSONRequestBody defines body for CreateSession for application/json ContentType.

type CreateSessionRequest

type CreateSessionRequest = externalRef0.CreateSessionRequest

CreateSessionRequest defines model for CreateSessionRequest.

type CreateSessionResponse

type CreateSessionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.Session
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseCreateSessionResponse

func ParseCreateSessionResponse(rsp *http.Response) (*CreateSessionResponse, error)

ParseCreateSessionResponse parses an HTTP response from a CreateSessionWithResponse call

func (CreateSessionResponse) ContentType

func (r CreateSessionResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateSessionResponse) Status

func (r CreateSessionResponse) Status() string

Status returns HTTPResponse.Status

func (CreateSessionResponse) StatusCode

func (r CreateSessionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateSkillJSONRequestBody

type CreateSkillJSONRequestBody = externalRef0.CreateSkillRequest

CreateSkillJSONRequestBody defines body for CreateSkill for application/json ContentType.

type CreateSkillRequest

type CreateSkillRequest = externalRef0.CreateSkillRequest

CreateSkillRequest defines model for CreateSkillRequest.

type CreateSkillResponse

type CreateSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Id *string `json:"id,omitempty"`
	}
	JSON400 *externalRef0.BadRequest
	JSON401 *externalRef0.Unauthorized
	JSON403 *externalRef0.Forbidden
}

func ParseCreateSkillResponse

func ParseCreateSkillResponse(rsp *http.Response) (*CreateSkillResponse, error)

ParseCreateSkillResponse parses an HTTP response from a CreateSkillWithResponse call

func (CreateSkillResponse) ContentType

func (r CreateSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateSkillResponse) Status

func (r CreateSkillResponse) Status() string

Status returns HTTPResponse.Status

func (CreateSkillResponse) StatusCode

func (r CreateSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateWorkspaceFileJSONRequestBody

type CreateWorkspaceFileJSONRequestBody = externalRef0.WorkspaceCreateRequest

CreateWorkspaceFileJSONRequestBody defines body for CreateWorkspaceFile for application/json ContentType.

type CreateWorkspaceFileResponse

type CreateWorkspaceFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.SessionWorkspace
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseCreateWorkspaceFileResponse

func ParseCreateWorkspaceFileResponse(rsp *http.Response) (*CreateWorkspaceFileResponse, error)

ParseCreateWorkspaceFileResponse parses an HTTP response from a CreateWorkspaceFileWithResponse call

func (CreateWorkspaceFileResponse) ContentType

func (r CreateWorkspaceFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (CreateWorkspaceFileResponse) Status

Status returns HTTPResponse.Status

func (CreateWorkspaceFileResponse) StatusCode

func (r CreateWorkspaceFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAgentResponse

type DeleteAgentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteAgentResponse

func ParseDeleteAgentResponse(rsp *http.Response) (*DeleteAgentResponse, error)

ParseDeleteAgentResponse parses an HTTP response from a DeleteAgentWithResponse call

func (DeleteAgentResponse) ContentType

func (r DeleteAgentResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteAgentResponse) Status

func (r DeleteAgentResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAgentResponse) StatusCode

func (r DeleteAgentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAgentSkillFileParams

type DeleteAgentSkillFileParams struct {
	Path string `form:"path" json:"path"`
}

DeleteAgentSkillFileParams defines parameters for DeleteAgentSkillFile.

type DeleteAgentSkillFileResponse

type DeleteAgentSkillFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteAgentSkillFileResponse

func ParseDeleteAgentSkillFileResponse(rsp *http.Response) (*DeleteAgentSkillFileResponse, error)

ParseDeleteAgentSkillFileResponse parses an HTTP response from a DeleteAgentSkillFileWithResponse call

func (DeleteAgentSkillFileResponse) ContentType

func (r DeleteAgentSkillFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteAgentSkillFileResponse) Status

Status returns HTTPResponse.Status

func (DeleteAgentSkillFileResponse) StatusCode

func (r DeleteAgentSkillFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAgentSkillResponse

type DeleteAgentSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteAgentSkillResponse

func ParseDeleteAgentSkillResponse(rsp *http.Response) (*DeleteAgentSkillResponse, error)

ParseDeleteAgentSkillResponse parses an HTTP response from a DeleteAgentSkillWithResponse call

func (DeleteAgentSkillResponse) ContentType

func (r DeleteAgentSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteAgentSkillResponse) Status

func (r DeleteAgentSkillResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAgentSkillResponse) StatusCode

func (r DeleteAgentSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteArticleResponse

type DeleteArticleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseDeleteArticleResponse

func ParseDeleteArticleResponse(rsp *http.Response) (*DeleteArticleResponse, error)

ParseDeleteArticleResponse parses an HTTP response from a DeleteArticleWithResponse call

func (DeleteArticleResponse) ContentType

func (r DeleteArticleResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteArticleResponse) Status

func (r DeleteArticleResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteArticleResponse) StatusCode

func (r DeleteArticleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAuthUserIdentityResponse

type DeleteAuthUserIdentityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteAuthUserIdentityResponse

func ParseDeleteAuthUserIdentityResponse(rsp *http.Response) (*DeleteAuthUserIdentityResponse, error)

ParseDeleteAuthUserIdentityResponse parses an HTTP response from a DeleteAuthUserIdentityWithResponse call

func (DeleteAuthUserIdentityResponse) ContentType

func (r DeleteAuthUserIdentityResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteAuthUserIdentityResponse) Status

Status returns HTTPResponse.Status

func (DeleteAuthUserIdentityResponse) StatusCode

func (r DeleteAuthUserIdentityResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteChannelResponse

type DeleteChannelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteChannelResponse

func ParseDeleteChannelResponse(rsp *http.Response) (*DeleteChannelResponse, error)

ParseDeleteChannelResponse parses an HTTP response from a DeleteChannelWithResponse call

func (DeleteChannelResponse) ContentType

func (r DeleteChannelResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteChannelResponse) Status

func (r DeleteChannelResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteChannelResponse) StatusCode

func (r DeleteChannelResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFeedResponse

type DeleteFeedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseDeleteFeedResponse

func ParseDeleteFeedResponse(rsp *http.Response) (*DeleteFeedResponse, error)

ParseDeleteFeedResponse parses an HTTP response from a DeleteFeedWithResponse call

func (DeleteFeedResponse) ContentType

func (r DeleteFeedResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteFeedResponse) Status

func (r DeleteFeedResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteFeedResponse) StatusCode

func (r DeleteFeedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteFileResult

type DeleteFileResult = externalRef0.DeleteFileResult

DeleteFileResult defines model for DeleteFileResult.

type DeleteProfileMemoryResponse

type DeleteProfileMemoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON401      *externalRef0.Unauthorized
}

func ParseDeleteProfileMemoryResponse

func ParseDeleteProfileMemoryResponse(rsp *http.Response) (*DeleteProfileMemoryResponse, error)

ParseDeleteProfileMemoryResponse parses an HTTP response from a DeleteProfileMemoryWithResponse call

func (DeleteProfileMemoryResponse) ContentType

func (r DeleteProfileMemoryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteProfileMemoryResponse) Status

Status returns HTTPResponse.Status

func (DeleteProfileMemoryResponse) StatusCode

func (r DeleteProfileMemoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteProfileSkillFileParams

type DeleteProfileSkillFileParams struct {
	Path string `form:"path" json:"path"`
}

DeleteProfileSkillFileParams defines parameters for DeleteProfileSkillFile.

type DeleteProfileSkillFileResponse

type DeleteProfileSkillFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteFileResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseDeleteProfileSkillFileResponse

func ParseDeleteProfileSkillFileResponse(rsp *http.Response) (*DeleteProfileSkillFileResponse, error)

ParseDeleteProfileSkillFileResponse parses an HTTP response from a DeleteProfileSkillFileWithResponse call

func (DeleteProfileSkillFileResponse) ContentType

func (r DeleteProfileSkillFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteProfileSkillFileResponse) Status

Status returns HTTPResponse.Status

func (DeleteProfileSkillFileResponse) StatusCode

func (r DeleteProfileSkillFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteProfileSkillResponse

type DeleteProfileSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id *string `json:"id,omitempty"`
	}
	JSON401 *externalRef0.Unauthorized
	JSON404 *externalRef0.NotFound
}

func ParseDeleteProfileSkillResponse

func ParseDeleteProfileSkillResponse(rsp *http.Response) (*DeleteProfileSkillResponse, error)

ParseDeleteProfileSkillResponse parses an HTTP response from a DeleteProfileSkillWithResponse call

func (DeleteProfileSkillResponse) ContentType

func (r DeleteProfileSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteProfileSkillResponse) Status

Status returns HTTPResponse.Status

func (DeleteProfileSkillResponse) StatusCode

func (r DeleteProfileSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteProviderResponse

type DeleteProviderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteProviderResponse

func ParseDeleteProviderResponse(rsp *http.Response) (*DeleteProviderResponse, error)

ParseDeleteProviderResponse parses an HTTP response from a DeleteProviderWithResponse call

func (DeleteProviderResponse) ContentType

func (r DeleteProviderResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteProviderResponse) Status

func (r DeleteProviderResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteProviderResponse) StatusCode

func (r DeleteProviderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteResult

type DeleteResult = externalRef0.DeleteResult

DeleteResult defines model for DeleteResult.

type DeleteSchedulerJobResponse

type DeleteSchedulerJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteSchedulerJobResponse

func ParseDeleteSchedulerJobResponse(rsp *http.Response) (*DeleteSchedulerJobResponse, error)

ParseDeleteSchedulerJobResponse parses an HTTP response from a DeleteSchedulerJobWithResponse call

func (DeleteSchedulerJobResponse) ContentType

func (r DeleteSchedulerJobResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteSchedulerJobResponse) Status

Status returns HTTPResponse.Status

func (DeleteSchedulerJobResponse) StatusCode

func (r DeleteSchedulerJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSkillFileParams

type DeleteSkillFileParams struct {
	Path string `form:"path" json:"path"`
}

DeleteSkillFileParams defines parameters for DeleteSkillFile.

type DeleteSkillFileResponse

type DeleteSkillFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteFileResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteSkillFileResponse

func ParseDeleteSkillFileResponse(rsp *http.Response) (*DeleteSkillFileResponse, error)

ParseDeleteSkillFileResponse parses an HTTP response from a DeleteSkillFileWithResponse call

func (DeleteSkillFileResponse) ContentType

func (r DeleteSkillFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteSkillFileResponse) Status

func (r DeleteSkillFileResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteSkillFileResponse) StatusCode

func (r DeleteSkillFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteSkillResponse

type DeleteSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id *string `json:"id,omitempty"`
	}
	JSON401 *externalRef0.Unauthorized
	JSON403 *externalRef0.Forbidden
	JSON404 *externalRef0.NotFound
}

func ParseDeleteSkillResponse

func ParseDeleteSkillResponse(rsp *http.Response) (*DeleteSkillResponse, error)

ParseDeleteSkillResponse parses an HTTP response from a DeleteSkillWithResponse call

func (DeleteSkillResponse) ContentType

func (r DeleteSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteSkillResponse) Status

func (r DeleteSkillResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteSkillResponse) StatusCode

func (r DeleteSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteUserMemoryResponse

type DeleteUserMemoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseDeleteUserMemoryResponse

func ParseDeleteUserMemoryResponse(rsp *http.Response) (*DeleteUserMemoryResponse, error)

ParseDeleteUserMemoryResponse parses an HTTP response from a DeleteUserMemoryWithResponse call

func (DeleteUserMemoryResponse) ContentType

func (r DeleteUserMemoryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteUserMemoryResponse) Status

func (r DeleteUserMemoryResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteUserMemoryResponse) StatusCode

func (r DeleteUserMemoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteVaultEntryResponse

type DeleteVaultEntryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *externalRef0.Unauthorized
}

func ParseDeleteVaultEntryResponse

func ParseDeleteVaultEntryResponse(rsp *http.Response) (*DeleteVaultEntryResponse, error)

ParseDeleteVaultEntryResponse parses an HTTP response from a DeleteVaultEntryWithResponse call

func (DeleteVaultEntryResponse) ContentType

func (r DeleteVaultEntryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteVaultEntryResponse) Status

func (r DeleteVaultEntryResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteVaultEntryResponse) StatusCode

func (r DeleteVaultEntryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspaceFileJSONRequestBody

type DeleteWorkspaceFileJSONRequestBody = externalRef0.WorkspaceDeleteRequest

DeleteWorkspaceFileJSONRequestBody defines body for DeleteWorkspaceFile for application/json ContentType.

type DeleteWorkspaceFileResponse

type DeleteWorkspaceFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SessionWorkspace
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDeleteWorkspaceFileResponse

func ParseDeleteWorkspaceFileResponse(rsp *http.Response) (*DeleteWorkspaceFileResponse, error)

ParseDeleteWorkspaceFileResponse parses an HTTP response from a DeleteWorkspaceFileWithResponse call

func (DeleteWorkspaceFileResponse) ContentType

func (r DeleteWorkspaceFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DeleteWorkspaceFileResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspaceFileResponse) StatusCode

func (r DeleteWorkspaceFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Digest

type Digest = externalRef0.Digest

Digest defines model for Digest.

type DisconnectOAuthResponse

type DisconnectOAuthResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseDisconnectOAuthResponse

func ParseDisconnectOAuthResponse(rsp *http.Response) (*DisconnectOAuthResponse, error)

ParseDisconnectOAuthResponse parses an HTTP response from a DisconnectOAuthWithResponse call

func (DisconnectOAuthResponse) ContentType

func (r DisconnectOAuthResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DisconnectOAuthResponse) Status

func (r DisconnectOAuthResponse) Status() string

Status returns HTTPResponse.Status

func (DisconnectOAuthResponse) StatusCode

func (r DisconnectOAuthResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DuplicateBuiltinSkillToAgentResponse

type DuplicateBuiltinSkillToAgentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.DuplicateSkillResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseDuplicateBuiltinSkillToAgentResponse

func ParseDuplicateBuiltinSkillToAgentResponse(rsp *http.Response) (*DuplicateBuiltinSkillToAgentResponse, error)

ParseDuplicateBuiltinSkillToAgentResponse parses an HTTP response from a DuplicateBuiltinSkillToAgentWithResponse call

func (DuplicateBuiltinSkillToAgentResponse) ContentType

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (DuplicateBuiltinSkillToAgentResponse) Status

Status returns HTTPResponse.Status

func (DuplicateBuiltinSkillToAgentResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DuplicateSkillResult

type DuplicateSkillResult = externalRef0.DuplicateSkillResult

DuplicateSkillResult defines model for DuplicateSkillResult.

type Error

type Error = externalRef0.Error

Error defines model for Error.

type Feed

type Feed = externalRef0.Feed

Feed defines model for Feed.

type FeedEntry

type FeedEntry = externalRef0.FeedEntry

FeedEntry defines model for FeedEntry.

type FeedEntryList

type FeedEntryList = externalRef0.FeedEntryList

FeedEntryList defines model for FeedEntryList.

type FeedEntryStatus

type FeedEntryStatus = externalRef0.FeedEntryStatus

FeedEntryStatus defines model for FeedEntryStatus.

type FeedList

type FeedList = externalRef0.FeedList

FeedList defines model for FeedList.

type FeedPollResult

type FeedPollResult = externalRef0.FeedPollResult

FeedPollResult defines model for FeedPollResult.

type FetchModelsRequest

type FetchModelsRequest = externalRef0.FetchModelsRequest

FetchModelsRequest defines model for FetchModelsRequest.

type FetchProviderModelsJSONRequestBody

type FetchProviderModelsJSONRequestBody = externalRef0.FetchModelsRequest

FetchProviderModelsJSONRequestBody defines body for FetchProviderModels for application/json ContentType.

type FetchProviderModelsResponse

type FetchProviderModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.ProviderModelItem
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseFetchProviderModelsResponse

func ParseFetchProviderModelsResponse(rsp *http.Response) (*FetchProviderModelsResponse, error)

ParseFetchProviderModelsResponse parses an HTTP response from a FetchProviderModelsWithResponse call

func (FetchProviderModelsResponse) ContentType

func (r FetchProviderModelsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (FetchProviderModelsResponse) Status

Status returns HTTPResponse.Status

func (FetchProviderModelsResponse) StatusCode

func (r FetchProviderModelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GenerateLinkCodeJSONRequestBody

type GenerateLinkCodeJSONRequestBody = externalRef0.GenerateLinkCodeRequest

GenerateLinkCodeJSONRequestBody defines body for GenerateLinkCode for application/json ContentType.

type GenerateLinkCodeRequest

type GenerateLinkCodeRequest = externalRef0.GenerateLinkCodeRequest

GenerateLinkCodeRequest defines model for GenerateLinkCodeRequest.

type GenerateLinkCodeResponse

type GenerateLinkCodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.LinkCodeResponse
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseGenerateLinkCodeResponse

func ParseGenerateLinkCodeResponse(rsp *http.Response) (*GenerateLinkCodeResponse, error)

ParseGenerateLinkCodeResponse parses an HTTP response from a GenerateLinkCodeWithResponse call

func (GenerateLinkCodeResponse) ContentType

func (r GenerateLinkCodeResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GenerateLinkCodeResponse) Status

func (r GenerateLinkCodeResponse) Status() string

Status returns HTTPResponse.Status

func (GenerateLinkCodeResponse) StatusCode

func (r GenerateLinkCodeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAgentResponse

type GetAgentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Agent
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetAgentResponse

func ParseGetAgentResponse(rsp *http.Response) (*GetAgentResponse, error)

ParseGetAgentResponse parses an HTTP response from a GetAgentWithResponse call

func (GetAgentResponse) ContentType

func (r GetAgentResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetAgentResponse) Status

func (r GetAgentResponse) Status() string

Status returns HTTPResponse.Status

func (GetAgentResponse) StatusCode

func (r GetAgentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAgentSkillFileParams

type GetAgentSkillFileParams struct {
	Path string `form:"path" json:"path"`
}

GetAgentSkillFileParams defines parameters for GetAgentSkillFile.

type GetAgentSkillFileResponse

type GetAgentSkillFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetAgentSkillFileResponse

func ParseGetAgentSkillFileResponse(rsp *http.Response) (*GetAgentSkillFileResponse, error)

ParseGetAgentSkillFileResponse parses an HTTP response from a GetAgentSkillFileWithResponse call

func (GetAgentSkillFileResponse) ContentType

func (r GetAgentSkillFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetAgentSkillFileResponse) Status

func (r GetAgentSkillFileResponse) Status() string

Status returns HTTPResponse.Status

func (GetAgentSkillFileResponse) StatusCode

func (r GetAgentSkillFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAgentSkillResponse

type GetAgentSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Skill
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetAgentSkillResponse

func ParseGetAgentSkillResponse(rsp *http.Response) (*GetAgentSkillResponse, error)

ParseGetAgentSkillResponse parses an HTTP response from a GetAgentSkillWithResponse call

func (GetAgentSkillResponse) ContentType

func (r GetAgentSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetAgentSkillResponse) Status

func (r GetAgentSkillResponse) Status() string

Status returns HTTPResponse.Status

func (GetAgentSkillResponse) StatusCode

func (r GetAgentSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetArticleParams

type GetArticleParams struct {
	// Include Comma-separated extras (only `content` supported)
	Include *string `form:"include,omitempty" json:"include,omitempty"`
}

GetArticleParams defines parameters for GetArticle.

type GetArticleResponse

type GetArticleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Article
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseGetArticleResponse

func ParseGetArticleResponse(rsp *http.Response) (*GetArticleResponse, error)

ParseGetArticleResponse parses an HTTP response from a GetArticleWithResponse call

func (GetArticleResponse) ContentType

func (r GetArticleResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetArticleResponse) Status

func (r GetArticleResponse) Status() string

Status returns HTTPResponse.Status

func (GetArticleResponse) StatusCode

func (r GetArticleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAuthUserResponse

type GetAuthUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.AuthUser
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetAuthUserResponse

func ParseGetAuthUserResponse(rsp *http.Response) (*GetAuthUserResponse, error)

ParseGetAuthUserResponse parses an HTTP response from a GetAuthUserWithResponse call

func (GetAuthUserResponse) ContentType

func (r GetAuthUserResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetAuthUserResponse) Status

func (r GetAuthUserResponse) Status() string

Status returns HTTPResponse.Status

func (GetAuthUserResponse) StatusCode

func (r GetAuthUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetBuiltinResourceResponse

type GetBuiltinResourceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.BuiltinResourceDetail
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseGetBuiltinResourceResponse

func ParseGetBuiltinResourceResponse(rsp *http.Response) (*GetBuiltinResourceResponse, error)

ParseGetBuiltinResourceResponse parses an HTTP response from a GetBuiltinResourceWithResponse call

func (GetBuiltinResourceResponse) ContentType

func (r GetBuiltinResourceResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetBuiltinResourceResponse) Status

Status returns HTTPResponse.Status

func (GetBuiltinResourceResponse) StatusCode

func (r GetBuiltinResourceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetChannelResponse

type GetChannelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Channel
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetChannelResponse

func ParseGetChannelResponse(rsp *http.Response) (*GetChannelResponse, error)

ParseGetChannelResponse parses an HTTP response from a GetChannelWithResponse call

func (GetChannelResponse) ContentType

func (r GetChannelResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetChannelResponse) Status

func (r GetChannelResponse) Status() string

Status returns HTTPResponse.Status

func (GetChannelResponse) StatusCode

func (r GetChannelResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDigestResponse

type GetDigestResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Digest
	JSON401      *externalRef0.Unauthorized
}

func ParseGetDigestResponse

func ParseGetDigestResponse(rsp *http.Response) (*GetDigestResponse, error)

ParseGetDigestResponse parses an HTTP response from a GetDigestWithResponse call

func (GetDigestResponse) ContentType

func (r GetDigestResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetDigestResponse) Status

func (r GetDigestResponse) Status() string

Status returns HTTPResponse.Status

func (GetDigestResponse) StatusCode

func (r GetDigestResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetFeedResponse

type GetFeedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Feed
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseGetFeedResponse

func ParseGetFeedResponse(rsp *http.Response) (*GetFeedResponse, error)

ParseGetFeedResponse parses an HTTP response from a GetFeedWithResponse call

func (GetFeedResponse) ContentType

func (r GetFeedResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetFeedResponse) Status

func (r GetFeedResponse) Status() string

Status returns HTTPResponse.Status

func (GetFeedResponse) StatusCode

func (r GetFeedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetMeResponse

type GetMeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.MeResponse
	JSON401      *externalRef0.Unauthorized
}

func ParseGetMeResponse

func ParseGetMeResponse(rsp *http.Response) (*GetMeResponse, error)

ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call

func (GetMeResponse) ContentType

func (r GetMeResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetMeResponse) Status

func (r GetMeResponse) Status() string

Status returns HTTPResponse.Status

func (GetMeResponse) StatusCode

func (r GetMeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOAuthConnectedResponse

type GetOAuthConnectedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.OAuthConnectedResponse
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseGetOAuthConnectedResponse

func ParseGetOAuthConnectedResponse(rsp *http.Response) (*GetOAuthConnectedResponse, error)

ParseGetOAuthConnectedResponse parses an HTTP response from a GetOAuthConnectedWithResponse call

func (GetOAuthConnectedResponse) ContentType

func (r GetOAuthConnectedResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetOAuthConnectedResponse) Status

func (r GetOAuthConnectedResponse) Status() string

Status returns HTTPResponse.Status

func (GetOAuthConnectedResponse) StatusCode

func (r GetOAuthConnectedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPluginConfigResponse

type GetPluginConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseGetPluginConfigResponse

func ParseGetPluginConfigResponse(rsp *http.Response) (*GetPluginConfigResponse, error)

ParseGetPluginConfigResponse parses an HTTP response from a GetPluginConfigWithResponse call

func (GetPluginConfigResponse) ContentType

func (r GetPluginConfigResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetPluginConfigResponse) Status

func (r GetPluginConfigResponse) Status() string

Status returns HTTPResponse.Status

func (GetPluginConfigResponse) StatusCode

func (r GetPluginConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPluginConfigSchemaResponse

type GetPluginConfigSchemaResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseGetPluginConfigSchemaResponse

func ParseGetPluginConfigSchemaResponse(rsp *http.Response) (*GetPluginConfigSchemaResponse, error)

ParseGetPluginConfigSchemaResponse parses an HTTP response from a GetPluginConfigSchemaWithResponse call

func (GetPluginConfigSchemaResponse) ContentType

func (r GetPluginConfigSchemaResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetPluginConfigSchemaResponse) Status

Status returns HTTPResponse.Status

func (GetPluginConfigSchemaResponse) StatusCode

func (r GetPluginConfigSchemaResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPluginStatusResponse

type GetPluginStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseGetPluginStatusResponse

func ParseGetPluginStatusResponse(rsp *http.Response) (*GetPluginStatusResponse, error)

ParseGetPluginStatusResponse parses an HTTP response from a GetPluginStatusWithResponse call

func (GetPluginStatusResponse) ContentType

func (r GetPluginStatusResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetPluginStatusResponse) Status

func (r GetPluginStatusResponse) Status() string

Status returns HTTPResponse.Status

func (GetPluginStatusResponse) StatusCode

func (r GetPluginStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetProfileSkillFileParams

type GetProfileSkillFileParams struct {
	Path string `form:"path" json:"path"`
}

GetProfileSkillFileParams defines parameters for GetProfileSkillFile.

type GetProfileSkillFileResponse

type GetProfileSkillFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SkillFileResponse
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseGetProfileSkillFileResponse

func ParseGetProfileSkillFileResponse(rsp *http.Response) (*GetProfileSkillFileResponse, error)

ParseGetProfileSkillFileResponse parses an HTTP response from a GetProfileSkillFileWithResponse call

func (GetProfileSkillFileResponse) ContentType

func (r GetProfileSkillFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetProfileSkillFileResponse) Status

Status returns HTTPResponse.Status

func (GetProfileSkillFileResponse) StatusCode

func (r GetProfileSkillFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetProfileSkillResponse

type GetProfileSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Skill
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseGetProfileSkillResponse

func ParseGetProfileSkillResponse(rsp *http.Response) (*GetProfileSkillResponse, error)

ParseGetProfileSkillResponse parses an HTTP response from a GetProfileSkillWithResponse call

func (GetProfileSkillResponse) ContentType

func (r GetProfileSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetProfileSkillResponse) Status

func (r GetProfileSkillResponse) Status() string

Status returns HTTPResponse.Status

func (GetProfileSkillResponse) StatusCode

func (r GetProfileSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetProviderResponse

type GetProviderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Provider
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetProviderResponse

func ParseGetProviderResponse(rsp *http.Response) (*GetProviderResponse, error)

ParseGetProviderResponse parses an HTTP response from a GetProviderWithResponse call

func (GetProviderResponse) ContentType

func (r GetProviderResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetProviderResponse) Status

func (r GetProviderResponse) Status() string

Status returns HTTPResponse.Status

func (GetProviderResponse) StatusCode

func (r GetProviderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSessionMessagesParams

type GetSessionMessagesParams struct {
	// Limit Maximum number of messages to return
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Skip Number of messages to skip from the end
	Skip *int `form:"skip,omitempty" json:"skip,omitempty"`
}

GetSessionMessagesParams defines parameters for GetSessionMessages.

type GetSessionMessagesResponse

type GetSessionMessagesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]map[string]interface{}
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetSessionMessagesResponse

func ParseGetSessionMessagesResponse(rsp *http.Response) (*GetSessionMessagesResponse, error)

ParseGetSessionMessagesResponse parses an HTTP response from a GetSessionMessagesWithResponse call

func (GetSessionMessagesResponse) ContentType

func (r GetSessionMessagesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetSessionMessagesResponse) Status

Status returns HTTPResponse.Status

func (GetSessionMessagesResponse) StatusCode

func (r GetSessionMessagesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSessionResponse

type GetSessionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SessionDetail
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetSessionResponse

func ParseGetSessionResponse(rsp *http.Response) (*GetSessionResponse, error)

ParseGetSessionResponse parses an HTTP response from a GetSessionWithResponse call

func (GetSessionResponse) ContentType

func (r GetSessionResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetSessionResponse) Status

func (r GetSessionResponse) Status() string

Status returns HTTPResponse.Status

func (GetSessionResponse) StatusCode

func (r GetSessionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSessionSystemPromptResponse

type GetSessionSystemPromptResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SystemPromptResponse
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetSessionSystemPromptResponse

func ParseGetSessionSystemPromptResponse(rsp *http.Response) (*GetSessionSystemPromptResponse, error)

ParseGetSessionSystemPromptResponse parses an HTTP response from a GetSessionSystemPromptWithResponse call

func (GetSessionSystemPromptResponse) ContentType

func (r GetSessionSystemPromptResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetSessionSystemPromptResponse) Status

Status returns HTTPResponse.Status

func (GetSessionSystemPromptResponse) StatusCode

func (r GetSessionSystemPromptResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSessionWorkspaceParams

type GetSessionWorkspaceParams struct {
	// ShowHidden Include dot-prefixed files and directories
	ShowHidden *bool `form:"show_hidden,omitempty" json:"show_hidden,omitempty"`
}

GetSessionWorkspaceParams defines parameters for GetSessionWorkspace.

type GetSessionWorkspaceResponse

type GetSessionWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SessionWorkspace
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetSessionWorkspaceResponse

func ParseGetSessionWorkspaceResponse(rsp *http.Response) (*GetSessionWorkspaceResponse, error)

ParseGetSessionWorkspaceResponse parses an HTTP response from a GetSessionWorkspaceWithResponse call

func (GetSessionWorkspaceResponse) ContentType

func (r GetSessionWorkspaceResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetSessionWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (GetSessionWorkspaceResponse) StatusCode

func (r GetSessionWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSkillFileParams

type GetSkillFileParams struct {
	Path string `form:"path" json:"path"`
}

GetSkillFileParams defines parameters for GetSkillFile.

type GetSkillFileResponse

type GetSkillFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SkillFileResponse
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetSkillFileResponse

func ParseGetSkillFileResponse(rsp *http.Response) (*GetSkillFileResponse, error)

ParseGetSkillFileResponse parses an HTTP response from a GetSkillFileWithResponse call

func (GetSkillFileResponse) ContentType

func (r GetSkillFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetSkillFileResponse) Status

func (r GetSkillFileResponse) Status() string

Status returns HTTPResponse.Status

func (GetSkillFileResponse) StatusCode

func (r GetSkillFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSkillResponse

type GetSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Skill
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetSkillResponse

func ParseGetSkillResponse(rsp *http.Response) (*GetSkillResponse, error)

ParseGetSkillResponse parses an HTTP response from a GetSkillWithResponse call

func (GetSkillResponse) ContentType

func (r GetSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetSkillResponse) Status

func (r GetSkillResponse) Status() string

Status returns HTTPResponse.Status

func (GetSkillResponse) StatusCode

func (r GetSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetStatusResponse added in v0.25.5

type GetStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.StatusResponse
}

func ParseGetStatusResponse added in v0.25.5

func ParseGetStatusResponse(rsp *http.Response) (*GetStatusResponse, error)

ParseGetStatusResponse parses an HTTP response from a GetStatusWithResponse call

func (GetStatusResponse) ContentType added in v0.25.5

func (r GetStatusResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetStatusResponse) Status added in v0.25.5

func (r GetStatusResponse) Status() string

Status returns HTTPResponse.Status

func (GetStatusResponse) StatusCode added in v0.25.5

func (r GetStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetVaultEntryResponse

type GetVaultEntryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.VaultEntryValue
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseGetVaultEntryResponse

func ParseGetVaultEntryResponse(rsp *http.Response) (*GetVaultEntryResponse, error)

ParseGetVaultEntryResponse parses an HTTP response from a GetVaultEntryWithResponse call

func (GetVaultEntryResponse) ContentType

func (r GetVaultEntryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetVaultEntryResponse) Status

func (r GetVaultEntryResponse) Status() string

Status returns HTTPResponse.Status

func (GetVaultEntryResponse) StatusCode

func (r GetVaultEntryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkspaceFileContentParams

type GetWorkspaceFileContentParams struct {
	// Path Relative path of the file within the workspace
	Path string `form:"path" json:"path"`

	// Raw When true, serve the file bytes directly with the detected Content-Type instead of a JSON envelope
	Raw *bool `form:"raw,omitempty" json:"raw,omitempty"`
}

GetWorkspaceFileContentParams defines parameters for GetWorkspaceFileContent.

type GetWorkspaceFileContentResponse

type GetWorkspaceFileContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.WorkspaceFileContent
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseGetWorkspaceFileContentResponse

func ParseGetWorkspaceFileContentResponse(rsp *http.Response) (*GetWorkspaceFileContentResponse, error)

ParseGetWorkspaceFileContentResponse parses an HTTP response from a GetWorkspaceFileContentWithResponse call

func (GetWorkspaceFileContentResponse) ContentType

func (r GetWorkspaceFileContentResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (GetWorkspaceFileContentResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspaceFileContentResponse) StatusCode

func (r GetWorkspaceFileContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalInstallSkillRequest

type GlobalInstallSkillRequest = externalRef0.GlobalInstallSkillRequest

GlobalInstallSkillRequest defines model for GlobalInstallSkillRequest.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type Identity

type Identity = externalRef0.Identity

Identity defines model for Identity.

type InstallAgentSkillJSONRequestBody

type InstallAgentSkillJSONRequestBody = externalRef0.InstallSkillRequest

InstallAgentSkillJSONRequestBody defines body for InstallAgentSkill for application/json ContentType.

type InstallAgentSkillResponse

type InstallAgentSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.SkillUploadResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseInstallAgentSkillResponse

func ParseInstallAgentSkillResponse(rsp *http.Response) (*InstallAgentSkillResponse, error)

ParseInstallAgentSkillResponse parses an HTTP response from a InstallAgentSkillWithResponse call

func (InstallAgentSkillResponse) ContentType

func (r InstallAgentSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (InstallAgentSkillResponse) Status

func (r InstallAgentSkillResponse) Status() string

Status returns HTTPResponse.Status

func (InstallAgentSkillResponse) StatusCode

func (r InstallAgentSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InstallProfileSkillJSONRequestBody

type InstallProfileSkillJSONRequestBody = externalRef0.ProfileInstallSkillRequest

InstallProfileSkillJSONRequestBody defines body for InstallProfileSkill for application/json ContentType.

type InstallProfileSkillResponse

type InstallProfileSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Name *string `json:"name,omitempty"`
	}
	JSON400 *externalRef0.BadRequest
	JSON401 *externalRef0.Unauthorized
}

func ParseInstallProfileSkillResponse

func ParseInstallProfileSkillResponse(rsp *http.Response) (*InstallProfileSkillResponse, error)

ParseInstallProfileSkillResponse parses an HTTP response from a InstallProfileSkillWithResponse call

func (InstallProfileSkillResponse) ContentType

func (r InstallProfileSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (InstallProfileSkillResponse) Status

Status returns HTTPResponse.Status

func (InstallProfileSkillResponse) StatusCode

func (r InstallProfileSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type InstallSkillJSONRequestBody

type InstallSkillJSONRequestBody = externalRef0.GlobalInstallSkillRequest

InstallSkillJSONRequestBody defines body for InstallSkill for application/json ContentType.

type InstallSkillRequest

type InstallSkillRequest = externalRef0.InstallSkillRequest

InstallSkillRequest defines model for InstallSkillRequest.

type InstallSkillResponse

type InstallSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *struct {
		Name *string `json:"name,omitempty"`
	}
	JSON400 *externalRef0.BadRequest
	JSON401 *externalRef0.Unauthorized
	JSON403 *externalRef0.Forbidden
}

func ParseInstallSkillResponse

func ParseInstallSkillResponse(rsp *http.Response) (*InstallSkillResponse, error)

ParseInstallSkillResponse parses an HTTP response from a InstallSkillWithResponse call

func (InstallSkillResponse) ContentType

func (r InstallSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (InstallSkillResponse) Status

func (r InstallSkillResponse) Status() string

Status returns HTTPResponse.Status

func (InstallSkillResponse) StatusCode

func (r InstallSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Job

type Job = externalRef0.Job

Job defines model for Job.

type JobInput

type JobInput = externalRef0.JobInput

JobInput Fields for creating or updating a job. For create: name, message, and exactly one of cron/every/at are required.

type JobList

type JobList = externalRef0.JobList

JobList defines model for JobList.

type LinkCodeResponse

type LinkCodeResponse = externalRef0.LinkCodeResponse

LinkCodeResponse defines model for LinkCodeResponse.

type ListAgentSkillsResponse

type ListAgentSkillsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SkillList
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListAgentSkillsResponse

func ParseListAgentSkillsResponse(rsp *http.Response) (*ListAgentSkillsResponse, error)

ParseListAgentSkillsResponse parses an HTTP response from a ListAgentSkillsWithResponse call

func (ListAgentSkillsResponse) ContentType

func (r ListAgentSkillsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListAgentSkillsResponse) Status

func (r ListAgentSkillsResponse) Status() string

Status returns HTTPResponse.Status

func (ListAgentSkillsResponse) StatusCode

func (r ListAgentSkillsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAgentUsersResponse

type ListAgentUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.AgentUserList
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListAgentUsersResponse

func ParseListAgentUsersResponse(rsp *http.Response) (*ListAgentUsersResponse, error)

ParseListAgentUsersResponse parses an HTTP response from a ListAgentUsersWithResponse call

func (ListAgentUsersResponse) ContentType

func (r ListAgentUsersResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListAgentUsersResponse) Status

func (r ListAgentUsersResponse) Status() string

Status returns HTTPResponse.Status

func (ListAgentUsersResponse) StatusCode

func (r ListAgentUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAgentsResponse

type ListAgentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.AgentList
	JSON401      *externalRef0.Unauthorized
}

func ParseListAgentsResponse

func ParseListAgentsResponse(rsp *http.Response) (*ListAgentsResponse, error)

ParseListAgentsResponse parses an HTTP response from a ListAgentsWithResponse call

func (ListAgentsResponse) ContentType

func (r ListAgentsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListAgentsResponse) Status

func (r ListAgentsResponse) Status() string

Status returns HTTPResponse.Status

func (ListAgentsResponse) StatusCode

func (r ListAgentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListArticlesParams

type ListArticlesParams struct {
	// Q Free-text search across title, summary, tags, author
	Q          *string                     `form:"q,omitempty" json:"q,omitempty"`
	Status     *externalRef0.ArticleStatus `form:"status,omitempty" json:"status,omitempty"`
	SourceType *externalRef0.SourceType    `form:"source_type,omitempty" json:"source_type,omitempty"`
	Starred    *bool                       `form:"starred,omitempty" json:"starred,omitempty"`

	// CanonicalUrl Lookup by exact canonical URL
	CanonicalUrl *string `form:"canonical_url,omitempty" json:"canonical_url,omitempty"`
	Limit        *int    `form:"limit,omitempty" json:"limit,omitempty"`
}

ListArticlesParams defines parameters for ListArticles.

type ListArticlesResponse

type ListArticlesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.ArticleList
	JSON401      *externalRef0.Unauthorized
}

func ParseListArticlesResponse

func ParseListArticlesResponse(rsp *http.Response) (*ListArticlesResponse, error)

ParseListArticlesResponse parses an HTTP response from a ListArticlesWithResponse call

func (ListArticlesResponse) ContentType

func (r ListArticlesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListArticlesResponse) Status

func (r ListArticlesResponse) Status() string

Status returns HTTPResponse.Status

func (ListArticlesResponse) StatusCode

func (r ListArticlesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAuthUserAgentsResponse

type ListAuthUserAgentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]string
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListAuthUserAgentsResponse

func ParseListAuthUserAgentsResponse(rsp *http.Response) (*ListAuthUserAgentsResponse, error)

ParseListAuthUserAgentsResponse parses an HTTP response from a ListAuthUserAgentsWithResponse call

func (ListAuthUserAgentsResponse) ContentType

func (r ListAuthUserAgentsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListAuthUserAgentsResponse) Status

Status returns HTTPResponse.Status

func (ListAuthUserAgentsResponse) StatusCode

func (r ListAuthUserAgentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListAuthUsersResponse

type ListAuthUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.AuthUser
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListAuthUsersResponse

func ParseListAuthUsersResponse(rsp *http.Response) (*ListAuthUsersResponse, error)

ParseListAuthUsersResponse parses an HTTP response from a ListAuthUsersWithResponse call

func (ListAuthUsersResponse) ContentType

func (r ListAuthUsersResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListAuthUsersResponse) Status

func (r ListAuthUsersResponse) Status() string

Status returns HTTPResponse.Status

func (ListAuthUsersResponse) StatusCode

func (r ListAuthUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListBuiltinResourcesResponse

type ListBuiltinResourcesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.BuiltinResource
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseListBuiltinResourcesResponse

func ParseListBuiltinResourcesResponse(rsp *http.Response) (*ListBuiltinResourcesResponse, error)

ParseListBuiltinResourcesResponse parses an HTTP response from a ListBuiltinResourcesWithResponse call

func (ListBuiltinResourcesResponse) ContentType

func (r ListBuiltinResourcesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListBuiltinResourcesResponse) Status

Status returns HTTPResponse.Status

func (ListBuiltinResourcesResponse) StatusCode

func (r ListBuiltinResourcesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListChannelsResponse

type ListChannelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.ChannelList
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListChannelsResponse

func ParseListChannelsResponse(rsp *http.Response) (*ListChannelsResponse, error)

ParseListChannelsResponse parses an HTTP response from a ListChannelsWithResponse call

func (ListChannelsResponse) ContentType

func (r ListChannelsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListChannelsResponse) Status

func (r ListChannelsResponse) Status() string

Status returns HTTPResponse.Status

func (ListChannelsResponse) StatusCode

func (r ListChannelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFeedEntriesParams

type ListFeedEntriesParams struct {
	// Status Filter by entry status. Currently only 'pending' is supported; other values return 400.
	Status *externalRef0.FeedEntryStatus `form:"status,omitempty" json:"status,omitempty"`
	Limit  *int                          `form:"limit,omitempty" json:"limit,omitempty"`
}

ListFeedEntriesParams defines parameters for ListFeedEntries.

type ListFeedEntriesResponse

type ListFeedEntriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.FeedEntryList
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseListFeedEntriesResponse

func ParseListFeedEntriesResponse(rsp *http.Response) (*ListFeedEntriesResponse, error)

ParseListFeedEntriesResponse parses an HTTP response from a ListFeedEntriesWithResponse call

func (ListFeedEntriesResponse) ContentType

func (r ListFeedEntriesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListFeedEntriesResponse) Status

func (r ListFeedEntriesResponse) Status() string

Status returns HTTPResponse.Status

func (ListFeedEntriesResponse) StatusCode

func (r ListFeedEntriesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListFeedsParams

type ListFeedsParams struct {
	// Url Lookup by exact feed URL
	Url *string `form:"url,omitempty" json:"url,omitempty"`
}

ListFeedsParams defines parameters for ListFeeds.

type ListFeedsResponse

type ListFeedsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.FeedList
	JSON401      *externalRef0.Unauthorized
}

func ParseListFeedsResponse

func ParseListFeedsResponse(rsp *http.Response) (*ListFeedsResponse, error)

ParseListFeedsResponse parses an HTTP response from a ListFeedsWithResponse call

func (ListFeedsResponse) ContentType

func (r ListFeedsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListFeedsResponse) Status

func (r ListFeedsResponse) Status() string

Status returns HTTPResponse.Status

func (ListFeedsResponse) StatusCode

func (r ListFeedsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListManifestPluginsResponse

type ListManifestPluginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.ManifestPlugin
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListManifestPluginsResponse

func ParseListManifestPluginsResponse(rsp *http.Response) (*ListManifestPluginsResponse, error)

ParseListManifestPluginsResponse parses an HTTP response from a ListManifestPluginsWithResponse call

func (ListManifestPluginsResponse) ContentType

func (r ListManifestPluginsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListManifestPluginsResponse) Status

Status returns HTTPResponse.Status

func (ListManifestPluginsResponse) StatusCode

func (r ListManifestPluginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListModelsResponse

type ListModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.CachedModel
	JSON401      *externalRef0.Unauthorized
}

func ParseListModelsResponse

func ParseListModelsResponse(rsp *http.Response) (*ListModelsResponse, error)

ParseListModelsResponse parses an HTTP response from a ListModelsWithResponse call

func (ListModelsResponse) ContentType

func (r ListModelsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListModelsResponse) Status

func (r ListModelsResponse) Status() string

Status returns HTTPResponse.Status

func (ListModelsResponse) StatusCode

func (r ListModelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListOAuthProvidersResponse

type ListOAuthProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.OAuthProviderStatus
	JSON401      *externalRef0.Unauthorized
}

func ParseListOAuthProvidersResponse

func ParseListOAuthProvidersResponse(rsp *http.Response) (*ListOAuthProvidersResponse, error)

ParseListOAuthProvidersResponse parses an HTTP response from a ListOAuthProvidersWithResponse call

func (ListOAuthProvidersResponse) ContentType

func (r ListOAuthProvidersResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListOAuthProvidersResponse) Status

Status returns HTTPResponse.Status

func (ListOAuthProvidersResponse) StatusCode

func (r ListOAuthProvidersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListPluginsResponse

type ListPluginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.PluginView
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListPluginsResponse

func ParseListPluginsResponse(rsp *http.Response) (*ListPluginsResponse, error)

ParseListPluginsResponse parses an HTTP response from a ListPluginsWithResponse call

func (ListPluginsResponse) ContentType

func (r ListPluginsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListPluginsResponse) Status

func (r ListPluginsResponse) Status() string

Status returns HTTPResponse.Status

func (ListPluginsResponse) StatusCode

func (r ListPluginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListProfileIdentitiesResponse

type ListProfileIdentitiesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.Identity
	JSON401      *externalRef0.Unauthorized
}

func ParseListProfileIdentitiesResponse

func ParseListProfileIdentitiesResponse(rsp *http.Response) (*ListProfileIdentitiesResponse, error)

ParseListProfileIdentitiesResponse parses an HTTP response from a ListProfileIdentitiesWithResponse call

func (ListProfileIdentitiesResponse) ContentType

func (r ListProfileIdentitiesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListProfileIdentitiesResponse) Status

Status returns HTTPResponse.Status

func (ListProfileIdentitiesResponse) StatusCode

func (r ListProfileIdentitiesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListProfileMemoriesResponse

type ListProfileMemoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.UserMemory
	JSON401      *externalRef0.Unauthorized
}

func ParseListProfileMemoriesResponse

func ParseListProfileMemoriesResponse(rsp *http.Response) (*ListProfileMemoriesResponse, error)

ParseListProfileMemoriesResponse parses an HTTP response from a ListProfileMemoriesWithResponse call

func (ListProfileMemoriesResponse) ContentType

func (r ListProfileMemoriesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListProfileMemoriesResponse) Status

Status returns HTTPResponse.Status

func (ListProfileMemoriesResponse) StatusCode

func (r ListProfileMemoriesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListProfileSkillsResponse

type ListProfileSkillsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SkillList
	JSON401      *externalRef0.Unauthorized
}

func ParseListProfileSkillsResponse

func ParseListProfileSkillsResponse(rsp *http.Response) (*ListProfileSkillsResponse, error)

ParseListProfileSkillsResponse parses an HTTP response from a ListProfileSkillsWithResponse call

func (ListProfileSkillsResponse) ContentType

func (r ListProfileSkillsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListProfileSkillsResponse) Status

func (r ListProfileSkillsResponse) Status() string

Status returns HTTPResponse.Status

func (ListProfileSkillsResponse) StatusCode

func (r ListProfileSkillsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListProviderModelsResponse

type ListProviderModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.ProviderModelItem
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseListProviderModelsResponse

func ParseListProviderModelsResponse(rsp *http.Response) (*ListProviderModelsResponse, error)

ParseListProviderModelsResponse parses an HTTP response from a ListProviderModelsWithResponse call

func (ListProviderModelsResponse) ContentType

func (r ListProviderModelsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListProviderModelsResponse) Status

Status returns HTTPResponse.Status

func (ListProviderModelsResponse) StatusCode

func (r ListProviderModelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListProviderTypesResponse

type ListProviderTypesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.ProviderType
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListProviderTypesResponse

func ParseListProviderTypesResponse(rsp *http.Response) (*ListProviderTypesResponse, error)

ParseListProviderTypesResponse parses an HTTP response from a ListProviderTypesWithResponse call

func (ListProviderTypesResponse) ContentType

func (r ListProviderTypesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListProviderTypesResponse) Status

func (r ListProviderTypesResponse) Status() string

Status returns HTTPResponse.Status

func (ListProviderTypesResponse) StatusCode

func (r ListProviderTypesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListProvidersResponse

type ListProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.Provider
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListProvidersResponse

func ParseListProvidersResponse(rsp *http.Response) (*ListProvidersResponse, error)

ParseListProvidersResponse parses an HTTP response from a ListProvidersWithResponse call

func (ListProvidersResponse) ContentType

func (r ListProvidersResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListProvidersResponse) Status

func (r ListProvidersResponse) Status() string

Status returns HTTPResponse.Status

func (ListProvidersResponse) StatusCode

func (r ListProvidersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListPublicChannelsResponse

type ListPublicChannelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.PublicChannelList
	JSON401      *externalRef0.Unauthorized
}

func ParseListPublicChannelsResponse

func ParseListPublicChannelsResponse(rsp *http.Response) (*ListPublicChannelsResponse, error)

ParseListPublicChannelsResponse parses an HTTP response from a ListPublicChannelsWithResponse call

func (ListPublicChannelsResponse) ContentType

func (r ListPublicChannelsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListPublicChannelsResponse) Status

Status returns HTTPResponse.Status

func (ListPublicChannelsResponse) StatusCode

func (r ListPublicChannelsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSchedulerJobRunsResponse

type ListSchedulerJobRunsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.JobRunList
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseListSchedulerJobRunsResponse

func ParseListSchedulerJobRunsResponse(rsp *http.Response) (*ListSchedulerJobRunsResponse, error)

ParseListSchedulerJobRunsResponse parses an HTTP response from a ListSchedulerJobRunsWithResponse call

func (ListSchedulerJobRunsResponse) ContentType

func (r ListSchedulerJobRunsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListSchedulerJobRunsResponse) Status

Status returns HTTPResponse.Status

func (ListSchedulerJobRunsResponse) StatusCode

func (r ListSchedulerJobRunsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSchedulerJobsResponse

type ListSchedulerJobsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.JobList
	JSON401      *externalRef0.Unauthorized
}

func ParseListSchedulerJobsResponse

func ParseListSchedulerJobsResponse(rsp *http.Response) (*ListSchedulerJobsResponse, error)

ParseListSchedulerJobsResponse parses an HTTP response from a ListSchedulerJobsWithResponse call

func (ListSchedulerJobsResponse) ContentType

func (r ListSchedulerJobsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListSchedulerJobsResponse) Status

func (r ListSchedulerJobsResponse) Status() string

Status returns HTTPResponse.Status

func (ListSchedulerJobsResponse) StatusCode

func (r ListSchedulerJobsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSessionsParams

type ListSessionsParams struct {
	// Limit Maximum number of sessions to return
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`

	// Offset Number of sessions to skip
	Offset *int `form:"offset,omitempty" json:"offset,omitempty"`
}

ListSessionsParams defines parameters for ListSessions.

type ListSessionsResponse

type ListSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.Session
	JSON401      *externalRef0.Unauthorized
}

func ParseListSessionsResponse

func ParseListSessionsResponse(rsp *http.Response) (*ListSessionsResponse, error)

ParseListSessionsResponse parses an HTTP response from a ListSessionsWithResponse call

func (ListSessionsResponse) ContentType

func (r ListSessionsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListSessionsResponse) Status

func (r ListSessionsResponse) Status() string

Status returns HTTPResponse.Status

func (ListSessionsResponse) StatusCode

func (r ListSessionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListSkillsResponse

type ListSkillsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SkillList
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListSkillsResponse

func ParseListSkillsResponse(rsp *http.Response) (*ListSkillsResponse, error)

ParseListSkillsResponse parses an HTTP response from a ListSkillsWithResponse call

func (ListSkillsResponse) ContentType

func (r ListSkillsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListSkillsResponse) Status

func (r ListSkillsResponse) Status() string

Status returns HTTPResponse.Status

func (ListSkillsResponse) StatusCode

func (r ListSkillsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListToolsResponse

type ListToolsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.Tool
	JSON401      *externalRef0.Unauthorized
}

func ParseListToolsResponse

func ParseListToolsResponse(rsp *http.Response) (*ListToolsResponse, error)

ParseListToolsResponse parses an HTTP response from a ListToolsWithResponse call

func (ListToolsResponse) ContentType

func (r ListToolsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListToolsResponse) Status

func (r ListToolsResponse) Status() string

Status returns HTTPResponse.Status

func (ListToolsResponse) StatusCode

func (r ListToolsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListUserMemoriesResponse

type ListUserMemoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.UserMemory
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseListUserMemoriesResponse

func ParseListUserMemoriesResponse(rsp *http.Response) (*ListUserMemoriesResponse, error)

ParseListUserMemoriesResponse parses an HTTP response from a ListUserMemoriesWithResponse call

func (ListUserMemoriesResponse) ContentType

func (r ListUserMemoriesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListUserMemoriesResponse) Status

func (r ListUserMemoriesResponse) Status() string

Status returns HTTPResponse.Status

func (ListUserMemoriesResponse) StatusCode

func (r ListUserMemoriesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ListVaultEntriesResponse

type ListVaultEntriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.VaultEntry
	JSON401      *externalRef0.Unauthorized
}

func ParseListVaultEntriesResponse

func ParseListVaultEntriesResponse(rsp *http.Response) (*ListVaultEntriesResponse, error)

ParseListVaultEntriesResponse parses an HTTP response from a ListVaultEntriesWithResponse call

func (ListVaultEntriesResponse) ContentType

func (r ListVaultEntriesResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (ListVaultEntriesResponse) Status

func (r ListVaultEntriesResponse) Status() string

Status returns HTTPResponse.Status

func (ListVaultEntriesResponse) StatusCode

func (r ListVaultEntriesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LoginJSONRequestBody

type LoginJSONRequestBody = externalRef0.LoginRequest

LoginJSONRequestBody defines body for Login for application/json ContentType.

type LoginRequest

type LoginRequest = externalRef0.LoginRequest

LoginRequest defines model for LoginRequest.

type LoginResponse

type LoginResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.AuthResponse
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseLoginResponse

func ParseLoginResponse(rsp *http.Response) (*LoginResponse, error)

ParseLoginResponse parses an HTTP response from a LoginWithResponse call

func (LoginResponse) ContentType

func (r LoginResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (LoginResponse) Status

func (r LoginResponse) Status() string

Status returns HTTPResponse.Status

func (LoginResponse) StatusCode

func (r LoginResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type LogoutResponse

type LogoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Status *string `json:"status,omitempty"`
	}
	JSON401 *externalRef0.Unauthorized
}

func ParseLogoutResponse

func ParseLogoutResponse(rsp *http.Response) (*LogoutResponse, error)

ParseLogoutResponse parses an HTTP response from a LogoutWithResponse call

func (LogoutResponse) ContentType

func (r LogoutResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (LogoutResponse) Status

func (r LogoutResponse) Status() string

Status returns HTTPResponse.Status

func (LogoutResponse) StatusCode

func (r LogoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ManifestPlugin

type ManifestPlugin = externalRef0.ManifestPlugin

ManifestPlugin defines model for ManifestPlugin.

type MeResponse

type MeResponse = externalRef0.MeResponse

MeResponse defines model for MeResponse.

type MoveWorkspaceFileJSONRequestBody

type MoveWorkspaceFileJSONRequestBody = externalRef0.WorkspaceMoveRequest

MoveWorkspaceFileJSONRequestBody defines body for MoveWorkspaceFile for application/json ContentType.

type MoveWorkspaceFileResponse

type MoveWorkspaceFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.SessionWorkspace
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseMoveWorkspaceFileResponse

func ParseMoveWorkspaceFileResponse(rsp *http.Response) (*MoveWorkspaceFileResponse, error)

ParseMoveWorkspaceFileResponse parses an HTTP response from a MoveWorkspaceFileWithResponse call

func (MoveWorkspaceFileResponse) ContentType

func (r MoveWorkspaceFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (MoveWorkspaceFileResponse) Status

func (r MoveWorkspaceFileResponse) Status() string

Status returns HTTPResponse.Status

func (MoveWorkspaceFileResponse) StatusCode

func (r MoveWorkspaceFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type OAuthConnectedResponse

type OAuthConnectedResponse = externalRef0.OAuthConnectedResponse

OAuthConnectedResponse defines model for OAuthConnectedResponse.

type OAuthFlowStatus

type OAuthFlowStatus = externalRef0.OAuthFlowStatus

OAuthFlowStatus defines model for OAuthFlowStatus.

type OAuthProviderStatus

type OAuthProviderStatus = externalRef0.OAuthProviderStatus

OAuthProviderStatus defines model for OAuthProviderStatus.

type OauthCallbackParams

type OauthCallbackParams struct {
	Code  string `form:"code" json:"code"`
	State string `form:"state" json:"state"`
}

OauthCallbackParams defines parameters for OauthCallback.

type OauthCallbackResponse

type OauthCallbackResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseOauthCallbackResponse

func ParseOauthCallbackResponse(rsp *http.Response) (*OauthCallbackResponse, error)

ParseOauthCallbackResponse parses an HTTP response from a OauthCallbackWithResponse call

func (OauthCallbackResponse) ContentType

func (r OauthCallbackResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (OauthCallbackResponse) Status

func (r OauthCallbackResponse) Status() string

Status returns HTTPResponse.Status

func (OauthCallbackResponse) StatusCode

func (r OauthCallbackResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PluginView

type PluginView = externalRef0.PluginView

PluginView defines model for PluginView.

type PollFeedParams

type PollFeedParams struct {
	Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
}

PollFeedParams defines parameters for PollFeed.

type PollFeedResponse

type PollFeedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.FeedPollResult
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParsePollFeedResponse

func ParsePollFeedResponse(rsp *http.Response) (*PollFeedResponse, error)

ParsePollFeedResponse parses an HTTP response from a PollFeedWithResponse call

func (PollFeedResponse) ContentType

func (r PollFeedResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (PollFeedResponse) Status

func (r PollFeedResponse) Status() string

Status returns HTTPResponse.Status

func (PollFeedResponse) StatusCode

func (r PollFeedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PollOAuthFlowResponse

type PollOAuthFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.OAuthFlowStatus
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParsePollOAuthFlowResponse

func ParsePollOAuthFlowResponse(rsp *http.Response) (*PollOAuthFlowResponse, error)

ParsePollOAuthFlowResponse parses an HTTP response from a PollOAuthFlowWithResponse call

func (PollOAuthFlowResponse) ContentType

func (r PollOAuthFlowResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (PollOAuthFlowResponse) Status

func (r PollOAuthFlowResponse) Status() string

Status returns HTTPResponse.Status

func (PollOAuthFlowResponse) StatusCode

func (r PollOAuthFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PollWeixinQRStatusParams

type PollWeixinQRStatusParams struct {
	// Qrcode QR code token from startWeixinQR
	Qrcode string `form:"qrcode" json:"qrcode"`
}

PollWeixinQRStatusParams defines parameters for PollWeixinQRStatus.

type PollWeixinQRStatusResponse

type PollWeixinQRStatusResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.WeixinQRStatus
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON502      *externalRef0.Error
}

func ParsePollWeixinQRStatusResponse

func ParsePollWeixinQRStatusResponse(rsp *http.Response) (*PollWeixinQRStatusResponse, error)

ParsePollWeixinQRStatusResponse parses an HTTP response from a PollWeixinQRStatusWithResponse call

func (PollWeixinQRStatusResponse) ContentType

func (r PollWeixinQRStatusResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (PollWeixinQRStatusResponse) Status

Status returns HTTPResponse.Status

func (PollWeixinQRStatusResponse) StatusCode

func (r PollWeixinQRStatusResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProfileInstallSkillRequest

type ProfileInstallSkillRequest = externalRef0.ProfileInstallSkillRequest

ProfileInstallSkillRequest defines model for ProfileInstallSkillRequest.

type Provider

type Provider = externalRef0.Provider

Provider defines model for Provider.

type ProviderModel

type ProviderModel = externalRef0.ProviderModel

ProviderModel defines model for ProviderModel.

type ProviderModelCost

type ProviderModelCost = externalRef0.ProviderModelCost

ProviderModelCost defines model for ProviderModelCost.

type ProviderModelItem

type ProviderModelItem = externalRef0.ProviderModelItem

ProviderModelItem defines model for ProviderModelItem.

type ProviderType

type ProviderType = externalRef0.ProviderType

ProviderType defines model for ProviderType.

type PublicChannel

type PublicChannel = externalRef0.PublicChannel

PublicChannel defines model for PublicChannel.

type PublicChannelList

type PublicChannelList = externalRef0.PublicChannelList

PublicChannelList defines model for PublicChannelList.

type RegisterJSONRequestBody

type RegisterJSONRequestBody = externalRef0.RegisterRequest

RegisterJSONRequestBody defines body for Register for application/json ContentType.

type RegisterRequest

type RegisterRequest = externalRef0.RegisterRequest

RegisterRequest defines model for RegisterRequest.

type RegisterResponse

type RegisterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.AuthResponse
	JSON400      *externalRef0.BadRequest
	JSON409      *externalRef0.Error
}

func ParseRegisterResponse

func ParseRegisterResponse(rsp *http.Response) (*RegisterResponse, error)

ParseRegisterResponse parses an HTTP response from a RegisterWithResponse call

func (RegisterResponse) ContentType

func (r RegisterResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (RegisterResponse) Status

func (r RegisterResponse) Status() string

Status returns HTTPResponse.Status

func (RegisterResponse) StatusCode

func (r RegisterResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RemoveAgentUserResponse

type RemoveAgentUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseRemoveAgentUserResponse

func ParseRemoveAgentUserResponse(rsp *http.Response) (*RemoveAgentUserResponse, error)

ParseRemoveAgentUserResponse parses an HTTP response from a RemoveAgentUserWithResponse call

func (RemoveAgentUserResponse) ContentType

func (r RemoveAgentUserResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (RemoveAgentUserResponse) Status

func (r RemoveAgentUserResponse) Status() string

Status returns HTTPResponse.Status

func (RemoveAgentUserResponse) StatusCode

func (r RemoveAgentUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type SandboxConfig

type SandboxConfig = externalRef0.SandboxConfig

SandboxConfig defines model for SandboxConfig.

type SandboxNetworkConfig

type SandboxNetworkConfig = externalRef0.SandboxNetworkConfig

SandboxNetworkConfig defines model for SandboxNetworkConfig.

type SaveArticleJSONRequestBody

type SaveArticleJSONRequestBody = externalRef0.SaveArticleRequest

SaveArticleJSONRequestBody defines body for SaveArticle for application/json ContentType.

type SaveArticleRequest

type SaveArticleRequest = externalRef0.SaveArticleRequest

SaveArticleRequest defines model for SaveArticleRequest.

type SaveArticleResponse

type SaveArticleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Article
	JSON201      *externalRef0.Article
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseSaveArticleResponse

func ParseSaveArticleResponse(rsp *http.Response) (*SaveArticleResponse, error)

ParseSaveArticleResponse parses an HTTP response from a SaveArticleWithResponse call

func (SaveArticleResponse) ContentType

func (r SaveArticleResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SaveArticleResponse) Status

func (r SaveArticleResponse) Status() string

Status returns HTTPResponse.Status

func (SaveArticleResponse) StatusCode

func (r SaveArticleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SaveManifestPluginsJSONBody

type SaveManifestPluginsJSONBody struct {
	Plugins *[]externalRef0.ManifestPlugin `json:"plugins,omitempty"`
}

SaveManifestPluginsJSONBody defines parameters for SaveManifestPlugins.

type SaveManifestPluginsJSONRequestBody

type SaveManifestPluginsJSONRequestBody SaveManifestPluginsJSONBody

SaveManifestPluginsJSONRequestBody defines body for SaveManifestPlugins for application/json ContentType.

type SaveManifestPluginsResponse

type SaveManifestPluginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.ManifestPlugin
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseSaveManifestPluginsResponse

func ParseSaveManifestPluginsResponse(rsp *http.Response) (*SaveManifestPluginsResponse, error)

ParseSaveManifestPluginsResponse parses an HTTP response from a SaveManifestPluginsWithResponse call

func (SaveManifestPluginsResponse) ContentType

func (r SaveManifestPluginsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SaveManifestPluginsResponse) Status

Status returns HTTPResponse.Status

func (SaveManifestPluginsResponse) StatusCode

func (r SaveManifestPluginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SearchSkillsParams

type SearchSkillsParams struct {
	Q     string `form:"q" json:"q"`
	Limit *int   `form:"limit,omitempty" json:"limit,omitempty"`
}

SearchSkillsParams defines parameters for SearchSkills.

type SearchSkillsResponse

type SearchSkillsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]externalRef0.SkillSearchResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseSearchSkillsResponse

func ParseSearchSkillsResponse(rsp *http.Response) (*SearchSkillsResponse, error)

ParseSearchSkillsResponse parses an HTTP response from a SearchSkillsWithResponse call

func (SearchSkillsResponse) ContentType

func (r SearchSkillsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SearchSkillsResponse) Status

func (r SearchSkillsResponse) Status() string

Status returns HTTPResponse.Status

func (SearchSkillsResponse) StatusCode

func (r SearchSkillsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SendMessageRequest

type SendMessageRequest = externalRef0.SendMessageRequest

SendMessageRequest defines model for SendMessageRequest.

type SendSessionMessageJSONRequestBody

type SendSessionMessageJSONRequestBody = externalRef0.SendMessageRequest

SendSessionMessageJSONRequestBody defines body for SendSessionMessage for application/json ContentType.

type SendSessionMessageResponse

type SendSessionMessageResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseSendSessionMessageResponse

func ParseSendSessionMessageResponse(rsp *http.Response) (*SendSessionMessageResponse, error)

ParseSendSessionMessageResponse parses an HTTP response from a SendSessionMessageWithResponse call

func (SendSessionMessageResponse) ContentType

func (r SendSessionMessageResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SendSessionMessageResponse) Status

Status returns HTTPResponse.Status

func (SendSessionMessageResponse) StatusCode

func (r SendSessionMessageResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Session

type Session = externalRef0.Session

Session defines model for Session.

type SessionDetail

type SessionDetail = externalRef0.SessionDetail

SessionDetail defines model for SessionDetail.

type SetMemoryRequest

type SetMemoryRequest = externalRef0.SetMemoryRequest

SetMemoryRequest defines model for SetMemoryRequest.

type SetProfileMemoryJSONRequestBody

type SetProfileMemoryJSONRequestBody = externalRef0.SetMemoryRequest

SetProfileMemoryJSONRequestBody defines body for SetProfileMemory for application/json ContentType.

type SetProfileMemoryResponse

type SetProfileMemoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseSetProfileMemoryResponse

func ParseSetProfileMemoryResponse(rsp *http.Response) (*SetProfileMemoryResponse, error)

ParseSetProfileMemoryResponse parses an HTTP response from a SetProfileMemoryWithResponse call

func (SetProfileMemoryResponse) ContentType

func (r SetProfileMemoryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SetProfileMemoryResponse) Status

func (r SetProfileMemoryResponse) Status() string

Status returns HTTPResponse.Status

func (SetProfileMemoryResponse) StatusCode

func (r SetProfileMemoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetProfileSoulJSONRequestBody

type SetProfileSoulJSONRequestBody = externalRef0.SetSoulRequest

SetProfileSoulJSONRequestBody defines body for SetProfileSoul for application/json ContentType.

type SetProfileSoulResponse

type SetProfileSoulResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseSetProfileSoulResponse

func ParseSetProfileSoulResponse(rsp *http.Response) (*SetProfileSoulResponse, error)

ParseSetProfileSoulResponse parses an HTTP response from a SetProfileSoulWithResponse call

func (SetProfileSoulResponse) ContentType

func (r SetProfileSoulResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SetProfileSoulResponse) Status

func (r SetProfileSoulResponse) Status() string

Status returns HTTPResponse.Status

func (SetProfileSoulResponse) StatusCode

func (r SetProfileSoulResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetSoulRequest

type SetSoulRequest = externalRef0.SetSoulRequest

SetSoulRequest defines model for SetSoulRequest.

type SetUserMemoryJSONRequestBody

type SetUserMemoryJSONRequestBody = externalRef0.SetMemoryRequest

SetUserMemoryJSONRequestBody defines body for SetUserMemory for application/json ContentType.

type SetUserMemoryResponse

type SetUserMemoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseSetUserMemoryResponse

func ParseSetUserMemoryResponse(rsp *http.Response) (*SetUserMemoryResponse, error)

ParseSetUserMemoryResponse parses an HTTP response from a SetUserMemoryWithResponse call

func (SetUserMemoryResponse) ContentType

func (r SetUserMemoryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SetUserMemoryResponse) Status

func (r SetUserMemoryResponse) Status() string

Status returns HTTPResponse.Status

func (SetUserMemoryResponse) StatusCode

func (r SetUserMemoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SetVaultEntryJSONRequestBody

type SetVaultEntryJSONRequestBody = externalRef0.SetVaultEntryRequest

SetVaultEntryJSONRequestBody defines body for SetVaultEntry for application/json ContentType.

type SetVaultEntryRequest

type SetVaultEntryRequest = externalRef0.SetVaultEntryRequest

SetVaultEntryRequest defines model for SetVaultEntryRequest.

type SetVaultEntryResponse

type SetVaultEntryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseSetVaultEntryResponse

func ParseSetVaultEntryResponse(rsp *http.Response) (*SetVaultEntryResponse, error)

ParseSetVaultEntryResponse parses an HTTP response from a SetVaultEntryWithResponse call

func (SetVaultEntryResponse) ContentType

func (r SetVaultEntryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SetVaultEntryResponse) Status

func (r SetVaultEntryResponse) Status() string

Status returns HTTPResponse.Status

func (SetVaultEntryResponse) StatusCode

func (r SetVaultEntryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Skill

type Skill = externalRef0.Skill

Skill defines model for Skill.

type SkillFileResponse

type SkillFileResponse = externalRef0.SkillFileResponse

SkillFileResponse defines model for SkillFileResponse.

type SkillList

type SkillList = externalRef0.SkillList

SkillList defines model for SkillList.

type SkillSearchResult

type SkillSearchResult = externalRef0.SkillSearchResult

SkillSearchResult defines model for SkillSearchResult.

type SkillSearchResultList

type SkillSearchResultList = externalRef0.SkillSearchResultList

SkillSearchResultList defines model for SkillSearchResultList.

type SkillUploadResult

type SkillUploadResult = externalRef0.SkillUploadResult

SkillUploadResult defines model for SkillUploadResult.

type SourceType

type SourceType = externalRef0.SourceType

SourceType defines model for SourceType.

type StartOAuthFlowResponse

type StartOAuthFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.OAuthFlowStatus
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseStartOAuthFlowResponse

func ParseStartOAuthFlowResponse(rsp *http.Response) (*StartOAuthFlowResponse, error)

ParseStartOAuthFlowResponse parses an HTTP response from a StartOAuthFlowWithResponse call

func (StartOAuthFlowResponse) ContentType

func (r StartOAuthFlowResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (StartOAuthFlowResponse) Status

func (r StartOAuthFlowResponse) Status() string

Status returns HTTPResponse.Status

func (StartOAuthFlowResponse) StatusCode

func (r StartOAuthFlowResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type StartWeixinQRResponse

type StartWeixinQRResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.WeixinQRCode
	JSON401      *externalRef0.Unauthorized
	JSON502      *externalRef0.Error
}

func ParseStartWeixinQRResponse

func ParseStartWeixinQRResponse(rsp *http.Response) (*StartWeixinQRResponse, error)

ParseStartWeixinQRResponse parses an HTTP response from a StartWeixinQRWithResponse call

func (StartWeixinQRResponse) ContentType

func (r StartWeixinQRResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (StartWeixinQRResponse) Status

func (r StartWeixinQRResponse) Status() string

Status returns HTTPResponse.Status

func (StartWeixinQRResponse) StatusCode

func (r StartWeixinQRResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type StatusDatabase added in v0.25.5

type StatusDatabase = externalRef0.StatusDatabase

StatusDatabase defines model for StatusDatabase.

type StatusMemory added in v0.25.5

type StatusMemory = externalRef0.StatusMemory

StatusMemory defines model for StatusMemory.

type StatusPlugins added in v0.25.5

type StatusPlugins = externalRef0.StatusPlugins

StatusPlugins defines model for StatusPlugins.

type StatusResponse added in v0.25.5

type StatusResponse = externalRef0.StatusResponse

StatusResponse defines model for StatusResponse.

type StatusRuntime added in v0.25.5

type StatusRuntime = externalRef0.StatusRuntime

StatusRuntime defines model for StatusRuntime.

type SyncManifestPluginsResponse

type SyncManifestPluginsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseSyncManifestPluginsResponse

func ParseSyncManifestPluginsResponse(rsp *http.Response) (*SyncManifestPluginsResponse, error)

ParseSyncManifestPluginsResponse parses an HTTP response from a SyncManifestPluginsWithResponse call

func (SyncManifestPluginsResponse) ContentType

func (r SyncManifestPluginsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (SyncManifestPluginsResponse) Status

Status returns HTTPResponse.Status

func (SyncManifestPluginsResponse) StatusCode

func (r SyncManifestPluginsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SystemPromptResponse

type SystemPromptResponse = externalRef0.SystemPromptResponse

SystemPromptResponse defines model for SystemPromptResponse.

type TagCount

type TagCount = externalRef0.TagCount

TagCount defines model for TagCount.

type TogglePluginJSONRequestBody

type TogglePluginJSONRequestBody = externalRef0.TogglePluginRequest

TogglePluginJSONRequestBody defines body for TogglePlugin for application/json ContentType.

type TogglePluginRequest

type TogglePluginRequest = externalRef0.TogglePluginRequest

TogglePluginRequest defines model for TogglePluginRequest.

type TogglePluginResponse

type TogglePluginResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseTogglePluginResponse

func ParseTogglePluginResponse(rsp *http.Response) (*TogglePluginResponse, error)

ParseTogglePluginResponse parses an HTTP response from a TogglePluginWithResponse call

func (TogglePluginResponse) ContentType

func (r TogglePluginResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (TogglePluginResponse) Status

func (r TogglePluginResponse) Status() string

Status returns HTTPResponse.Status

func (TogglePluginResponse) StatusCode

func (r TogglePluginResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Tool

type Tool = externalRef0.Tool

Tool defines model for Tool.

type TriggerSchedulerJobResponse

type TriggerSchedulerJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *externalRef0.TriggerJobResult
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
	JSON409      *externalRef0.Conflict
}

func ParseTriggerSchedulerJobResponse

func ParseTriggerSchedulerJobResponse(rsp *http.Response) (*TriggerSchedulerJobResponse, error)

ParseTriggerSchedulerJobResponse parses an HTTP response from a TriggerSchedulerJobWithResponse call

func (TriggerSchedulerJobResponse) ContentType

func (r TriggerSchedulerJobResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (TriggerSchedulerJobResponse) Status

Status returns HTTPResponse.Status

func (TriggerSchedulerJobResponse) StatusCode

func (r TriggerSchedulerJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UnlinkProfileIdentityResponse

type UnlinkProfileIdentityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUnlinkProfileIdentityResponse

func ParseUnlinkProfileIdentityResponse(rsp *http.Response) (*UnlinkProfileIdentityResponse, error)

ParseUnlinkProfileIdentityResponse parses an HTTP response from a UnlinkProfileIdentityWithResponse call

func (UnlinkProfileIdentityResponse) ContentType

func (r UnlinkProfileIdentityResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UnlinkProfileIdentityResponse) Status

Status returns HTTPResponse.Status

func (UnlinkProfileIdentityResponse) StatusCode

func (r UnlinkProfileIdentityResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateActiveRequest

type UpdateActiveRequest = externalRef0.UpdateActiveRequest

UpdateActiveRequest defines model for UpdateActiveRequest.

type UpdateAgentJSONRequestBody

type UpdateAgentJSONRequestBody = externalRef0.Agent

UpdateAgentJSONRequestBody defines body for UpdateAgent for application/json ContentType.

type UpdateAgentResponse

type UpdateAgentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Agent
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUpdateAgentResponse

func ParseUpdateAgentResponse(rsp *http.Response) (*UpdateAgentResponse, error)

ParseUpdateAgentResponse parses an HTTP response from a UpdateAgentWithResponse call

func (UpdateAgentResponse) ContentType

func (r UpdateAgentResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateAgentResponse) Status

func (r UpdateAgentResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAgentResponse) StatusCode

func (r UpdateAgentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAgentSkillJSONRequestBody

type UpdateAgentSkillJSONRequestBody = externalRef0.UpdateSkillRequest

UpdateAgentSkillJSONRequestBody defines body for UpdateAgentSkill for application/json ContentType.

type UpdateAgentSkillResponse

type UpdateAgentSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Skill
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUpdateAgentSkillResponse

func ParseUpdateAgentSkillResponse(rsp *http.Response) (*UpdateAgentSkillResponse, error)

ParseUpdateAgentSkillResponse parses an HTTP response from a UpdateAgentSkillWithResponse call

func (UpdateAgentSkillResponse) ContentType

func (r UpdateAgentSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateAgentSkillResponse) Status

func (r UpdateAgentSkillResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateAgentSkillResponse) StatusCode

func (r UpdateAgentSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAgentsRequest

type UpdateAgentsRequest = externalRef0.UpdateAgentsRequest

UpdateAgentsRequest defines model for UpdateAgentsRequest.

type UpdateArticleJSONRequestBody

type UpdateArticleJSONRequestBody = externalRef0.UpdateArticleRequest

UpdateArticleJSONRequestBody defines body for UpdateArticle for application/json ContentType.

type UpdateArticleRequest

type UpdateArticleRequest = externalRef0.UpdateArticleRequest

UpdateArticleRequest Only provided fields are updated.

type UpdateArticleResponse

type UpdateArticleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Article
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseUpdateArticleResponse

func ParseUpdateArticleResponse(rsp *http.Response) (*UpdateArticleResponse, error)

ParseUpdateArticleResponse parses an HTTP response from a UpdateArticleWithResponse call

func (UpdateArticleResponse) ContentType

func (r UpdateArticleResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateArticleResponse) Status

func (r UpdateArticleResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateArticleResponse) StatusCode

func (r UpdateArticleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAuthUserActiveJSONRequestBody

type UpdateAuthUserActiveJSONRequestBody = externalRef0.UpdateActiveRequest

UpdateAuthUserActiveJSONRequestBody defines body for UpdateAuthUserActive for application/json ContentType.

type UpdateAuthUserActiveResponse

type UpdateAuthUserActiveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUpdateAuthUserActiveResponse

func ParseUpdateAuthUserActiveResponse(rsp *http.Response) (*UpdateAuthUserActiveResponse, error)

ParseUpdateAuthUserActiveResponse parses an HTTP response from a UpdateAuthUserActiveWithResponse call

func (UpdateAuthUserActiveResponse) ContentType

func (r UpdateAuthUserActiveResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateAuthUserActiveResponse) Status

Status returns HTTPResponse.Status

func (UpdateAuthUserActiveResponse) StatusCode

func (r UpdateAuthUserActiveResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAuthUserAgentsJSONRequestBody

type UpdateAuthUserAgentsJSONRequestBody = externalRef0.UpdateAgentsRequest

UpdateAuthUserAgentsJSONRequestBody defines body for UpdateAuthUserAgents for application/json ContentType.

type UpdateAuthUserAgentsResponse

type UpdateAuthUserAgentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUpdateAuthUserAgentsResponse

func ParseUpdateAuthUserAgentsResponse(rsp *http.Response) (*UpdateAuthUserAgentsResponse, error)

ParseUpdateAuthUserAgentsResponse parses an HTTP response from a UpdateAuthUserAgentsWithResponse call

func (UpdateAuthUserAgentsResponse) ContentType

func (r UpdateAuthUserAgentsResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateAuthUserAgentsResponse) Status

Status returns HTTPResponse.Status

func (UpdateAuthUserAgentsResponse) StatusCode

func (r UpdateAuthUserAgentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateAuthUserRoleJSONRequestBody

type UpdateAuthUserRoleJSONRequestBody = externalRef0.UpdateRoleRequest

UpdateAuthUserRoleJSONRequestBody defines body for UpdateAuthUserRole for application/json ContentType.

type UpdateAuthUserRoleResponse

type UpdateAuthUserRoleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUpdateAuthUserRoleResponse

func ParseUpdateAuthUserRoleResponse(rsp *http.Response) (*UpdateAuthUserRoleResponse, error)

ParseUpdateAuthUserRoleResponse parses an HTTP response from a UpdateAuthUserRoleWithResponse call

func (UpdateAuthUserRoleResponse) ContentType

func (r UpdateAuthUserRoleResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateAuthUserRoleResponse) Status

Status returns HTTPResponse.Status

func (UpdateAuthUserRoleResponse) StatusCode

func (r UpdateAuthUserRoleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateChannelJSONRequestBody

type UpdateChannelJSONRequestBody = externalRef0.ChannelWriteRequest

UpdateChannelJSONRequestBody defines body for UpdateChannel for application/json ContentType.

type UpdateChannelResponse

type UpdateChannelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Channel
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUpdateChannelResponse

func ParseUpdateChannelResponse(rsp *http.Response) (*UpdateChannelResponse, error)

ParseUpdateChannelResponse parses an HTTP response from a UpdateChannelWithResponse call

func (UpdateChannelResponse) ContentType

func (r UpdateChannelResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateChannelResponse) Status

func (r UpdateChannelResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateChannelResponse) StatusCode

func (r UpdateChannelResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateDefaultAgentRequest

type UpdateDefaultAgentRequest = externalRef0.UpdateDefaultAgentRequest

UpdateDefaultAgentRequest defines model for UpdateDefaultAgentRequest.

type UpdateFeedEntryJSONRequestBody

type UpdateFeedEntryJSONRequestBody = externalRef0.UpdateFeedEntryRequest

UpdateFeedEntryJSONRequestBody defines body for UpdateFeedEntry for application/json ContentType.

type UpdateFeedEntryRequest

type UpdateFeedEntryRequest = externalRef0.UpdateFeedEntryRequest

UpdateFeedEntryRequest defines model for UpdateFeedEntryRequest.

type UpdateFeedEntryResponse

type UpdateFeedEntryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.FeedEntry
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseUpdateFeedEntryResponse

func ParseUpdateFeedEntryResponse(rsp *http.Response) (*UpdateFeedEntryResponse, error)

ParseUpdateFeedEntryResponse parses an HTTP response from a UpdateFeedEntryWithResponse call

func (UpdateFeedEntryResponse) ContentType

func (r UpdateFeedEntryResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateFeedEntryResponse) Status

func (r UpdateFeedEntryResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateFeedEntryResponse) StatusCode

func (r UpdateFeedEntryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateFeedJSONRequestBody

type UpdateFeedJSONRequestBody = externalRef0.UpdateFeedRequest

UpdateFeedJSONRequestBody defines body for UpdateFeed for application/json ContentType.

type UpdateFeedRequest

type UpdateFeedRequest = externalRef0.UpdateFeedRequest

UpdateFeedRequest defines model for UpdateFeedRequest.

type UpdateFeedResponse

type UpdateFeedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Feed
	JSON401      *externalRef0.Unauthorized
	JSON404      *externalRef0.NotFound
}

func ParseUpdateFeedResponse

func ParseUpdateFeedResponse(rsp *http.Response) (*UpdateFeedResponse, error)

ParseUpdateFeedResponse parses an HTTP response from a UpdateFeedWithResponse call

func (UpdateFeedResponse) ContentType

func (r UpdateFeedResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateFeedResponse) Status

func (r UpdateFeedResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateFeedResponse) StatusCode

func (r UpdateFeedResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateNotifyIdentityRequest

type UpdateNotifyIdentityRequest = externalRef0.UpdateNotifyIdentityRequest

UpdateNotifyIdentityRequest defines model for UpdateNotifyIdentityRequest.

type UpdatePluginConfigJSONRequestBody

type UpdatePluginConfigJSONRequestBody = externalRef0.UpdatePluginConfigRequest

UpdatePluginConfigJSONRequestBody defines body for UpdatePluginConfig for application/json ContentType.

type UpdatePluginConfigRequest

type UpdatePluginConfigRequest = externalRef0.UpdatePluginConfigRequest

UpdatePluginConfigRequest defines model for UpdatePluginConfigRequest.

type UpdatePluginConfigResponse

type UpdatePluginConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *map[string]interface{}
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUpdatePluginConfigResponse

func ParseUpdatePluginConfigResponse(rsp *http.Response) (*UpdatePluginConfigResponse, error)

ParseUpdatePluginConfigResponse parses an HTTP response from a UpdatePluginConfigWithResponse call

func (UpdatePluginConfigResponse) ContentType

func (r UpdatePluginConfigResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdatePluginConfigResponse) Status

Status returns HTTPResponse.Status

func (UpdatePluginConfigResponse) StatusCode

func (r UpdatePluginConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateProfileSkillJSONRequestBody

type UpdateProfileSkillJSONRequestBody = externalRef0.UpdateSkillRequest

UpdateProfileSkillJSONRequestBody defines body for UpdateProfileSkill for application/json ContentType.

type UpdateProfileSkillResponse

type UpdateProfileSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id *string `json:"id,omitempty"`
	}
	JSON400 *externalRef0.BadRequest
	JSON401 *externalRef0.Unauthorized
	JSON404 *externalRef0.NotFound
}

func ParseUpdateProfileSkillResponse

func ParseUpdateProfileSkillResponse(rsp *http.Response) (*UpdateProfileSkillResponse, error)

ParseUpdateProfileSkillResponse parses an HTTP response from a UpdateProfileSkillWithResponse call

func (UpdateProfileSkillResponse) ContentType

func (r UpdateProfileSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateProfileSkillResponse) Status

Status returns HTTPResponse.Status

func (UpdateProfileSkillResponse) StatusCode

func (r UpdateProfileSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateProviderJSONRequestBody

type UpdateProviderJSONRequestBody = externalRef0.Provider

UpdateProviderJSONRequestBody defines body for UpdateProvider for application/json ContentType.

type UpdateProviderResponse

type UpdateProviderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Provider
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUpdateProviderResponse

func ParseUpdateProviderResponse(rsp *http.Response) (*UpdateProviderResponse, error)

ParseUpdateProviderResponse parses an HTTP response from a UpdateProviderWithResponse call

func (UpdateProviderResponse) ContentType

func (r UpdateProviderResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateProviderResponse) Status

func (r UpdateProviderResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateProviderResponse) StatusCode

func (r UpdateProviderResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateRoleRequest

type UpdateRoleRequest = externalRef0.UpdateRoleRequest

UpdateRoleRequest defines model for UpdateRoleRequest.

type UpdateSchedulerJobJSONRequestBody

type UpdateSchedulerJobJSONRequestBody = externalRef0.JobInput

UpdateSchedulerJobJSONRequestBody defines body for UpdateSchedulerJob for application/json ContentType.

type UpdateSchedulerJobResponse

type UpdateSchedulerJobResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.Job
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUpdateSchedulerJobResponse

func ParseUpdateSchedulerJobResponse(rsp *http.Response) (*UpdateSchedulerJobResponse, error)

ParseUpdateSchedulerJobResponse parses an HTTP response from a UpdateSchedulerJobWithResponse call

func (UpdateSchedulerJobResponse) ContentType

func (r UpdateSchedulerJobResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateSchedulerJobResponse) Status

Status returns HTTPResponse.Status

func (UpdateSchedulerJobResponse) StatusCode

func (r UpdateSchedulerJobResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateSkillJSONRequestBody

type UpdateSkillJSONRequestBody = externalRef0.UpdateSkillRequest

UpdateSkillJSONRequestBody defines body for UpdateSkill for application/json ContentType.

type UpdateSkillRequest

type UpdateSkillRequest = externalRef0.UpdateSkillRequest

UpdateSkillRequest defines model for UpdateSkillRequest.

type UpdateSkillResponse

type UpdateSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *struct {
		Id *string `json:"id,omitempty"`
	}
	JSON400 *externalRef0.BadRequest
	JSON401 *externalRef0.Unauthorized
	JSON403 *externalRef0.Forbidden
	JSON404 *externalRef0.NotFound
}

func ParseUpdateSkillResponse

func ParseUpdateSkillResponse(rsp *http.Response) (*UpdateSkillResponse, error)

ParseUpdateSkillResponse parses an HTTP response from a UpdateSkillWithResponse call

func (UpdateSkillResponse) ContentType

func (r UpdateSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateSkillResponse) Status

func (r UpdateSkillResponse) Status() string

Status returns HTTPResponse.Status

func (UpdateSkillResponse) StatusCode

func (r UpdateSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateUserDefaultAgentJSONRequestBody

type UpdateUserDefaultAgentJSONRequestBody = externalRef0.UpdateDefaultAgentRequest

UpdateUserDefaultAgentJSONRequestBody defines body for UpdateUserDefaultAgent for application/json ContentType.

type UpdateUserDefaultAgentResponse

type UpdateUserDefaultAgentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUpdateUserDefaultAgentResponse

func ParseUpdateUserDefaultAgentResponse(rsp *http.Response) (*UpdateUserDefaultAgentResponse, error)

ParseUpdateUserDefaultAgentResponse parses an HTTP response from a UpdateUserDefaultAgentWithResponse call

func (UpdateUserDefaultAgentResponse) ContentType

func (r UpdateUserDefaultAgentResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateUserDefaultAgentResponse) Status

Status returns HTTPResponse.Status

func (UpdateUserDefaultAgentResponse) StatusCode

func (r UpdateUserDefaultAgentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateUserNotifyIdentityJSONRequestBody

type UpdateUserNotifyIdentityJSONRequestBody = externalRef0.UpdateNotifyIdentityRequest

UpdateUserNotifyIdentityJSONRequestBody defines body for UpdateUserNotifyIdentity for application/json ContentType.

type UpdateUserNotifyIdentityResponse

type UpdateUserNotifyIdentityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.DeleteResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUpdateUserNotifyIdentityResponse

func ParseUpdateUserNotifyIdentityResponse(rsp *http.Response) (*UpdateUserNotifyIdentityResponse, error)

ParseUpdateUserNotifyIdentityResponse parses an HTTP response from a UpdateUserNotifyIdentityWithResponse call

func (UpdateUserNotifyIdentityResponse) ContentType

func (r UpdateUserNotifyIdentityResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateUserNotifyIdentityResponse) Status

Status returns HTTPResponse.Status

func (UpdateUserNotifyIdentityResponse) StatusCode

func (r UpdateUserNotifyIdentityResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateWorkspaceFileContentJSONRequestBody

type UpdateWorkspaceFileContentJSONRequestBody = externalRef0.WorkspaceUpdateContentRequest

UpdateWorkspaceFileContentJSONRequestBody defines body for UpdateWorkspaceFileContent for application/json ContentType.

type UpdateWorkspaceFileContentResponse

type UpdateWorkspaceFileContentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *externalRef0.WorkspaceFileContent
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUpdateWorkspaceFileContentResponse

func ParseUpdateWorkspaceFileContentResponse(rsp *http.Response) (*UpdateWorkspaceFileContentResponse, error)

ParseUpdateWorkspaceFileContentResponse parses an HTTP response from a UpdateWorkspaceFileContentWithResponse call

func (UpdateWorkspaceFileContentResponse) ContentType

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UpdateWorkspaceFileContentResponse) Status

Status returns HTTPResponse.Status

func (UpdateWorkspaceFileContentResponse) StatusCode

func (r UpdateWorkspaceFileContentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadAgentSkillMultipartBody

type UploadAgentSkillMultipartBody struct {
	File *openapi_types.File `json:"file,omitempty"`
}

UploadAgentSkillMultipartBody defines parameters for UploadAgentSkill.

type UploadAgentSkillMultipartRequestBody

type UploadAgentSkillMultipartRequestBody UploadAgentSkillMultipartBody

UploadAgentSkillMultipartRequestBody defines body for UploadAgentSkill for multipart/form-data ContentType.

type UploadAgentSkillResponse

type UploadAgentSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.SkillUploadResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
}

func ParseUploadAgentSkillResponse

func ParseUploadAgentSkillResponse(rsp *http.Response) (*UploadAgentSkillResponse, error)

ParseUploadAgentSkillResponse parses an HTTP response from a UploadAgentSkillWithResponse call

func (UploadAgentSkillResponse) ContentType

func (r UploadAgentSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UploadAgentSkillResponse) Status

func (r UploadAgentSkillResponse) Status() string

Status returns HTTPResponse.Status

func (UploadAgentSkillResponse) StatusCode

func (r UploadAgentSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadProfileSkillMultipartBody

type UploadProfileSkillMultipartBody struct {
	File *openapi_types.File `json:"file,omitempty"`
}

UploadProfileSkillMultipartBody defines parameters for UploadProfileSkill.

type UploadProfileSkillMultipartRequestBody

type UploadProfileSkillMultipartRequestBody UploadProfileSkillMultipartBody

UploadProfileSkillMultipartRequestBody defines body for UploadProfileSkill for multipart/form-data ContentType.

type UploadProfileSkillResponse

type UploadProfileSkillResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.SkillUploadResult
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
}

func ParseUploadProfileSkillResponse

func ParseUploadProfileSkillResponse(rsp *http.Response) (*UploadProfileSkillResponse, error)

ParseUploadProfileSkillResponse parses an HTTP response from a UploadProfileSkillWithResponse call

func (UploadProfileSkillResponse) ContentType

func (r UploadProfileSkillResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UploadProfileSkillResponse) Status

Status returns HTTPResponse.Status

func (UploadProfileSkillResponse) StatusCode

func (r UploadProfileSkillResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UploadWorkspaceFileMultipartBody

type UploadWorkspaceFileMultipartBody struct {
	// File The file to upload
	File openapi_types.File `json:"file"`
}

UploadWorkspaceFileMultipartBody defines parameters for UploadWorkspaceFile.

type UploadWorkspaceFileMultipartRequestBody

type UploadWorkspaceFileMultipartRequestBody UploadWorkspaceFileMultipartBody

UploadWorkspaceFileMultipartRequestBody defines body for UploadWorkspaceFile for multipart/form-data ContentType.

type UploadWorkspaceFileResponse

type UploadWorkspaceFileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *externalRef0.WorkspaceUploadResponse
	JSON400      *externalRef0.BadRequest
	JSON401      *externalRef0.Unauthorized
	JSON403      *externalRef0.Forbidden
	JSON404      *externalRef0.NotFound
}

func ParseUploadWorkspaceFileResponse

func ParseUploadWorkspaceFileResponse(rsp *http.Response) (*UploadWorkspaceFileResponse, error)

ParseUploadWorkspaceFileResponse parses an HTTP response from a UploadWorkspaceFileWithResponse call

func (UploadWorkspaceFileResponse) ContentType

func (r UploadWorkspaceFileResponse) ContentType() string

ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers

func (UploadWorkspaceFileResponse) Status

Status returns HTTPResponse.Status

func (UploadWorkspaceFileResponse) StatusCode

func (r UploadWorkspaceFileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UserMemory

type UserMemory = externalRef0.UserMemory

UserMemory defines model for UserMemory.

type VaultEntry

type VaultEntry = externalRef0.VaultEntry

VaultEntry defines model for VaultEntry.

type VaultEntryValue

type VaultEntryValue = externalRef0.VaultEntryValue

VaultEntryValue defines model for VaultEntryValue.

type WeixinQRCode

type WeixinQRCode = externalRef0.WeixinQRCode

WeixinQRCode defines model for WeixinQRCode.

type WeixinQRStatus

type WeixinQRStatus = externalRef0.WeixinQRStatus

WeixinQRStatus defines model for WeixinQRStatus.

type WorkspaceUploadResponse

type WorkspaceUploadResponse = externalRef0.WorkspaceUploadResponse

WorkspaceUploadResponse defines model for WorkspaceUploadResponse.

Jump to

Keyboard shortcuts

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