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
- func NewAssignAgentUserRequest(server string, id string, body AssignAgentUserJSONRequestBody) (*http.Request, error)
- func NewAssignAgentUserRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewChangePasswordRequest(server string, body ChangePasswordJSONRequestBody) (*http.Request, error)
- func NewChangePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateAgentRequest(server string, body CreateAgentJSONRequestBody) (*http.Request, error)
- func NewCreateAgentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateChannelRequest(server string, body CreateChannelJSONRequestBody) (*http.Request, error)
- func NewCreateChannelRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateFeedRequest(server string, body CreateFeedJSONRequestBody) (*http.Request, error)
- func NewCreateFeedRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateProviderRequest(server string, body CreateProviderJSONRequestBody) (*http.Request, error)
- func NewCreateProviderRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateSchedulerJobRequest(server string, body CreateSchedulerJobJSONRequestBody) (*http.Request, error)
- func NewCreateSchedulerJobRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateSessionRequest(server string, body CreateSessionJSONRequestBody) (*http.Request, error)
- func NewCreateSessionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateSkillRequest(server string, body CreateSkillJSONRequestBody) (*http.Request, error)
- func NewCreateSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDeleteAgentRequest(server string, id string) (*http.Request, error)
- func NewDeleteAgentSkillFileRequest(server string, id string, skillId string, params *DeleteAgentSkillFileParams) (*http.Request, error)
- func NewDeleteAgentSkillRequest(server string, id string, skillId string) (*http.Request, error)
- func NewDeleteArticleRequest(server string, id string) (*http.Request, error)
- func NewDeleteAuthUserIdentityRequest(server string, id int64, identityId int64) (*http.Request, error)
- func NewDeleteChannelRequest(server string, id string) (*http.Request, error)
- func NewDeleteFeedRequest(server string, id string) (*http.Request, error)
- func NewDeleteProfileMemoryRequest(server string, agentId string) (*http.Request, error)
- func NewDeleteProfileSkillFileRequest(server string, skillId string, params *DeleteProfileSkillFileParams) (*http.Request, error)
- func NewDeleteProfileSkillRequest(server string, skillId string) (*http.Request, error)
- func NewDeleteProviderRequest(server string, id string) (*http.Request, error)
- func NewDeleteSchedulerJobRequest(server string, id string) (*http.Request, error)
- func NewDeleteSkillFileRequest(server string, id string, params *DeleteSkillFileParams) (*http.Request, error)
- func NewDeleteSkillRequest(server string, id string) (*http.Request, error)
- func NewDeleteUserMemoryRequest(server string, id int64, agentId string) (*http.Request, error)
- func NewDeleteVaultEntryRequest(server string, name string) (*http.Request, error)
- func NewDisconnectOAuthRequest(server string, provider string) (*http.Request, error)
- func NewDuplicateBuiltinSkillToAgentRequest(server string, id string, skillId string) (*http.Request, error)
- func NewFetchProviderModelsRequest(server string, id string, body FetchProviderModelsJSONRequestBody) (*http.Request, error)
- func NewFetchProviderModelsRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewGenerateLinkCodeRequest(server string, body GenerateLinkCodeJSONRequestBody) (*http.Request, error)
- func NewGenerateLinkCodeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewGetAgentRequest(server string, id string) (*http.Request, error)
- func NewGetAgentSkillFileRequest(server string, id string, skillId string, params *GetAgentSkillFileParams) (*http.Request, error)
- func NewGetAgentSkillRequest(server string, id string, skillId string) (*http.Request, error)
- func NewGetArticleRequest(server string, id string, params *GetArticleParams) (*http.Request, error)
- func NewGetAuthUserRequest(server string, id int64) (*http.Request, error)
- func NewGetBuiltinResourceRequest(server string, kind string, id string) (*http.Request, error)
- func NewGetChannelRequest(server string, id string) (*http.Request, error)
- func NewGetDigestRequest(server string) (*http.Request, error)
- func NewGetFeedRequest(server string, id string) (*http.Request, error)
- func NewGetMeRequest(server string) (*http.Request, error)
- func NewGetOAuthConnectedRequest(server string, provider string) (*http.Request, error)
- func NewGetPluginConfigRequest(server string, kind string, name string) (*http.Request, error)
- func NewGetPluginConfigSchemaRequest(server string, kind string, name string) (*http.Request, error)
- func NewGetPluginStatusRequest(server string, kind string, name string) (*http.Request, error)
- func NewGetProfileSkillFileRequest(server string, skillId string, params *GetProfileSkillFileParams) (*http.Request, error)
- func NewGetProfileSkillRequest(server string, skillId string) (*http.Request, error)
- func NewGetProviderRequest(server string, id string) (*http.Request, error)
- func NewGetSessionMessagesRequest(server string, sessionID string, params *GetSessionMessagesParams) (*http.Request, error)
- func NewGetSessionRequest(server string, sessionID string) (*http.Request, error)
- func NewGetSessionSystemPromptRequest(server string, sessionID string) (*http.Request, error)
- func NewGetSkillFileRequest(server string, id string, params *GetSkillFileParams) (*http.Request, error)
- func NewGetSkillRequest(server string, id string) (*http.Request, error)
- func NewGetVaultEntryRequest(server string, name string) (*http.Request, error)
- func NewInstallAgentSkillRequest(server string, id string, body InstallAgentSkillJSONRequestBody) (*http.Request, error)
- func NewInstallAgentSkillRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewInstallProfileSkillRequest(server string, body InstallProfileSkillJSONRequestBody) (*http.Request, error)
- func NewInstallProfileSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewInstallSkillRequest(server string, body InstallSkillJSONRequestBody) (*http.Request, error)
- func NewInstallSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewListAgentSkillsRequest(server string, id string) (*http.Request, error)
- func NewListAgentUsersRequest(server string, id string) (*http.Request, error)
- func NewListAgentsRequest(server string) (*http.Request, error)
- func NewListArticlesRequest(server string, params *ListArticlesParams) (*http.Request, error)
- func NewListAuthUserAgentsRequest(server string, id int64) (*http.Request, error)
- func NewListAuthUsersRequest(server string) (*http.Request, error)
- func NewListBuiltinResourcesRequest(server string, kind string) (*http.Request, error)
- func NewListChannelsRequest(server string) (*http.Request, error)
- func NewListFeedEntriesRequest(server string, feedId string, params *ListFeedEntriesParams) (*http.Request, error)
- func NewListFeedsRequest(server string, params *ListFeedsParams) (*http.Request, error)
- func NewListManifestPluginsRequest(server string) (*http.Request, error)
- func NewListModelsRequest(server string) (*http.Request, error)
- func NewListOAuthProvidersRequest(server string) (*http.Request, error)
- func NewListPluginsRequest(server string) (*http.Request, error)
- func NewListProfileIdentitiesRequest(server string) (*http.Request, error)
- func NewListProfileMemoriesRequest(server string) (*http.Request, error)
- func NewListProfileSkillsRequest(server string) (*http.Request, error)
- func NewListProviderModelsRequest(server string, id string) (*http.Request, error)
- func NewListProviderTypesRequest(server string) (*http.Request, error)
- func NewListProvidersRequest(server string) (*http.Request, error)
- func NewListPublicChannelsRequest(server string) (*http.Request, error)
- func NewListSchedulerJobRunsRequest(server string, id string) (*http.Request, error)
- func NewListSchedulerJobsRequest(server string) (*http.Request, error)
- func NewListSessionsRequest(server string, params *ListSessionsParams) (*http.Request, error)
- func NewListSkillsRequest(server string) (*http.Request, error)
- func NewListToolsRequest(server string) (*http.Request, error)
- func NewListUserMemoriesRequest(server string, id int64) (*http.Request, error)
- func NewListVaultEntriesRequest(server string) (*http.Request, error)
- func NewLoginRequest(server string, body LoginJSONRequestBody) (*http.Request, error)
- func NewLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewLogoutRequest(server string) (*http.Request, error)
- func NewOauthCallbackRequest(server string, provider string, params *OauthCallbackParams) (*http.Request, error)
- func NewPollFeedRequest(server string, id string, params *PollFeedParams) (*http.Request, error)
- func NewPollOAuthFlowRequest(server string, provider string, flowID string) (*http.Request, error)
- func NewPollWeixinQRStatusRequest(server string, params *PollWeixinQRStatusParams) (*http.Request, error)
- func NewRegisterRequest(server string, body RegisterJSONRequestBody) (*http.Request, error)
- func NewRegisterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewRemoveAgentUserRequest(server string, id string, userId int64) (*http.Request, error)
- func NewSaveArticleRequest(server string, body SaveArticleJSONRequestBody) (*http.Request, error)
- func NewSaveArticleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSaveManifestPluginsRequest(server string, body SaveManifestPluginsJSONRequestBody) (*http.Request, error)
- func NewSaveManifestPluginsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSearchSkillsRequest(server string, params *SearchSkillsParams) (*http.Request, error)
- func NewSendSessionMessageRequest(server string, sessionID string, body SendSessionMessageJSONRequestBody) (*http.Request, error)
- func NewSendSessionMessageRequestWithBody(server string, sessionID string, contentType string, body io.Reader) (*http.Request, error)
- func NewSetProfileMemoryRequest(server string, agentId string, body SetProfileMemoryJSONRequestBody) (*http.Request, error)
- func NewSetProfileMemoryRequestWithBody(server string, agentId string, contentType string, body io.Reader) (*http.Request, error)
- func NewSetProfileSoulRequest(server string, agentId string, body SetProfileSoulJSONRequestBody) (*http.Request, error)
- func NewSetProfileSoulRequestWithBody(server string, agentId string, contentType string, body io.Reader) (*http.Request, error)
- func NewSetUserMemoryRequest(server string, id int64, agentId string, body SetUserMemoryJSONRequestBody) (*http.Request, error)
- func NewSetUserMemoryRequestWithBody(server string, id int64, agentId string, contentType string, body io.Reader) (*http.Request, error)
- func NewSetVaultEntryRequest(server string, name string, body SetVaultEntryJSONRequestBody) (*http.Request, error)
- func NewSetVaultEntryRequestWithBody(server string, name string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartOAuthFlowRequest(server string, provider string) (*http.Request, error)
- func NewStartWeixinQRRequest(server string) (*http.Request, error)
- func NewSyncManifestPluginsRequest(server string) (*http.Request, error)
- func NewTogglePluginRequest(server string, kind string, name string, body TogglePluginJSONRequestBody) (*http.Request, error)
- func NewTogglePluginRequestWithBody(server string, kind string, name string, contentType string, body io.Reader) (*http.Request, error)
- func NewTriggerSchedulerJobRequest(server string, id string) (*http.Request, error)
- func NewUnlinkProfileIdentityRequest(server string, id int64) (*http.Request, error)
- func NewUpdateAgentRequest(server string, id string, body UpdateAgentJSONRequestBody) (*http.Request, error)
- func NewUpdateAgentRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateAgentSkillRequest(server string, id string, skillId string, body UpdateAgentSkillJSONRequestBody) (*http.Request, error)
- func NewUpdateAgentSkillRequestWithBody(server string, id string, skillId string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateArticleRequest(server string, id string, body UpdateArticleJSONRequestBody) (*http.Request, error)
- func NewUpdateArticleRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateAuthUserActiveRequest(server string, id int64, body UpdateAuthUserActiveJSONRequestBody) (*http.Request, error)
- func NewUpdateAuthUserActiveRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateAuthUserAgentsRequest(server string, id int64, body UpdateAuthUserAgentsJSONRequestBody) (*http.Request, error)
- func NewUpdateAuthUserAgentsRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateAuthUserRoleRequest(server string, id int64, body UpdateAuthUserRoleJSONRequestBody) (*http.Request, error)
- func NewUpdateAuthUserRoleRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateChannelRequest(server string, id string, body UpdateChannelJSONRequestBody) (*http.Request, error)
- func NewUpdateChannelRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateFeedEntryRequest(server string, feedId string, id string, body UpdateFeedEntryJSONRequestBody) (*http.Request, error)
- func NewUpdateFeedEntryRequestWithBody(server string, feedId string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateFeedRequest(server string, id string, body UpdateFeedJSONRequestBody) (*http.Request, error)
- func NewUpdateFeedRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdatePluginConfigRequest(server string, kind string, name string, ...) (*http.Request, error)
- func NewUpdatePluginConfigRequestWithBody(server string, kind string, name string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateProfileSkillRequest(server string, skillId string, body UpdateProfileSkillJSONRequestBody) (*http.Request, error)
- func NewUpdateProfileSkillRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateProviderRequest(server string, id string, body UpdateProviderJSONRequestBody) (*http.Request, error)
- func NewUpdateProviderRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateSchedulerJobRequest(server string, id string, body UpdateSchedulerJobJSONRequestBody) (*http.Request, error)
- func NewUpdateSchedulerJobRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateSkillRequest(server string, id string, body UpdateSkillJSONRequestBody) (*http.Request, error)
- func NewUpdateSkillRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateUserDefaultAgentRequest(server string, id int64, body UpdateUserDefaultAgentJSONRequestBody) (*http.Request, error)
- func NewUpdateUserDefaultAgentRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateUserNotifyIdentityRequest(server string, id int64, body UpdateUserNotifyIdentityJSONRequestBody) (*http.Request, error)
- func NewUpdateUserNotifyIdentityRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUploadAgentSkillRequestWithBody(server string, id string, contentType string, body io.Reader) (*http.Request, error)
- func NewUploadProfileSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- type Agent
- type AgentList
- type AgentUser
- type AgentUserList
- type Article
- type ArticleList
- type ArticleStatus
- type AssignAgentUserJSONRequestBody
- type AssignAgentUserRequest
- type AssignAgentUserResponse
- type AuthResponse
- type AuthUser
- type AuthUserList
- type BuiltinResource
- type BuiltinResourceDetail
- type CachedModel
- type ChangePasswordJSONRequestBody
- type ChangePasswordRequest
- type ChangePasswordResponse
- type Channel
- type ChannelList
- type ChannelWriteRequest
- type Client
- func (c *Client) AssignAgentUser(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) AssignAgentUserWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ChangePasswordWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateAgent(ctx context.Context, body CreateAgentJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateAgentWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateChannel(ctx context.Context, body CreateChannelJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateChannelWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateFeed(ctx context.Context, body CreateFeedJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateFeedWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateProvider(ctx context.Context, body CreateProviderJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateProviderWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateSchedulerJob(ctx context.Context, body CreateSchedulerJobJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateSchedulerJobWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateSession(ctx context.Context, body CreateSessionJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateSessionWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateSkill(ctx context.Context, body CreateSkillJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateSkillWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DeleteAgent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteAgentSkill(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteAgentSkillFile(ctx context.Context, id string, skillId string, ...) (*http.Response, error)
- func (c *Client) DeleteArticle(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteAuthUserIdentity(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteChannel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteFeed(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteProfileMemory(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteProfileSkill(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteProfileSkillFile(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, ...) (*http.Response, error)
- func (c *Client) DeleteProvider(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteSchedulerJob(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteSkill(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteSkillFile(ctx context.Context, id string, params *DeleteSkillFileParams, ...) (*http.Response, error)
- func (c *Client) DeleteUserMemory(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteVaultEntry(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DisconnectOAuth(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DuplicateBuiltinSkillToAgent(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) FetchProviderModels(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) FetchProviderModelsWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GenerateLinkCode(ctx context.Context, body GenerateLinkCodeJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GenerateLinkCodeWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GetAgent(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAgentSkill(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAgentSkillFile(ctx context.Context, id string, skillId string, ...) (*http.Response, error)
- func (c *Client) GetArticle(ctx context.Context, id string, params *GetArticleParams, ...) (*http.Response, error)
- func (c *Client) GetAuthUser(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetBuiltinResource(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetChannel(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetDigest(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetFeed(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetMe(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetOAuthConnected(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetPluginConfig(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetPluginConfigSchema(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetPluginStatus(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetProfileSkill(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetProfileSkillFile(ctx context.Context, skillId string, params *GetProfileSkillFileParams, ...) (*http.Response, error)
- func (c *Client) GetProvider(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSession(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSessionMessages(ctx context.Context, sessionID string, params *GetSessionMessagesParams, ...) (*http.Response, error)
- func (c *Client) GetSessionSystemPrompt(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSkill(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSkillFile(ctx context.Context, id string, params *GetSkillFileParams, ...) (*http.Response, error)
- func (c *Client) GetVaultEntry(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) InstallAgentSkill(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) InstallAgentSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) InstallProfileSkill(ctx context.Context, body InstallProfileSkillJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) InstallProfileSkillWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) InstallSkill(ctx context.Context, body InstallSkillJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) InstallSkillWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ListAgentSkills(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListAgentUsers(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListAgents(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListArticles(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListAuthUserAgents(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListAuthUsers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListBuiltinResources(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListChannels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListFeedEntries(ctx context.Context, feedId string, params *ListFeedEntriesParams, ...) (*http.Response, error)
- func (c *Client) ListFeeds(ctx context.Context, params *ListFeedsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListManifestPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListModels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListOAuthProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListProfileIdentities(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListProfileMemories(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListProfileSkills(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListProviderModels(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListProviderTypes(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListProviders(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListPublicChannels(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListSchedulerJobRuns(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListSchedulerJobs(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListSessions(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListSkills(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListTools(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListUserMemories(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ListVaultEntries(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) Login(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) LoginWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) Logout(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) OauthCallback(ctx context.Context, provider string, params *OauthCallbackParams, ...) (*http.Response, error)
- func (c *Client) PollFeed(ctx context.Context, id string, params *PollFeedParams, ...) (*http.Response, error)
- func (c *Client) PollOAuthFlow(ctx context.Context, provider string, flowID string, ...) (*http.Response, error)
- func (c *Client) PollWeixinQRStatus(ctx context.Context, params *PollWeixinQRStatusParams, ...) (*http.Response, error)
- func (c *Client) Register(ctx context.Context, body RegisterJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) RegisterWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) RemoveAgentUser(ctx context.Context, id string, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SaveArticle(ctx context.Context, body SaveArticleJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SaveArticleWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SaveManifestPlugins(ctx context.Context, body SaveManifestPluginsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SaveManifestPluginsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SearchSkills(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SendSessionMessage(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SendSessionMessageWithBody(ctx context.Context, sessionID string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SetProfileMemory(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SetProfileMemoryWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SetProfileSoul(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SetProfileSoulWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SetUserMemory(ctx context.Context, id int64, agentId string, ...) (*http.Response, error)
- func (c *Client) SetUserMemoryWithBody(ctx context.Context, id int64, agentId string, contentType string, ...) (*http.Response, error)
- func (c *Client) SetVaultEntry(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SetVaultEntryWithBody(ctx context.Context, name string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartOAuthFlow(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) StartWeixinQR(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SyncManifestPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TogglePlugin(ctx context.Context, kind string, name string, ...) (*http.Response, error)
- func (c *Client) TogglePluginWithBody(ctx context.Context, kind string, name string, contentType string, ...) (*http.Response, error)
- func (c *Client) TriggerSchedulerJob(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UnlinkProfileIdentity(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UpdateAgent(ctx context.Context, id string, body UpdateAgentJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateAgentSkill(ctx context.Context, id string, skillId string, ...) (*http.Response, error)
- func (c *Client) UpdateAgentSkillWithBody(ctx context.Context, id string, skillId string, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateAgentWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateArticle(ctx context.Context, id string, body UpdateArticleJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateArticleWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateAuthUserActive(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateAuthUserActiveWithBody(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateAuthUserAgents(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateAuthUserAgentsWithBody(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateAuthUserRole(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateAuthUserRoleWithBody(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateChannel(ctx context.Context, id string, body UpdateChannelJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateChannelWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateFeed(ctx context.Context, id string, body UpdateFeedJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateFeedEntry(ctx context.Context, feedId string, id string, ...) (*http.Response, error)
- func (c *Client) UpdateFeedEntryWithBody(ctx context.Context, feedId string, id string, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateFeedWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdatePluginConfig(ctx context.Context, kind string, name string, ...) (*http.Response, error)
- func (c *Client) UpdatePluginConfigWithBody(ctx context.Context, kind string, name string, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateProfileSkill(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateProfileSkillWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateProvider(ctx context.Context, id string, body UpdateProviderJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateProviderWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateSchedulerJob(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateSchedulerJobWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateSkill(ctx context.Context, id string, body UpdateSkillJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateUserDefaultAgent(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateUserDefaultAgentWithBody(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateUserNotifyIdentity(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateUserNotifyIdentityWithBody(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UploadAgentSkillWithBody(ctx context.Context, id string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UploadProfileSkillWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) AssignAgentUserWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*AssignAgentUserResponse, error)
- func (c *ClientWithResponses) AssignAgentUserWithResponse(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, ...) (*AssignAgentUserResponse, error)
- func (c *ClientWithResponses) ChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ChangePasswordResponse, error)
- func (c *ClientWithResponses) ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, ...) (*ChangePasswordResponse, error)
- func (c *ClientWithResponses) CreateAgentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAgentResponse, error)
- func (c *ClientWithResponses) CreateAgentWithResponse(ctx context.Context, body CreateAgentJSONRequestBody, ...) (*CreateAgentResponse, error)
- func (c *ClientWithResponses) CreateChannelWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateChannelResponse, error)
- func (c *ClientWithResponses) CreateChannelWithResponse(ctx context.Context, body CreateChannelJSONRequestBody, ...) (*CreateChannelResponse, error)
- func (c *ClientWithResponses) CreateFeedWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateFeedResponse, error)
- func (c *ClientWithResponses) CreateFeedWithResponse(ctx context.Context, body CreateFeedJSONRequestBody, ...) (*CreateFeedResponse, error)
- func (c *ClientWithResponses) CreateProviderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateProviderResponse, error)
- func (c *ClientWithResponses) CreateProviderWithResponse(ctx context.Context, body CreateProviderJSONRequestBody, ...) (*CreateProviderResponse, error)
- func (c *ClientWithResponses) CreateSchedulerJobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSchedulerJobResponse, error)
- func (c *ClientWithResponses) CreateSchedulerJobWithResponse(ctx context.Context, body CreateSchedulerJobJSONRequestBody, ...) (*CreateSchedulerJobResponse, error)
- func (c *ClientWithResponses) CreateSessionWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSessionResponse, error)
- func (c *ClientWithResponses) CreateSessionWithResponse(ctx context.Context, body CreateSessionJSONRequestBody, ...) (*CreateSessionResponse, error)
- func (c *ClientWithResponses) CreateSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSkillResponse, error)
- func (c *ClientWithResponses) CreateSkillWithResponse(ctx context.Context, body CreateSkillJSONRequestBody, ...) (*CreateSkillResponse, error)
- func (c *ClientWithResponses) DeleteAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, ...) (*DeleteAgentSkillFileResponse, error)
- func (c *ClientWithResponses) DeleteAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DeleteAgentSkillResponse, error)
- func (c *ClientWithResponses) DeleteAgentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteAgentResponse, error)
- func (c *ClientWithResponses) DeleteArticleWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteArticleResponse, error)
- func (c *ClientWithResponses) DeleteAuthUserIdentityWithResponse(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*DeleteAuthUserIdentityResponse, error)
- func (c *ClientWithResponses) DeleteChannelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteChannelResponse, error)
- func (c *ClientWithResponses) DeleteFeedWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteFeedResponse, error)
- func (c *ClientWithResponses) DeleteProfileMemoryWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*DeleteProfileMemoryResponse, error)
- func (c *ClientWithResponses) DeleteProfileSkillFileWithResponse(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, ...) (*DeleteProfileSkillFileResponse, error)
- func (c *ClientWithResponses) DeleteProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DeleteProfileSkillResponse, error)
- func (c *ClientWithResponses) DeleteProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteProviderResponse, error)
- func (c *ClientWithResponses) DeleteSchedulerJobWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSchedulerJobResponse, error)
- func (c *ClientWithResponses) DeleteSkillFileWithResponse(ctx context.Context, id string, params *DeleteSkillFileParams, ...) (*DeleteSkillFileResponse, error)
- func (c *ClientWithResponses) DeleteSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSkillResponse, error)
- func (c *ClientWithResponses) DeleteUserMemoryWithResponse(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*DeleteUserMemoryResponse, error)
- func (c *ClientWithResponses) DeleteVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*DeleteVaultEntryResponse, error)
- func (c *ClientWithResponses) DisconnectOAuthWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*DisconnectOAuthResponse, error)
- func (c *ClientWithResponses) DuplicateBuiltinSkillToAgentWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DuplicateBuiltinSkillToAgentResponse, error)
- func (c *ClientWithResponses) FetchProviderModelsWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*FetchProviderModelsResponse, error)
- func (c *ClientWithResponses) FetchProviderModelsWithResponse(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, ...) (*FetchProviderModelsResponse, error)
- func (c *ClientWithResponses) GenerateLinkCodeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*GenerateLinkCodeResponse, error)
- func (c *ClientWithResponses) GenerateLinkCodeWithResponse(ctx context.Context, body GenerateLinkCodeJSONRequestBody, ...) (*GenerateLinkCodeResponse, error)
- func (c *ClientWithResponses) GetAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, ...) (*GetAgentSkillFileResponse, error)
- func (c *ClientWithResponses) GetAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*GetAgentSkillResponse, error)
- func (c *ClientWithResponses) GetAgentWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetAgentResponse, error)
- func (c *ClientWithResponses) GetArticleWithResponse(ctx context.Context, id string, params *GetArticleParams, ...) (*GetArticleResponse, error)
- func (c *ClientWithResponses) GetAuthUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*GetAuthUserResponse, error)
- func (c *ClientWithResponses) GetBuiltinResourceWithResponse(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*GetBuiltinResourceResponse, error)
- func (c *ClientWithResponses) GetChannelWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetChannelResponse, error)
- func (c *ClientWithResponses) GetDigestWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetDigestResponse, error)
- func (c *ClientWithResponses) GetFeedWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetFeedResponse, error)
- func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMeResponse, error)
- func (c *ClientWithResponses) GetOAuthConnectedWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*GetOAuthConnectedResponse, error)
- func (c *ClientWithResponses) GetPluginConfigSchemaWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigSchemaResponse, error)
- func (c *ClientWithResponses) GetPluginConfigWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigResponse, error)
- func (c *ClientWithResponses) GetPluginStatusWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginStatusResponse, error)
- func (c *ClientWithResponses) GetProfileSkillFileWithResponse(ctx context.Context, skillId string, params *GetProfileSkillFileParams, ...) (*GetProfileSkillFileResponse, error)
- func (c *ClientWithResponses) GetProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*GetProfileSkillResponse, error)
- func (c *ClientWithResponses) GetProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetProviderResponse, error)
- func (c *ClientWithResponses) GetSessionMessagesWithResponse(ctx context.Context, sessionID string, params *GetSessionMessagesParams, ...) (*GetSessionMessagesResponse, error)
- func (c *ClientWithResponses) GetSessionSystemPromptWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionSystemPromptResponse, error)
- func (c *ClientWithResponses) GetSessionWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionResponse, error)
- func (c *ClientWithResponses) GetSkillFileWithResponse(ctx context.Context, id string, params *GetSkillFileParams, ...) (*GetSkillFileResponse, error)
- func (c *ClientWithResponses) GetSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetSkillResponse, error)
- func (c *ClientWithResponses) GetVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*GetVaultEntryResponse, error)
- func (c *ClientWithResponses) InstallAgentSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*InstallAgentSkillResponse, error)
- func (c *ClientWithResponses) InstallAgentSkillWithResponse(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, ...) (*InstallAgentSkillResponse, error)
- func (c *ClientWithResponses) InstallProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*InstallProfileSkillResponse, error)
- func (c *ClientWithResponses) InstallProfileSkillWithResponse(ctx context.Context, body InstallProfileSkillJSONRequestBody, ...) (*InstallProfileSkillResponse, error)
- func (c *ClientWithResponses) InstallSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*InstallSkillResponse, error)
- func (c *ClientWithResponses) InstallSkillWithResponse(ctx context.Context, body InstallSkillJSONRequestBody, ...) (*InstallSkillResponse, error)
- func (c *ClientWithResponses) ListAgentSkillsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentSkillsResponse, error)
- func (c *ClientWithResponses) ListAgentUsersWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentUsersResponse, error)
- func (c *ClientWithResponses) ListAgentsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAgentsResponse, error)
- func (c *ClientWithResponses) ListArticlesWithResponse(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*ListArticlesResponse, error)
- func (c *ClientWithResponses) ListAuthUserAgentsWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListAuthUserAgentsResponse, error)
- func (c *ClientWithResponses) ListAuthUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAuthUsersResponse, error)
- func (c *ClientWithResponses) ListBuiltinResourcesWithResponse(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*ListBuiltinResourcesResponse, error)
- func (c *ClientWithResponses) ListChannelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListChannelsResponse, error)
- func (c *ClientWithResponses) ListFeedEntriesWithResponse(ctx context.Context, feedId string, params *ListFeedEntriesParams, ...) (*ListFeedEntriesResponse, error)
- func (c *ClientWithResponses) ListFeedsWithResponse(ctx context.Context, params *ListFeedsParams, reqEditors ...RequestEditorFn) (*ListFeedsResponse, error)
- func (c *ClientWithResponses) ListManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListManifestPluginsResponse, error)
- func (c *ClientWithResponses) ListModelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListModelsResponse, error)
- func (c *ClientWithResponses) ListOAuthProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthProvidersResponse, error)
- func (c *ClientWithResponses) ListPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPluginsResponse, error)
- func (c *ClientWithResponses) ListProfileIdentitiesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileIdentitiesResponse, error)
- func (c *ClientWithResponses) ListProfileMemoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileMemoriesResponse, error)
- func (c *ClientWithResponses) ListProfileSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileSkillsResponse, error)
- func (c *ClientWithResponses) ListProviderModelsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListProviderModelsResponse, error)
- func (c *ClientWithResponses) ListProviderTypesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProviderTypesResponse, error)
- func (c *ClientWithResponses) ListProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProvidersResponse, error)
- func (c *ClientWithResponses) ListPublicChannelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPublicChannelsResponse, error)
- func (c *ClientWithResponses) ListSchedulerJobRunsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListSchedulerJobRunsResponse, error)
- func (c *ClientWithResponses) ListSchedulerJobsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSchedulerJobsResponse, error)
- func (c *ClientWithResponses) ListSessionsWithResponse(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*ListSessionsResponse, error)
- func (c *ClientWithResponses) ListSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSkillsResponse, error)
- func (c *ClientWithResponses) ListToolsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListToolsResponse, error)
- func (c *ClientWithResponses) ListUserMemoriesWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListUserMemoriesResponse, error)
- func (c *ClientWithResponses) ListVaultEntriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListVaultEntriesResponse, error)
- func (c *ClientWithResponses) LoginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*LoginResponse, error)
- func (c *ClientWithResponses) LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)
- func (c *ClientWithResponses) LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)
- func (c *ClientWithResponses) OauthCallbackWithResponse(ctx context.Context, provider string, params *OauthCallbackParams, ...) (*OauthCallbackResponse, error)
- func (c *ClientWithResponses) PollFeedWithResponse(ctx context.Context, id string, params *PollFeedParams, ...) (*PollFeedResponse, error)
- func (c *ClientWithResponses) PollOAuthFlowWithResponse(ctx context.Context, provider string, flowID string, ...) (*PollOAuthFlowResponse, error)
- func (c *ClientWithResponses) PollWeixinQRStatusWithResponse(ctx context.Context, params *PollWeixinQRStatusParams, ...) (*PollWeixinQRStatusResponse, error)
- func (c *ClientWithResponses) RegisterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*RegisterResponse, error)
- func (c *ClientWithResponses) RegisterWithResponse(ctx context.Context, body RegisterJSONRequestBody, ...) (*RegisterResponse, error)
- func (c *ClientWithResponses) RemoveAgentUserWithResponse(ctx context.Context, id string, userId int64, reqEditors ...RequestEditorFn) (*RemoveAgentUserResponse, error)
- func (c *ClientWithResponses) SaveArticleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveArticleResponse, error)
- func (c *ClientWithResponses) SaveArticleWithResponse(ctx context.Context, body SaveArticleJSONRequestBody, ...) (*SaveArticleResponse, error)
- func (c *ClientWithResponses) SaveManifestPluginsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveManifestPluginsResponse, error)
- func (c *ClientWithResponses) SaveManifestPluginsWithResponse(ctx context.Context, body SaveManifestPluginsJSONRequestBody, ...) (*SaveManifestPluginsResponse, error)
- func (c *ClientWithResponses) SearchSkillsWithResponse(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*SearchSkillsResponse, error)
- func (c *ClientWithResponses) SendSessionMessageWithBodyWithResponse(ctx context.Context, sessionID string, contentType string, body io.Reader, ...) (*SendSessionMessageResponse, error)
- func (c *ClientWithResponses) SendSessionMessageWithResponse(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, ...) (*SendSessionMessageResponse, error)
- func (c *ClientWithResponses) SetProfileMemoryWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*SetProfileMemoryResponse, error)
- func (c *ClientWithResponses) SetProfileMemoryWithResponse(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, ...) (*SetProfileMemoryResponse, error)
- func (c *ClientWithResponses) SetProfileSoulWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*SetProfileSoulResponse, error)
- func (c *ClientWithResponses) SetProfileSoulWithResponse(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, ...) (*SetProfileSoulResponse, error)
- func (c *ClientWithResponses) SetUserMemoryWithBodyWithResponse(ctx context.Context, id int64, agentId string, contentType string, ...) (*SetUserMemoryResponse, error)
- func (c *ClientWithResponses) SetUserMemoryWithResponse(ctx context.Context, id int64, agentId string, ...) (*SetUserMemoryResponse, error)
- func (c *ClientWithResponses) SetVaultEntryWithBodyWithResponse(ctx context.Context, name string, contentType string, body io.Reader, ...) (*SetVaultEntryResponse, error)
- func (c *ClientWithResponses) SetVaultEntryWithResponse(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, ...) (*SetVaultEntryResponse, error)
- func (c *ClientWithResponses) StartOAuthFlowWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*StartOAuthFlowResponse, error)
- func (c *ClientWithResponses) StartWeixinQRWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StartWeixinQRResponse, error)
- func (c *ClientWithResponses) SyncManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SyncManifestPluginsResponse, error)
- func (c *ClientWithResponses) TogglePluginWithBodyWithResponse(ctx context.Context, kind string, name string, contentType string, ...) (*TogglePluginResponse, error)
- func (c *ClientWithResponses) TogglePluginWithResponse(ctx context.Context, kind string, name string, ...) (*TogglePluginResponse, error)
- func (c *ClientWithResponses) TriggerSchedulerJobWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*TriggerSchedulerJobResponse, error)
- func (c *ClientWithResponses) UnlinkProfileIdentityWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*UnlinkProfileIdentityResponse, error)
- func (c *ClientWithResponses) UpdateAgentSkillWithBodyWithResponse(ctx context.Context, id string, skillId string, contentType string, ...) (*UpdateAgentSkillResponse, error)
- func (c *ClientWithResponses) UpdateAgentSkillWithResponse(ctx context.Context, id string, skillId string, ...) (*UpdateAgentSkillResponse, error)
- func (c *ClientWithResponses) UpdateAgentWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateAgentResponse, error)
- func (c *ClientWithResponses) UpdateAgentWithResponse(ctx context.Context, id string, body UpdateAgentJSONRequestBody, ...) (*UpdateAgentResponse, error)
- func (c *ClientWithResponses) UpdateArticleWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateArticleResponse, error)
- func (c *ClientWithResponses) UpdateArticleWithResponse(ctx context.Context, id string, body UpdateArticleJSONRequestBody, ...) (*UpdateArticleResponse, error)
- func (c *ClientWithResponses) UpdateAuthUserActiveWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*UpdateAuthUserActiveResponse, error)
- func (c *ClientWithResponses) UpdateAuthUserActiveWithResponse(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, ...) (*UpdateAuthUserActiveResponse, error)
- func (c *ClientWithResponses) UpdateAuthUserAgentsWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*UpdateAuthUserAgentsResponse, error)
- func (c *ClientWithResponses) UpdateAuthUserAgentsWithResponse(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, ...) (*UpdateAuthUserAgentsResponse, error)
- func (c *ClientWithResponses) UpdateAuthUserRoleWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*UpdateAuthUserRoleResponse, error)
- func (c *ClientWithResponses) UpdateAuthUserRoleWithResponse(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, ...) (*UpdateAuthUserRoleResponse, error)
- func (c *ClientWithResponses) UpdateChannelWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateChannelResponse, error)
- func (c *ClientWithResponses) UpdateChannelWithResponse(ctx context.Context, id string, body UpdateChannelJSONRequestBody, ...) (*UpdateChannelResponse, error)
- func (c *ClientWithResponses) UpdateFeedEntryWithBodyWithResponse(ctx context.Context, feedId string, id string, contentType string, ...) (*UpdateFeedEntryResponse, error)
- func (c *ClientWithResponses) UpdateFeedEntryWithResponse(ctx context.Context, feedId string, id string, ...) (*UpdateFeedEntryResponse, error)
- func (c *ClientWithResponses) UpdateFeedWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateFeedResponse, error)
- func (c *ClientWithResponses) UpdateFeedWithResponse(ctx context.Context, id string, body UpdateFeedJSONRequestBody, ...) (*UpdateFeedResponse, error)
- func (c *ClientWithResponses) UpdatePluginConfigWithBodyWithResponse(ctx context.Context, kind string, name string, contentType string, ...) (*UpdatePluginConfigResponse, error)
- func (c *ClientWithResponses) UpdatePluginConfigWithResponse(ctx context.Context, kind string, name string, ...) (*UpdatePluginConfigResponse, error)
- func (c *ClientWithResponses) UpdateProfileSkillWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*UpdateProfileSkillResponse, error)
- func (c *ClientWithResponses) UpdateProfileSkillWithResponse(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, ...) (*UpdateProfileSkillResponse, error)
- func (c *ClientWithResponses) UpdateProviderWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateProviderResponse, error)
- func (c *ClientWithResponses) UpdateProviderWithResponse(ctx context.Context, id string, body UpdateProviderJSONRequestBody, ...) (*UpdateProviderResponse, error)
- func (c *ClientWithResponses) UpdateSchedulerJobWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateSchedulerJobResponse, error)
- func (c *ClientWithResponses) UpdateSchedulerJobWithResponse(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, ...) (*UpdateSchedulerJobResponse, error)
- func (c *ClientWithResponses) UpdateSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UpdateSkillResponse, error)
- func (c *ClientWithResponses) UpdateSkillWithResponse(ctx context.Context, id string, body UpdateSkillJSONRequestBody, ...) (*UpdateSkillResponse, error)
- func (c *ClientWithResponses) UpdateUserDefaultAgentWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*UpdateUserDefaultAgentResponse, error)
- func (c *ClientWithResponses) UpdateUserDefaultAgentWithResponse(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, ...) (*UpdateUserDefaultAgentResponse, error)
- func (c *ClientWithResponses) UpdateUserNotifyIdentityWithBodyWithResponse(ctx context.Context, id int64, contentType string, body io.Reader, ...) (*UpdateUserNotifyIdentityResponse, error)
- func (c *ClientWithResponses) UpdateUserNotifyIdentityWithResponse(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, ...) (*UpdateUserNotifyIdentityResponse, error)
- func (c *ClientWithResponses) UploadAgentSkillWithBodyWithResponse(ctx context.Context, id string, contentType string, body io.Reader, ...) (*UploadAgentSkillResponse, error)
- func (c *ClientWithResponses) UploadProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UploadProfileSkillResponse, error)
- type ClientWithResponsesInterface
- type CreateAgentJSONRequestBody
- type CreateAgentRequest
- type CreateAgentResponse
- type CreateChannelJSONRequestBody
- type CreateChannelResponse
- type CreateFeedJSONRequestBody
- type CreateFeedRequest
- type CreateFeedResponse
- type CreateProviderJSONRequestBody
- type CreateProviderResponse
- type CreateSchedulerJobJSONRequestBody
- type CreateSchedulerJobResponse
- type CreateSessionJSONRequestBody
- type CreateSessionRequest
- type CreateSessionResponse
- type CreateSkillJSONRequestBody
- type CreateSkillRequest
- type CreateSkillResponse
- type DeleteAgentResponse
- type DeleteAgentSkillFileParams
- type DeleteAgentSkillFileResponse
- type DeleteAgentSkillResponse
- type DeleteArticleResponse
- type DeleteAuthUserIdentityResponse
- type DeleteChannelResponse
- type DeleteFeedResponse
- type DeleteFileResult
- type DeleteProfileMemoryResponse
- type DeleteProfileSkillFileParams
- type DeleteProfileSkillFileResponse
- type DeleteProfileSkillResponse
- type DeleteProviderResponse
- type DeleteResult
- type DeleteSchedulerJobResponse
- type DeleteSkillFileParams
- type DeleteSkillFileResponse
- type DeleteSkillResponse
- type DeleteUserMemoryResponse
- type DeleteVaultEntryResponse
- type Digest
- type DisconnectOAuthResponse
- type DuplicateBuiltinSkillToAgentResponse
- type DuplicateSkillResult
- type Error
- type Feed
- type FeedEntry
- type FeedEntryList
- type FeedEntryStatus
- type FeedList
- type FeedPollResult
- type FetchModelsRequest
- type FetchProviderModelsJSONRequestBody
- type FetchProviderModelsResponse
- type GenerateLinkCodeJSONRequestBody
- type GenerateLinkCodeRequest
- type GenerateLinkCodeResponse
- type GetAgentResponse
- type GetAgentSkillFileParams
- type GetAgentSkillFileResponse
- type GetAgentSkillResponse
- type GetArticleParams
- type GetArticleResponse
- type GetAuthUserResponse
- type GetBuiltinResourceResponse
- type GetChannelResponse
- type GetDigestResponse
- type GetFeedResponse
- type GetMeResponse
- type GetOAuthConnectedResponse
- type GetPluginConfigResponse
- type GetPluginConfigSchemaResponse
- type GetPluginStatusResponse
- type GetProfileSkillFileParams
- type GetProfileSkillFileResponse
- type GetProfileSkillResponse
- type GetProviderResponse
- type GetSessionMessagesParams
- type GetSessionMessagesResponse
- type GetSessionResponse
- type GetSessionSystemPromptResponse
- type GetSkillFileParams
- type GetSkillFileResponse
- type GetSkillResponse
- type GetVaultEntryResponse
- type GlobalInstallSkillRequest
- type HttpRequestDoer
- type Identity
- type InstallAgentSkillJSONRequestBody
- type InstallAgentSkillResponse
- type InstallProfileSkillJSONRequestBody
- type InstallProfileSkillResponse
- type InstallSkillJSONRequestBody
- type InstallSkillRequest
- type InstallSkillResponse
- type Job
- type JobInput
- type JobList
- type LinkCodeResponse
- type ListAgentSkillsResponse
- type ListAgentUsersResponse
- type ListAgentsResponse
- type ListArticlesParams
- type ListArticlesResponse
- type ListAuthUserAgentsResponse
- type ListAuthUsersResponse
- type ListBuiltinResourcesResponse
- type ListChannelsResponse
- type ListFeedEntriesParams
- type ListFeedEntriesResponse
- type ListFeedsParams
- type ListFeedsResponse
- type ListManifestPluginsResponse
- type ListModelsResponse
- type ListOAuthProvidersResponse
- type ListPluginsResponse
- type ListProfileIdentitiesResponse
- type ListProfileMemoriesResponse
- type ListProfileSkillsResponse
- type ListProviderModelsResponse
- type ListProviderTypesResponse
- type ListProvidersResponse
- type ListPublicChannelsResponse
- type ListSchedulerJobRunsResponse
- type ListSchedulerJobsResponse
- type ListSessionsParams
- type ListSessionsResponse
- type ListSkillsResponse
- type ListToolsResponse
- type ListUserMemoriesResponse
- type ListVaultEntriesResponse
- type LoginJSONRequestBody
- type LoginRequest
- type LoginResponse
- type LogoutResponse
- type ManifestPlugin
- type MeResponse
- type OAuthConnectedResponse
- type OAuthFlowStatus
- type OAuthProviderStatus
- type OauthCallbackParams
- type OauthCallbackResponse
- type PluginView
- type PollFeedParams
- type PollFeedResponse
- type PollOAuthFlowResponse
- type PollWeixinQRStatusParams
- type PollWeixinQRStatusResponse
- type ProfileInstallSkillRequest
- type Provider
- type ProviderModel
- type ProviderModelCost
- type ProviderModelItem
- type ProviderType
- type PublicChannel
- type PublicChannelList
- type RegisterJSONRequestBody
- type RegisterRequest
- type RegisterResponse
- type RemoveAgentUserResponse
- type RequestEditorFn
- type SandboxConfig
- type SandboxNetworkConfig
- type SaveArticleJSONRequestBody
- type SaveArticleRequest
- type SaveArticleResponse
- type SaveManifestPluginsJSONBody
- type SaveManifestPluginsJSONRequestBody
- type SaveManifestPluginsResponse
- type SearchSkillsParams
- type SearchSkillsResponse
- type SendMessageRequest
- type SendSessionMessageJSONRequestBody
- type SendSessionMessageResponse
- type Session
- type SessionDetail
- type SetMemoryRequest
- type SetProfileMemoryJSONRequestBody
- type SetProfileMemoryResponse
- type SetProfileSoulJSONRequestBody
- type SetProfileSoulResponse
- type SetSoulRequest
- type SetUserMemoryJSONRequestBody
- type SetUserMemoryResponse
- type SetVaultEntryJSONRequestBody
- type SetVaultEntryRequest
- type SetVaultEntryResponse
- type Skill
- type SkillFileResponse
- type SkillList
- type SkillSearchResult
- type SkillSearchResultList
- type SkillUploadResult
- type SourceType
- type StartOAuthFlowResponse
- type StartWeixinQRResponse
- type SyncManifestPluginsResponse
- type SystemPromptResponse
- type TagCount
- type TogglePluginJSONRequestBody
- type TogglePluginRequest
- type TogglePluginResponse
- type Tool
- type TriggerSchedulerJobResponse
- type UnlinkProfileIdentityResponse
- type UpdateActiveRequest
- type UpdateAgentJSONRequestBody
- type UpdateAgentResponse
- type UpdateAgentSkillJSONRequestBody
- type UpdateAgentSkillResponse
- type UpdateAgentsRequest
- type UpdateArticleJSONRequestBody
- type UpdateArticleRequest
- type UpdateArticleResponse
- type UpdateAuthUserActiveJSONRequestBody
- type UpdateAuthUserActiveResponse
- type UpdateAuthUserAgentsJSONRequestBody
- type UpdateAuthUserAgentsResponse
- type UpdateAuthUserRoleJSONRequestBody
- type UpdateAuthUserRoleResponse
- type UpdateChannelJSONRequestBody
- type UpdateChannelResponse
- type UpdateDefaultAgentRequest
- type UpdateFeedEntryJSONRequestBody
- type UpdateFeedEntryRequest
- type UpdateFeedEntryResponse
- type UpdateFeedJSONRequestBody
- type UpdateFeedRequest
- type UpdateFeedResponse
- type UpdateNotifyIdentityRequest
- type UpdatePluginConfigJSONRequestBody
- type UpdatePluginConfigRequest
- type UpdatePluginConfigResponse
- type UpdateProfileSkillJSONRequestBody
- type UpdateProfileSkillResponse
- type UpdateProviderJSONRequestBody
- type UpdateProviderResponse
- type UpdateRoleRequest
- type UpdateSchedulerJobJSONRequestBody
- type UpdateSchedulerJobResponse
- type UpdateSkillJSONRequestBody
- type UpdateSkillRequest
- type UpdateSkillResponse
- type UpdateUserDefaultAgentJSONRequestBody
- type UpdateUserDefaultAgentResponse
- type UpdateUserNotifyIdentityJSONRequestBody
- type UpdateUserNotifyIdentityResponse
- type UploadAgentSkillMultipartBody
- type UploadAgentSkillMultipartRequestBody
- type UploadAgentSkillResponse
- type UploadProfileSkillMultipartBody
- type UploadProfileSkillMultipartRequestBody
- type UploadProfileSkillResponse
- type UserMemory
- type VaultEntry
- type VaultEntryValue
- type WeixinQRCode
- type WeixinQRStatus
Constants ¶
const (
BearerAuthScopes bearerAuthContextKey = "BearerAuth.Scopes"
)
Variables ¶
This section is empty.
Functions ¶
func NewAssignAgentUserRequest ¶ added in v0.23.0
func NewAssignAgentUserRequest(server string, id string, body AssignAgentUserJSONRequestBody) (*http.Request, error)
NewAssignAgentUserRequest calls the generic AssignAgentUser builder with application/json body
func NewAssignAgentUserRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewChangePasswordRequest(server string, body ChangePasswordJSONRequestBody) (*http.Request, error)
NewChangePasswordRequest calls the generic ChangePassword builder with application/json body
func NewChangePasswordRequestWithBody ¶ added in v0.23.0
func NewChangePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewChangePasswordRequestWithBody generates requests for ChangePassword with any type of body
func NewCreateAgentRequest ¶ added in v0.23.0
func NewCreateAgentRequest(server string, body CreateAgentJSONRequestBody) (*http.Request, error)
NewCreateAgentRequest calls the generic CreateAgent builder with application/json body
func NewCreateAgentRequestWithBody ¶ added in v0.23.0
func NewCreateAgentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAgentRequestWithBody generates requests for CreateAgent with any type of body
func NewCreateChannelRequest ¶ added in v0.23.0
func NewCreateChannelRequest(server string, body CreateChannelJSONRequestBody) (*http.Request, error)
NewCreateChannelRequest calls the generic CreateChannel builder with application/json body
func NewCreateChannelRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewCreateProviderRequest(server string, body CreateProviderJSONRequestBody) (*http.Request, error)
NewCreateProviderRequest calls the generic CreateProvider builder with application/json body
func NewCreateProviderRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewCreateSessionRequest(server string, body CreateSessionJSONRequestBody) (*http.Request, error)
NewCreateSessionRequest calls the generic CreateSession builder with application/json body
func NewCreateSessionRequestWithBody ¶ added in v0.23.0
func NewCreateSessionRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateSessionRequestWithBody generates requests for CreateSession with any type of body
func NewCreateSkillRequest ¶ added in v0.23.0
func NewCreateSkillRequest(server string, body CreateSkillJSONRequestBody) (*http.Request, error)
NewCreateSkillRequest calls the generic CreateSkill builder with application/json body
func NewCreateSkillRequestWithBody ¶ added in v0.23.0
func NewCreateSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateSkillRequestWithBody generates requests for CreateSkill with any type of body
func NewDeleteAgentRequest ¶ added in v0.23.0
NewDeleteAgentRequest generates requests for DeleteAgent
func NewDeleteAgentSkillFileRequest ¶ added in v0.23.0
func NewDeleteAgentSkillFileRequest(server string, id string, skillId string, params *DeleteAgentSkillFileParams) (*http.Request, error)
NewDeleteAgentSkillFileRequest generates requests for DeleteAgentSkillFile
func NewDeleteAgentSkillRequest ¶ added in v0.23.0
NewDeleteAgentSkillRequest generates requests for DeleteAgentSkill
func NewDeleteArticleRequest ¶
NewDeleteArticleRequest generates requests for DeleteArticle
func NewDeleteAuthUserIdentityRequest ¶ added in v0.23.0
func NewDeleteAuthUserIdentityRequest(server string, id int64, identityId int64) (*http.Request, error)
NewDeleteAuthUserIdentityRequest generates requests for DeleteAuthUserIdentity
func NewDeleteChannelRequest ¶ added in v0.23.0
NewDeleteChannelRequest generates requests for DeleteChannel
func NewDeleteFeedRequest ¶
NewDeleteFeedRequest generates requests for DeleteFeed
func NewDeleteProfileMemoryRequest ¶ added in v0.23.0
NewDeleteProfileMemoryRequest generates requests for DeleteProfileMemory
func NewDeleteProfileSkillFileRequest ¶ added in v0.23.0
func NewDeleteProfileSkillFileRequest(server string, skillId string, params *DeleteProfileSkillFileParams) (*http.Request, error)
NewDeleteProfileSkillFileRequest generates requests for DeleteProfileSkillFile
func NewDeleteProfileSkillRequest ¶ added in v0.23.0
NewDeleteProfileSkillRequest generates requests for DeleteProfileSkill
func NewDeleteProviderRequest ¶ added in v0.23.0
NewDeleteProviderRequest generates requests for DeleteProvider
func NewDeleteSchedulerJobRequest ¶
NewDeleteSchedulerJobRequest generates requests for DeleteSchedulerJob
func NewDeleteSkillFileRequest ¶ added in v0.23.0
func NewDeleteSkillFileRequest(server string, id string, params *DeleteSkillFileParams) (*http.Request, error)
NewDeleteSkillFileRequest generates requests for DeleteSkillFile
func NewDeleteSkillRequest ¶ added in v0.23.0
NewDeleteSkillRequest generates requests for DeleteSkill
func NewDeleteUserMemoryRequest ¶ added in v0.23.0
NewDeleteUserMemoryRequest generates requests for DeleteUserMemory
func NewDeleteVaultEntryRequest ¶ added in v0.23.0
NewDeleteVaultEntryRequest generates requests for DeleteVaultEntry
func NewDisconnectOAuthRequest ¶ added in v0.23.0
NewDisconnectOAuthRequest generates requests for DisconnectOAuth
func NewDuplicateBuiltinSkillToAgentRequest ¶ added in v0.23.0
func NewDuplicateBuiltinSkillToAgentRequest(server string, id string, skillId string) (*http.Request, error)
NewDuplicateBuiltinSkillToAgentRequest generates requests for DuplicateBuiltinSkillToAgent
func NewFetchProviderModelsRequest ¶ added in v0.23.0
func NewFetchProviderModelsRequest(server string, id string, body FetchProviderModelsJSONRequestBody) (*http.Request, error)
NewFetchProviderModelsRequest calls the generic FetchProviderModels builder with application/json body
func NewFetchProviderModelsRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewGenerateLinkCodeRequest(server string, body GenerateLinkCodeJSONRequestBody) (*http.Request, error)
NewGenerateLinkCodeRequest calls the generic GenerateLinkCode builder with application/json body
func NewGenerateLinkCodeRequestWithBody ¶ added in v0.23.0
func NewGenerateLinkCodeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewGenerateLinkCodeRequestWithBody generates requests for GenerateLinkCode with any type of body
func NewGetAgentRequest ¶ added in v0.23.0
NewGetAgentRequest generates requests for GetAgent
func NewGetAgentSkillFileRequest ¶ added in v0.23.0
func NewGetAgentSkillFileRequest(server string, id string, skillId string, params *GetAgentSkillFileParams) (*http.Request, error)
NewGetAgentSkillFileRequest generates requests for GetAgentSkillFile
func NewGetAgentSkillRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
NewGetAuthUserRequest generates requests for GetAuthUser
func NewGetBuiltinResourceRequest ¶ added in v0.23.0
NewGetBuiltinResourceRequest generates requests for GetBuiltinResource
func NewGetChannelRequest ¶ added in v0.23.0
NewGetChannelRequest generates requests for GetChannel
func NewGetDigestRequest ¶
NewGetDigestRequest generates requests for GetDigest
func NewGetFeedRequest ¶
NewGetFeedRequest generates requests for GetFeed
func NewGetMeRequest ¶ added in v0.23.0
NewGetMeRequest generates requests for GetMe
func NewGetOAuthConnectedRequest ¶ added in v0.23.0
NewGetOAuthConnectedRequest generates requests for GetOAuthConnected
func NewGetPluginConfigRequest ¶ added in v0.23.0
NewGetPluginConfigRequest generates requests for GetPluginConfig
func NewGetPluginConfigSchemaRequest ¶ added in v0.23.0
func NewGetPluginConfigSchemaRequest(server string, kind string, name string) (*http.Request, error)
NewGetPluginConfigSchemaRequest generates requests for GetPluginConfigSchema
func NewGetPluginStatusRequest ¶ added in v0.23.0
NewGetPluginStatusRequest generates requests for GetPluginStatus
func NewGetProfileSkillFileRequest ¶ added in v0.23.0
func NewGetProfileSkillFileRequest(server string, skillId string, params *GetProfileSkillFileParams) (*http.Request, error)
NewGetProfileSkillFileRequest generates requests for GetProfileSkillFile
func NewGetProfileSkillRequest ¶ added in v0.23.0
NewGetProfileSkillRequest generates requests for GetProfileSkill
func NewGetProviderRequest ¶ added in v0.23.0
NewGetProviderRequest generates requests for GetProvider
func NewGetSessionMessagesRequest ¶ added in v0.23.0
func NewGetSessionMessagesRequest(server string, sessionID string, params *GetSessionMessagesParams) (*http.Request, error)
NewGetSessionMessagesRequest generates requests for GetSessionMessages
func NewGetSessionRequest ¶ added in v0.23.0
NewGetSessionRequest generates requests for GetSession
func NewGetSessionSystemPromptRequest ¶ added in v0.23.0
NewGetSessionSystemPromptRequest generates requests for GetSessionSystemPrompt
func NewGetSkillFileRequest ¶ added in v0.23.0
func NewGetSkillFileRequest(server string, id string, params *GetSkillFileParams) (*http.Request, error)
NewGetSkillFileRequest generates requests for GetSkillFile
func NewGetSkillRequest ¶ added in v0.23.0
NewGetSkillRequest generates requests for GetSkill
func NewGetVaultEntryRequest ¶ added in v0.24.0
NewGetVaultEntryRequest generates requests for GetVaultEntry
func NewInstallAgentSkillRequest ¶ added in v0.23.0
func NewInstallAgentSkillRequest(server string, id string, body InstallAgentSkillJSONRequestBody) (*http.Request, error)
NewInstallAgentSkillRequest calls the generic InstallAgentSkill builder with application/json body
func NewInstallAgentSkillRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewInstallProfileSkillRequest(server string, body InstallProfileSkillJSONRequestBody) (*http.Request, error)
NewInstallProfileSkillRequest calls the generic InstallProfileSkill builder with application/json body
func NewInstallProfileSkillRequestWithBody ¶ added in v0.23.0
func NewInstallProfileSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewInstallProfileSkillRequestWithBody generates requests for InstallProfileSkill with any type of body
func NewInstallSkillRequest ¶ added in v0.23.0
func NewInstallSkillRequest(server string, body InstallSkillJSONRequestBody) (*http.Request, error)
NewInstallSkillRequest calls the generic InstallSkill builder with application/json body
func NewInstallSkillRequestWithBody ¶ added in v0.23.0
func NewInstallSkillRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewInstallSkillRequestWithBody generates requests for InstallSkill with any type of body
func NewListAgentSkillsRequest ¶ added in v0.23.0
NewListAgentSkillsRequest generates requests for ListAgentSkills
func NewListAgentUsersRequest ¶ added in v0.23.0
NewListAgentUsersRequest generates requests for ListAgentUsers
func NewListAgentsRequest ¶ added in v0.23.0
NewListAgentsRequest generates requests for ListAgents
func NewListArticlesRequest ¶
func NewListArticlesRequest(server string, params *ListArticlesParams) (*http.Request, error)
NewListArticlesRequest generates requests for ListArticles
func NewListAuthUserAgentsRequest ¶ added in v0.23.0
NewListAuthUserAgentsRequest generates requests for ListAuthUserAgents
func NewListAuthUsersRequest ¶ added in v0.23.0
NewListAuthUsersRequest generates requests for ListAuthUsers
func NewListBuiltinResourcesRequest ¶ added in v0.23.0
NewListBuiltinResourcesRequest generates requests for ListBuiltinResources
func NewListChannelsRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
NewListManifestPluginsRequest generates requests for ListManifestPlugins
func NewListModelsRequest ¶ added in v0.23.0
NewListModelsRequest generates requests for ListModels
func NewListOAuthProvidersRequest ¶ added in v0.23.0
NewListOAuthProvidersRequest generates requests for ListOAuthProviders
func NewListPluginsRequest ¶ added in v0.23.0
NewListPluginsRequest generates requests for ListPlugins
func NewListProfileIdentitiesRequest ¶ added in v0.23.0
NewListProfileIdentitiesRequest generates requests for ListProfileIdentities
func NewListProfileMemoriesRequest ¶ added in v0.23.0
NewListProfileMemoriesRequest generates requests for ListProfileMemories
func NewListProfileSkillsRequest ¶ added in v0.23.0
NewListProfileSkillsRequest generates requests for ListProfileSkills
func NewListProviderModelsRequest ¶ added in v0.23.0
NewListProviderModelsRequest generates requests for ListProviderModels
func NewListProviderTypesRequest ¶ added in v0.23.0
NewListProviderTypesRequest generates requests for ListProviderTypes
func NewListProvidersRequest ¶ added in v0.23.0
NewListProvidersRequest generates requests for ListProviders
func NewListPublicChannelsRequest ¶ added in v0.23.0
NewListPublicChannelsRequest generates requests for ListPublicChannels
func NewListSchedulerJobRunsRequest ¶
NewListSchedulerJobRunsRequest generates requests for ListSchedulerJobRuns
func NewListSchedulerJobsRequest ¶
NewListSchedulerJobsRequest generates requests for ListSchedulerJobs
func NewListSessionsRequest ¶ added in v0.23.0
func NewListSessionsRequest(server string, params *ListSessionsParams) (*http.Request, error)
NewListSessionsRequest generates requests for ListSessions
func NewListSkillsRequest ¶ added in v0.23.0
NewListSkillsRequest generates requests for ListSkills
func NewListToolsRequest ¶ added in v0.23.0
NewListToolsRequest generates requests for ListTools
func NewListUserMemoriesRequest ¶ added in v0.23.0
NewListUserMemoriesRequest generates requests for ListUserMemories
func NewListVaultEntriesRequest ¶ added in v0.23.0
NewListVaultEntriesRequest generates requests for ListVaultEntries
func NewLoginRequest ¶ added in v0.23.0
func NewLoginRequest(server string, body LoginJSONRequestBody) (*http.Request, error)
NewLoginRequest calls the generic Login builder with application/json body
func NewLoginRequestWithBody ¶ added in v0.23.0
func NewLoginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewLoginRequestWithBody generates requests for Login with any type of body
func NewLogoutRequest ¶ added in v0.23.0
NewLogoutRequest generates requests for Logout
func NewOauthCallbackRequest ¶ added in v0.23.0
func NewOauthCallbackRequest(server string, provider string, params *OauthCallbackParams) (*http.Request, error)
NewOauthCallbackRequest generates requests for OauthCallback
func NewPollFeedRequest ¶
NewPollFeedRequest generates requests for PollFeed
func NewPollOAuthFlowRequest ¶ added in v0.23.0
NewPollOAuthFlowRequest generates requests for PollOAuthFlow
func NewPollWeixinQRStatusRequest ¶ added in v0.23.0
func NewPollWeixinQRStatusRequest(server string, params *PollWeixinQRStatusParams) (*http.Request, error)
NewPollWeixinQRStatusRequest generates requests for PollWeixinQRStatus
func NewRegisterRequest ¶ added in v0.23.0
func NewRegisterRequest(server string, body RegisterJSONRequestBody) (*http.Request, error)
NewRegisterRequest calls the generic Register builder with application/json body
func NewRegisterRequestWithBody ¶ added in v0.23.0
func NewRegisterRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewRegisterRequestWithBody generates requests for Register with any type of body
func NewRemoveAgentUserRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewSaveManifestPluginsRequest(server string, body SaveManifestPluginsJSONRequestBody) (*http.Request, error)
NewSaveManifestPluginsRequest calls the generic SaveManifestPlugins builder with application/json body
func NewSaveManifestPluginsRequestWithBody ¶ added in v0.23.0
func NewSaveManifestPluginsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewSaveManifestPluginsRequestWithBody generates requests for SaveManifestPlugins with any type of body
func NewSearchSkillsRequest ¶ added in v0.23.0
func NewSearchSkillsRequest(server string, params *SearchSkillsParams) (*http.Request, error)
NewSearchSkillsRequest generates requests for SearchSkills
func NewSendSessionMessageRequest ¶ added in v0.23.0
func NewSendSessionMessageRequest(server string, sessionID string, body SendSessionMessageJSONRequestBody) (*http.Request, error)
NewSendSessionMessageRequest calls the generic SendSessionMessage builder with application/json body
func NewSendSessionMessageRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewSetProfileMemoryRequest(server string, agentId string, body SetProfileMemoryJSONRequestBody) (*http.Request, error)
NewSetProfileMemoryRequest calls the generic SetProfileMemory builder with application/json body
func NewSetProfileMemoryRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewSetProfileSoulRequest(server string, agentId string, body SetProfileSoulJSONRequestBody) (*http.Request, error)
NewSetProfileSoulRequest calls the generic SetProfileSoul builder with application/json body
func NewSetProfileSoulRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewSetVaultEntryRequest(server string, name string, body SetVaultEntryJSONRequestBody) (*http.Request, error)
NewSetVaultEntryRequest calls the generic SetVaultEntry builder with application/json body
func NewSetVaultEntryRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
NewStartOAuthFlowRequest generates requests for StartOAuthFlow
func NewStartWeixinQRRequest ¶ added in v0.23.0
NewStartWeixinQRRequest generates requests for StartWeixinQR
func NewSyncManifestPluginsRequest ¶ added in v0.23.0
NewSyncManifestPluginsRequest generates requests for SyncManifestPlugins
func NewTogglePluginRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶
NewTriggerSchedulerJobRequest generates requests for TriggerSchedulerJob
func NewUnlinkProfileIdentityRequest ¶ added in v0.23.0
NewUnlinkProfileIdentityRequest generates requests for UnlinkProfileIdentity
func NewUpdateAgentRequest ¶ added in v0.23.0
func NewUpdateAgentRequest(server string, id string, body UpdateAgentJSONRequestBody) (*http.Request, error)
NewUpdateAgentRequest calls the generic UpdateAgent builder with application/json body
func NewUpdateAgentRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateAuthUserActiveRequest(server string, id int64, body UpdateAuthUserActiveJSONRequestBody) (*http.Request, error)
NewUpdateAuthUserActiveRequest calls the generic UpdateAuthUserActive builder with application/json body
func NewUpdateAuthUserActiveRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateAuthUserAgentsRequest(server string, id int64, body UpdateAuthUserAgentsJSONRequestBody) (*http.Request, error)
NewUpdateAuthUserAgentsRequest calls the generic UpdateAuthUserAgents builder with application/json body
func NewUpdateAuthUserAgentsRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateAuthUserRoleRequest(server string, id int64, body UpdateAuthUserRoleJSONRequestBody) (*http.Request, error)
NewUpdateAuthUserRoleRequest calls the generic UpdateAuthUserRole builder with application/json body
func NewUpdateAuthUserRoleRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateChannelRequest(server string, id string, body UpdateChannelJSONRequestBody) (*http.Request, error)
NewUpdateChannelRequest calls the generic UpdateChannel builder with application/json body
func NewUpdateChannelRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateProfileSkillRequest(server string, skillId string, body UpdateProfileSkillJSONRequestBody) (*http.Request, error)
NewUpdateProfileSkillRequest calls the generic UpdateProfileSkill builder with application/json body
func NewUpdateProfileSkillRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateProviderRequest(server string, id string, body UpdateProviderJSONRequestBody) (*http.Request, error)
NewUpdateProviderRequest calls the generic UpdateProvider builder with application/json body
func NewUpdateProviderRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateSkillRequest(server string, id string, body UpdateSkillJSONRequestBody) (*http.Request, error)
NewUpdateSkillRequest calls the generic UpdateSkill builder with application/json body
func NewUpdateSkillRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateUserDefaultAgentRequest(server string, id int64, body UpdateUserDefaultAgentJSONRequestBody) (*http.Request, error)
NewUpdateUserDefaultAgentRequest calls the generic UpdateUserDefaultAgent builder with application/json body
func NewUpdateUserDefaultAgentRequestWithBody ¶ added in v0.23.0
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 ¶ added in v0.23.0
func NewUpdateUserNotifyIdentityRequest(server string, id int64, body UpdateUserNotifyIdentityJSONRequestBody) (*http.Request, error)
NewUpdateUserNotifyIdentityRequest calls the generic UpdateUserNotifyIdentity builder with application/json body
func NewUpdateUserNotifyIdentityRequestWithBody ¶ added in v0.23.0
func NewUpdateUserNotifyIdentityRequestWithBody(server string, id int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateUserNotifyIdentityRequestWithBody generates requests for UpdateUserNotifyIdentity with any type of body
Types ¶
type AgentList ¶ added in v0.23.0
type AgentList = externalRef0.AgentList
AgentList defines model for AgentList.
type AgentUser ¶ added in v0.23.0
type AgentUser = externalRef0.AgentUser
AgentUser defines model for AgentUser.
type AgentUserList ¶ added in v0.23.0
type AgentUserList = externalRef0.AgentUserList
AgentUserList defines model for AgentUserList.
type ArticleList ¶
type ArticleList = externalRef0.ArticleList
ArticleList defines model for ArticleList.
type ArticleStatus ¶
type ArticleStatus = externalRef0.ArticleStatus
ArticleStatus defines model for ArticleStatus.
type AssignAgentUserJSONRequestBody ¶ added in v0.23.0
type AssignAgentUserJSONRequestBody = externalRef0.AssignAgentUserRequest
AssignAgentUserJSONRequestBody defines body for AssignAgentUser for application/json ContentType.
type AssignAgentUserRequest ¶ added in v0.23.0
type AssignAgentUserRequest = externalRef0.AssignAgentUserRequest
AssignAgentUserRequest defines model for AssignAgentUserRequest.
type AssignAgentUserResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseAssignAgentUserResponse(rsp *http.Response) (*AssignAgentUserResponse, error)
ParseAssignAgentUserResponse parses an HTTP response from a AssignAgentUserWithResponse call
func (AssignAgentUserResponse) ContentType ¶ added in v0.23.0
func (r AssignAgentUserResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (AssignAgentUserResponse) Status ¶ added in v0.23.0
func (r AssignAgentUserResponse) Status() string
Status returns HTTPResponse.Status
func (AssignAgentUserResponse) StatusCode ¶ added in v0.23.0
func (r AssignAgentUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AuthResponse ¶ added in v0.23.0
type AuthResponse = externalRef0.AuthResponse
AuthResponse defines model for AuthResponse.
type AuthUser ¶ added in v0.23.0
type AuthUser = externalRef0.AuthUser
AuthUser defines model for AuthUser.
type AuthUserList ¶ added in v0.23.0
type AuthUserList = externalRef0.AuthUserList
AuthUserList defines model for AuthUserList.
type BuiltinResource ¶ added in v0.23.0
type BuiltinResource = externalRef0.BuiltinResource
BuiltinResource defines model for BuiltinResource.
type BuiltinResourceDetail ¶ added in v0.23.0
type BuiltinResourceDetail = externalRef0.BuiltinResourceDetail
BuiltinResourceDetail defines model for BuiltinResourceDetail.
type CachedModel ¶ added in v0.23.0
type CachedModel = externalRef0.CachedModel
CachedModel defines model for CachedModel.
type ChangePasswordJSONRequestBody ¶ added in v0.23.0
type ChangePasswordJSONRequestBody = externalRef0.ChangePasswordRequest
ChangePasswordJSONRequestBody defines body for ChangePassword for application/json ContentType.
type ChangePasswordRequest ¶ added in v0.23.0
type ChangePasswordRequest = externalRef0.ChangePasswordRequest
ChangePasswordRequest defines model for ChangePasswordRequest.
type ChangePasswordResponse ¶ added in v0.23.0
type ChangePasswordResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseChangePasswordResponse ¶ added in v0.23.0
func ParseChangePasswordResponse(rsp *http.Response) (*ChangePasswordResponse, error)
ParseChangePasswordResponse parses an HTTP response from a ChangePasswordWithResponse call
func (ChangePasswordResponse) ContentType ¶ added in v0.23.0
func (r ChangePasswordResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ChangePasswordResponse) Status ¶ added in v0.23.0
func (r ChangePasswordResponse) Status() string
Status returns HTTPResponse.Status
func (ChangePasswordResponse) StatusCode ¶ added in v0.23.0
func (r ChangePasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Channel ¶ added in v0.23.0
type Channel = externalRef0.Channel
Channel defines model for Channel.
type ChannelList ¶ added in v0.23.0
type ChannelList = externalRef0.ChannelList
ChannelList defines model for ChannelList.
type ChannelWriteRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *Client) AssignAgentUser(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AssignAgentUserWithBody ¶ added in v0.23.0
func (*Client) ChangePassword ¶ added in v0.23.0
func (c *Client) ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ChangePasswordWithBody ¶ added in v0.23.0
func (*Client) CreateAgent ¶ added in v0.23.0
func (c *Client) CreateAgent(ctx context.Context, body CreateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateAgentWithBody ¶ added in v0.23.0
func (*Client) CreateChannel ¶ added in v0.23.0
func (c *Client) CreateChannel(ctx context.Context, body CreateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateChannelWithBody ¶ added in v0.23.0
func (*Client) CreateFeed ¶
func (c *Client) CreateFeed(ctx context.Context, body CreateFeedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateFeedWithBody ¶
func (*Client) CreateProvider ¶ added in v0.23.0
func (c *Client) CreateProvider(ctx context.Context, body CreateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateProviderWithBody ¶ added in v0.23.0
func (*Client) CreateSchedulerJob ¶
func (c *Client) CreateSchedulerJob(ctx context.Context, body CreateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateSchedulerJobWithBody ¶
func (*Client) CreateSession ¶ added in v0.23.0
func (c *Client) CreateSession(ctx context.Context, body CreateSessionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateSessionWithBody ¶ added in v0.23.0
func (*Client) CreateSkill ¶ added in v0.23.0
func (c *Client) CreateSkill(ctx context.Context, body CreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateSkillWithBody ¶ added in v0.23.0
func (*Client) DeleteAgent ¶ added in v0.23.0
func (*Client) DeleteAgentSkill ¶ added in v0.23.0
func (*Client) DeleteAgentSkillFile ¶ added in v0.23.0
func (c *Client) DeleteAgentSkillFile(ctx context.Context, id string, skillId string, params *DeleteAgentSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteArticle ¶
func (*Client) DeleteAuthUserIdentity ¶ added in v0.23.0
func (*Client) DeleteChannel ¶ added in v0.23.0
func (*Client) DeleteFeed ¶
func (*Client) DeleteProfileMemory ¶ added in v0.23.0
func (*Client) DeleteProfileSkill ¶ added in v0.23.0
func (*Client) DeleteProfileSkillFile ¶ added in v0.23.0
func (c *Client) DeleteProfileSkillFile(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteProvider ¶ added in v0.23.0
func (*Client) DeleteSchedulerJob ¶
func (*Client) DeleteSkill ¶ added in v0.23.0
func (*Client) DeleteSkillFile ¶ added in v0.23.0
func (c *Client) DeleteSkillFile(ctx context.Context, id string, params *DeleteSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteUserMemory ¶ added in v0.23.0
func (*Client) DeleteVaultEntry ¶ added in v0.23.0
func (*Client) DisconnectOAuth ¶ added in v0.23.0
func (*Client) DuplicateBuiltinSkillToAgent ¶ added in v0.23.0
func (*Client) FetchProviderModels ¶ added in v0.23.0
func (c *Client) FetchProviderModels(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FetchProviderModelsWithBody ¶ added in v0.23.0
func (*Client) GenerateLinkCode ¶ added in v0.23.0
func (c *Client) GenerateLinkCode(ctx context.Context, body GenerateLinkCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GenerateLinkCodeWithBody ¶ added in v0.23.0
func (*Client) GetAgentSkill ¶ added in v0.23.0
func (*Client) GetAgentSkillFile ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (*Client) GetBuiltinResource ¶ added in v0.23.0
func (*Client) GetChannel ¶ added in v0.23.0
func (*Client) GetOAuthConnected ¶ added in v0.23.0
func (*Client) GetPluginConfig ¶ added in v0.23.0
func (*Client) GetPluginConfigSchema ¶ added in v0.23.0
func (*Client) GetPluginStatus ¶ added in v0.23.0
func (*Client) GetProfileSkill ¶ added in v0.23.0
func (*Client) GetProfileSkillFile ¶ added in v0.23.0
func (c *Client) GetProfileSkillFile(ctx context.Context, skillId string, params *GetProfileSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetProvider ¶ added in v0.23.0
func (*Client) GetSession ¶ added in v0.23.0
func (*Client) GetSessionMessages ¶ added in v0.23.0
func (c *Client) GetSessionMessages(ctx context.Context, sessionID string, params *GetSessionMessagesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetSessionSystemPrompt ¶ added in v0.23.0
func (*Client) GetSkillFile ¶ added in v0.23.0
func (c *Client) GetSkillFile(ctx context.Context, id string, params *GetSkillFileParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetVaultEntry ¶ added in v0.24.0
func (*Client) InstallAgentSkill ¶ added in v0.23.0
func (c *Client) InstallAgentSkill(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InstallAgentSkillWithBody ¶ added in v0.23.0
func (*Client) InstallProfileSkill ¶ added in v0.23.0
func (c *Client) InstallProfileSkill(ctx context.Context, body InstallProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InstallProfileSkillWithBody ¶ added in v0.23.0
func (*Client) InstallSkill ¶ added in v0.23.0
func (c *Client) InstallSkill(ctx context.Context, body InstallSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) InstallSkillWithBody ¶ added in v0.23.0
func (*Client) ListAgentSkills ¶ added in v0.23.0
func (*Client) ListAgentUsers ¶ added in v0.23.0
func (*Client) ListAgents ¶ added in v0.23.0
func (*Client) ListArticles ¶
func (c *Client) ListArticles(ctx context.Context, params *ListArticlesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ListAuthUserAgents ¶ added in v0.23.0
func (*Client) ListAuthUsers ¶ added in v0.23.0
func (*Client) ListBuiltinResources ¶ added in v0.23.0
func (*Client) ListChannels ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (*Client) ListModels ¶ added in v0.23.0
func (*Client) ListOAuthProviders ¶ added in v0.23.0
func (*Client) ListPlugins ¶ added in v0.23.0
func (*Client) ListProfileIdentities ¶ added in v0.23.0
func (*Client) ListProfileMemories ¶ added in v0.23.0
func (*Client) ListProfileSkills ¶ added in v0.23.0
func (*Client) ListProviderModels ¶ added in v0.23.0
func (*Client) ListProviderTypes ¶ added in v0.23.0
func (*Client) ListProviders ¶ added in v0.23.0
func (*Client) ListPublicChannels ¶ added in v0.23.0
func (*Client) ListSchedulerJobRuns ¶
func (*Client) ListSchedulerJobs ¶
func (*Client) ListSessions ¶ added in v0.23.0
func (c *Client) ListSessions(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ListSkills ¶ added in v0.23.0
func (*Client) ListUserMemories ¶ added in v0.23.0
func (*Client) ListVaultEntries ¶ added in v0.23.0
func (*Client) Login ¶ added in v0.23.0
func (c *Client) Login(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LoginWithBody ¶ added in v0.23.0
func (*Client) OauthCallback ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (*Client) PollWeixinQRStatus ¶ added in v0.23.0
func (c *Client) PollWeixinQRStatus(ctx context.Context, params *PollWeixinQRStatusParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) Register ¶ added in v0.23.0
func (c *Client) Register(ctx context.Context, body RegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RegisterWithBody ¶ added in v0.23.0
func (*Client) RemoveAgentUser ¶ added in v0.23.0
func (*Client) SaveArticle ¶
func (c *Client) SaveArticle(ctx context.Context, body SaveArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SaveArticleWithBody ¶
func (*Client) SaveManifestPlugins ¶ added in v0.23.0
func (c *Client) SaveManifestPlugins(ctx context.Context, body SaveManifestPluginsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SaveManifestPluginsWithBody ¶ added in v0.23.0
func (*Client) SearchSkills ¶ added in v0.23.0
func (c *Client) SearchSkills(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SendSessionMessage ¶ added in v0.23.0
func (c *Client) SendSessionMessage(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SendSessionMessageWithBody ¶ added in v0.23.0
func (*Client) SetProfileMemory ¶ added in v0.23.0
func (c *Client) SetProfileMemory(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SetProfileMemoryWithBody ¶ added in v0.23.0
func (*Client) SetProfileSoul ¶ added in v0.23.0
func (c *Client) SetProfileSoul(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SetProfileSoulWithBody ¶ added in v0.23.0
func (*Client) SetUserMemory ¶ added in v0.23.0
func (c *Client) SetUserMemory(ctx context.Context, id int64, agentId string, body SetUserMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SetUserMemoryWithBody ¶ added in v0.23.0
func (*Client) SetVaultEntry ¶ added in v0.23.0
func (c *Client) SetVaultEntry(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SetVaultEntryWithBody ¶ added in v0.23.0
func (*Client) StartOAuthFlow ¶ added in v0.23.0
func (*Client) StartWeixinQR ¶ added in v0.23.0
func (*Client) SyncManifestPlugins ¶ added in v0.23.0
func (*Client) TogglePlugin ¶ added in v0.23.0
func (c *Client) TogglePlugin(ctx context.Context, kind string, name string, body TogglePluginJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TogglePluginWithBody ¶ added in v0.23.0
func (*Client) TriggerSchedulerJob ¶
func (*Client) UnlinkProfileIdentity ¶ added in v0.23.0
func (*Client) UpdateAgent ¶ added in v0.23.0
func (c *Client) UpdateAgent(ctx context.Context, id string, body UpdateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateAgentSkill ¶ added in v0.23.0
func (c *Client) UpdateAgentSkill(ctx context.Context, id string, skillId string, body UpdateAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateAgentSkillWithBody ¶ added in v0.23.0
func (*Client) UpdateAgentWithBody ¶ added in v0.23.0
func (*Client) UpdateArticle ¶
func (c *Client) UpdateArticle(ctx context.Context, id string, body UpdateArticleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateArticleWithBody ¶
func (*Client) UpdateAuthUserActive ¶ added in v0.23.0
func (c *Client) UpdateAuthUserActive(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateAuthUserActiveWithBody ¶ added in v0.23.0
func (*Client) UpdateAuthUserAgents ¶ added in v0.23.0
func (c *Client) UpdateAuthUserAgents(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateAuthUserAgentsWithBody ¶ added in v0.23.0
func (*Client) UpdateAuthUserRole ¶ added in v0.23.0
func (c *Client) UpdateAuthUserRole(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateAuthUserRoleWithBody ¶ added in v0.23.0
func (*Client) UpdateChannel ¶ added in v0.23.0
func (c *Client) UpdateChannel(ctx context.Context, id string, body UpdateChannelJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateChannelWithBody ¶ added in v0.23.0
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 (*Client) UpdateFeedWithBody ¶
func (*Client) UpdatePluginConfig ¶ added in v0.23.0
func (c *Client) UpdatePluginConfig(ctx context.Context, kind string, name string, body UpdatePluginConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdatePluginConfigWithBody ¶ added in v0.23.0
func (*Client) UpdateProfileSkill ¶ added in v0.23.0
func (c *Client) UpdateProfileSkill(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateProfileSkillWithBody ¶ added in v0.23.0
func (*Client) UpdateProvider ¶ added in v0.23.0
func (c *Client) UpdateProvider(ctx context.Context, id string, body UpdateProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateProviderWithBody ¶ added in v0.23.0
func (*Client) UpdateSchedulerJob ¶
func (c *Client) UpdateSchedulerJob(ctx context.Context, id string, body UpdateSchedulerJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateSchedulerJobWithBody ¶
func (*Client) UpdateSkill ¶ added in v0.23.0
func (c *Client) UpdateSkill(ctx context.Context, id string, body UpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateSkillWithBody ¶ added in v0.23.0
func (*Client) UpdateUserDefaultAgent ¶ added in v0.23.0
func (c *Client) UpdateUserDefaultAgent(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateUserDefaultAgentWithBody ¶ added in v0.23.0
func (*Client) UpdateUserNotifyIdentity ¶ added in v0.23.0
func (c *Client) UpdateUserNotifyIdentity(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateUserNotifyIdentityWithBody ¶ added in v0.23.0
func (*Client) UploadAgentSkillWithBody ¶ added in v0.23.0
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)
// 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)
// 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 ¶
ClientOption allows setting custom parameters during construction
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) AssignAgentUserWithResponse(ctx context.Context, id string, body AssignAgentUserJSONRequestBody, reqEditors ...RequestEditorFn) (*AssignAgentUserResponse, error)
func (*ClientWithResponses) ChangePasswordWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)
func (*ClientWithResponses) CreateAgentWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) CreateAgentWithResponse(ctx context.Context, body CreateAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAgentResponse, error)
func (*ClientWithResponses) CreateChannelWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) CreateSessionWithResponse(ctx context.Context, body CreateSessionJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSessionResponse, error)
func (*ClientWithResponses) CreateSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) CreateSkillWithResponse(ctx context.Context, body CreateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateSkillResponse, error)
func (*ClientWithResponses) DeleteAgentSkillFileWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, params *DeleteAgentSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteAgentSkillFileResponse, error)
DeleteAgentSkillFileWithResponse request returning *DeleteAgentSkillFileResponse
func (*ClientWithResponses) DeleteAgentSkillWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DeleteAgentSkillResponse, error)
DeleteAgentSkillWithResponse request returning *DeleteAgentSkillResponse
func (*ClientWithResponses) DeleteAgentWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteAuthUserIdentityWithResponse(ctx context.Context, id int64, identityId int64, reqEditors ...RequestEditorFn) (*DeleteAuthUserIdentityResponse, error)
DeleteAuthUserIdentityWithResponse request returning *DeleteAuthUserIdentityResponse
func (*ClientWithResponses) DeleteChannelWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteProfileMemoryWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*DeleteProfileMemoryResponse, error)
DeleteProfileMemoryWithResponse request returning *DeleteProfileMemoryResponse
func (*ClientWithResponses) DeleteProfileSkillFileWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteProfileSkillFileWithResponse(ctx context.Context, skillId string, params *DeleteProfileSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteProfileSkillFileResponse, error)
DeleteProfileSkillFileWithResponse request returning *DeleteProfileSkillFileResponse
func (*ClientWithResponses) DeleteProfileSkillWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DeleteProfileSkillResponse, error)
DeleteProfileSkillWithResponse request returning *DeleteProfileSkillResponse
func (*ClientWithResponses) DeleteProviderWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteSkillFileWithResponse(ctx context.Context, id string, params *DeleteSkillFileParams, reqEditors ...RequestEditorFn) (*DeleteSkillFileResponse, error)
DeleteSkillFileWithResponse request returning *DeleteSkillFileResponse
func (*ClientWithResponses) DeleteSkillWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DeleteSkillResponse, error)
DeleteSkillWithResponse request returning *DeleteSkillResponse
func (*ClientWithResponses) DeleteUserMemoryWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteUserMemoryWithResponse(ctx context.Context, id int64, agentId string, reqEditors ...RequestEditorFn) (*DeleteUserMemoryResponse, error)
DeleteUserMemoryWithResponse request returning *DeleteUserMemoryResponse
func (*ClientWithResponses) DeleteVaultEntryWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DeleteVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*DeleteVaultEntryResponse, error)
DeleteVaultEntryWithResponse request returning *DeleteVaultEntryResponse
func (*ClientWithResponses) DisconnectOAuthWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DisconnectOAuthWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*DisconnectOAuthResponse, error)
DisconnectOAuthWithResponse request returning *DisconnectOAuthResponse
func (*ClientWithResponses) DuplicateBuiltinSkillToAgentWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) DuplicateBuiltinSkillToAgentWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*DuplicateBuiltinSkillToAgentResponse, error)
DuplicateBuiltinSkillToAgentWithResponse request returning *DuplicateBuiltinSkillToAgentResponse
func (*ClientWithResponses) FetchProviderModelsWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) FetchProviderModelsWithResponse(ctx context.Context, id string, body FetchProviderModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*FetchProviderModelsResponse, error)
func (*ClientWithResponses) GenerateLinkCodeWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) GenerateLinkCodeWithResponse(ctx context.Context, body GenerateLinkCodeJSONRequestBody, reqEditors ...RequestEditorFn) (*GenerateLinkCodeResponse, error)
func (*ClientWithResponses) GetAgentSkillFileWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetAgentSkillFileWithResponse(ctx context.Context, id string, skillId string, params *GetAgentSkillFileParams, reqEditors ...RequestEditorFn) (*GetAgentSkillFileResponse, error)
GetAgentSkillFileWithResponse request returning *GetAgentSkillFileResponse
func (*ClientWithResponses) GetAgentSkillWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetAgentSkillWithResponse(ctx context.Context, id string, skillId string, reqEditors ...RequestEditorFn) (*GetAgentSkillResponse, error)
GetAgentSkillWithResponse request returning *GetAgentSkillResponse
func (*ClientWithResponses) GetAgentWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) GetAuthUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*GetAuthUserResponse, error)
GetAuthUserWithResponse request returning *GetAuthUserResponse
func (*ClientWithResponses) GetBuiltinResourceWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetBuiltinResourceWithResponse(ctx context.Context, kind string, id string, reqEditors ...RequestEditorFn) (*GetBuiltinResourceResponse, error)
GetBuiltinResourceWithResponse request returning *GetBuiltinResourceResponse
func (*ClientWithResponses) GetChannelWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) GetMeWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMeResponse, error)
GetMeWithResponse request returning *GetMeResponse
func (*ClientWithResponses) GetOAuthConnectedWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetOAuthConnectedWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*GetOAuthConnectedResponse, error)
GetOAuthConnectedWithResponse request returning *GetOAuthConnectedResponse
func (*ClientWithResponses) GetPluginConfigSchemaWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetPluginConfigSchemaWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigSchemaResponse, error)
GetPluginConfigSchemaWithResponse request returning *GetPluginConfigSchemaResponse
func (*ClientWithResponses) GetPluginConfigWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetPluginConfigWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginConfigResponse, error)
GetPluginConfigWithResponse request returning *GetPluginConfigResponse
func (*ClientWithResponses) GetPluginStatusWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetPluginStatusWithResponse(ctx context.Context, kind string, name string, reqEditors ...RequestEditorFn) (*GetPluginStatusResponse, error)
GetPluginStatusWithResponse request returning *GetPluginStatusResponse
func (*ClientWithResponses) GetProfileSkillFileWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetProfileSkillFileWithResponse(ctx context.Context, skillId string, params *GetProfileSkillFileParams, reqEditors ...RequestEditorFn) (*GetProfileSkillFileResponse, error)
GetProfileSkillFileWithResponse request returning *GetProfileSkillFileResponse
func (*ClientWithResponses) GetProfileSkillWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetProfileSkillWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*GetProfileSkillResponse, error)
GetProfileSkillWithResponse request returning *GetProfileSkillResponse
func (*ClientWithResponses) GetProviderWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetProviderWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetProviderResponse, error)
GetProviderWithResponse request returning *GetProviderResponse
func (*ClientWithResponses) GetSessionMessagesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetSessionMessagesWithResponse(ctx context.Context, sessionID string, params *GetSessionMessagesParams, reqEditors ...RequestEditorFn) (*GetSessionMessagesResponse, error)
GetSessionMessagesWithResponse request returning *GetSessionMessagesResponse
func (*ClientWithResponses) GetSessionSystemPromptWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetSessionSystemPromptWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionSystemPromptResponse, error)
GetSessionSystemPromptWithResponse request returning *GetSessionSystemPromptResponse
func (*ClientWithResponses) GetSessionWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetSessionWithResponse(ctx context.Context, sessionID string, reqEditors ...RequestEditorFn) (*GetSessionResponse, error)
GetSessionWithResponse request returning *GetSessionResponse
func (*ClientWithResponses) GetSkillFileWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetSkillFileWithResponse(ctx context.Context, id string, params *GetSkillFileParams, reqEditors ...RequestEditorFn) (*GetSkillFileResponse, error)
GetSkillFileWithResponse request returning *GetSkillFileResponse
func (*ClientWithResponses) GetSkillWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) GetSkillWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*GetSkillResponse, error)
GetSkillWithResponse request returning *GetSkillResponse
func (*ClientWithResponses) GetVaultEntryWithResponse ¶ added in v0.24.0
func (c *ClientWithResponses) GetVaultEntryWithResponse(ctx context.Context, name string, reqEditors ...RequestEditorFn) (*GetVaultEntryResponse, error)
GetVaultEntryWithResponse request returning *GetVaultEntryResponse
func (*ClientWithResponses) InstallAgentSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) InstallAgentSkillWithResponse(ctx context.Context, id string, body InstallAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallAgentSkillResponse, error)
func (*ClientWithResponses) InstallProfileSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) InstallProfileSkillWithResponse(ctx context.Context, body InstallProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallProfileSkillResponse, error)
func (*ClientWithResponses) InstallSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) InstallSkillWithResponse(ctx context.Context, body InstallSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*InstallSkillResponse, error)
func (*ClientWithResponses) ListAgentSkillsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListAgentSkillsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentSkillsResponse, error)
ListAgentSkillsWithResponse request returning *ListAgentSkillsResponse
func (*ClientWithResponses) ListAgentUsersWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListAgentUsersWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListAgentUsersResponse, error)
ListAgentUsersWithResponse request returning *ListAgentUsersResponse
func (*ClientWithResponses) ListAgentsWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) ListAuthUserAgentsWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListAuthUserAgentsResponse, error)
ListAuthUserAgentsWithResponse request returning *ListAuthUserAgentsResponse
func (*ClientWithResponses) ListAuthUsersWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListAuthUsersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAuthUsersResponse, error)
ListAuthUsersWithResponse request returning *ListAuthUsersResponse
func (*ClientWithResponses) ListBuiltinResourcesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListBuiltinResourcesWithResponse(ctx context.Context, kind string, reqEditors ...RequestEditorFn) (*ListBuiltinResourcesResponse, error)
ListBuiltinResourcesWithResponse request returning *ListBuiltinResourcesResponse
func (*ClientWithResponses) ListChannelsWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) ListManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListManifestPluginsResponse, error)
ListManifestPluginsWithResponse request returning *ListManifestPluginsResponse
func (*ClientWithResponses) ListModelsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListModelsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListModelsResponse, error)
ListModelsWithResponse request returning *ListModelsResponse
func (*ClientWithResponses) ListOAuthProvidersWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListOAuthProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListOAuthProvidersResponse, error)
ListOAuthProvidersWithResponse request returning *ListOAuthProvidersResponse
func (*ClientWithResponses) ListPluginsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListPluginsResponse, error)
ListPluginsWithResponse request returning *ListPluginsResponse
func (*ClientWithResponses) ListProfileIdentitiesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListProfileIdentitiesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileIdentitiesResponse, error)
ListProfileIdentitiesWithResponse request returning *ListProfileIdentitiesResponse
func (*ClientWithResponses) ListProfileMemoriesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListProfileMemoriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileMemoriesResponse, error)
ListProfileMemoriesWithResponse request returning *ListProfileMemoriesResponse
func (*ClientWithResponses) ListProfileSkillsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListProfileSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProfileSkillsResponse, error)
ListProfileSkillsWithResponse request returning *ListProfileSkillsResponse
func (*ClientWithResponses) ListProviderModelsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListProviderModelsWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*ListProviderModelsResponse, error)
ListProviderModelsWithResponse request returning *ListProviderModelsResponse
func (*ClientWithResponses) ListProviderTypesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListProviderTypesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProviderTypesResponse, error)
ListProviderTypesWithResponse request returning *ListProviderTypesResponse
func (*ClientWithResponses) ListProvidersWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListProvidersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListProvidersResponse, error)
ListProvidersWithResponse request returning *ListProvidersResponse
func (*ClientWithResponses) ListPublicChannelsWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) ListSessionsWithResponse(ctx context.Context, params *ListSessionsParams, reqEditors ...RequestEditorFn) (*ListSessionsResponse, error)
ListSessionsWithResponse request returning *ListSessionsResponse
func (*ClientWithResponses) ListSkillsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListSkillsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListSkillsResponse, error)
ListSkillsWithResponse request returning *ListSkillsResponse
func (*ClientWithResponses) ListToolsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListToolsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListToolsResponse, error)
ListToolsWithResponse request returning *ListToolsResponse
func (*ClientWithResponses) ListUserMemoriesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListUserMemoriesWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*ListUserMemoriesResponse, error)
ListUserMemoriesWithResponse request returning *ListUserMemoriesResponse
func (*ClientWithResponses) ListVaultEntriesWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) ListVaultEntriesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListVaultEntriesResponse, error)
ListVaultEntriesWithResponse request returning *ListVaultEntriesResponse
func (*ClientWithResponses) LoginWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) LoginWithResponse(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn) (*LoginResponse, error)
func (*ClientWithResponses) LogoutWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) LogoutWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogoutResponse, error)
LogoutWithResponse request returning *LogoutResponse
func (*ClientWithResponses) OauthCallbackWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) PollOAuthFlowWithResponse(ctx context.Context, provider string, flowID string, reqEditors ...RequestEditorFn) (*PollOAuthFlowResponse, error)
PollOAuthFlowWithResponse request returning *PollOAuthFlowResponse
func (*ClientWithResponses) PollWeixinQRStatusWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) PollWeixinQRStatusWithResponse(ctx context.Context, params *PollWeixinQRStatusParams, reqEditors ...RequestEditorFn) (*PollWeixinQRStatusResponse, error)
PollWeixinQRStatusWithResponse request returning *PollWeixinQRStatusResponse
func (*ClientWithResponses) RegisterWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) RegisterWithResponse(ctx context.Context, body RegisterJSONRequestBody, reqEditors ...RequestEditorFn) (*RegisterResponse, error)
func (*ClientWithResponses) RemoveAgentUserWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) SaveManifestPluginsWithResponse(ctx context.Context, body SaveManifestPluginsJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveManifestPluginsResponse, error)
func (*ClientWithResponses) SearchSkillsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) SearchSkillsWithResponse(ctx context.Context, params *SearchSkillsParams, reqEditors ...RequestEditorFn) (*SearchSkillsResponse, error)
SearchSkillsWithResponse request returning *SearchSkillsResponse
func (*ClientWithResponses) SendSessionMessageWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) SendSessionMessageWithResponse(ctx context.Context, sessionID string, body SendSessionMessageJSONRequestBody, reqEditors ...RequestEditorFn) (*SendSessionMessageResponse, error)
func (*ClientWithResponses) SetProfileMemoryWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) SetProfileMemoryWithResponse(ctx context.Context, agentId string, body SetProfileMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetProfileMemoryResponse, error)
func (*ClientWithResponses) SetProfileSoulWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) SetProfileSoulWithResponse(ctx context.Context, agentId string, body SetProfileSoulJSONRequestBody, reqEditors ...RequestEditorFn) (*SetProfileSoulResponse, error)
func (*ClientWithResponses) SetUserMemoryWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) SetUserMemoryWithResponse(ctx context.Context, id int64, agentId string, body SetUserMemoryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetUserMemoryResponse, error)
func (*ClientWithResponses) SetVaultEntryWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) SetVaultEntryWithResponse(ctx context.Context, name string, body SetVaultEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*SetVaultEntryResponse, error)
func (*ClientWithResponses) StartOAuthFlowWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) StartOAuthFlowWithResponse(ctx context.Context, provider string, reqEditors ...RequestEditorFn) (*StartOAuthFlowResponse, error)
StartOAuthFlowWithResponse request returning *StartOAuthFlowResponse
func (*ClientWithResponses) StartWeixinQRWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) StartWeixinQRWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StartWeixinQRResponse, error)
StartWeixinQRWithResponse request returning *StartWeixinQRResponse
func (*ClientWithResponses) SyncManifestPluginsWithResponse ¶ added in v0.23.0
func (c *ClientWithResponses) SyncManifestPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SyncManifestPluginsResponse, error)
SyncManifestPluginsWithResponse request returning *SyncManifestPluginsResponse
func (*ClientWithResponses) TogglePluginWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UnlinkProfileIdentityWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*UnlinkProfileIdentityResponse, error)
UnlinkProfileIdentityWithResponse request returning *UnlinkProfileIdentityResponse
func (*ClientWithResponses) UpdateAgentSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateAgentSkillWithResponse(ctx context.Context, id string, skillId string, body UpdateAgentSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAgentSkillResponse, error)
func (*ClientWithResponses) UpdateAgentWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateAuthUserActiveWithResponse(ctx context.Context, id int64, body UpdateAuthUserActiveJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserActiveResponse, error)
func (*ClientWithResponses) UpdateAuthUserAgentsWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateAuthUserAgentsWithResponse(ctx context.Context, id int64, body UpdateAuthUserAgentsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserAgentsResponse, error)
func (*ClientWithResponses) UpdateAuthUserRoleWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateAuthUserRoleWithResponse(ctx context.Context, id int64, body UpdateAuthUserRoleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAuthUserRoleResponse, error)
func (*ClientWithResponses) UpdateChannelWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdatePluginConfigWithResponse(ctx context.Context, kind string, name string, body UpdatePluginConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePluginConfigResponse, error)
func (*ClientWithResponses) UpdateProfileSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateProfileSkillWithResponse(ctx context.Context, skillId string, body UpdateProfileSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProfileSkillResponse, error)
func (*ClientWithResponses) UpdateProviderWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateSkillWithResponse(ctx context.Context, id string, body UpdateSkillJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSkillResponse, error)
func (*ClientWithResponses) UpdateUserDefaultAgentWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateUserDefaultAgentWithResponse(ctx context.Context, id int64, body UpdateUserDefaultAgentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserDefaultAgentResponse, error)
func (*ClientWithResponses) UpdateUserNotifyIdentityWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UpdateUserNotifyIdentityWithResponse(ctx context.Context, id int64, body UpdateUserNotifyIdentityJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserNotifyIdentityResponse, error)
func (*ClientWithResponses) UploadAgentSkillWithBodyWithResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (c *ClientWithResponses) UploadProfileSkillWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadProfileSkillResponse, error)
UploadProfileSkillWithBodyWithResponse request with arbitrary body returning *UploadProfileSkillResponse
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)
// 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)
// 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 ¶ added in v0.23.0
type CreateAgentJSONRequestBody = externalRef0.CreateAgentRequest
CreateAgentJSONRequestBody defines body for CreateAgent for application/json ContentType.
type CreateAgentRequest ¶ added in v0.23.0
type CreateAgentRequest = externalRef0.CreateAgentRequest
CreateAgentRequest defines model for CreateAgentRequest.
type CreateAgentResponse ¶ added in v0.23.0
type CreateAgentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.Agent
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseCreateAgentResponse ¶ added in v0.23.0
func ParseCreateAgentResponse(rsp *http.Response) (*CreateAgentResponse, error)
ParseCreateAgentResponse parses an HTTP response from a CreateAgentWithResponse call
func (CreateAgentResponse) ContentType ¶ added in v0.23.0
func (r CreateAgentResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CreateAgentResponse) Status ¶ added in v0.23.0
func (r CreateAgentResponse) Status() string
Status returns HTTPResponse.Status
func (CreateAgentResponse) StatusCode ¶ added in v0.23.0
func (r CreateAgentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateChannelJSONRequestBody ¶ added in v0.23.0
type CreateChannelJSONRequestBody = externalRef0.ChannelWriteRequest
CreateChannelJSONRequestBody defines body for CreateChannel for application/json ContentType.
type CreateChannelResponse ¶ added in v0.23.0
type CreateChannelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.Channel
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseCreateChannelResponse ¶ added in v0.23.0
func ParseCreateChannelResponse(rsp *http.Response) (*CreateChannelResponse, error)
ParseCreateChannelResponse parses an HTTP response from a CreateChannelWithResponse call
func (CreateChannelResponse) ContentType ¶ added in v0.23.0
func (r CreateChannelResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CreateChannelResponse) Status ¶ added in v0.23.0
func (r CreateChannelResponse) Status() string
Status returns HTTPResponse.Status
func (CreateChannelResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
type CreateProviderJSONRequestBody = externalRef0.Provider
CreateProviderJSONRequestBody defines body for CreateProvider for application/json ContentType.
type CreateProviderResponse ¶ added in v0.23.0
type CreateProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.Provider
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseCreateProviderResponse ¶ added in v0.23.0
func ParseCreateProviderResponse(rsp *http.Response) (*CreateProviderResponse, error)
ParseCreateProviderResponse parses an HTTP response from a CreateProviderWithResponse call
func (CreateProviderResponse) ContentType ¶ added in v0.23.0
func (r CreateProviderResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CreateProviderResponse) Status ¶ added in v0.23.0
func (r CreateProviderResponse) Status() string
Status returns HTTPResponse.Status
func (CreateProviderResponse) StatusCode ¶ added in v0.23.0
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 ¶
func (r CreateSchedulerJobResponse) Status() string
Status returns HTTPResponse.Status
func (CreateSchedulerJobResponse) StatusCode ¶
func (r CreateSchedulerJobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateSessionJSONRequestBody ¶ added in v0.23.0
type CreateSessionJSONRequestBody = externalRef0.CreateSessionRequest
CreateSessionJSONRequestBody defines body for CreateSession for application/json ContentType.
type CreateSessionRequest ¶ added in v0.23.0
type CreateSessionRequest = externalRef0.CreateSessionRequest
CreateSessionRequest defines model for CreateSessionRequest.
type CreateSessionResponse ¶ added in v0.23.0
type CreateSessionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.Session
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseCreateSessionResponse ¶ added in v0.23.0
func ParseCreateSessionResponse(rsp *http.Response) (*CreateSessionResponse, error)
ParseCreateSessionResponse parses an HTTP response from a CreateSessionWithResponse call
func (CreateSessionResponse) ContentType ¶ added in v0.23.0
func (r CreateSessionResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CreateSessionResponse) Status ¶ added in v0.23.0
func (r CreateSessionResponse) Status() string
Status returns HTTPResponse.Status
func (CreateSessionResponse) StatusCode ¶ added in v0.23.0
func (r CreateSessionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateSkillJSONRequestBody ¶ added in v0.23.0
type CreateSkillJSONRequestBody = externalRef0.CreateSkillRequest
CreateSkillJSONRequestBody defines body for CreateSkill for application/json ContentType.
type CreateSkillRequest ¶ added in v0.23.0
type CreateSkillRequest = externalRef0.CreateSkillRequest
CreateSkillRequest defines model for CreateSkillRequest.
type CreateSkillResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseCreateSkillResponse(rsp *http.Response) (*CreateSkillResponse, error)
ParseCreateSkillResponse parses an HTTP response from a CreateSkillWithResponse call
func (CreateSkillResponse) ContentType ¶ added in v0.23.0
func (r CreateSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CreateSkillResponse) Status ¶ added in v0.23.0
func (r CreateSkillResponse) Status() string
Status returns HTTPResponse.Status
func (CreateSkillResponse) StatusCode ¶ added in v0.23.0
func (r CreateSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteAgentResponse ¶ added in v0.23.0
type DeleteAgentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseDeleteAgentResponse ¶ added in v0.23.0
func ParseDeleteAgentResponse(rsp *http.Response) (*DeleteAgentResponse, error)
ParseDeleteAgentResponse parses an HTTP response from a DeleteAgentWithResponse call
func (DeleteAgentResponse) ContentType ¶ added in v0.23.0
func (r DeleteAgentResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteAgentResponse) Status ¶ added in v0.23.0
func (r DeleteAgentResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAgentResponse) StatusCode ¶ added in v0.23.0
func (r DeleteAgentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteAgentSkillFileParams ¶ added in v0.23.0
type DeleteAgentSkillFileParams struct {
Path string `form:"path" json:"path"`
}
DeleteAgentSkillFileParams defines parameters for DeleteAgentSkillFile.
type DeleteAgentSkillFileResponse ¶ added in v0.23.0
type DeleteAgentSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseDeleteAgentSkillFileResponse ¶ added in v0.23.0
func ParseDeleteAgentSkillFileResponse(rsp *http.Response) (*DeleteAgentSkillFileResponse, error)
ParseDeleteAgentSkillFileResponse parses an HTTP response from a DeleteAgentSkillFileWithResponse call
func (DeleteAgentSkillFileResponse) ContentType ¶ added in v0.23.0
func (r DeleteAgentSkillFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteAgentSkillFileResponse) Status ¶ added in v0.23.0
func (r DeleteAgentSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAgentSkillFileResponse) StatusCode ¶ added in v0.23.0
func (r DeleteAgentSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteAgentSkillResponse ¶ added in v0.23.0
type DeleteAgentSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseDeleteAgentSkillResponse ¶ added in v0.23.0
func ParseDeleteAgentSkillResponse(rsp *http.Response) (*DeleteAgentSkillResponse, error)
ParseDeleteAgentSkillResponse parses an HTTP response from a DeleteAgentSkillWithResponse call
func (DeleteAgentSkillResponse) ContentType ¶ added in v0.23.0
func (r DeleteAgentSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteAgentSkillResponse) Status ¶ added in v0.23.0
func (r DeleteAgentSkillResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAgentSkillResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseDeleteAuthUserIdentityResponse(rsp *http.Response) (*DeleteAuthUserIdentityResponse, error)
ParseDeleteAuthUserIdentityResponse parses an HTTP response from a DeleteAuthUserIdentityWithResponse call
func (DeleteAuthUserIdentityResponse) ContentType ¶ added in v0.23.0
func (r DeleteAuthUserIdentityResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteAuthUserIdentityResponse) Status ¶ added in v0.23.0
func (r DeleteAuthUserIdentityResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAuthUserIdentityResponse) StatusCode ¶ added in v0.23.0
func (r DeleteAuthUserIdentityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteChannelResponse ¶ added in v0.23.0
type DeleteChannelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseDeleteChannelResponse ¶ added in v0.23.0
func ParseDeleteChannelResponse(rsp *http.Response) (*DeleteChannelResponse, error)
ParseDeleteChannelResponse parses an HTTP response from a DeleteChannelWithResponse call
func (DeleteChannelResponse) ContentType ¶ added in v0.23.0
func (r DeleteChannelResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteChannelResponse) Status ¶ added in v0.23.0
func (r DeleteChannelResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteChannelResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
type DeleteFileResult = externalRef0.DeleteFileResult
DeleteFileResult defines model for DeleteFileResult.
type DeleteProfileMemoryResponse ¶ added in v0.23.0
type DeleteProfileMemoryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON401 *externalRef0.Unauthorized
}
func ParseDeleteProfileMemoryResponse ¶ added in v0.23.0
func ParseDeleteProfileMemoryResponse(rsp *http.Response) (*DeleteProfileMemoryResponse, error)
ParseDeleteProfileMemoryResponse parses an HTTP response from a DeleteProfileMemoryWithResponse call
func (DeleteProfileMemoryResponse) ContentType ¶ added in v0.23.0
func (r DeleteProfileMemoryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteProfileMemoryResponse) Status ¶ added in v0.23.0
func (r DeleteProfileMemoryResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProfileMemoryResponse) StatusCode ¶ added in v0.23.0
func (r DeleteProfileMemoryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProfileSkillFileParams ¶ added in v0.23.0
type DeleteProfileSkillFileParams struct {
Path string `form:"path" json:"path"`
}
DeleteProfileSkillFileParams defines parameters for DeleteProfileSkillFile.
type DeleteProfileSkillFileResponse ¶ added in v0.23.0
type DeleteProfileSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteFileResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseDeleteProfileSkillFileResponse ¶ added in v0.23.0
func ParseDeleteProfileSkillFileResponse(rsp *http.Response) (*DeleteProfileSkillFileResponse, error)
ParseDeleteProfileSkillFileResponse parses an HTTP response from a DeleteProfileSkillFileWithResponse call
func (DeleteProfileSkillFileResponse) ContentType ¶ added in v0.23.0
func (r DeleteProfileSkillFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteProfileSkillFileResponse) Status ¶ added in v0.23.0
func (r DeleteProfileSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProfileSkillFileResponse) StatusCode ¶ added in v0.23.0
func (r DeleteProfileSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProfileSkillResponse ¶ added in v0.23.0
type DeleteProfileSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
Id *string `json:"id,omitempty"`
}
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseDeleteProfileSkillResponse ¶ added in v0.23.0
func ParseDeleteProfileSkillResponse(rsp *http.Response) (*DeleteProfileSkillResponse, error)
ParseDeleteProfileSkillResponse parses an HTTP response from a DeleteProfileSkillWithResponse call
func (DeleteProfileSkillResponse) ContentType ¶ added in v0.23.0
func (r DeleteProfileSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteProfileSkillResponse) Status ¶ added in v0.23.0
func (r DeleteProfileSkillResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProfileSkillResponse) StatusCode ¶ added in v0.23.0
func (r DeleteProfileSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProviderResponse ¶ added in v0.23.0
type DeleteProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseDeleteProviderResponse ¶ added in v0.23.0
func ParseDeleteProviderResponse(rsp *http.Response) (*DeleteProviderResponse, error)
ParseDeleteProviderResponse parses an HTTP response from a DeleteProviderWithResponse call
func (DeleteProviderResponse) ContentType ¶ added in v0.23.0
func (r DeleteProviderResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteProviderResponse) Status ¶ added in v0.23.0
func (r DeleteProviderResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProviderResponse) StatusCode ¶ added in v0.23.0
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 ¶
func (r DeleteSchedulerJobResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteSchedulerJobResponse) StatusCode ¶
func (r DeleteSchedulerJobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteSkillFileParams ¶ added in v0.23.0
type DeleteSkillFileParams struct {
Path string `form:"path" json:"path"`
}
DeleteSkillFileParams defines parameters for DeleteSkillFile.
type DeleteSkillFileResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseDeleteSkillFileResponse(rsp *http.Response) (*DeleteSkillFileResponse, error)
ParseDeleteSkillFileResponse parses an HTTP response from a DeleteSkillFileWithResponse call
func (DeleteSkillFileResponse) ContentType ¶ added in v0.23.0
func (r DeleteSkillFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteSkillFileResponse) Status ¶ added in v0.23.0
func (r DeleteSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteSkillFileResponse) StatusCode ¶ added in v0.23.0
func (r DeleteSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteSkillResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseDeleteSkillResponse(rsp *http.Response) (*DeleteSkillResponse, error)
ParseDeleteSkillResponse parses an HTTP response from a DeleteSkillWithResponse call
func (DeleteSkillResponse) ContentType ¶ added in v0.23.0
func (r DeleteSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteSkillResponse) Status ¶ added in v0.23.0
func (r DeleteSkillResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteSkillResponse) StatusCode ¶ added in v0.23.0
func (r DeleteSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteUserMemoryResponse ¶ added in v0.23.0
type DeleteUserMemoryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseDeleteUserMemoryResponse ¶ added in v0.23.0
func ParseDeleteUserMemoryResponse(rsp *http.Response) (*DeleteUserMemoryResponse, error)
ParseDeleteUserMemoryResponse parses an HTTP response from a DeleteUserMemoryWithResponse call
func (DeleteUserMemoryResponse) ContentType ¶ added in v0.23.0
func (r DeleteUserMemoryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteUserMemoryResponse) Status ¶ added in v0.23.0
func (r DeleteUserMemoryResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteUserMemoryResponse) StatusCode ¶ added in v0.23.0
func (r DeleteUserMemoryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteVaultEntryResponse ¶ added in v0.23.0
type DeleteVaultEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON401 *externalRef0.Unauthorized
}
func ParseDeleteVaultEntryResponse ¶ added in v0.23.0
func ParseDeleteVaultEntryResponse(rsp *http.Response) (*DeleteVaultEntryResponse, error)
ParseDeleteVaultEntryResponse parses an HTTP response from a DeleteVaultEntryWithResponse call
func (DeleteVaultEntryResponse) ContentType ¶ added in v0.23.0
func (r DeleteVaultEntryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DeleteVaultEntryResponse) Status ¶ added in v0.23.0
func (r DeleteVaultEntryResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteVaultEntryResponse) StatusCode ¶ added in v0.23.0
func (r DeleteVaultEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DisconnectOAuthResponse ¶ added in v0.23.0
type DisconnectOAuthResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseDisconnectOAuthResponse ¶ added in v0.23.0
func ParseDisconnectOAuthResponse(rsp *http.Response) (*DisconnectOAuthResponse, error)
ParseDisconnectOAuthResponse parses an HTTP response from a DisconnectOAuthWithResponse call
func (DisconnectOAuthResponse) ContentType ¶ added in v0.23.0
func (r DisconnectOAuthResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DisconnectOAuthResponse) Status ¶ added in v0.23.0
func (r DisconnectOAuthResponse) Status() string
Status returns HTTPResponse.Status
func (DisconnectOAuthResponse) StatusCode ¶ added in v0.23.0
func (r DisconnectOAuthResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DuplicateBuiltinSkillToAgentResponse ¶ added in v0.23.0
type DuplicateBuiltinSkillToAgentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.DuplicateSkillResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseDuplicateBuiltinSkillToAgentResponse ¶ added in v0.23.0
func ParseDuplicateBuiltinSkillToAgentResponse(rsp *http.Response) (*DuplicateBuiltinSkillToAgentResponse, error)
ParseDuplicateBuiltinSkillToAgentResponse parses an HTTP response from a DuplicateBuiltinSkillToAgentWithResponse call
func (DuplicateBuiltinSkillToAgentResponse) ContentType ¶ added in v0.23.0
func (r DuplicateBuiltinSkillToAgentResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DuplicateBuiltinSkillToAgentResponse) Status ¶ added in v0.23.0
func (r DuplicateBuiltinSkillToAgentResponse) Status() string
Status returns HTTPResponse.Status
func (DuplicateBuiltinSkillToAgentResponse) StatusCode ¶ added in v0.23.0
func (r DuplicateBuiltinSkillToAgentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DuplicateSkillResult ¶ added in v0.23.0
type DuplicateSkillResult = externalRef0.DuplicateSkillResult
DuplicateSkillResult defines model for DuplicateSkillResult.
type FeedEntryList ¶
type FeedEntryList = externalRef0.FeedEntryList
FeedEntryList defines model for FeedEntryList.
type FeedEntryStatus ¶
type FeedEntryStatus = externalRef0.FeedEntryStatus
FeedEntryStatus defines model for FeedEntryStatus.
type FeedPollResult ¶
type FeedPollResult = externalRef0.FeedPollResult
FeedPollResult defines model for FeedPollResult.
type FetchModelsRequest ¶ added in v0.23.0
type FetchModelsRequest = externalRef0.FetchModelsRequest
FetchModelsRequest defines model for FetchModelsRequest.
type FetchProviderModelsJSONRequestBody ¶ added in v0.23.0
type FetchProviderModelsJSONRequestBody = externalRef0.FetchModelsRequest
FetchProviderModelsJSONRequestBody defines body for FetchProviderModels for application/json ContentType.
type FetchProviderModelsResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseFetchProviderModelsResponse(rsp *http.Response) (*FetchProviderModelsResponse, error)
ParseFetchProviderModelsResponse parses an HTTP response from a FetchProviderModelsWithResponse call
func (FetchProviderModelsResponse) ContentType ¶ added in v0.23.0
func (r FetchProviderModelsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (FetchProviderModelsResponse) Status ¶ added in v0.23.0
func (r FetchProviderModelsResponse) Status() string
Status returns HTTPResponse.Status
func (FetchProviderModelsResponse) StatusCode ¶ added in v0.23.0
func (r FetchProviderModelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GenerateLinkCodeJSONRequestBody ¶ added in v0.23.0
type GenerateLinkCodeJSONRequestBody = externalRef0.GenerateLinkCodeRequest
GenerateLinkCodeJSONRequestBody defines body for GenerateLinkCode for application/json ContentType.
type GenerateLinkCodeRequest ¶ added in v0.23.0
type GenerateLinkCodeRequest = externalRef0.GenerateLinkCodeRequest
GenerateLinkCodeRequest defines model for GenerateLinkCodeRequest.
type GenerateLinkCodeResponse ¶ added in v0.23.0
type GenerateLinkCodeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LinkCodeResponse
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseGenerateLinkCodeResponse ¶ added in v0.23.0
func ParseGenerateLinkCodeResponse(rsp *http.Response) (*GenerateLinkCodeResponse, error)
ParseGenerateLinkCodeResponse parses an HTTP response from a GenerateLinkCodeWithResponse call
func (GenerateLinkCodeResponse) ContentType ¶ added in v0.23.0
func (r GenerateLinkCodeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GenerateLinkCodeResponse) Status ¶ added in v0.23.0
func (r GenerateLinkCodeResponse) Status() string
Status returns HTTPResponse.Status
func (GenerateLinkCodeResponse) StatusCode ¶ added in v0.23.0
func (r GenerateLinkCodeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAgentResponse ¶ added in v0.23.0
type GetAgentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Agent
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetAgentResponse ¶ added in v0.23.0
func ParseGetAgentResponse(rsp *http.Response) (*GetAgentResponse, error)
ParseGetAgentResponse parses an HTTP response from a GetAgentWithResponse call
func (GetAgentResponse) ContentType ¶ added in v0.23.0
func (r GetAgentResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetAgentResponse) Status ¶ added in v0.23.0
func (r GetAgentResponse) Status() string
Status returns HTTPResponse.Status
func (GetAgentResponse) StatusCode ¶ added in v0.23.0
func (r GetAgentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAgentSkillFileParams ¶ added in v0.23.0
type GetAgentSkillFileParams struct {
Path string `form:"path" json:"path"`
}
GetAgentSkillFileParams defines parameters for GetAgentSkillFile.
type GetAgentSkillFileResponse ¶ added in v0.23.0
type GetAgentSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetAgentSkillFileResponse ¶ added in v0.23.0
func ParseGetAgentSkillFileResponse(rsp *http.Response) (*GetAgentSkillFileResponse, error)
ParseGetAgentSkillFileResponse parses an HTTP response from a GetAgentSkillFileWithResponse call
func (GetAgentSkillFileResponse) ContentType ¶ added in v0.23.0
func (r GetAgentSkillFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetAgentSkillFileResponse) Status ¶ added in v0.23.0
func (r GetAgentSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetAgentSkillFileResponse) StatusCode ¶ added in v0.23.0
func (r GetAgentSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAgentSkillResponse ¶ added in v0.23.0
type GetAgentSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Skill
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetAgentSkillResponse ¶ added in v0.23.0
func ParseGetAgentSkillResponse(rsp *http.Response) (*GetAgentSkillResponse, error)
ParseGetAgentSkillResponse parses an HTTP response from a GetAgentSkillWithResponse call
func (GetAgentSkillResponse) ContentType ¶ added in v0.23.0
func (r GetAgentSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetAgentSkillResponse) Status ¶ added in v0.23.0
func (r GetAgentSkillResponse) Status() string
Status returns HTTPResponse.Status
func (GetAgentSkillResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
type GetAuthUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.AuthUser
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetAuthUserResponse ¶ added in v0.23.0
func ParseGetAuthUserResponse(rsp *http.Response) (*GetAuthUserResponse, error)
ParseGetAuthUserResponse parses an HTTP response from a GetAuthUserWithResponse call
func (GetAuthUserResponse) ContentType ¶ added in v0.23.0
func (r GetAuthUserResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetAuthUserResponse) Status ¶ added in v0.23.0
func (r GetAuthUserResponse) Status() string
Status returns HTTPResponse.Status
func (GetAuthUserResponse) StatusCode ¶ added in v0.23.0
func (r GetAuthUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetBuiltinResourceResponse ¶ added in v0.23.0
type GetBuiltinResourceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.BuiltinResourceDetail
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseGetBuiltinResourceResponse ¶ added in v0.23.0
func ParseGetBuiltinResourceResponse(rsp *http.Response) (*GetBuiltinResourceResponse, error)
ParseGetBuiltinResourceResponse parses an HTTP response from a GetBuiltinResourceWithResponse call
func (GetBuiltinResourceResponse) ContentType ¶ added in v0.23.0
func (r GetBuiltinResourceResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetBuiltinResourceResponse) Status ¶ added in v0.23.0
func (r GetBuiltinResourceResponse) Status() string
Status returns HTTPResponse.Status
func (GetBuiltinResourceResponse) StatusCode ¶ added in v0.23.0
func (r GetBuiltinResourceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetChannelResponse ¶ added in v0.23.0
type GetChannelResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Channel
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetChannelResponse ¶ added in v0.23.0
func ParseGetChannelResponse(rsp *http.Response) (*GetChannelResponse, error)
ParseGetChannelResponse parses an HTTP response from a GetChannelWithResponse call
func (GetChannelResponse) ContentType ¶ added in v0.23.0
func (r GetChannelResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetChannelResponse) Status ¶ added in v0.23.0
func (r GetChannelResponse) Status() string
Status returns HTTPResponse.Status
func (GetChannelResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
type GetMeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.MeResponse
JSON401 *externalRef0.Unauthorized
}
func ParseGetMeResponse ¶ added in v0.23.0
func ParseGetMeResponse(rsp *http.Response) (*GetMeResponse, error)
ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call
func (GetMeResponse) ContentType ¶ added in v0.23.0
func (r GetMeResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetMeResponse) Status ¶ added in v0.23.0
func (r GetMeResponse) Status() string
Status returns HTTPResponse.Status
func (GetMeResponse) StatusCode ¶ added in v0.23.0
func (r GetMeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetOAuthConnectedResponse ¶ added in v0.23.0
type GetOAuthConnectedResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OAuthConnectedResponse
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseGetOAuthConnectedResponse ¶ added in v0.23.0
func ParseGetOAuthConnectedResponse(rsp *http.Response) (*GetOAuthConnectedResponse, error)
ParseGetOAuthConnectedResponse parses an HTTP response from a GetOAuthConnectedWithResponse call
func (GetOAuthConnectedResponse) ContentType ¶ added in v0.23.0
func (r GetOAuthConnectedResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetOAuthConnectedResponse) Status ¶ added in v0.23.0
func (r GetOAuthConnectedResponse) Status() string
Status returns HTTPResponse.Status
func (GetOAuthConnectedResponse) StatusCode ¶ added in v0.23.0
func (r GetOAuthConnectedResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPluginConfigResponse ¶ added in v0.23.0
type GetPluginConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseGetPluginConfigResponse ¶ added in v0.23.0
func ParseGetPluginConfigResponse(rsp *http.Response) (*GetPluginConfigResponse, error)
ParseGetPluginConfigResponse parses an HTTP response from a GetPluginConfigWithResponse call
func (GetPluginConfigResponse) ContentType ¶ added in v0.23.0
func (r GetPluginConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetPluginConfigResponse) Status ¶ added in v0.23.0
func (r GetPluginConfigResponse) Status() string
Status returns HTTPResponse.Status
func (GetPluginConfigResponse) StatusCode ¶ added in v0.23.0
func (r GetPluginConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPluginConfigSchemaResponse ¶ added in v0.23.0
type GetPluginConfigSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseGetPluginConfigSchemaResponse ¶ added in v0.23.0
func ParseGetPluginConfigSchemaResponse(rsp *http.Response) (*GetPluginConfigSchemaResponse, error)
ParseGetPluginConfigSchemaResponse parses an HTTP response from a GetPluginConfigSchemaWithResponse call
func (GetPluginConfigSchemaResponse) ContentType ¶ added in v0.23.0
func (r GetPluginConfigSchemaResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetPluginConfigSchemaResponse) Status ¶ added in v0.23.0
func (r GetPluginConfigSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (GetPluginConfigSchemaResponse) StatusCode ¶ added in v0.23.0
func (r GetPluginConfigSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPluginStatusResponse ¶ added in v0.23.0
type GetPluginStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseGetPluginStatusResponse ¶ added in v0.23.0
func ParseGetPluginStatusResponse(rsp *http.Response) (*GetPluginStatusResponse, error)
ParseGetPluginStatusResponse parses an HTTP response from a GetPluginStatusWithResponse call
func (GetPluginStatusResponse) ContentType ¶ added in v0.23.0
func (r GetPluginStatusResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetPluginStatusResponse) Status ¶ added in v0.23.0
func (r GetPluginStatusResponse) Status() string
Status returns HTTPResponse.Status
func (GetPluginStatusResponse) StatusCode ¶ added in v0.23.0
func (r GetPluginStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProfileSkillFileParams ¶ added in v0.23.0
type GetProfileSkillFileParams struct {
Path string `form:"path" json:"path"`
}
GetProfileSkillFileParams defines parameters for GetProfileSkillFile.
type GetProfileSkillFileResponse ¶ added in v0.23.0
type GetProfileSkillFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SkillFileResponse
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseGetProfileSkillFileResponse ¶ added in v0.23.0
func ParseGetProfileSkillFileResponse(rsp *http.Response) (*GetProfileSkillFileResponse, error)
ParseGetProfileSkillFileResponse parses an HTTP response from a GetProfileSkillFileWithResponse call
func (GetProfileSkillFileResponse) ContentType ¶ added in v0.23.0
func (r GetProfileSkillFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetProfileSkillFileResponse) Status ¶ added in v0.23.0
func (r GetProfileSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetProfileSkillFileResponse) StatusCode ¶ added in v0.23.0
func (r GetProfileSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProfileSkillResponse ¶ added in v0.23.0
type GetProfileSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Skill
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseGetProfileSkillResponse ¶ added in v0.23.0
func ParseGetProfileSkillResponse(rsp *http.Response) (*GetProfileSkillResponse, error)
ParseGetProfileSkillResponse parses an HTTP response from a GetProfileSkillWithResponse call
func (GetProfileSkillResponse) ContentType ¶ added in v0.23.0
func (r GetProfileSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetProfileSkillResponse) Status ¶ added in v0.23.0
func (r GetProfileSkillResponse) Status() string
Status returns HTTPResponse.Status
func (GetProfileSkillResponse) StatusCode ¶ added in v0.23.0
func (r GetProfileSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProviderResponse ¶ added in v0.23.0
type GetProviderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Provider
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetProviderResponse ¶ added in v0.23.0
func ParseGetProviderResponse(rsp *http.Response) (*GetProviderResponse, error)
ParseGetProviderResponse parses an HTTP response from a GetProviderWithResponse call
func (GetProviderResponse) ContentType ¶ added in v0.23.0
func (r GetProviderResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetProviderResponse) Status ¶ added in v0.23.0
func (r GetProviderResponse) Status() string
Status returns HTTPResponse.Status
func (GetProviderResponse) StatusCode ¶ added in v0.23.0
func (r GetProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSessionMessagesParams ¶ added in v0.23.0
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 ¶ added in v0.23.0
type GetSessionMessagesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]map[string]interface{}
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetSessionMessagesResponse ¶ added in v0.23.0
func ParseGetSessionMessagesResponse(rsp *http.Response) (*GetSessionMessagesResponse, error)
ParseGetSessionMessagesResponse parses an HTTP response from a GetSessionMessagesWithResponse call
func (GetSessionMessagesResponse) ContentType ¶ added in v0.23.0
func (r GetSessionMessagesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetSessionMessagesResponse) Status ¶ added in v0.23.0
func (r GetSessionMessagesResponse) Status() string
Status returns HTTPResponse.Status
func (GetSessionMessagesResponse) StatusCode ¶ added in v0.23.0
func (r GetSessionMessagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSessionResponse ¶ added in v0.23.0
type GetSessionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SessionDetail
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetSessionResponse ¶ added in v0.23.0
func ParseGetSessionResponse(rsp *http.Response) (*GetSessionResponse, error)
ParseGetSessionResponse parses an HTTP response from a GetSessionWithResponse call
func (GetSessionResponse) ContentType ¶ added in v0.23.0
func (r GetSessionResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetSessionResponse) Status ¶ added in v0.23.0
func (r GetSessionResponse) Status() string
Status returns HTTPResponse.Status
func (GetSessionResponse) StatusCode ¶ added in v0.23.0
func (r GetSessionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSessionSystemPromptResponse ¶ added in v0.23.0
type GetSessionSystemPromptResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SystemPromptResponse
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetSessionSystemPromptResponse ¶ added in v0.23.0
func ParseGetSessionSystemPromptResponse(rsp *http.Response) (*GetSessionSystemPromptResponse, error)
ParseGetSessionSystemPromptResponse parses an HTTP response from a GetSessionSystemPromptWithResponse call
func (GetSessionSystemPromptResponse) ContentType ¶ added in v0.23.0
func (r GetSessionSystemPromptResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetSessionSystemPromptResponse) Status ¶ added in v0.23.0
func (r GetSessionSystemPromptResponse) Status() string
Status returns HTTPResponse.Status
func (GetSessionSystemPromptResponse) StatusCode ¶ added in v0.23.0
func (r GetSessionSystemPromptResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSkillFileParams ¶ added in v0.23.0
type GetSkillFileParams struct {
Path string `form:"path" json:"path"`
}
GetSkillFileParams defines parameters for GetSkillFile.
type GetSkillFileResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseGetSkillFileResponse(rsp *http.Response) (*GetSkillFileResponse, error)
ParseGetSkillFileResponse parses an HTTP response from a GetSkillFileWithResponse call
func (GetSkillFileResponse) ContentType ¶ added in v0.23.0
func (r GetSkillFileResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetSkillFileResponse) Status ¶ added in v0.23.0
func (r GetSkillFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetSkillFileResponse) StatusCode ¶ added in v0.23.0
func (r GetSkillFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSkillResponse ¶ added in v0.23.0
type GetSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Skill
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseGetSkillResponse ¶ added in v0.23.0
func ParseGetSkillResponse(rsp *http.Response) (*GetSkillResponse, error)
ParseGetSkillResponse parses an HTTP response from a GetSkillWithResponse call
func (GetSkillResponse) ContentType ¶ added in v0.23.0
func (r GetSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetSkillResponse) Status ¶ added in v0.23.0
func (r GetSkillResponse) Status() string
Status returns HTTPResponse.Status
func (GetSkillResponse) StatusCode ¶ added in v0.23.0
func (r GetSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetVaultEntryResponse ¶ added in v0.24.0
type GetVaultEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.VaultEntryValue
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseGetVaultEntryResponse ¶ added in v0.24.0
func ParseGetVaultEntryResponse(rsp *http.Response) (*GetVaultEntryResponse, error)
ParseGetVaultEntryResponse parses an HTTP response from a GetVaultEntryWithResponse call
func (GetVaultEntryResponse) ContentType ¶ added in v0.24.0
func (r GetVaultEntryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GetVaultEntryResponse) Status ¶ added in v0.24.0
func (r GetVaultEntryResponse) Status() string
Status returns HTTPResponse.Status
func (GetVaultEntryResponse) StatusCode ¶ added in v0.24.0
func (r GetVaultEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GlobalInstallSkillRequest ¶ added in v0.23.0
type GlobalInstallSkillRequest = externalRef0.GlobalInstallSkillRequest
GlobalInstallSkillRequest defines model for GlobalInstallSkillRequest.
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type Identity ¶ added in v0.23.0
type Identity = externalRef0.Identity
Identity defines model for Identity.
type InstallAgentSkillJSONRequestBody ¶ added in v0.23.0
type InstallAgentSkillJSONRequestBody = externalRef0.InstallSkillRequest
InstallAgentSkillJSONRequestBody defines body for InstallAgentSkill for application/json ContentType.
type InstallAgentSkillResponse ¶ added in v0.23.0
type InstallAgentSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.SkillUploadResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseInstallAgentSkillResponse ¶ added in v0.23.0
func ParseInstallAgentSkillResponse(rsp *http.Response) (*InstallAgentSkillResponse, error)
ParseInstallAgentSkillResponse parses an HTTP response from a InstallAgentSkillWithResponse call
func (InstallAgentSkillResponse) ContentType ¶ added in v0.23.0
func (r InstallAgentSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (InstallAgentSkillResponse) Status ¶ added in v0.23.0
func (r InstallAgentSkillResponse) Status() string
Status returns HTTPResponse.Status
func (InstallAgentSkillResponse) StatusCode ¶ added in v0.23.0
func (r InstallAgentSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InstallProfileSkillJSONRequestBody ¶ added in v0.23.0
type InstallProfileSkillJSONRequestBody = externalRef0.ProfileInstallSkillRequest
InstallProfileSkillJSONRequestBody defines body for InstallProfileSkill for application/json ContentType.
type InstallProfileSkillResponse ¶ added in v0.23.0
type InstallProfileSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *struct {
Name *string `json:"name,omitempty"`
}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseInstallProfileSkillResponse ¶ added in v0.23.0
func ParseInstallProfileSkillResponse(rsp *http.Response) (*InstallProfileSkillResponse, error)
ParseInstallProfileSkillResponse parses an HTTP response from a InstallProfileSkillWithResponse call
func (InstallProfileSkillResponse) ContentType ¶ added in v0.23.0
func (r InstallProfileSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (InstallProfileSkillResponse) Status ¶ added in v0.23.0
func (r InstallProfileSkillResponse) Status() string
Status returns HTTPResponse.Status
func (InstallProfileSkillResponse) StatusCode ¶ added in v0.23.0
func (r InstallProfileSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type InstallSkillJSONRequestBody ¶ added in v0.23.0
type InstallSkillJSONRequestBody = externalRef0.GlobalInstallSkillRequest
InstallSkillJSONRequestBody defines body for InstallSkill for application/json ContentType.
type InstallSkillRequest ¶ added in v0.23.0
type InstallSkillRequest = externalRef0.InstallSkillRequest
InstallSkillRequest defines model for InstallSkillRequest.
type InstallSkillResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseInstallSkillResponse(rsp *http.Response) (*InstallSkillResponse, error)
ParseInstallSkillResponse parses an HTTP response from a InstallSkillWithResponse call
func (InstallSkillResponse) ContentType ¶ added in v0.23.0
func (r InstallSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (InstallSkillResponse) Status ¶ added in v0.23.0
func (r InstallSkillResponse) Status() string
Status returns HTTPResponse.Status
func (InstallSkillResponse) StatusCode ¶ added in v0.23.0
func (r InstallSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 LinkCodeResponse ¶ added in v0.23.0
type LinkCodeResponse = externalRef0.LinkCodeResponse
LinkCodeResponse defines model for LinkCodeResponse.
type ListAgentSkillsResponse ¶ added in v0.23.0
type ListAgentSkillsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SkillList
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListAgentSkillsResponse ¶ added in v0.23.0
func ParseListAgentSkillsResponse(rsp *http.Response) (*ListAgentSkillsResponse, error)
ParseListAgentSkillsResponse parses an HTTP response from a ListAgentSkillsWithResponse call
func (ListAgentSkillsResponse) ContentType ¶ added in v0.23.0
func (r ListAgentSkillsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListAgentSkillsResponse) Status ¶ added in v0.23.0
func (r ListAgentSkillsResponse) Status() string
Status returns HTTPResponse.Status
func (ListAgentSkillsResponse) StatusCode ¶ added in v0.23.0
func (r ListAgentSkillsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListAgentUsersResponse ¶ added in v0.23.0
type ListAgentUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.AgentUserList
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListAgentUsersResponse ¶ added in v0.23.0
func ParseListAgentUsersResponse(rsp *http.Response) (*ListAgentUsersResponse, error)
ParseListAgentUsersResponse parses an HTTP response from a ListAgentUsersWithResponse call
func (ListAgentUsersResponse) ContentType ¶ added in v0.23.0
func (r ListAgentUsersResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListAgentUsersResponse) Status ¶ added in v0.23.0
func (r ListAgentUsersResponse) Status() string
Status returns HTTPResponse.Status
func (ListAgentUsersResponse) StatusCode ¶ added in v0.23.0
func (r ListAgentUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListAgentsResponse ¶ added in v0.23.0
type ListAgentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.AgentList
JSON401 *externalRef0.Unauthorized
}
func ParseListAgentsResponse ¶ added in v0.23.0
func ParseListAgentsResponse(rsp *http.Response) (*ListAgentsResponse, error)
ParseListAgentsResponse parses an HTTP response from a ListAgentsWithResponse call
func (ListAgentsResponse) ContentType ¶ added in v0.23.0
func (r ListAgentsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListAgentsResponse) Status ¶ added in v0.23.0
func (r ListAgentsResponse) Status() string
Status returns HTTPResponse.Status
func (ListAgentsResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
type ListAuthUserAgentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListAuthUserAgentsResponse ¶ added in v0.23.0
func ParseListAuthUserAgentsResponse(rsp *http.Response) (*ListAuthUserAgentsResponse, error)
ParseListAuthUserAgentsResponse parses an HTTP response from a ListAuthUserAgentsWithResponse call
func (ListAuthUserAgentsResponse) ContentType ¶ added in v0.23.0
func (r ListAuthUserAgentsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListAuthUserAgentsResponse) Status ¶ added in v0.23.0
func (r ListAuthUserAgentsResponse) Status() string
Status returns HTTPResponse.Status
func (ListAuthUserAgentsResponse) StatusCode ¶ added in v0.23.0
func (r ListAuthUserAgentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListAuthUsersResponse ¶ added in v0.23.0
type ListAuthUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.AuthUser
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListAuthUsersResponse ¶ added in v0.23.0
func ParseListAuthUsersResponse(rsp *http.Response) (*ListAuthUsersResponse, error)
ParseListAuthUsersResponse parses an HTTP response from a ListAuthUsersWithResponse call
func (ListAuthUsersResponse) ContentType ¶ added in v0.23.0
func (r ListAuthUsersResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListAuthUsersResponse) Status ¶ added in v0.23.0
func (r ListAuthUsersResponse) Status() string
Status returns HTTPResponse.Status
func (ListAuthUsersResponse) StatusCode ¶ added in v0.23.0
func (r ListAuthUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListBuiltinResourcesResponse ¶ added in v0.23.0
type ListBuiltinResourcesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.BuiltinResource
JSON401 *externalRef0.Unauthorized
JSON404 *externalRef0.NotFound
}
func ParseListBuiltinResourcesResponse ¶ added in v0.23.0
func ParseListBuiltinResourcesResponse(rsp *http.Response) (*ListBuiltinResourcesResponse, error)
ParseListBuiltinResourcesResponse parses an HTTP response from a ListBuiltinResourcesWithResponse call
func (ListBuiltinResourcesResponse) ContentType ¶ added in v0.23.0
func (r ListBuiltinResourcesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListBuiltinResourcesResponse) Status ¶ added in v0.23.0
func (r ListBuiltinResourcesResponse) Status() string
Status returns HTTPResponse.Status
func (ListBuiltinResourcesResponse) StatusCode ¶ added in v0.23.0
func (r ListBuiltinResourcesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListChannelsResponse ¶ added in v0.23.0
type ListChannelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ChannelList
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListChannelsResponse ¶ added in v0.23.0
func ParseListChannelsResponse(rsp *http.Response) (*ListChannelsResponse, error)
ParseListChannelsResponse parses an HTTP response from a ListChannelsWithResponse call
func (ListChannelsResponse) ContentType ¶ added in v0.23.0
func (r ListChannelsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListChannelsResponse) Status ¶ added in v0.23.0
func (r ListChannelsResponse) Status() string
Status returns HTTPResponse.Status
func (ListChannelsResponse) StatusCode ¶ added in v0.23.0
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 ¶ added in v0.23.0
type ListManifestPluginsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.ManifestPlugin
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListManifestPluginsResponse ¶ added in v0.23.0
func ParseListManifestPluginsResponse(rsp *http.Response) (*ListManifestPluginsResponse, error)
ParseListManifestPluginsResponse parses an HTTP response from a ListManifestPluginsWithResponse call
func (ListManifestPluginsResponse) ContentType ¶ added in v0.23.0
func (r ListManifestPluginsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListManifestPluginsResponse) Status ¶ added in v0.23.0
func (r ListManifestPluginsResponse) Status() string
Status returns HTTPResponse.Status
func (ListManifestPluginsResponse) StatusCode ¶ added in v0.23.0
func (r ListManifestPluginsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListModelsResponse ¶ added in v0.23.0
type ListModelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.CachedModel
JSON401 *externalRef0.Unauthorized
}
func ParseListModelsResponse ¶ added in v0.23.0
func ParseListModelsResponse(rsp *http.Response) (*ListModelsResponse, error)
ParseListModelsResponse parses an HTTP response from a ListModelsWithResponse call
func (ListModelsResponse) ContentType ¶ added in v0.23.0
func (r ListModelsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListModelsResponse) Status ¶ added in v0.23.0
func (r ListModelsResponse) Status() string
Status returns HTTPResponse.Status
func (ListModelsResponse) StatusCode ¶ added in v0.23.0
func (r ListModelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListOAuthProvidersResponse ¶ added in v0.23.0
type ListOAuthProvidersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OAuthProviderStatus
JSON401 *externalRef0.Unauthorized
}
func ParseListOAuthProvidersResponse ¶ added in v0.23.0
func ParseListOAuthProvidersResponse(rsp *http.Response) (*ListOAuthProvidersResponse, error)
ParseListOAuthProvidersResponse parses an HTTP response from a ListOAuthProvidersWithResponse call
func (ListOAuthProvidersResponse) ContentType ¶ added in v0.23.0
func (r ListOAuthProvidersResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListOAuthProvidersResponse) Status ¶ added in v0.23.0
func (r ListOAuthProvidersResponse) Status() string
Status returns HTTPResponse.Status
func (ListOAuthProvidersResponse) StatusCode ¶ added in v0.23.0
func (r ListOAuthProvidersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListPluginsResponse ¶ added in v0.23.0
type ListPluginsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.PluginView
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListPluginsResponse ¶ added in v0.23.0
func ParseListPluginsResponse(rsp *http.Response) (*ListPluginsResponse, error)
ParseListPluginsResponse parses an HTTP response from a ListPluginsWithResponse call
func (ListPluginsResponse) ContentType ¶ added in v0.23.0
func (r ListPluginsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListPluginsResponse) Status ¶ added in v0.23.0
func (r ListPluginsResponse) Status() string
Status returns HTTPResponse.Status
func (ListPluginsResponse) StatusCode ¶ added in v0.23.0
func (r ListPluginsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListProfileIdentitiesResponse ¶ added in v0.23.0
type ListProfileIdentitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.Identity
JSON401 *externalRef0.Unauthorized
}
func ParseListProfileIdentitiesResponse ¶ added in v0.23.0
func ParseListProfileIdentitiesResponse(rsp *http.Response) (*ListProfileIdentitiesResponse, error)
ParseListProfileIdentitiesResponse parses an HTTP response from a ListProfileIdentitiesWithResponse call
func (ListProfileIdentitiesResponse) ContentType ¶ added in v0.23.0
func (r ListProfileIdentitiesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListProfileIdentitiesResponse) Status ¶ added in v0.23.0
func (r ListProfileIdentitiesResponse) Status() string
Status returns HTTPResponse.Status
func (ListProfileIdentitiesResponse) StatusCode ¶ added in v0.23.0
func (r ListProfileIdentitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListProfileMemoriesResponse ¶ added in v0.23.0
type ListProfileMemoriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.UserMemory
JSON401 *externalRef0.Unauthorized
}
func ParseListProfileMemoriesResponse ¶ added in v0.23.0
func ParseListProfileMemoriesResponse(rsp *http.Response) (*ListProfileMemoriesResponse, error)
ParseListProfileMemoriesResponse parses an HTTP response from a ListProfileMemoriesWithResponse call
func (ListProfileMemoriesResponse) ContentType ¶ added in v0.23.0
func (r ListProfileMemoriesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListProfileMemoriesResponse) Status ¶ added in v0.23.0
func (r ListProfileMemoriesResponse) Status() string
Status returns HTTPResponse.Status
func (ListProfileMemoriesResponse) StatusCode ¶ added in v0.23.0
func (r ListProfileMemoriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListProfileSkillsResponse ¶ added in v0.23.0
type ListProfileSkillsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SkillList
JSON401 *externalRef0.Unauthorized
}
func ParseListProfileSkillsResponse ¶ added in v0.23.0
func ParseListProfileSkillsResponse(rsp *http.Response) (*ListProfileSkillsResponse, error)
ParseListProfileSkillsResponse parses an HTTP response from a ListProfileSkillsWithResponse call
func (ListProfileSkillsResponse) ContentType ¶ added in v0.23.0
func (r ListProfileSkillsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListProfileSkillsResponse) Status ¶ added in v0.23.0
func (r ListProfileSkillsResponse) Status() string
Status returns HTTPResponse.Status
func (ListProfileSkillsResponse) StatusCode ¶ added in v0.23.0
func (r ListProfileSkillsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListProviderModelsResponse ¶ added in v0.23.0
type ListProviderModelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.ProviderModelItem
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
JSON404 *externalRef0.NotFound
}
func ParseListProviderModelsResponse ¶ added in v0.23.0
func ParseListProviderModelsResponse(rsp *http.Response) (*ListProviderModelsResponse, error)
ParseListProviderModelsResponse parses an HTTP response from a ListProviderModelsWithResponse call
func (ListProviderModelsResponse) ContentType ¶ added in v0.23.0
func (r ListProviderModelsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListProviderModelsResponse) Status ¶ added in v0.23.0
func (r ListProviderModelsResponse) Status() string
Status returns HTTPResponse.Status
func (ListProviderModelsResponse) StatusCode ¶ added in v0.23.0
func (r ListProviderModelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListProviderTypesResponse ¶ added in v0.23.0
type ListProviderTypesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.ProviderType
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListProviderTypesResponse ¶ added in v0.23.0
func ParseListProviderTypesResponse(rsp *http.Response) (*ListProviderTypesResponse, error)
ParseListProviderTypesResponse parses an HTTP response from a ListProviderTypesWithResponse call
func (ListProviderTypesResponse) ContentType ¶ added in v0.23.0
func (r ListProviderTypesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListProviderTypesResponse) Status ¶ added in v0.23.0
func (r ListProviderTypesResponse) Status() string
Status returns HTTPResponse.Status
func (ListProviderTypesResponse) StatusCode ¶ added in v0.23.0
func (r ListProviderTypesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListProvidersResponse ¶ added in v0.23.0
type ListProvidersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.Provider
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListProvidersResponse ¶ added in v0.23.0
func ParseListProvidersResponse(rsp *http.Response) (*ListProvidersResponse, error)
ParseListProvidersResponse parses an HTTP response from a ListProvidersWithResponse call
func (ListProvidersResponse) ContentType ¶ added in v0.23.0
func (r ListProvidersResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListProvidersResponse) Status ¶ added in v0.23.0
func (r ListProvidersResponse) Status() string
Status returns HTTPResponse.Status
func (ListProvidersResponse) StatusCode ¶ added in v0.23.0
func (r ListProvidersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListPublicChannelsResponse ¶ added in v0.23.0
type ListPublicChannelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PublicChannelList
JSON401 *externalRef0.Unauthorized
}
func ParseListPublicChannelsResponse ¶ added in v0.23.0
func ParseListPublicChannelsResponse(rsp *http.Response) (*ListPublicChannelsResponse, error)
ParseListPublicChannelsResponse parses an HTTP response from a ListPublicChannelsWithResponse call
func (ListPublicChannelsResponse) ContentType ¶ added in v0.23.0
func (r ListPublicChannelsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListPublicChannelsResponse) Status ¶ added in v0.23.0
func (r ListPublicChannelsResponse) Status() string
Status returns HTTPResponse.Status
func (ListPublicChannelsResponse) StatusCode ¶ added in v0.23.0
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 ¶
func (r ListSchedulerJobRunsResponse) Status() string
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
type ListSessionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.Session
JSON401 *externalRef0.Unauthorized
}
func ParseListSessionsResponse ¶ added in v0.23.0
func ParseListSessionsResponse(rsp *http.Response) (*ListSessionsResponse, error)
ParseListSessionsResponse parses an HTTP response from a ListSessionsWithResponse call
func (ListSessionsResponse) ContentType ¶ added in v0.23.0
func (r ListSessionsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListSessionsResponse) Status ¶ added in v0.23.0
func (r ListSessionsResponse) Status() string
Status returns HTTPResponse.Status
func (ListSessionsResponse) StatusCode ¶ added in v0.23.0
func (r ListSessionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListSkillsResponse ¶ added in v0.23.0
type ListSkillsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SkillList
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListSkillsResponse ¶ added in v0.23.0
func ParseListSkillsResponse(rsp *http.Response) (*ListSkillsResponse, error)
ParseListSkillsResponse parses an HTTP response from a ListSkillsWithResponse call
func (ListSkillsResponse) ContentType ¶ added in v0.23.0
func (r ListSkillsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListSkillsResponse) Status ¶ added in v0.23.0
func (r ListSkillsResponse) Status() string
Status returns HTTPResponse.Status
func (ListSkillsResponse) StatusCode ¶ added in v0.23.0
func (r ListSkillsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListToolsResponse ¶ added in v0.23.0
type ListToolsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.Tool
JSON401 *externalRef0.Unauthorized
}
func ParseListToolsResponse ¶ added in v0.23.0
func ParseListToolsResponse(rsp *http.Response) (*ListToolsResponse, error)
ParseListToolsResponse parses an HTTP response from a ListToolsWithResponse call
func (ListToolsResponse) ContentType ¶ added in v0.23.0
func (r ListToolsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListToolsResponse) Status ¶ added in v0.23.0
func (r ListToolsResponse) Status() string
Status returns HTTPResponse.Status
func (ListToolsResponse) StatusCode ¶ added in v0.23.0
func (r ListToolsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListUserMemoriesResponse ¶ added in v0.23.0
type ListUserMemoriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.UserMemory
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseListUserMemoriesResponse ¶ added in v0.23.0
func ParseListUserMemoriesResponse(rsp *http.Response) (*ListUserMemoriesResponse, error)
ParseListUserMemoriesResponse parses an HTTP response from a ListUserMemoriesWithResponse call
func (ListUserMemoriesResponse) ContentType ¶ added in v0.23.0
func (r ListUserMemoriesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListUserMemoriesResponse) Status ¶ added in v0.23.0
func (r ListUserMemoriesResponse) Status() string
Status returns HTTPResponse.Status
func (ListUserMemoriesResponse) StatusCode ¶ added in v0.23.0
func (r ListUserMemoriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListVaultEntriesResponse ¶ added in v0.23.0
type ListVaultEntriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.VaultEntry
JSON401 *externalRef0.Unauthorized
}
func ParseListVaultEntriesResponse ¶ added in v0.23.0
func ParseListVaultEntriesResponse(rsp *http.Response) (*ListVaultEntriesResponse, error)
ParseListVaultEntriesResponse parses an HTTP response from a ListVaultEntriesWithResponse call
func (ListVaultEntriesResponse) ContentType ¶ added in v0.23.0
func (r ListVaultEntriesResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ListVaultEntriesResponse) Status ¶ added in v0.23.0
func (r ListVaultEntriesResponse) Status() string
Status returns HTTPResponse.Status
func (ListVaultEntriesResponse) StatusCode ¶ added in v0.23.0
func (r ListVaultEntriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LoginJSONRequestBody ¶ added in v0.23.0
type LoginJSONRequestBody = externalRef0.LoginRequest
LoginJSONRequestBody defines body for Login for application/json ContentType.
type LoginRequest ¶ added in v0.23.0
type LoginRequest = externalRef0.LoginRequest
LoginRequest defines model for LoginRequest.
type LoginResponse ¶ added in v0.23.0
type LoginResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.AuthResponse
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseLoginResponse ¶ added in v0.23.0
func ParseLoginResponse(rsp *http.Response) (*LoginResponse, error)
ParseLoginResponse parses an HTTP response from a LoginWithResponse call
func (LoginResponse) ContentType ¶ added in v0.23.0
func (r LoginResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (LoginResponse) Status ¶ added in v0.23.0
func (r LoginResponse) Status() string
Status returns HTTPResponse.Status
func (LoginResponse) StatusCode ¶ added in v0.23.0
func (r LoginResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LogoutResponse ¶ added in v0.23.0
type LogoutResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
Status *string `json:"status,omitempty"`
}
JSON401 *externalRef0.Unauthorized
}
func ParseLogoutResponse ¶ added in v0.23.0
func ParseLogoutResponse(rsp *http.Response) (*LogoutResponse, error)
ParseLogoutResponse parses an HTTP response from a LogoutWithResponse call
func (LogoutResponse) ContentType ¶ added in v0.23.0
func (r LogoutResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (LogoutResponse) Status ¶ added in v0.23.0
func (r LogoutResponse) Status() string
Status returns HTTPResponse.Status
func (LogoutResponse) StatusCode ¶ added in v0.23.0
func (r LogoutResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ManifestPlugin ¶ added in v0.23.0
type ManifestPlugin = externalRef0.ManifestPlugin
ManifestPlugin defines model for ManifestPlugin.
type MeResponse ¶ added in v0.23.0
type MeResponse = externalRef0.MeResponse
MeResponse defines model for MeResponse.
type OAuthConnectedResponse ¶ added in v0.23.0
type OAuthConnectedResponse = externalRef0.OAuthConnectedResponse
OAuthConnectedResponse defines model for OAuthConnectedResponse.
type OAuthFlowStatus ¶ added in v0.23.0
type OAuthFlowStatus = externalRef0.OAuthFlowStatus
OAuthFlowStatus defines model for OAuthFlowStatus.
type OAuthProviderStatus ¶ added in v0.23.0
type OAuthProviderStatus = externalRef0.OAuthProviderStatus
OAuthProviderStatus defines model for OAuthProviderStatus.
type OauthCallbackParams ¶ added in v0.23.0
type OauthCallbackParams struct {
Code string `form:"code" json:"code"`
State string `form:"state" json:"state"`
}
OauthCallbackParams defines parameters for OauthCallback.
type OauthCallbackResponse ¶ added in v0.23.0
func ParseOauthCallbackResponse ¶ added in v0.23.0
func ParseOauthCallbackResponse(rsp *http.Response) (*OauthCallbackResponse, error)
ParseOauthCallbackResponse parses an HTTP response from a OauthCallbackWithResponse call
func (OauthCallbackResponse) ContentType ¶ added in v0.23.0
func (r OauthCallbackResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (OauthCallbackResponse) Status ¶ added in v0.23.0
func (r OauthCallbackResponse) Status() string
Status returns HTTPResponse.Status
func (OauthCallbackResponse) StatusCode ¶ added in v0.23.0
func (r OauthCallbackResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PluginView ¶ added in v0.23.0
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 ¶ added in v0.23.0
type PollOAuthFlowResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OAuthFlowStatus
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParsePollOAuthFlowResponse ¶ added in v0.23.0
func ParsePollOAuthFlowResponse(rsp *http.Response) (*PollOAuthFlowResponse, error)
ParsePollOAuthFlowResponse parses an HTTP response from a PollOAuthFlowWithResponse call
func (PollOAuthFlowResponse) ContentType ¶ added in v0.23.0
func (r PollOAuthFlowResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PollOAuthFlowResponse) Status ¶ added in v0.23.0
func (r PollOAuthFlowResponse) Status() string
Status returns HTTPResponse.Status
func (PollOAuthFlowResponse) StatusCode ¶ added in v0.23.0
func (r PollOAuthFlowResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type PollWeixinQRStatusParams ¶ added in v0.23.0
type PollWeixinQRStatusParams struct {
// Qrcode QR code token from startWeixinQR
Qrcode string `form:"qrcode" json:"qrcode"`
}
PollWeixinQRStatusParams defines parameters for PollWeixinQRStatus.
type PollWeixinQRStatusResponse ¶ added in v0.23.0
type PollWeixinQRStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.WeixinQRStatus
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON502 *externalRef0.Error
}
func ParsePollWeixinQRStatusResponse ¶ added in v0.23.0
func ParsePollWeixinQRStatusResponse(rsp *http.Response) (*PollWeixinQRStatusResponse, error)
ParsePollWeixinQRStatusResponse parses an HTTP response from a PollWeixinQRStatusWithResponse call
func (PollWeixinQRStatusResponse) ContentType ¶ added in v0.23.0
func (r PollWeixinQRStatusResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (PollWeixinQRStatusResponse) Status ¶ added in v0.23.0
func (r PollWeixinQRStatusResponse) Status() string
Status returns HTTPResponse.Status
func (PollWeixinQRStatusResponse) StatusCode ¶ added in v0.23.0
func (r PollWeixinQRStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileInstallSkillRequest ¶ added in v0.23.0
type ProfileInstallSkillRequest = externalRef0.ProfileInstallSkillRequest
ProfileInstallSkillRequest defines model for ProfileInstallSkillRequest.
type Provider ¶ added in v0.23.0
type Provider = externalRef0.Provider
Provider defines model for Provider.
type ProviderModel ¶ added in v0.23.0
type ProviderModel = externalRef0.ProviderModel
ProviderModel defines model for ProviderModel.
type ProviderModelCost ¶ added in v0.23.0
type ProviderModelCost = externalRef0.ProviderModelCost
ProviderModelCost defines model for ProviderModelCost.
type ProviderModelItem ¶ added in v0.23.0
type ProviderModelItem = externalRef0.ProviderModelItem
ProviderModelItem defines model for ProviderModelItem.
type ProviderType ¶ added in v0.23.0
type ProviderType = externalRef0.ProviderType
ProviderType defines model for ProviderType.
type PublicChannel ¶ added in v0.23.0
type PublicChannel = externalRef0.PublicChannel
PublicChannel defines model for PublicChannel.
type PublicChannelList ¶ added in v0.23.0
type PublicChannelList = externalRef0.PublicChannelList
PublicChannelList defines model for PublicChannelList.
type RegisterJSONRequestBody ¶ added in v0.23.0
type RegisterJSONRequestBody = externalRef0.RegisterRequest
RegisterJSONRequestBody defines body for Register for application/json ContentType.
type RegisterRequest ¶ added in v0.23.0
type RegisterRequest = externalRef0.RegisterRequest
RegisterRequest defines model for RegisterRequest.
type RegisterResponse ¶ added in v0.23.0
type RegisterResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.AuthResponse
JSON400 *externalRef0.BadRequest
JSON409 *externalRef0.Error
}
func ParseRegisterResponse ¶ added in v0.23.0
func ParseRegisterResponse(rsp *http.Response) (*RegisterResponse, error)
ParseRegisterResponse parses an HTTP response from a RegisterWithResponse call
func (RegisterResponse) ContentType ¶ added in v0.23.0
func (r RegisterResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (RegisterResponse) Status ¶ added in v0.23.0
func (r RegisterResponse) Status() string
Status returns HTTPResponse.Status
func (RegisterResponse) StatusCode ¶ added in v0.23.0
func (r RegisterResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RemoveAgentUserResponse ¶ added in v0.23.0
type RemoveAgentUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseRemoveAgentUserResponse ¶ added in v0.23.0
func ParseRemoveAgentUserResponse(rsp *http.Response) (*RemoveAgentUserResponse, error)
ParseRemoveAgentUserResponse parses an HTTP response from a RemoveAgentUserWithResponse call
func (RemoveAgentUserResponse) ContentType ¶ added in v0.23.0
func (r RemoveAgentUserResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (RemoveAgentUserResponse) Status ¶ added in v0.23.0
func (r RemoveAgentUserResponse) Status() string
Status returns HTTPResponse.Status
func (RemoveAgentUserResponse) StatusCode ¶ added in v0.23.0
func (r RemoveAgentUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type SandboxConfig ¶ added in v0.23.0
type SandboxConfig = externalRef0.SandboxConfig
SandboxConfig defines model for SandboxConfig.
type SandboxNetworkConfig ¶ added in v0.23.0
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 ¶ added in v0.23.0
type SaveManifestPluginsJSONBody struct {
Plugins *[]externalRef0.ManifestPlugin `json:"plugins,omitempty"`
}
SaveManifestPluginsJSONBody defines parameters for SaveManifestPlugins.
type SaveManifestPluginsJSONRequestBody ¶ added in v0.23.0
type SaveManifestPluginsJSONRequestBody SaveManifestPluginsJSONBody
SaveManifestPluginsJSONRequestBody defines body for SaveManifestPlugins for application/json ContentType.
type SaveManifestPluginsResponse ¶ added in v0.23.0
type SaveManifestPluginsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.ManifestPlugin
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseSaveManifestPluginsResponse ¶ added in v0.23.0
func ParseSaveManifestPluginsResponse(rsp *http.Response) (*SaveManifestPluginsResponse, error)
ParseSaveManifestPluginsResponse parses an HTTP response from a SaveManifestPluginsWithResponse call
func (SaveManifestPluginsResponse) ContentType ¶ added in v0.23.0
func (r SaveManifestPluginsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SaveManifestPluginsResponse) Status ¶ added in v0.23.0
func (r SaveManifestPluginsResponse) Status() string
Status returns HTTPResponse.Status
func (SaveManifestPluginsResponse) StatusCode ¶ added in v0.23.0
func (r SaveManifestPluginsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SearchSkillsParams ¶ added in v0.23.0
type SearchSkillsParams struct {
Q string `form:"q" json:"q"`
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
}
SearchSkillsParams defines parameters for SearchSkills.
type SearchSkillsResponse ¶ added in v0.23.0
type SearchSkillsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.SkillSearchResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseSearchSkillsResponse ¶ added in v0.23.0
func ParseSearchSkillsResponse(rsp *http.Response) (*SearchSkillsResponse, error)
ParseSearchSkillsResponse parses an HTTP response from a SearchSkillsWithResponse call
func (SearchSkillsResponse) ContentType ¶ added in v0.23.0
func (r SearchSkillsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SearchSkillsResponse) Status ¶ added in v0.23.0
func (r SearchSkillsResponse) Status() string
Status returns HTTPResponse.Status
func (SearchSkillsResponse) StatusCode ¶ added in v0.23.0
func (r SearchSkillsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SendMessageRequest ¶ added in v0.23.0
type SendMessageRequest = externalRef0.SendMessageRequest
SendMessageRequest defines model for SendMessageRequest.
type SendSessionMessageJSONRequestBody ¶ added in v0.23.0
type SendSessionMessageJSONRequestBody = externalRef0.SendMessageRequest
SendSessionMessageJSONRequestBody defines body for SendSessionMessage for application/json ContentType.
type SendSessionMessageResponse ¶ added in v0.23.0
type SendSessionMessageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseSendSessionMessageResponse ¶ added in v0.23.0
func ParseSendSessionMessageResponse(rsp *http.Response) (*SendSessionMessageResponse, error)
ParseSendSessionMessageResponse parses an HTTP response from a SendSessionMessageWithResponse call
func (SendSessionMessageResponse) ContentType ¶ added in v0.23.0
func (r SendSessionMessageResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SendSessionMessageResponse) Status ¶ added in v0.23.0
func (r SendSessionMessageResponse) Status() string
Status returns HTTPResponse.Status
func (SendSessionMessageResponse) StatusCode ¶ added in v0.23.0
func (r SendSessionMessageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Session ¶ added in v0.23.0
type Session = externalRef0.Session
Session defines model for Session.
type SessionDetail ¶ added in v0.23.0
type SessionDetail = externalRef0.SessionDetail
SessionDetail defines model for SessionDetail.
type SetMemoryRequest ¶ added in v0.23.0
type SetMemoryRequest = externalRef0.SetMemoryRequest
SetMemoryRequest defines model for SetMemoryRequest.
type SetProfileMemoryJSONRequestBody ¶ added in v0.23.0
type SetProfileMemoryJSONRequestBody = externalRef0.SetMemoryRequest
SetProfileMemoryJSONRequestBody defines body for SetProfileMemory for application/json ContentType.
type SetProfileMemoryResponse ¶ added in v0.23.0
type SetProfileMemoryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseSetProfileMemoryResponse ¶ added in v0.23.0
func ParseSetProfileMemoryResponse(rsp *http.Response) (*SetProfileMemoryResponse, error)
ParseSetProfileMemoryResponse parses an HTTP response from a SetProfileMemoryWithResponse call
func (SetProfileMemoryResponse) ContentType ¶ added in v0.23.0
func (r SetProfileMemoryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SetProfileMemoryResponse) Status ¶ added in v0.23.0
func (r SetProfileMemoryResponse) Status() string
Status returns HTTPResponse.Status
func (SetProfileMemoryResponse) StatusCode ¶ added in v0.23.0
func (r SetProfileMemoryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SetProfileSoulJSONRequestBody ¶ added in v0.23.0
type SetProfileSoulJSONRequestBody = externalRef0.SetSoulRequest
SetProfileSoulJSONRequestBody defines body for SetProfileSoul for application/json ContentType.
type SetProfileSoulResponse ¶ added in v0.23.0
type SetProfileSoulResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseSetProfileSoulResponse ¶ added in v0.23.0
func ParseSetProfileSoulResponse(rsp *http.Response) (*SetProfileSoulResponse, error)
ParseSetProfileSoulResponse parses an HTTP response from a SetProfileSoulWithResponse call
func (SetProfileSoulResponse) ContentType ¶ added in v0.23.0
func (r SetProfileSoulResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SetProfileSoulResponse) Status ¶ added in v0.23.0
func (r SetProfileSoulResponse) Status() string
Status returns HTTPResponse.Status
func (SetProfileSoulResponse) StatusCode ¶ added in v0.23.0
func (r SetProfileSoulResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SetSoulRequest ¶ added in v0.23.0
type SetSoulRequest = externalRef0.SetSoulRequest
SetSoulRequest defines model for SetSoulRequest.
type SetUserMemoryJSONRequestBody ¶ added in v0.23.0
type SetUserMemoryJSONRequestBody = externalRef0.SetMemoryRequest
SetUserMemoryJSONRequestBody defines body for SetUserMemory for application/json ContentType.
type SetUserMemoryResponse ¶ added in v0.23.0
type SetUserMemoryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseSetUserMemoryResponse ¶ added in v0.23.0
func ParseSetUserMemoryResponse(rsp *http.Response) (*SetUserMemoryResponse, error)
ParseSetUserMemoryResponse parses an HTTP response from a SetUserMemoryWithResponse call
func (SetUserMemoryResponse) ContentType ¶ added in v0.23.0
func (r SetUserMemoryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SetUserMemoryResponse) Status ¶ added in v0.23.0
func (r SetUserMemoryResponse) Status() string
Status returns HTTPResponse.Status
func (SetUserMemoryResponse) StatusCode ¶ added in v0.23.0
func (r SetUserMemoryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SetVaultEntryJSONRequestBody ¶ added in v0.23.0
type SetVaultEntryJSONRequestBody = externalRef0.SetVaultEntryRequest
SetVaultEntryJSONRequestBody defines body for SetVaultEntry for application/json ContentType.
type SetVaultEntryRequest ¶ added in v0.23.0
type SetVaultEntryRequest = externalRef0.SetVaultEntryRequest
SetVaultEntryRequest defines model for SetVaultEntryRequest.
type SetVaultEntryResponse ¶ added in v0.23.0
type SetVaultEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseSetVaultEntryResponse ¶ added in v0.23.0
func ParseSetVaultEntryResponse(rsp *http.Response) (*SetVaultEntryResponse, error)
ParseSetVaultEntryResponse parses an HTTP response from a SetVaultEntryWithResponse call
func (SetVaultEntryResponse) ContentType ¶ added in v0.23.0
func (r SetVaultEntryResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SetVaultEntryResponse) Status ¶ added in v0.23.0
func (r SetVaultEntryResponse) Status() string
Status returns HTTPResponse.Status
func (SetVaultEntryResponse) StatusCode ¶ added in v0.23.0
func (r SetVaultEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SkillFileResponse ¶ added in v0.23.0
type SkillFileResponse = externalRef0.SkillFileResponse
SkillFileResponse defines model for SkillFileResponse.
type SkillList ¶ added in v0.23.0
type SkillList = externalRef0.SkillList
SkillList defines model for SkillList.
type SkillSearchResult ¶ added in v0.23.0
type SkillSearchResult = externalRef0.SkillSearchResult
SkillSearchResult defines model for SkillSearchResult.
type SkillSearchResultList ¶ added in v0.23.0
type SkillSearchResultList = externalRef0.SkillSearchResultList
SkillSearchResultList defines model for SkillSearchResultList.
type SkillUploadResult ¶ added in v0.23.0
type SkillUploadResult = externalRef0.SkillUploadResult
SkillUploadResult defines model for SkillUploadResult.
type SourceType ¶
type SourceType = externalRef0.SourceType
SourceType defines model for SourceType.
type StartOAuthFlowResponse ¶ added in v0.23.0
type StartOAuthFlowResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OAuthFlowStatus
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseStartOAuthFlowResponse ¶ added in v0.23.0
func ParseStartOAuthFlowResponse(rsp *http.Response) (*StartOAuthFlowResponse, error)
ParseStartOAuthFlowResponse parses an HTTP response from a StartOAuthFlowWithResponse call
func (StartOAuthFlowResponse) ContentType ¶ added in v0.23.0
func (r StartOAuthFlowResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StartOAuthFlowResponse) Status ¶ added in v0.23.0
func (r StartOAuthFlowResponse) Status() string
Status returns HTTPResponse.Status
func (StartOAuthFlowResponse) StatusCode ¶ added in v0.23.0
func (r StartOAuthFlowResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartWeixinQRResponse ¶ added in v0.23.0
type StartWeixinQRResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.WeixinQRCode
JSON401 *externalRef0.Unauthorized
JSON502 *externalRef0.Error
}
func ParseStartWeixinQRResponse ¶ added in v0.23.0
func ParseStartWeixinQRResponse(rsp *http.Response) (*StartWeixinQRResponse, error)
ParseStartWeixinQRResponse parses an HTTP response from a StartWeixinQRWithResponse call
func (StartWeixinQRResponse) ContentType ¶ added in v0.23.0
func (r StartWeixinQRResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StartWeixinQRResponse) Status ¶ added in v0.23.0
func (r StartWeixinQRResponse) Status() string
Status returns HTTPResponse.Status
func (StartWeixinQRResponse) StatusCode ¶ added in v0.23.0
func (r StartWeixinQRResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SyncManifestPluginsResponse ¶ added in v0.23.0
type SyncManifestPluginsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseSyncManifestPluginsResponse ¶ added in v0.23.0
func ParseSyncManifestPluginsResponse(rsp *http.Response) (*SyncManifestPluginsResponse, error)
ParseSyncManifestPluginsResponse parses an HTTP response from a SyncManifestPluginsWithResponse call
func (SyncManifestPluginsResponse) ContentType ¶ added in v0.23.0
func (r SyncManifestPluginsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SyncManifestPluginsResponse) Status ¶ added in v0.23.0
func (r SyncManifestPluginsResponse) Status() string
Status returns HTTPResponse.Status
func (SyncManifestPluginsResponse) StatusCode ¶ added in v0.23.0
func (r SyncManifestPluginsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SystemPromptResponse ¶ added in v0.23.0
type SystemPromptResponse = externalRef0.SystemPromptResponse
SystemPromptResponse defines model for SystemPromptResponse.
type TogglePluginJSONRequestBody ¶ added in v0.23.0
type TogglePluginJSONRequestBody = externalRef0.TogglePluginRequest
TogglePluginJSONRequestBody defines body for TogglePlugin for application/json ContentType.
type TogglePluginRequest ¶ added in v0.23.0
type TogglePluginRequest = externalRef0.TogglePluginRequest
TogglePluginRequest defines model for TogglePluginRequest.
type TogglePluginResponse ¶ added in v0.23.0
type TogglePluginResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseTogglePluginResponse ¶ added in v0.23.0
func ParseTogglePluginResponse(rsp *http.Response) (*TogglePluginResponse, error)
ParseTogglePluginResponse parses an HTTP response from a TogglePluginWithResponse call
func (TogglePluginResponse) ContentType ¶ added in v0.23.0
func (r TogglePluginResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TogglePluginResponse) Status ¶ added in v0.23.0
func (r TogglePluginResponse) Status() string
Status returns HTTPResponse.Status
func (TogglePluginResponse) StatusCode ¶ added in v0.23.0
func (r TogglePluginResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
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 ¶
func (r TriggerSchedulerJobResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerSchedulerJobResponse) StatusCode ¶
func (r TriggerSchedulerJobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UnlinkProfileIdentityResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUnlinkProfileIdentityResponse(rsp *http.Response) (*UnlinkProfileIdentityResponse, error)
ParseUnlinkProfileIdentityResponse parses an HTTP response from a UnlinkProfileIdentityWithResponse call
func (UnlinkProfileIdentityResponse) ContentType ¶ added in v0.23.0
func (r UnlinkProfileIdentityResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UnlinkProfileIdentityResponse) Status ¶ added in v0.23.0
func (r UnlinkProfileIdentityResponse) Status() string
Status returns HTTPResponse.Status
func (UnlinkProfileIdentityResponse) StatusCode ¶ added in v0.23.0
func (r UnlinkProfileIdentityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateActiveRequest ¶ added in v0.23.0
type UpdateActiveRequest = externalRef0.UpdateActiveRequest
UpdateActiveRequest defines model for UpdateActiveRequest.
type UpdateAgentJSONRequestBody ¶ added in v0.23.0
type UpdateAgentJSONRequestBody = externalRef0.Agent
UpdateAgentJSONRequestBody defines body for UpdateAgent for application/json ContentType.
type UpdateAgentResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUpdateAgentResponse(rsp *http.Response) (*UpdateAgentResponse, error)
ParseUpdateAgentResponse parses an HTTP response from a UpdateAgentWithResponse call
func (UpdateAgentResponse) ContentType ¶ added in v0.23.0
func (r UpdateAgentResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateAgentResponse) Status ¶ added in v0.23.0
func (r UpdateAgentResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateAgentResponse) StatusCode ¶ added in v0.23.0
func (r UpdateAgentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateAgentSkillJSONRequestBody ¶ added in v0.23.0
type UpdateAgentSkillJSONRequestBody = externalRef0.UpdateSkillRequest
UpdateAgentSkillJSONRequestBody defines body for UpdateAgentSkill for application/json ContentType.
type UpdateAgentSkillResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUpdateAgentSkillResponse(rsp *http.Response) (*UpdateAgentSkillResponse, error)
ParseUpdateAgentSkillResponse parses an HTTP response from a UpdateAgentSkillWithResponse call
func (UpdateAgentSkillResponse) ContentType ¶ added in v0.23.0
func (r UpdateAgentSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateAgentSkillResponse) Status ¶ added in v0.23.0
func (r UpdateAgentSkillResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateAgentSkillResponse) StatusCode ¶ added in v0.23.0
func (r UpdateAgentSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateAgentsRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
type UpdateAuthUserActiveJSONRequestBody = externalRef0.UpdateActiveRequest
UpdateAuthUserActiveJSONRequestBody defines body for UpdateAuthUserActive for application/json ContentType.
type UpdateAuthUserActiveResponse ¶ added in v0.23.0
type UpdateAuthUserActiveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUpdateAuthUserActiveResponse ¶ added in v0.23.0
func ParseUpdateAuthUserActiveResponse(rsp *http.Response) (*UpdateAuthUserActiveResponse, error)
ParseUpdateAuthUserActiveResponse parses an HTTP response from a UpdateAuthUserActiveWithResponse call
func (UpdateAuthUserActiveResponse) ContentType ¶ added in v0.23.0
func (r UpdateAuthUserActiveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateAuthUserActiveResponse) Status ¶ added in v0.23.0
func (r UpdateAuthUserActiveResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateAuthUserActiveResponse) StatusCode ¶ added in v0.23.0
func (r UpdateAuthUserActiveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateAuthUserAgentsJSONRequestBody ¶ added in v0.23.0
type UpdateAuthUserAgentsJSONRequestBody = externalRef0.UpdateAgentsRequest
UpdateAuthUserAgentsJSONRequestBody defines body for UpdateAuthUserAgents for application/json ContentType.
type UpdateAuthUserAgentsResponse ¶ added in v0.23.0
type UpdateAuthUserAgentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUpdateAuthUserAgentsResponse ¶ added in v0.23.0
func ParseUpdateAuthUserAgentsResponse(rsp *http.Response) (*UpdateAuthUserAgentsResponse, error)
ParseUpdateAuthUserAgentsResponse parses an HTTP response from a UpdateAuthUserAgentsWithResponse call
func (UpdateAuthUserAgentsResponse) ContentType ¶ added in v0.23.0
func (r UpdateAuthUserAgentsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateAuthUserAgentsResponse) Status ¶ added in v0.23.0
func (r UpdateAuthUserAgentsResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateAuthUserAgentsResponse) StatusCode ¶ added in v0.23.0
func (r UpdateAuthUserAgentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateAuthUserRoleJSONRequestBody ¶ added in v0.23.0
type UpdateAuthUserRoleJSONRequestBody = externalRef0.UpdateRoleRequest
UpdateAuthUserRoleJSONRequestBody defines body for UpdateAuthUserRole for application/json ContentType.
type UpdateAuthUserRoleResponse ¶ added in v0.23.0
type UpdateAuthUserRoleResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUpdateAuthUserRoleResponse ¶ added in v0.23.0
func ParseUpdateAuthUserRoleResponse(rsp *http.Response) (*UpdateAuthUserRoleResponse, error)
ParseUpdateAuthUserRoleResponse parses an HTTP response from a UpdateAuthUserRoleWithResponse call
func (UpdateAuthUserRoleResponse) ContentType ¶ added in v0.23.0
func (r UpdateAuthUserRoleResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateAuthUserRoleResponse) Status ¶ added in v0.23.0
func (r UpdateAuthUserRoleResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateAuthUserRoleResponse) StatusCode ¶ added in v0.23.0
func (r UpdateAuthUserRoleResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateChannelJSONRequestBody ¶ added in v0.23.0
type UpdateChannelJSONRequestBody = externalRef0.ChannelWriteRequest
UpdateChannelJSONRequestBody defines body for UpdateChannel for application/json ContentType.
type UpdateChannelResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUpdateChannelResponse(rsp *http.Response) (*UpdateChannelResponse, error)
ParseUpdateChannelResponse parses an HTTP response from a UpdateChannelWithResponse call
func (UpdateChannelResponse) ContentType ¶ added in v0.23.0
func (r UpdateChannelResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateChannelResponse) Status ¶ added in v0.23.0
func (r UpdateChannelResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateChannelResponse) StatusCode ¶ added in v0.23.0
func (r UpdateChannelResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateDefaultAgentRequest ¶ added in v0.23.0
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 ¶ added in v0.23.0
type UpdateNotifyIdentityRequest = externalRef0.UpdateNotifyIdentityRequest
UpdateNotifyIdentityRequest defines model for UpdateNotifyIdentityRequest.
type UpdatePluginConfigJSONRequestBody ¶ added in v0.23.0
type UpdatePluginConfigJSONRequestBody = externalRef0.UpdatePluginConfigRequest
UpdatePluginConfigJSONRequestBody defines body for UpdatePluginConfig for application/json ContentType.
type UpdatePluginConfigRequest ¶ added in v0.23.0
type UpdatePluginConfigRequest = externalRef0.UpdatePluginConfigRequest
UpdatePluginConfigRequest defines model for UpdatePluginConfigRequest.
type UpdatePluginConfigResponse ¶ added in v0.23.0
type UpdatePluginConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUpdatePluginConfigResponse ¶ added in v0.23.0
func ParseUpdatePluginConfigResponse(rsp *http.Response) (*UpdatePluginConfigResponse, error)
ParseUpdatePluginConfigResponse parses an HTTP response from a UpdatePluginConfigWithResponse call
func (UpdatePluginConfigResponse) ContentType ¶ added in v0.23.0
func (r UpdatePluginConfigResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdatePluginConfigResponse) Status ¶ added in v0.23.0
func (r UpdatePluginConfigResponse) Status() string
Status returns HTTPResponse.Status
func (UpdatePluginConfigResponse) StatusCode ¶ added in v0.23.0
func (r UpdatePluginConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateProfileSkillJSONRequestBody ¶ added in v0.23.0
type UpdateProfileSkillJSONRequestBody = externalRef0.UpdateSkillRequest
UpdateProfileSkillJSONRequestBody defines body for UpdateProfileSkill for application/json ContentType.
type UpdateProfileSkillResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUpdateProfileSkillResponse(rsp *http.Response) (*UpdateProfileSkillResponse, error)
ParseUpdateProfileSkillResponse parses an HTTP response from a UpdateProfileSkillWithResponse call
func (UpdateProfileSkillResponse) ContentType ¶ added in v0.23.0
func (r UpdateProfileSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateProfileSkillResponse) Status ¶ added in v0.23.0
func (r UpdateProfileSkillResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateProfileSkillResponse) StatusCode ¶ added in v0.23.0
func (r UpdateProfileSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateProviderJSONRequestBody ¶ added in v0.23.0
type UpdateProviderJSONRequestBody = externalRef0.Provider
UpdateProviderJSONRequestBody defines body for UpdateProvider for application/json ContentType.
type UpdateProviderResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUpdateProviderResponse(rsp *http.Response) (*UpdateProviderResponse, error)
ParseUpdateProviderResponse parses an HTTP response from a UpdateProviderWithResponse call
func (UpdateProviderResponse) ContentType ¶ added in v0.23.0
func (r UpdateProviderResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateProviderResponse) Status ¶ added in v0.23.0
func (r UpdateProviderResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateProviderResponse) StatusCode ¶ added in v0.23.0
func (r UpdateProviderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateRoleRequest ¶ added in v0.23.0
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 ¶
func (r UpdateSchedulerJobResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSchedulerJobResponse) StatusCode ¶
func (r UpdateSchedulerJobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateSkillJSONRequestBody ¶ added in v0.23.0
type UpdateSkillJSONRequestBody = externalRef0.UpdateSkillRequest
UpdateSkillJSONRequestBody defines body for UpdateSkill for application/json ContentType.
type UpdateSkillRequest ¶ added in v0.23.0
type UpdateSkillRequest = externalRef0.UpdateSkillRequest
UpdateSkillRequest defines model for UpdateSkillRequest.
type UpdateSkillResponse ¶ added in v0.23.0
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 ¶ added in v0.23.0
func ParseUpdateSkillResponse(rsp *http.Response) (*UpdateSkillResponse, error)
ParseUpdateSkillResponse parses an HTTP response from a UpdateSkillWithResponse call
func (UpdateSkillResponse) ContentType ¶ added in v0.23.0
func (r UpdateSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateSkillResponse) Status ¶ added in v0.23.0
func (r UpdateSkillResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateSkillResponse) StatusCode ¶ added in v0.23.0
func (r UpdateSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateUserDefaultAgentJSONRequestBody ¶ added in v0.23.0
type UpdateUserDefaultAgentJSONRequestBody = externalRef0.UpdateDefaultAgentRequest
UpdateUserDefaultAgentJSONRequestBody defines body for UpdateUserDefaultAgent for application/json ContentType.
type UpdateUserDefaultAgentResponse ¶ added in v0.23.0
type UpdateUserDefaultAgentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUpdateUserDefaultAgentResponse ¶ added in v0.23.0
func ParseUpdateUserDefaultAgentResponse(rsp *http.Response) (*UpdateUserDefaultAgentResponse, error)
ParseUpdateUserDefaultAgentResponse parses an HTTP response from a UpdateUserDefaultAgentWithResponse call
func (UpdateUserDefaultAgentResponse) ContentType ¶ added in v0.23.0
func (r UpdateUserDefaultAgentResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateUserDefaultAgentResponse) Status ¶ added in v0.23.0
func (r UpdateUserDefaultAgentResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateUserDefaultAgentResponse) StatusCode ¶ added in v0.23.0
func (r UpdateUserDefaultAgentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateUserNotifyIdentityJSONRequestBody ¶ added in v0.23.0
type UpdateUserNotifyIdentityJSONRequestBody = externalRef0.UpdateNotifyIdentityRequest
UpdateUserNotifyIdentityJSONRequestBody defines body for UpdateUserNotifyIdentity for application/json ContentType.
type UpdateUserNotifyIdentityResponse ¶ added in v0.23.0
type UpdateUserNotifyIdentityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUpdateUserNotifyIdentityResponse ¶ added in v0.23.0
func ParseUpdateUserNotifyIdentityResponse(rsp *http.Response) (*UpdateUserNotifyIdentityResponse, error)
ParseUpdateUserNotifyIdentityResponse parses an HTTP response from a UpdateUserNotifyIdentityWithResponse call
func (UpdateUserNotifyIdentityResponse) ContentType ¶ added in v0.23.0
func (r UpdateUserNotifyIdentityResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UpdateUserNotifyIdentityResponse) Status ¶ added in v0.23.0
func (r UpdateUserNotifyIdentityResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateUserNotifyIdentityResponse) StatusCode ¶ added in v0.23.0
func (r UpdateUserNotifyIdentityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UploadAgentSkillMultipartBody ¶ added in v0.23.0
type UploadAgentSkillMultipartBody struct {
File *openapi_types.File `json:"file,omitempty"`
}
UploadAgentSkillMultipartBody defines parameters for UploadAgentSkill.
type UploadAgentSkillMultipartRequestBody ¶ added in v0.23.0
type UploadAgentSkillMultipartRequestBody UploadAgentSkillMultipartBody
UploadAgentSkillMultipartRequestBody defines body for UploadAgentSkill for multipart/form-data ContentType.
type UploadAgentSkillResponse ¶ added in v0.23.0
type UploadAgentSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.SkillUploadResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
JSON403 *externalRef0.Forbidden
}
func ParseUploadAgentSkillResponse ¶ added in v0.23.0
func ParseUploadAgentSkillResponse(rsp *http.Response) (*UploadAgentSkillResponse, error)
ParseUploadAgentSkillResponse parses an HTTP response from a UploadAgentSkillWithResponse call
func (UploadAgentSkillResponse) ContentType ¶ added in v0.23.0
func (r UploadAgentSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UploadAgentSkillResponse) Status ¶ added in v0.23.0
func (r UploadAgentSkillResponse) Status() string
Status returns HTTPResponse.Status
func (UploadAgentSkillResponse) StatusCode ¶ added in v0.23.0
func (r UploadAgentSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UploadProfileSkillMultipartBody ¶ added in v0.23.0
type UploadProfileSkillMultipartBody struct {
File *openapi_types.File `json:"file,omitempty"`
}
UploadProfileSkillMultipartBody defines parameters for UploadProfileSkill.
type UploadProfileSkillMultipartRequestBody ¶ added in v0.23.0
type UploadProfileSkillMultipartRequestBody UploadProfileSkillMultipartBody
UploadProfileSkillMultipartRequestBody defines body for UploadProfileSkill for multipart/form-data ContentType.
type UploadProfileSkillResponse ¶ added in v0.23.0
type UploadProfileSkillResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.SkillUploadResult
JSON400 *externalRef0.BadRequest
JSON401 *externalRef0.Unauthorized
}
func ParseUploadProfileSkillResponse ¶ added in v0.23.0
func ParseUploadProfileSkillResponse(rsp *http.Response) (*UploadProfileSkillResponse, error)
ParseUploadProfileSkillResponse parses an HTTP response from a UploadProfileSkillWithResponse call
func (UploadProfileSkillResponse) ContentType ¶ added in v0.23.0
func (r UploadProfileSkillResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UploadProfileSkillResponse) Status ¶ added in v0.23.0
func (r UploadProfileSkillResponse) Status() string
Status returns HTTPResponse.Status
func (UploadProfileSkillResponse) StatusCode ¶ added in v0.23.0
func (r UploadProfileSkillResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UserMemory ¶ added in v0.23.0
type UserMemory = externalRef0.UserMemory
UserMemory defines model for UserMemory.
type VaultEntry ¶ added in v0.23.0
type VaultEntry = externalRef0.VaultEntry
VaultEntry defines model for VaultEntry.
type VaultEntryValue ¶ added in v0.24.0
type VaultEntryValue = externalRef0.VaultEntryValue
VaultEntryValue defines model for VaultEntryValue.
type WeixinQRCode ¶ added in v0.23.0
type WeixinQRCode = externalRef0.WeixinQRCode
WeixinQRCode defines model for WeixinQRCode.
type WeixinQRStatus ¶ added in v0.23.0
type WeixinQRStatus = externalRef0.WeixinQRStatus
WeixinQRStatus defines model for WeixinQRStatus.