Versions in this module Expand all Collapse all v0 v0.6.0 Aug 24, 2026 Changes in this version + func NewActivateSkillSkillsSkillIdActivatePostRequest(server string, skillId string) (*http.Request, error) + func NewAddEvalCaseSkillsSkillIdEvalCasesPostRequest(server string, skillId string, ...) (*http.Request, error) + func NewAddEvalCaseSkillsSkillIdEvalCasesPostRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error) + func NewAgentProfileUsageHandlerRequest(server string, agentId string) (*http.Request, error) + func NewAppendMessagesToThreadThreadsThreadIdAppendPostRequest(server string, threadId string, ...) (*http.Request, error) + func NewAppendMessagesToThreadThreadsThreadIdAppendPostRequestWithBody(server string, threadId string, contentType string, body io.Reader) (*http.Request, error) + func NewApplyEvolvesRevisionHandlerRequest(server string, body ApplyEvolvesRevisionHandlerJSONRequestBody) (*http.Request, error) + func NewApplyEvolvesRevisionHandlerRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewApplyLabelDeleteHandlerRequest(server string, labelId string, body ApplyLabelDeleteHandlerJSONRequestBody) (*http.Request, error) + func NewApplyLabelDeleteHandlerRequestWithBody(server string, labelId string, contentType string, body io.Reader) (*http.Request, error) + func NewApplyLabelMergeHandlerRequest(server string, labelId string, body ApplyLabelMergeHandlerJSONRequestBody) (*http.Request, error) + func NewApplyLabelMergeHandlerRequestWithBody(server string, labelId string, contentType string, body io.Reader) (*http.Request, error) + func NewApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostRequest(server string, skillId string) (*http.Request, error) + func NewApplySkillVersionSkillsSkillIdApplyVersionPostRequest(server string, skillId string) (*http.Request, error) + func NewArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostRequest(server string, ...) (*http.Request, error) + func NewArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewArchiveMemoryMemoriesMemoryIdArchivePostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewArchiveMemoryMemoriesMemoryIdArchivePostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewArchiveSkillSkillsSkillIdArchivePostRequest(server string, skillId string) (*http.Request, error) + func NewAssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostRequest(server string, memoryId string, labelId string) (*http.Request, error) + func NewAssignLabelToSourceSourcesSourceIdLabelsLabelIdPostRequest(server string, sourceId string, labelId string) (*http.Request, error) + func NewAuthorSkillSkillsAuthorPostRequest(server string, body AuthorSkillSkillsAuthorPostJSONRequestBody) (*http.Request, error) + func NewAuthorSkillSkillsAuthorPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewBulkDeleteMemoriesMemoriesBulkDeletePostRequest(server string, body BulkDeleteMemoriesMemoriesBulkDeletePostJSONRequestBody) (*http.Request, error) + func NewBulkDeleteMemoriesMemoriesBulkDeletePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewBulkDeleteThreadsBySelectionThreadsBulkDeletePostRequest(server string, ...) (*http.Request, error) + func NewBulkDeleteThreadsBySelectionThreadsBulkDeletePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewBulkDeleteThreadsThreadsBulkDeleteRequest(server string, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*http.Request, error) + func NewBulkDeleteThreadsThreadsBulkDeleteRequestWithBody(server string, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*http.Request, error) + func NewBulkMoveMemoriesMemoriesBulkMovePostRequest(server string, body BulkMoveMemoriesMemoriesBulkMovePostJSONRequestBody) (*http.Request, error) + func NewBulkMoveMemoriesMemoriesBulkMovePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewBulkMoveThreadsThreadsBulkMovePostRequest(server string, body BulkMoveThreadsThreadsBulkMovePostJSONRequestBody) (*http.Request, error) + func NewBulkMoveThreadsThreadsBulkMovePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostRequest(server string, sessionId string) (*http.Request, error) + func NewCancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostRequest(server string, ...) (*http.Request, error) + func NewCancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCapabilitiesCapabilitiesGetRequest(server string) (*http.Request, error) + func NewCheckAdminUpgradeCheckGetRequest(server string) (*http.Request, error) + func NewCheckpointDataDataCheckpointPostRequest(server string) (*http.Request, error) + func NewCleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostRequest(server string, ...) (*http.Request, error) + func NewCleanupOrphanedEntitiesGraphOrphansDeleteRequest(server string) (*http.Request, error) + func NewCloseAiNowSessionAgentAiNowSessionsSessionIdClosePostRequest(server string, sessionId string) (*http.Request, error) + func NewConsolidateLabelsLabelsConsolidatePostRequest(server string, params *ConsolidateLabelsLabelsConsolidatePostParams) (*http.Request, error) + func NewCopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostRequest(server string, ...) (*http.Request, error) + func NewCopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostRequest(server string, ...) (*http.Request, error) + func NewCreateAgentProfileSettingsAgentProfilesPostRequest(server string, body CreateAgentProfileSettingsAgentProfilesPostJSONRequestBody) (*http.Request, error) + func NewCreateAgentProfileSettingsAgentProfilesPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateAiNowSessionAgentAiNowSessionsPostRequest(server string, body CreateAiNowSessionAgentAiNowSessionsPostJSONRequestBody) (*http.Request, error) + func NewCreateAiNowSessionAgentAiNowSessionsPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateEmbeddingsV1EmbeddingsPostRequest(server string, body CreateEmbeddingsV1EmbeddingsPostJSONRequestBody) (*http.Request, error) + func NewCreateEmbeddingsV1EmbeddingsPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateGuidanceRuleSettingsRulesPostRequest(server string, body CreateGuidanceRuleSettingsRulesPostJSONRequestBody) (*http.Request, error) + func NewCreateGuidanceRuleSettingsRulesPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateLabelLabelsPostRequest(server string, params *CreateLabelLabelsPostParams) (*http.Request, error) + func NewCreateMemoryMemoriesPostRequest(server string, body CreateMemoryMemoriesPostJSONRequestBody) (*http.Request, error) + func NewCreateMemoryMemoriesPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateMemoryRelationMemoriesMemoryIdRelationsPostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewCreateMemoryRelationMemoriesMemoryIdRelationsPostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateSpaceSpacesPostRequest(server string, body CreateSpaceSpacesPostJSONRequestBody) (*http.Request, error) + func NewCreateSpaceSpacesPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCreateThreadThreadsPostRequest(server string, body CreateThreadThreadsPostJSONRequestBody) (*http.Request, error) + func NewCreateThreadThreadsPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewCuratorDryRunSkillsCuratorDryRunGetRequest(server string, params *CuratorDryRunSkillsCuratorDryRunGetParams) (*http.Request, error) + func NewCuratorProposalsSkillsCuratorProposalsGetRequest(server string) (*http.Request, error) + func NewCuratorRunSkillsCuratorRunPostRequest(server string, params *CuratorRunSkillsCuratorRunPostParams) (*http.Request, error) + func NewCutOverThreadMessagesContentStoreThreadMessagesCutoverPostRequest(server string, ...) (*http.Request, error) + func NewDeactivateSkillSkillsSkillIdDeactivatePostRequest(server string, skillId string) (*http.Request, error) + func NewDeleteAgentProfileSettingsAgentProfilesAgentIdDeleteRequest(server string, agentId string) (*http.Request, error) + func NewDeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteRequest(server string, sessionId string) (*http.Request, error) + func NewDeleteEntityHandlerRequest(server string, entityId string, params *DeleteEntityHandlerParams) (*http.Request, error) + func NewDeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteRequest(server string, skillId string, taskId string) (*http.Request, error) + func NewDeleteFeedEventAgentFeedEventsEventIdDeleteRequest(server string, eventId string) (*http.Request, error) + func NewDeleteGuidanceRuleSettingsRulesRuleIdDeleteRequest(server string, ruleId string) (*http.Request, error) + func NewDeleteLabelLabelsLabelIdDeleteRequest(server string, labelId string) (*http.Request, error) + func NewDeleteMemoryMemoriesMemoryIdDeleteRequest(server string, memoryId string, ...) (*http.Request, error) + func NewDeleteMemoryRelationMemoriesRelationsRelationIdDeleteRequest(server string, relationId string) (*http.Request, error) + func NewDeleteSourceSourcesSourceIdDeleteRequest(server string, sourceId string, ...) (*http.Request, error) + func NewDeleteSpaceSpacesSpaceRefDeleteRequest(server string, spaceRef string, params *DeleteSpaceSpacesSpaceRefDeleteParams) (*http.Request, error) + func NewDeleteThreadThreadsThreadIdDeleteRequest(server string, threadId string, ...) (*http.Request, error) + func NewDeprecateMemoryMemoriesMemoryIdDeprecatePostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewDeprecateMemoryMemoriesMemoryIdDeprecatePostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewDiscardPendingVersionHandlerRequest(server string, skillId string) (*http.Request, error) + func NewDiscoverConversationsThreadsConversationsDiscoverGetRequest(server string, ...) (*http.Request, error) + func NewDismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostRequest(server string, skillId string) (*http.Request, error) + func NewDismissSkillSkillsSkillIdDismissPostRequest(server string, skillId string, ...) (*http.Request, error) + func NewDismissSkillSkillsSkillIdDismissPostRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error) + func NewDistillMemoriesFromThreadMemoriesDistillPostRequest(server string, ...) (*http.Request, error) + func NewDistillMemoriesFromThreadMemoriesDistillPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewDownloadAdminUpgradeDownloadPostRequest(server string, body DownloadAdminUpgradeDownloadPostJSONRequestBody) (*http.Request, error) + func NewDownloadAdminUpgradeDownloadPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewDryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetRequest(server string, ...) (*http.Request, error) + func NewEditSkillFileSkillsSkillIdEditFilePostRequest(server string, skillId string, ...) (*http.Request, error) + func NewEditSkillFileSkillsSkillIdEditFilePostRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error) + func NewEventStreamEventsStreamGetRequest(server string) (*http.Request, error) + func NewExpandNeighborsGraphExpandNodeIdGetRequest(server string, nodeId string, ...) (*http.Request, error) + func NewExploreGraphGraphExploreGetRequest(server string, params *ExploreGraphGraphExploreGetParams) (*http.Request, error) + func NewExportAgentProfileHandlerRequest(server string, agentId string) (*http.Request, error) + func NewExportConversationRawThreadsConversationsExportRawPostRequest(server string, ...) (*http.Request, error) + func NewExportConversationRawThreadsConversationsExportRawPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewExportDataDataExportPostRequest(server string, body ExportDataDataExportPostJSONRequestBody) (*http.Request, error) + func NewExportDataDataExportPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewExportDataDownloadDataExportDownloadPostRequest(server string, body ExportDataDownloadDataExportDownloadPostJSONRequestBody) (*http.Request, error) + func NewExportDataDownloadDataExportDownloadPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewExportMemoryMemoriesMemoryIdExportGetRequest(server string, memoryId string, ...) (*http.Request, error) + func NewExportSettingsBackupHandlerRequest(server string) (*http.Request, error) + func NewExportThreadThreadsThreadIdExportGetRequest(server string, threadId string, ...) (*http.Request, error) + func NewFindOrphanedEntitiesGraphOrphansGetRequest(server string) (*http.Request, error) + func NewForceCheckpointHealthCheckpointPostRequest(server string) (*http.Request, error) + func NewForgetMemoryMemoriesMemoryIdForgetPostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewForgetMemoryMemoriesMemoryIdForgetPostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewFsCapabilitiesFsCapabilitiesGetRequest(server string) (*http.Request, error) + func NewFsCatFsCatGetRequest(server string, params *FsCatFsCatGetParams) (*http.Request, error) + func NewFsDeleteFsDeletePostRequest(server string, body FsDeleteFsDeletePostJSONRequestBody) (*http.Request, error) + func NewFsDeleteFsDeletePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewFsFindFsFindGetRequest(server string, params *FsFindFsFindGetParams) (*http.Request, error) + func NewFsGrepFsGrepGetRequest(server string, params *FsGrepFsGrepGetParams) (*http.Request, error) + func NewFsLsFsLsGetRequest(server string, params *FsLsFsLsGetParams) (*http.Request, error) + func NewFsRecallFsRecallGetRequest(server string, params *FsRecallFsRecallGetParams) (*http.Request, error) + func NewFsStatFsStatGetRequest(server string, params *FsStatFsStatGetParams) (*http.Request, error) + func NewFsWriteFsWritePostRequest(server string, body FsWriteFsWritePostJSONRequestBody) (*http.Request, error) + func NewFsWriteFsWritePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewGetAgentProfilesSettingsAgentProfilesGetRequest(server string) (*http.Request, error) + func NewGetAgentStatusAgentStatusGetRequest(server string) (*http.Request, error) + func NewGetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetRequest(server string, sessionId string) (*http.Request, error) + func NewGetAiNowSessionAgentAiNowSessionsSessionIdGetRequest(server string, sessionId string) (*http.Request, error) + func NewGetAugmentationStateGraphAugmentationStateGetRequest(server string) (*http.Request, error) + func NewGetBgeM3StatusModelsBgeM3StatusGetRequest(server string, params *GetBgeM3StatusModelsBgeM3StatusGetParams) (*http.Request, error) + func NewGetCommunityDetailsCommunitiesCommunityIdGetRequest(server string, communityId string, ...) (*http.Request, error) + func NewGetCommunityMembersGraphCommunityMembersCommunityIdGetRequest(server string, communityId string) (*http.Request, error) + func NewGetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetRequest(server string, communityId int, ...) (*http.Request, error) + func NewGetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetRequest(server string, communityId int, ...) (*http.Request, error) + func NewGetContentStoreMigrationStatusContentStoreMigrationStatusGetRequest(server string) (*http.Request, error) + func NewGetContextBundleContextBundleGetRequest(server string, params *GetContextBundleContextBundleGetParams) (*http.Request, error) + func NewGetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetRequest(server string, crystalId string, ...) (*http.Request, error) + func NewGetDistillationPlanMemoriesDistillPlanPostRequest(server string, body GetDistillationPlanMemoriesDistillPlanPostJSONRequestBody) (*http.Request, error) + func NewGetDistillationPlanMemoriesDistillPlanPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewGetEntityRelationshipsEntitiesEntityIdRelationshipsGetRequest(server string, entityId string, ...) (*http.Request, error) + func NewGetEvolvesEdgesAgentEvolvesGetRequest(server string, params *GetEvolvesEdgesAgentEvolvesGetParams) (*http.Request, error) + func NewGetExportStatusDataExportStatusJobIdGetRequest(server string, jobId string) (*http.Request, error) + func NewGetFavoriteMemoriesFavoritesMemoriesGetRequest(server string, params *GetFavoriteMemoriesFavoritesMemoriesGetParams) (*http.Request, error) + func NewGetFavoriteThreadsFavoritesThreadsGetRequest(server string, params *GetFavoriteThreadsFavoritesThreadsGetParams) (*http.Request, error) + func NewGetFeedEventsAgentFeedEventsGetRequest(server string, params *GetFeedEventsAgentFeedEventsGetParams) (*http.Request, error) + func NewGetGraphAnalysisGraphAnalysisGetRequest(server string) (*http.Request, error) + func NewGetGraphDataGraphSampleGetRequest(server string, params *GetGraphDataGraphSampleGetParams) (*http.Request, error) + func NewGetGraphOverviewGraphOverviewGetRequest(server string, params *GetGraphOverviewGraphOverviewGetParams) (*http.Request, error) + func NewGetGuidanceRulesSettingsRulesGetRequest(server string) (*http.Request, error) + func NewGetImportConfigThreadsImportConfigGetRequest(server string) (*http.Request, error) + func NewGetImportStatusDataImportStatusJobIdGetRequest(server string, jobId string) (*http.Request, error) + func NewGetInFlightOverviewAgentTasksOverviewGetRequest(server string) (*http.Request, error) + func NewGetJobStatusGraphAugmentationStatusJobIdGetRequest(server string, jobId string) (*http.Request, error) + func NewGetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetRequest(server string, ...) (*http.Request, error) + func NewGetLabelLabelsLabelIdGetRequest(server string, labelId string) (*http.Request, error) + func NewGetLibraryOkfExportLibraryOkfExportGetRequest(server string, params *GetLibraryOkfExportLibraryOkfExportGetParams) (*http.Request, error) + func NewGetLibraryWikiExportLibraryWikiExportGetRequest(server string, params *GetLibraryWikiExportLibraryWikiExportGetParams) (*http.Request, error) + func NewGetLibraryWikiExportSummaryLibraryWikiExportSummaryGetRequest(server string) (*http.Request, error) + func NewGetLibraryWikiIndexLibraryWikiIndexGetRequest(server string, params *GetLibraryWikiIndexLibraryWikiIndexGetParams) (*http.Request, error) + func NewGetLivePreviewGraphGraphLivePreviewGetRequest(server string, params *GetLivePreviewGraphGraphLivePreviewGetParams) (*http.Request, error) + func NewGetLivePreviewNeighborsGraphLivePreviewNodeIdGetRequest(server string, nodeId string, ...) (*http.Request, error) + func NewGetMemoryLabelsMemoriesMemoryIdLabelsGetRequest(server string, memoryId string) (*http.Request, error) + func NewGetMemoryMemoriesMemoryIdGetRequest(server string, memoryId string, params *GetMemoryMemoriesMemoryIdGetParams) (*http.Request, error) + func NewGetModelMemoryStatusModelsMemoryStatusGetRequest(server string) (*http.Request, error) + func NewGetNodeDetailsGraphNodeDetailsNodeIdGetRequest(server string, nodeId string) (*http.Request, error) + func NewGetReindexStatusMemoriesReindexStatusGetRequest(server string, params *GetReindexStatusMemoriesReindexStatusGetParams) (*http.Request, error) + func NewGetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetRequest(server string, communityId int, ...) (*http.Request, error) + func NewGetSearchIndexReindexStatusSearchIndexReindexStatusGetRequest(server string) (*http.Request, error) + func NewGetSearchIndexStatusSearchIndexStatusGetRequest(server string) (*http.Request, error) + func NewGetShortestPathGraphShortestPathGetRequest(server string, params *GetShortestPathGraphShortestPathGetParams) (*http.Request, error) + func NewGetSkillActivitySkillsActivityGetRequest(server string, params *GetSkillActivitySkillsActivityGetParams) (*http.Request, error) + func NewGetSkillEvalSkillsSkillIdEvalGetRequest(server string, skillId string) (*http.Request, error) + func NewGetSkillSkillsSkillIdGetRequest(server string, skillId string, params *GetSkillSkillsSkillIdGetParams) (*http.Request, error) + func NewGetSourceContentSourcesSourceIdContentGetRequest(server string, sourceId string, ...) (*http.Request, error) + func NewGetSourceDetailSourcesSourceIdGetRequest(server string, sourceId string, ...) (*http.Request, error) + func NewGetSourceImageSourcesSourceIdImagesFilenameGetRequest(server string, sourceId string, filename string, ...) (*http.Request, error) + func NewGetSourceLabelsSourcesSourceIdLabelsGetRequest(server string, sourceId string) (*http.Request, error) + func NewGetSourceRawSourcesSourceIdRawGetRequest(server string, sourceId string, ...) (*http.Request, error) + func NewGetSpaceRosterSpacesRosterGetRequest(server string) (*http.Request, error) + func NewGetSpaceSpacesSpaceRefGetRequest(server string, spaceRef string) (*http.Request, error) + func NewGetSpacesSpacesGetRequest(server string) (*http.Request, error) + func NewGetStatusAgentGraphIntelligenceStatusGetRequest(server string) (*http.Request, error) + func NewGetStorageInfoStorageInfoGetRequest(server string) (*http.Request, error) + func NewGetThreadCoverageThreadsThreadIdCoverageGetRequest(server string, threadId string) (*http.Request, error) + func NewGetThreadSourcesThreadsSourcesGetRequest(server string, params *GetThreadSourcesThreadsSourcesGetParams) (*http.Request, error) + func NewGetThreadSummariesThreadsSummariesGetRequest(server string, params *GetThreadSummariesThreadsSummariesGetParams) (*http.Request, error) + func NewGetThreadThreadsThreadIdGetRequest(server string, threadId string, params *GetThreadThreadsThreadIdGetParams) (*http.Request, error) + func NewGetTokenUsageSummaryAgentTokenUsageGetRequest(server string) (*http.Request, error) + func NewGetUserProfileSettingsProfileGetRequest(server string) (*http.Request, error) + func NewGetWatcherStatusThreadsWatcherStatusGetRequest(server string) (*http.Request, error) + func NewGetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetRequest(server string, crystalId string) (*http.Request, error) + func NewGetWikiPageEntityLibraryWikiPageEntityIdOrNameGetRequest(server string, idOrName string, ...) (*http.Request, error) + func NewGetWikiPageTopicLibraryWikiPageTopicCommunityIdGetRequest(server string, communityId int, ...) (*http.Request, error) + func NewGetWorkingMemoryAgentWorkingMemoryGetRequest(server string, params *GetWorkingMemoryAgentWorkingMemoryGetParams) (*http.Request, error) + func NewGetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetRequest(server string, ...) (*http.Request, error) + func NewGraphAnalysisHealthGraphHealthGetRequest(server string) (*http.Request, error) + func NewGraphVisGraphVisGetRequest(server string, params *GraphVisGraphVisGetParams) (*http.Request, error) + func NewHardenSkillEndpointSkillsSkillIdHardenPostRequest(server string, skillId string, ...) (*http.Request, error) + func NewHealthCheckHealthGetRequest(server string) (*http.Request, error) + func NewHideProjectThreadsImportConfigHideProjectPostRequest(server string, params *HideProjectThreadsImportConfigHideProjectPostParams) (*http.Request, error) + func NewHideSessionThreadsImportConfigHideSessionPostRequest(server string, params *HideSessionThreadsImportConfigHideSessionPostParams) (*http.Request, error) + func NewImportAgentProfileHandlerRequest(server string, params *ImportAgentProfileHandlerParams, ...) (*http.Request, error) + func NewImportAgentProfileHandlerRequestWithBody(server string, params *ImportAgentProfileHandlerParams, contentType string, ...) (*http.Request, error) + func NewImportConversationThreadsConversationsImportPostRequest(server string, ...) (*http.Request, error) + func NewImportConversationThreadsConversationsImportPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewImportDataDataImportPostRequest(server string, body ImportDataDataImportPostJSONRequestBody) (*http.Request, error) + func NewImportDataDataImportPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewImportDataUploadDataImportUploadPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewImportThreadsThreadsImportPostRequest(server string, body ImportThreadsThreadsImportPostJSONRequestBody) (*http.Request, error) + func NewImportThreadsThreadsImportPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestBatchSourcesIngestBatchPostRequest(server string, body IngestBatchSourcesIngestBatchPostJSONRequestBody) (*http.Request, error) + func NewIngestBatchSourcesIngestBatchPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestContentSourcesIngestContentPostRequest(server string, body IngestContentSourcesIngestContentPostJSONRequestBody) (*http.Request, error) + func NewIngestContentSourcesIngestContentPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestFilePathSourcesIngestFilePathPostRequest(server string, body IngestFilePathSourcesIngestFilePathPostJSONRequestBody) (*http.Request, error) + func NewIngestFilePathSourcesIngestFilePathPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestFileSourcesIngestFilePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestFolderSummarySourcesIngestFolderSummaryPostRequest(server string, ...) (*http.Request, error) + func NewIngestFolderSummarySourcesIngestFolderSummaryPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestFolderUploadSourcesIngestFolderUploadPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewIngestUrlSourcesIngestUrlPostRequest(server string, body IngestUrlSourcesIngestUrlPostJSONRequestBody) (*http.Request, error) + func NewIngestUrlSourcesIngestUrlPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewInstallAdminUpgradeInstallPostRequest(server string, body InstallAdminUpgradeInstallPostJSONRequestBody) (*http.Request, error) + func NewInstallAdminUpgradeInstallPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewInstallBgeM3ModelsBgeM3InstallPostRequest(server string, body InstallBgeM3ModelsBgeM3InstallPostJSONRequestBody) (*http.Request, error) + func NewInstallBgeM3ModelsBgeM3InstallPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewKeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostRequest(server string, ...) (*http.Request, error) + func NewKeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewLabelHealthLabelsHealthGetRequest(server string) (*http.Request, error) + func NewLabelMergeCandidatesLabelsMergeCandidatesGetRequest(server string, params *LabelMergeCandidatesLabelsMergeCandidatesGetParams) (*http.Request, error) + func NewListAiNowSessionsAgentAiNowSessionsGetRequest(server string) (*http.Request, error) + func NewListAugmentationJobsGraphAugmentationJobsGetRequest(server string, params *ListAugmentationJobsGraphAugmentationJobsGetParams) (*http.Request, error) + func NewListCommunitiesCommunitiesGetRequest(server string, params *ListCommunitiesCommunitiesGetParams) (*http.Request, error) + func NewListEntitiesEntitiesGetRequest(server string, params *ListEntitiesEntitiesGetParams) (*http.Request, error) + func NewListEvalCasesSkillsSkillIdEvalCasesGetRequest(server string, skillId string) (*http.Request, error) + func NewListLabelsLabelsGetRequest(server string, params *ListLabelsLabelsGetParams) (*http.Request, error) + func NewListMemoriesMemoriesGetRequest(server string, params *ListMemoriesMemoriesGetParams) (*http.Request, error) + func NewListMemoryRelationsMemoriesMemoryIdRelationsGetRequest(server string, memoryId string, ...) (*http.Request, error) + func NewListModelsV1ModelsGetRequest(server string) (*http.Request, error) + func NewListSkillsSkillsGetRequest(server string, params *ListSkillsSkillsGetParams) (*http.Request, error) + func NewListSourcesSourcesGetRequest(server string, params *ListSourcesSourcesGetParams) (*http.Request, error) + func NewListThreadsThreadsGetRequest(server string, params *ListThreadsThreadsGetParams) (*http.Request, error) + func NewLoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetRequest(server string, sessionId string) (*http.Request, error) + func NewLoadSessionAgentGraphIntelligenceSessionGetRequest(server string) (*http.Request, error) + func NewMarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostRequest(server string, ...) (*http.Request, error) + func NewMarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewMatchSkillsEndpointSkillsMatchGetRequest(server string, params *MatchSkillsEndpointSkillsMatchGetParams) (*http.Request, error) + func NewMergeEntityHandlerRequest(server string, entityId string, body MergeEntityHandlerJSONRequestBody) (*http.Request, error) + func NewMergeEntityHandlerRequestWithBody(server string, entityId string, contentType string, body io.Reader) (*http.Request, error) + func NewMergeIntoSkillsSkillIdMergeIntoPostRequest(server string, skillId string, ...) (*http.Request, error) + func NewMergeIntoSkillsSkillIdMergeIntoPostRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error) + func NewMergeLabelsEndpointLabelsMergePostRequest(server string, params *MergeLabelsEndpointLabelsMergePostParams) (*http.Request, error) + func NewMergeSpaceSpacesSpaceRefMergePostRequest(server string, spaceRef string, ...) (*http.Request, error) + func NewMergeSpaceSpacesSpaceRefMergePostRequestWithBody(server string, spaceRef string, contentType string, body io.Reader) (*http.Request, error) + func NewMigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostRequest(server string, ...) (*http.Request, error) + func NewMigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostRequest(server string, ...) (*http.Request, error) + func NewOpenapiConfirmScheduleRequest(server string, scheduleId string, body OpenapiConfirmScheduleJSONRequestBody) (*http.Request, error) + func NewOpenapiConfirmScheduleRequestWithBody(server string, scheduleId string, contentType string, body io.Reader) (*http.Request, error) + func NewOpenapiCreateScheduleRequest(server string, body OpenapiCreateScheduleJSONRequestBody) (*http.Request, error) + func NewOpenapiCreateScheduleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewOpenapiDeleteScheduleRequest(server string, scheduleId string) (*http.Request, error) + func NewOpenapiGetScheduleRequest(server string, scheduleId string) (*http.Request, error) + func NewOpenapiListSchedulesRequest(server string, params *OpenapiListSchedulesParams) (*http.Request, error) + func NewOpenapiPauseScheduleRequest(server string, scheduleId string) (*http.Request, error) + func NewOpenapiPreviewScheduleRequest(server string, body OpenapiPreviewScheduleJSONRequestBody) (*http.Request, error) + func NewOpenapiPreviewScheduleRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewOpenapiResumeScheduleRequest(server string, scheduleId string) (*http.Request, error) + func NewOpenapiScheduleRunsRequest(server string, scheduleId string, params *OpenapiScheduleRunsParams) (*http.Request, error) + func NewOpenapiSetFeedEventVisibilityRequest(server string, eventId string, ...) (*http.Request, error) + func NewOpenapiSetFeedEventVisibilityRequestWithBody(server string, eventId string, contentType string, body io.Reader) (*http.Request, error) + func NewOpenapiUpdateScheduleRequest(server string, scheduleId string, body OpenapiUpdateScheduleJSONRequestBody) (*http.Request, error) + func NewOpenapiUpdateScheduleRequestWithBody(server string, scheduleId string, contentType string, body io.Reader) (*http.Request, error) + func NewOptimizeStorageStorageOptimizePostRequest(server string) (*http.Request, error) + func NewParseThreadContentThreadsParsePostRequest(server string, body ParseThreadContentThreadsParsePostJSONRequestBody) (*http.Request, error) + func NewParseThreadContentThreadsParsePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPatchAgentProfileSettingsAgentProfilesAgentIdPatchRequest(server string, agentId string, ...) (*http.Request, error) + func NewPatchAgentProfileSettingsAgentProfilesAgentIdPatchRequestWithBody(server string, agentId string, contentType string, body io.Reader) (*http.Request, error) + func NewPersistQuestionAgentFeedInputPersistQuestionPostRequest(server string, ...) (*http.Request, error) + func NewPersistQuestionAgentFeedInputPersistQuestionPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetRequest(server string, ...) (*http.Request, error) + func NewPlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetRequest(server string, ...) (*http.Request, error) + func NewPlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetRequest(server string, params *PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetParams) (*http.Request, error) + func NewPlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetRequest(server string, ...) (*http.Request, error) + func NewPlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetRequest(server string) (*http.Request, error) + func NewPlanPagerankRefreshGraphAugmentationPagerankPlanGetRequest(server string, ...) (*http.Request, error) + func NewPlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetRequest(server string, taskType string, ...) (*http.Request, error) + func NewPlanThreadDistillationBatchMemoriesDistillBatchPlanPostRequest(server string, ...) (*http.Request, error) + func NewPlanThreadDistillationBatchMemoriesDistillBatchPlanPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetRequest(server string, ...) (*http.Request, error) + func NewPreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostRequest(server string, ...) (*http.Request, error) + func NewPreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewBulkMoveThreadsThreadsBulkMovePreviewPostRequest(server string, ...) (*http.Request, error) + func NewPreviewBulkMoveThreadsThreadsBulkMovePreviewPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewConversationThreadsConversationsPreviewPostRequest(server string, ...) (*http.Request, error) + func NewPreviewConversationThreadsConversationsPreviewPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewDistillationMemoriesDistillPreviewPostRequest(server string, ...) (*http.Request, error) + func NewPreviewDistillationMemoriesDistillPreviewPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewEntityDeleteHandlerRequest(server string, entityId string) (*http.Request, error) + func NewPreviewEntityMergeHandlerRequest(server string, entityId string, body PreviewEntityMergeHandlerJSONRequestBody) (*http.Request, error) + func NewPreviewEntityMergeHandlerRequestWithBody(server string, entityId string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewEvolvesRevisionHandlerRequest(server string, body PreviewEvolvesRevisionHandlerJSONRequestBody) (*http.Request, error) + func NewPreviewEvolvesRevisionHandlerRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewLabelConsolidationLabelsConsolidationPreviewPostRequest(server string, ...) (*http.Request, error) + func NewPreviewLabelDeleteHandlerRequest(server string, labelId string) (*http.Request, error) + func NewPreviewLabelMergeHandlerRequest(server string, labelId string, body PreviewLabelMergeHandlerJSONRequestBody) (*http.Request, error) + func NewPreviewLabelMergeHandlerRequestWithBody(server string, labelId string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostRequest(server string, ...) (*http.Request, error) + func NewPreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewPreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewSettingsRestoreHandlerRequest(server string, body PreviewSettingsRestoreHandlerJSONRequestBody) (*http.Request, error) + func NewPreviewSettingsRestoreHandlerRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewPreviewSpaceMergeSpacesSpaceRefMergePreviewPostRequest(server string, spaceRef string, ...) (*http.Request, error) + func NewPreviewSpaceMergeSpacesSpaceRefMergePreviewPostRequestWithBody(server string, spaceRef string, contentType string, body io.Reader) (*http.Request, error) + func NewPromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostRequest(server string, sessionId string, ...) (*http.Request, error) + func NewPromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostRequestWithBody(server string, sessionId string, contentType string, body io.Reader) (*http.Request, error) + func NewQueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostRequest(server string, ...) (*http.Request, error) + func NewQueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostRequest(server string, sessionId string, ...) (*http.Request, error) + func NewReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostRequestWithBody(server string, sessionId string, contentType string, body io.Reader) (*http.Request, error) + func NewReconcileThreadTailThreadsThreadIdReconcileTailPostRequest(server string, threadId string, ...) (*http.Request, error) + func NewReconcileThreadTailThreadsThreadIdReconcileTailPostRequestWithBody(server string, threadId string, contentType string, body io.Reader) (*http.Request, error) + func NewRefetchSourceSourcesSourceIdRefetchPostRequest(server string, sourceId string, ...) (*http.Request, error) + func NewRegisterSkillHostSkillsRegistrationHostPostRequest(server string, host string) (*http.Request, error) + func NewReindexMemoriesBulkMemoriesReindexPostRequest(server string, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*http.Request, error) + func NewReindexMemoriesBulkMemoriesReindexPostRequestWithBody(server string, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*http.Request, error) + func NewReindexSearchIndexSearchIndexReindexPostRequest(server string) (*http.Request, error) + func NewRemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteRequest(server string, memoryId string, labelId string) (*http.Request, error) + func NewRemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteRequest(server string, sourceId string, labelId string) (*http.Request, error) + func NewReportSkillOutcomeSkillsSkillIdOutcomePostRequest(server string, skillId string, ...) (*http.Request, error) + func NewReportSkillOutcomeSkillsSkillIdOutcomePostRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error) + func NewResolveEventAgentFeedEventsEventIdResolvePostRequest(server string, eventId string, ...) (*http.Request, error) + func NewResolveEventAgentFeedEventsEventIdResolvePostRequestWithBody(server string, eventId string, ...) (*http.Request, error) + func NewResolveResourceHandlerRequest(server string, params *ResolveResourceHandlerParams) (*http.Request, error) + func NewRespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostRequest(server string, sessionId string, requestId string, ...) (*http.Request, error) + func NewRespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostRequestWithBody(server string, sessionId string, requestId string, contentType string, ...) (*http.Request, error) + func NewRestoreMergedSkillHandlerRequest(server string, skillId string) (*http.Request, error) + func NewRestoreSettingsHandlerRequest(server string, body RestoreSettingsHandlerJSONRequestBody) (*http.Request, error) + func NewRestoreSettingsHandlerRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewRetryEventAgentFeedEventsEventIdRetryPostRequest(server string, eventId string) (*http.Request, error) + func NewRunSkillEvalSkillsSkillIdEvalRunPostRequest(server string, skillId string, ...) (*http.Request, error) + func NewSaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostRequest(server string, sessionId string, ...) (*http.Request, error) + func NewSaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostRequestWithBody(server string, sessionId string, contentType string, body io.Reader) (*http.Request, error) + func NewSaveSessionAgentGraphIntelligenceSessionPostRequest(server string, ...) (*http.Request, error) + func NewSaveSessionAgentGraphIntelligenceSessionPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSaveSessionThreadsSessionsSavePostRequest(server string, body SaveSessionThreadsSessionsSavePostJSONRequestBody) (*http.Request, error) + func NewSaveSessionThreadsSessionsSavePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewScheduleDistillationMemoriesDistillSchedulePostRequest(server string, ...) (*http.Request, error) + func NewScheduleDistillationMemoriesDistillSchedulePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSearchGraphGraphSearchGetRequest(server string, params *SearchGraphGraphSearchGetParams) (*http.Request, error) + func NewSearchMemoriesMemoriesSearchPostRequest(server string, body SearchMemoriesMemoriesSearchPostJSONRequestBody) (*http.Request, error) + func NewSearchMemoriesMemoriesSearchPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSearchSourcesSourcesSearchGetRequest(server string, params *SearchSourcesSourcesSearchGetParams) (*http.Request, error) + func NewSearchThreadsFullThreadsSearchGetRequest(server string, params *SearchThreadsFullThreadsSearchGetParams) (*http.Request, error) + func NewSendMessageAgentGraphIntelligenceMessagePostRequest(server string, ...) (*http.Request, error) + func NewSendMessageAgentGraphIntelligenceMessagePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostRequest(server string, sessionId string, ...) (*http.Request, error) + func NewSetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostRequestWithBody(server string, sessionId string, contentType string, body io.Reader) (*http.Request, error) + func NewSetSkillHostConfigDirSkillsRegistrationHostConfigDirPutRequest(server string, host string, ...) (*http.Request, error) + func NewSetSkillHostConfigDirSkillsRegistrationHostConfigDirPutRequestWithBody(server string, host string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillBuilderChatAgentSkillBuilderChatPostRequest(server string, body SkillBuilderChatAgentSkillBuilderChatPostJSONRequestBody) (*http.Request, error) + func NewSkillBuilderChatAgentSkillBuilderChatPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetRequest(server string) (*http.Request, error) + func NewSkillBuilderEditBodyAgentSkillBuilderEditBodyPostRequest(server string, ...) (*http.Request, error) + func NewSkillBuilderEditBodyAgentSkillBuilderEditBodyPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillBuilderImportAgentSkillBuilderImportPostRequest(server string, ...) (*http.Request, error) + func NewSkillBuilderImportAgentSkillBuilderImportPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetRequest(server string, ...) (*http.Request, error) + func NewSkillBuilderProposeAgentSkillBuilderProposePostRequest(server string, ...) (*http.Request, error) + func NewSkillBuilderProposeAgentSkillBuilderProposePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillBuilderRefineAgentSkillBuilderRefinePostRequest(server string, ...) (*http.Request, error) + func NewSkillBuilderRefineAgentSkillBuilderRefinePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostRequest(server string, ...) (*http.Request, error) + func NewSkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSkillDuplicateOfSkillsSkillIdDuplicateOfGetRequest(server string, skillId string) (*http.Request, error) + func NewSkillHostRegistrationStatusSkillsRegistrationGetRequest(server string) (*http.Request, error) + func NewStartAugmentationJobGraphAugmentationStartPostRequest(server string, ...) (*http.Request, error) + func NewStartAugmentationJobGraphAugmentationStartPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewStartWatcherThreadsWatcherStartPostRequest(server string) (*http.Request, error) + func NewStopWatcherThreadsWatcherStopPostRequest(server string) (*http.Request, error) + func NewStreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetRequest(server string, sessionId string) (*http.Request, error) + func NewStreamSkillEvalSkillsSkillIdEvalStreamGetRequest(server string, skillId string, ...) (*http.Request, error) + func NewStrengthenInsteadSkillsSkillIdStrengthenInsteadPostRequest(server string, skillId string, ...) (*http.Request, error) + func NewStrengthenInsteadSkillsSkillIdStrengthenInsteadPostRequestWithBody(server string, skillId string, contentType string, body io.Reader) (*http.Request, error) + func NewSubmitFeedInputStreamAgentFeedInputStreamPostRequest(server string, ...) (*http.Request, error) + func NewSubmitFeedInputStreamAgentFeedInputStreamPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewSuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewSuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewSupersedeMemoryMemoriesMemoryIdSupersedePostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewSupersedeMemoryMemoriesMemoryIdSupersedePostRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewSyncAiNowSkillPromptsAgentAiNowSkillPromptsPostRequest(server string, ...) (*http.Request, error) + func NewSyncAiNowSkillPromptsAgentAiNowSkillPromptsPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewToggleMemoryFavoriteMemoriesMemoryIdFavoritePostRequest(server string, memoryId string, ...) (*http.Request, error) + func NewToggleThreadFavoriteThreadsThreadIdFavoritePostRequest(server string, threadId string, ...) (*http.Request, error) + func NewTriageConversationMemoriesDistillTriagePostRequest(server string, body TriageConversationMemoriesDistillTriagePostJSONRequestBody) (*http.Request, error) + func NewTriageConversationMemoriesDistillTriagePostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTriggerCommunityDetectionAgentTriggerCommunityDetectionPostRequest(server string, ...) (*http.Request, error) + func NewTriggerCrystallizationAgentTriggerCrystallizationPostRequest(server string) (*http.Request, error) + func NewTriggerDailyBriefingAgentTriggerDailyBriefingPostRequest(server string) (*http.Request, error) + func NewTriggerDecayRefreshAgentTriggerDecayRefreshPostRequest(server string) (*http.Request, error) + func NewTriggerGuidanceReviewAgentTriggerRuleReviewPostRequest(server string) (*http.Request, error) + func NewTriggerInsightDetectionAgentTriggerInsightDetectionPostRequest(server string) (*http.Request, error) + func NewTriggerKgExtractionAgentTriggerKgExtractionPostRequest(server string, params *TriggerKgExtractionAgentTriggerKgExtractionPostParams) (*http.Request, error) + func NewTriggerLabelConsolidationAgentTriggerLabelConsolidationPostRequest(server string, ...) (*http.Request, error) + func NewTriggerMemoryCompactionAgentTriggerMemoryCompactionPostRequest(server string) (*http.Request, error) + func NewTriggerSkillCompileAgentTriggerSkillCompilePostRequest(server string, params *TriggerSkillCompileAgentTriggerSkillCompilePostParams) (*http.Request, error) + func NewTriggerSkillReviewAgentTriggerSkillReviewPostRequest(server string) (*http.Request, error) + func NewTriggerSourceExtractionSourcesSourceIdExtractPostRequest(server string, sourceId string, ...) (*http.Request, error) + func NewTriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostRequest(server string, ...) (*http.Request, error) + func NewTriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewTriggerWmRefreshAgentTriggerWmRefreshPostRequest(server string, params *TriggerWmRefreshAgentTriggerWmRefreshPostParams) (*http.Request, error) + func NewUnhideProjectThreadsImportConfigUnhideProjectPostRequest(server string, params *UnhideProjectThreadsImportConfigUnhideProjectPostParams) (*http.Request, error) + func NewUnhideSessionThreadsImportConfigUnhideSessionPostRequest(server string, params *UnhideSessionThreadsImportConfigUnhideSessionPostParams) (*http.Request, error) + func NewUnloadModelModelsUnloadModelTypePostRequest(server string, modelType UnloadModelModelsUnloadModelTypePostParamsModelType) (*http.Request, error) + func NewUnregisterSkillHostSkillsRegistrationHostDeleteRequest(server string, host string) (*http.Request, error) + func NewUpdateAgentProfileSettingsAgentProfilesAgentIdPutRequest(server string, agentId string, ...) (*http.Request, error) + func NewUpdateAgentProfileSettingsAgentProfilesAgentIdPutRequestWithBody(server string, agentId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateAiNowSessionAgentAiNowSessionsSessionIdPatchRequest(server string, sessionId string, ...) (*http.Request, error) + func NewUpdateAiNowSessionAgentAiNowSessionsSessionIdPatchRequestWithBody(server string, sessionId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchRequest(server string, skillId string, taskId string, ...) (*http.Request, error) + func NewUpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchRequestWithBody(server string, skillId string, taskId string, contentType string, ...) (*http.Request, error) + func NewUpdateGuidanceRuleSettingsRulesRuleIdPutRequest(server string, ruleId string, ...) (*http.Request, error) + func NewUpdateGuidanceRuleSettingsRulesRuleIdPutRequestWithBody(server string, ruleId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateImportConfigThreadsImportConfigPutRequest(server string, body UpdateImportConfigThreadsImportConfigPutJSONRequestBody) (*http.Request, error) + func NewUpdateImportConfigThreadsImportConfigPutRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateLabelLabelsLabelIdPutRequest(server string, labelId string, body UpdateLabelLabelsLabelIdPutJSONRequestBody) (*http.Request, error) + func NewUpdateLabelLabelsLabelIdPutRequestWithBody(server string, labelId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateMemoryMemoriesMemoryIdPatchRequest(server string, memoryId string, ...) (*http.Request, error) + func NewUpdateMemoryMemoriesMemoryIdPatchRequestWithBody(server string, memoryId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateMemoryRelationMemoriesRelationsRelationIdPatchRequest(server string, relationId string, ...) (*http.Request, error) + func NewUpdateMemoryRelationMemoriesRelationsRelationIdPatchRequestWithBody(server string, relationId string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSourceContentSourcesSourceIdContentPutRequest(server string, sourceId string, ...) (*http.Request, error) + func NewUpdateSourceContentSourcesSourceIdContentPutRequestWithBody(server string, sourceId string, ...) (*http.Request, error) + func NewUpdateSourceSourcesSourceIdPatchRequest(server string, sourceId string, params *UpdateSourceSourcesSourceIdPatchParams, ...) (*http.Request, error) + func NewUpdateSourceSourcesSourceIdPatchRequestWithBody(server string, sourceId string, params *UpdateSourceSourcesSourceIdPatchParams, ...) (*http.Request, error) + func NewUpdateSpaceSettingsSpacesConfigPostRequest(server string, body UpdateSpaceSettingsSpacesConfigPostJSONRequestBody) (*http.Request, error) + func NewUpdateSpaceSettingsSpacesConfigPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateSpaceSpacesSpaceRefPatchRequest(server string, spaceRef string, ...) (*http.Request, error) + func NewUpdateSpaceSpacesSpaceRefPatchRequestWithBody(server string, spaceRef string, contentType string, body io.Reader) (*http.Request, error) + func NewUpdateWorkingMemoryAgentWorkingMemoryPutRequest(server string, body UpdateWorkingMemoryAgentWorkingMemoryPutJSONRequestBody) (*http.Request, error) + func NewUpdateWorkingMemoryAgentWorkingMemoryPutRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewVerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostRequest(server string, ...) (*http.Request, error) + type AINowAutoApproveRequest struct + Enabled *bool + type AINowFileReadRequest struct + Path string + type AINowMessagesRequest struct + Messages *[]map[string]interface{} + type AINowPermissionResponseRequest struct + OptionId *string + type AINowPromptRequest struct + Attachments *[]map[string]interface{} + DisplayContent *string + DisplayMessageId *string + PromptBlocks *[]map[string]interface{} + type AINowSessionCreateRequest struct + ActiveSpaceId *string + Name *string + Plugins *[]map[string]interface{} + WorkingDir *string + type AINowSessionUpdateRequest struct + ActiveSpaceId *string + ErrorMessage *string + LlmModel *string + LlmProvider *string + MessageCount *int + Name *string + Plugins *[]map[string]interface{} + Status *string + type AINowSkillPromptsRequest struct + Content *string + type ActivateSkillSkillsSkillIdActivatePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseActivateSkillSkillsSkillIdActivatePostResponse(rsp *http.Response) (*ActivateSkillSkillsSkillIdActivatePostResponse, error) + func (r ActivateSkillSkillsSkillIdActivatePostResponse) ContentType() string + func (r ActivateSkillSkillsSkillIdActivatePostResponse) GetBody() []byte + func (r ActivateSkillSkillsSkillIdActivatePostResponse) GetJSON200() *map[string]interface{} + func (r ActivateSkillSkillsSkillIdActivatePostResponse) GetJSON422() *HTTPValidationError + func (r ActivateSkillSkillsSkillIdActivatePostResponse) Status() string + func (r ActivateSkillSkillsSkillIdActivatePostResponse) StatusCode() int + type AddEvalCaseSkillsSkillIdEvalCasesPostJSONBody map[string]interface + type AddEvalCaseSkillsSkillIdEvalCasesPostJSONRequestBody AddEvalCaseSkillsSkillIdEvalCasesPostJSONBody + type AddEvalCaseSkillsSkillIdEvalCasesPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseAddEvalCaseSkillsSkillIdEvalCasesPostResponse(rsp *http.Response) (*AddEvalCaseSkillsSkillIdEvalCasesPostResponse, error) + func (r AddEvalCaseSkillsSkillIdEvalCasesPostResponse) ContentType() string + func (r AddEvalCaseSkillsSkillIdEvalCasesPostResponse) GetBody() []byte + func (r AddEvalCaseSkillsSkillIdEvalCasesPostResponse) GetJSON200() *map[string]interface{} + func (r AddEvalCaseSkillsSkillIdEvalCasesPostResponse) GetJSON422() *HTTPValidationError + func (r AddEvalCaseSkillsSkillIdEvalCasesPostResponse) Status() string + func (r AddEvalCaseSkillsSkillIdEvalCasesPostResponse) StatusCode() int + type AgentIdentityCard struct + ExportedAt string + NowledgeIdentityCard int64 + Profile AgentProfileResponse + type AgentIdentityImportPayload struct + Force *bool + NowledgeIdentityCard int64 + Profile AgentProfileCardPayload + type AgentIdentityImportResponse struct + Imported bool + Profile AgentProfileResponse + type AgentKeyUsageResponse struct + AgentLabel *string + CreatedAt string + KeyId string + LastUsedAt *string + LegacyNameMatch bool + MemberId *string + Revoked bool + type AgentProfileCardPayload struct + DefaultSpaceId *string + Description *string + DisplayName *string + HostAgentId *string + Id string + Instructions *string + Role *string + SourceApp *string + Tags *[]string + type AgentProfilePatchPayload struct + DefaultSpaceId *string + Description *string + DisplayName *string + HostAgentId *string + Instructions *string + Role *string + SourceApp *string + Tags *[]string + type AgentProfilePayload struct + DefaultSpaceId *string + Description *string + DisplayName *string + HostAgentId *string + Id *string + Instructions *string + Role *string + SourceApp *string + Tags *[]string + type AgentProfileResponse struct + DefaultSpaceId string + Description string + DisplayName string + HostAgentId string + Id string + Instructions string + Origin string + Role string + SourceApp string + Tags []string + type AgentProfileUsageHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentProfileUsageResponse + func ParseAgentProfileUsageHandlerResponse(rsp *http.Response) (*AgentProfileUsageHandlerResponse, error) + func (r AgentProfileUsageHandlerResponse) ContentType() string + func (r AgentProfileUsageHandlerResponse) GetBody() []byte + func (r AgentProfileUsageHandlerResponse) GetJSON200() *AgentProfileUsageResponse + func (r AgentProfileUsageHandlerResponse) Status() string + func (r AgentProfileUsageHandlerResponse) StatusCode() int + type AgentProfileUsageResponse struct + AgentProfileId string + ComputedAt string + Keys []AgentKeyUsageResponse + LastKeyUsedAt *string + LastMemoryAt *string + MemoriesCreated int64 + SpacesTouched []string + type AgentProfilesResponse struct + AgentProfiles *[]AgentProfileResponse + type AnalysisSummaryModel struct + NetworkDensity *float32 + TotalCommunities *int + TotalEntities *int + TotalMemories *int + TotalRelationships *int + type AppendMessagesResponse struct + AdditionalProperties map[string]interface{} + MessagesAdded int + Success bool + ThreadId string + TotalMessages int + func (a *AppendMessagesResponse) Set(fieldName string, value interface{}) + func (a *AppendMessagesResponse) UnmarshalJSON(b []byte) error + func (a AppendMessagesResponse) Get(fieldName string) (value interface{}, found bool) + func (a AppendMessagesResponse) MarshalJSON() ([]byte, error) + type AppendMessagesToThreadThreadsThreadIdAppendPostJSONBody map[string]interface + type AppendMessagesToThreadThreadsThreadIdAppendPostJSONRequestBody AppendMessagesToThreadThreadsThreadIdAppendPostJSONBody + type AppendMessagesToThreadThreadsThreadIdAppendPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AppendMessagesResponse + JSON422 *HTTPValidationError + func ParseAppendMessagesToThreadThreadsThreadIdAppendPostResponse(rsp *http.Response) (*AppendMessagesToThreadThreadsThreadIdAppendPostResponse, error) + func (r AppendMessagesToThreadThreadsThreadIdAppendPostResponse) ContentType() string + func (r AppendMessagesToThreadThreadsThreadIdAppendPostResponse) GetBody() []byte + func (r AppendMessagesToThreadThreadsThreadIdAppendPostResponse) GetJSON200() *AppendMessagesResponse + func (r AppendMessagesToThreadThreadsThreadIdAppendPostResponse) GetJSON422() *HTTPValidationError + func (r AppendMessagesToThreadThreadsThreadIdAppendPostResponse) Status() string + func (r AppendMessagesToThreadThreadsThreadIdAppendPostResponse) StatusCode() int + type ApplyEvolvesRevisionHandlerJSONRequestBody = EvolvesRevisionApplyRequest + type ApplyEvolvesRevisionHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EvolvesRevisionResultResponse + func ParseApplyEvolvesRevisionHandlerResponse(rsp *http.Response) (*ApplyEvolvesRevisionHandlerResponse, error) + func (r ApplyEvolvesRevisionHandlerResponse) ContentType() string + func (r ApplyEvolvesRevisionHandlerResponse) GetBody() []byte + func (r ApplyEvolvesRevisionHandlerResponse) GetJSON200() *EvolvesRevisionResultResponse + func (r ApplyEvolvesRevisionHandlerResponse) Status() string + func (r ApplyEvolvesRevisionHandlerResponse) StatusCode() int + type ApplyLabelDeleteHandlerJSONRequestBody = LabelApplyRequest + type ApplyLabelDeleteHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelMutationResponse + func ParseApplyLabelDeleteHandlerResponse(rsp *http.Response) (*ApplyLabelDeleteHandlerResponse, error) + func (r ApplyLabelDeleteHandlerResponse) ContentType() string + func (r ApplyLabelDeleteHandlerResponse) GetBody() []byte + func (r ApplyLabelDeleteHandlerResponse) GetJSON200() *LabelMutationResponse + func (r ApplyLabelDeleteHandlerResponse) Status() string + func (r ApplyLabelDeleteHandlerResponse) StatusCode() int + type ApplyLabelMergeHandlerJSONRequestBody = LabelMergeApplyRequest + type ApplyLabelMergeHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelMutationResponse + func ParseApplyLabelMergeHandlerResponse(rsp *http.Response) (*ApplyLabelMergeHandlerResponse, error) + func (r ApplyLabelMergeHandlerResponse) ContentType() string + func (r ApplyLabelMergeHandlerResponse) GetBody() []byte + func (r ApplyLabelMergeHandlerResponse) GetJSON200() *LabelMutationResponse + func (r ApplyLabelMergeHandlerResponse) Status() string + func (r ApplyLabelMergeHandlerResponse) StatusCode() int + type ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostJSONRequestBody = MemoryKGApplyRequest + type ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryKGApplyResponse + JSON422 *HTTPValidationError + func ParseApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse(rsp *http.Response) (*ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse, error) + func (r ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse) ContentType() string + func (r ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse) GetBody() []byte + func (r ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse) GetJSON200() *MemoryKGApplyResponse + func (r ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse) GetJSON422() *HTTPValidationError + func (r ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse) Status() string + func (r ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse) StatusCode() int + type ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse(rsp *http.Response) (*ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse, error) + func (r ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse) ContentType() string + func (r ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse) GetBody() []byte + func (r ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse) GetJSON200() *map[string]interface{} + func (r ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse) GetJSON422() *HTTPValidationError + func (r ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse) Status() string + func (r ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse) StatusCode() int + type ApplySkillVersionSkillsSkillIdApplyVersionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseApplySkillVersionSkillsSkillIdApplyVersionPostResponse(rsp *http.Response) (*ApplySkillVersionSkillsSkillIdApplyVersionPostResponse, error) + func (r ApplySkillVersionSkillsSkillIdApplyVersionPostResponse) ContentType() string + func (r ApplySkillVersionSkillsSkillIdApplyVersionPostResponse) GetBody() []byte + func (r ApplySkillVersionSkillsSkillIdApplyVersionPostResponse) GetJSON200() *map[string]interface{} + func (r ApplySkillVersionSkillsSkillIdApplyVersionPostResponse) GetJSON422() *HTTPValidationError + func (r ApplySkillVersionSkillsSkillIdApplyVersionPostResponse) Status() string + func (r ApplySkillVersionSkillsSkillIdApplyVersionPostResponse) StatusCode() int + type ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostJSONRequestBody = MemoryCleanupArchiveRequest + type ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse(rsp *http.Response) (*ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse, ...) + func (r ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse) ContentType() string + func (r ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse) GetBody() []byte + func (r ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse) GetJSON200() *map[string]interface{} + func (r ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse) GetJSON422() *HTTPValidationError + func (r ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse) Status() string + func (r ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse) StatusCode() int + type ArchiveMemoryMemoriesMemoryIdArchivePostJSONRequestBody = MemoryStateRequest + type ArchiveMemoryMemoriesMemoryIdArchivePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseArchiveMemoryMemoriesMemoryIdArchivePostResponse(rsp *http.Response) (*ArchiveMemoryMemoriesMemoryIdArchivePostResponse, error) + func (r ArchiveMemoryMemoriesMemoryIdArchivePostResponse) ContentType() string + func (r ArchiveMemoryMemoriesMemoryIdArchivePostResponse) GetBody() []byte + func (r ArchiveMemoryMemoriesMemoryIdArchivePostResponse) GetJSON200() *map[string]interface{} + func (r ArchiveMemoryMemoriesMemoryIdArchivePostResponse) GetJSON422() *HTTPValidationError + func (r ArchiveMemoryMemoriesMemoryIdArchivePostResponse) Status() string + func (r ArchiveMemoryMemoriesMemoryIdArchivePostResponse) StatusCode() int + type ArchiveSkillSkillsSkillIdArchivePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseArchiveSkillSkillsSkillIdArchivePostResponse(rsp *http.Response) (*ArchiveSkillSkillsSkillIdArchivePostResponse, error) + func (r ArchiveSkillSkillsSkillIdArchivePostResponse) ContentType() string + func (r ArchiveSkillSkillsSkillIdArchivePostResponse) GetBody() []byte + func (r ArchiveSkillSkillsSkillIdArchivePostResponse) GetJSON200() *map[string]interface{} + func (r ArchiveSkillSkillsSkillIdArchivePostResponse) GetJSON422() *HTTPValidationError + func (r ArchiveSkillSkillsSkillIdArchivePostResponse) Status() string + func (r ArchiveSkillSkillsSkillIdArchivePostResponse) StatusCode() int + type ArgumentGrant struct + Required *bool + func (t *ArgumentGrant) FromArgumentGrant0(v ArgumentGrant0) error + func (t *ArgumentGrant) FromArgumentGrant1(v ArgumentGrant1) error + func (t *ArgumentGrant) FromArgumentGrant2(v ArgumentGrant2) error + func (t *ArgumentGrant) FromArgumentGrant3(v ArgumentGrant3) error + func (t *ArgumentGrant) MergeArgumentGrant0(v ArgumentGrant0) error + func (t *ArgumentGrant) MergeArgumentGrant1(v ArgumentGrant1) error + func (t *ArgumentGrant) MergeArgumentGrant2(v ArgumentGrant2) error + func (t *ArgumentGrant) MergeArgumentGrant3(v ArgumentGrant3) error + func (t *ArgumentGrant) UnmarshalJSON(b []byte) error + func (t ArgumentGrant) AsArgumentGrant0() (ArgumentGrant0, error) + func (t ArgumentGrant) AsArgumentGrant1() (ArgumentGrant1, error) + func (t ArgumentGrant) AsArgumentGrant2() (ArgumentGrant2, error) + func (t ArgumentGrant) AsArgumentGrant3() (ArgumentGrant3, error) + func (t ArgumentGrant) MarshalJSON() ([]byte, error) + type ArgumentGrant0 struct + Mode ArgumentGrant0Mode + type ArgumentGrant0Mode string + const ArgumentGrant0ModeDynamic + func (e ArgumentGrant0Mode) Valid() bool + type ArgumentGrant1 struct + Mode ArgumentGrant1Mode + Value interface{} + type ArgumentGrant1Mode string + const ArgumentGrant1ModeExact + func (e ArgumentGrant1Mode) Valid() bool + type ArgumentGrant2 struct + Mode ArgumentGrant2Mode + Value string + type ArgumentGrant2Mode string + const ArgumentGrant2ModePrefix + func (e ArgumentGrant2Mode) Valid() bool + type ArgumentGrant3 struct + Mode ArgumentGrant3Mode + Values []interface{} + type ArgumentGrant3Mode string + const ArgumentGrant3ModeOneOf + func (e ArgumentGrant3Mode) Valid() bool + type ArgumentRule struct + func (t *ArgumentRule) FromArgumentRule0(v ArgumentRule0) error + func (t *ArgumentRule) FromArgumentRule1(v ArgumentRule1) error + func (t *ArgumentRule) FromArgumentRule2(v ArgumentRule2) error + func (t *ArgumentRule) FromArgumentRule3(v ArgumentRule3) error + func (t *ArgumentRule) MergeArgumentRule0(v ArgumentRule0) error + func (t *ArgumentRule) MergeArgumentRule1(v ArgumentRule1) error + func (t *ArgumentRule) MergeArgumentRule2(v ArgumentRule2) error + func (t *ArgumentRule) MergeArgumentRule3(v ArgumentRule3) error + func (t *ArgumentRule) UnmarshalJSON(b []byte) error + func (t ArgumentRule) AsArgumentRule0() (ArgumentRule0, error) + func (t ArgumentRule) AsArgumentRule1() (ArgumentRule1, error) + func (t ArgumentRule) AsArgumentRule2() (ArgumentRule2, error) + func (t ArgumentRule) AsArgumentRule3() (ArgumentRule3, error) + func (t ArgumentRule) MarshalJSON() ([]byte, error) + type ArgumentRule0 struct + Mode ArgumentRule0Mode + type ArgumentRule0Mode string + const ArgumentRule0ModeDynamic + func (e ArgumentRule0Mode) Valid() bool + type ArgumentRule1 struct + Mode ArgumentRule1Mode + Value interface{} + type ArgumentRule1Mode string + const ArgumentRule1ModeExact + func (e ArgumentRule1Mode) Valid() bool + type ArgumentRule2 struct + Mode ArgumentRule2Mode + Value string + type ArgumentRule2Mode string + const ArgumentRule2ModePrefix + func (e ArgumentRule2Mode) Valid() bool + type ArgumentRule3 struct + Mode ArgumentRule3Mode + Values []interface{} + type ArgumentRule3Mode string + const ArgumentRule3ModeOneOf + func (e ArgumentRule3Mode) Valid() bool + type AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MessageResponse + JSON422 *HTTPValidationError + func ParseAssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse(rsp *http.Response) (*AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse, error) + func (r AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse) ContentType() string + func (r AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse) GetBody() []byte + func (r AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse) GetJSON200() *MessageResponse + func (r AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse) GetJSON422() *HTTPValidationError + func (r AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse) Status() string + func (r AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse) StatusCode() int + type AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MessageResponse + JSON422 *HTTPValidationError + func ParseAssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse(rsp *http.Response) (*AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse, error) + func (r AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse) ContentType() string + func (r AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse) GetBody() []byte + func (r AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse) GetJSON200() *MessageResponse + func (r AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse) GetJSON422() *HTTPValidationError + func (r AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse) Status() string + func (r AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse) StatusCode() int + type AugmentationJobItem struct + CreatedAt interface{} + JobId string + JobType string + Message interface{} + Progress interface{} + Status string + type AugmentationJobListResponse struct + Jobs []AugmentationJobItem + Success bool + Total int + type AugmentationJobStartResponse struct + JobId string + JobType string + Message string + Success bool + type AugmentationJobStatusResponse struct + JobStatus map[string]interface{} + Success bool + type AugmentationStartRequest struct + JobType string + Parameters *map[string]interface{} + type AugmentationStateModel struct + State map[string]interface{} + Success bool + type AuthorSkillRequest struct + MemoryIds *[]string + Name string + Note *string + SourceIds *[]string + ThreadIds *[]string + type AuthorSkillSkillsAuthorPostJSONRequestBody = AuthorSkillRequest + type AuthorSkillSkillsAuthorPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseAuthorSkillSkillsAuthorPostResponse(rsp *http.Response) (*AuthorSkillSkillsAuthorPostResponse, error) + func (r AuthorSkillSkillsAuthorPostResponse) ContentType() string + func (r AuthorSkillSkillsAuthorPostResponse) GetBody() []byte + func (r AuthorSkillSkillsAuthorPostResponse) GetJSON200() *map[string]interface{} + func (r AuthorSkillSkillsAuthorPostResponse) GetJSON422() *HTTPValidationError + func (r AuthorSkillSkillsAuthorPostResponse) Status() string + func (r AuthorSkillSkillsAuthorPostResponse) StatusCode() int + type AutoImportRuleModel struct + CreatedAt *float32 + Enabled *bool + Id string + Type string + Value string + type BGEM3InstallRequest struct + DownloadSource *BGEM3InstallRequestDownloadSource + ForceReinstall *bool + type BGEM3InstallRequestDownloadSource string + const Auto + const Huggingface + const Modelscope + func (e BGEM3InstallRequestDownloadSource) Valid() bool + type BGEM3InstallResponse struct + Message string + ReindexRequired *bool + Success bool + type BGEM3StatusResponse struct + AvailableForIndexing *bool + Backend *string + EmbeddingMode *BGEM3StatusResponseEmbeddingMode + Error *string + Exists bool + IndexMetadataUpdateNeeded *bool + IndexMetadataUpdateReason *string + IntegrityOk *bool + LastVerifiedAt *string + Message string + ModelName *string + Platform *string + ProjectionRepairNeeded *bool + ProjectionRepairReason *string + ReindexNeeded *bool + ReindexReason *string + RemoteModel *string + RemoteProvider *string + SingletonInitialized *bool + SizeMb *int + SmokeTestOk *bool + State *string + Verified *bool + type BGEM3StatusResponseEmbeddingMode string + const BGEM3StatusResponseEmbeddingModeLocal + const BGEM3StatusResponseEmbeddingModeRemote + func (e BGEM3StatusResponseEmbeddingMode) Valid() bool + type BatchIngestFile struct + FilePath string + RelativePath *string + SizeBytes *int + type BatchIngestRequest struct + AccumulatedTotals *map[string]int + EmitFeedEvent *bool + Files []BatchIngestFile + FolderName *string + Labels *[]string + SpaceId *string + UserComment *string + type BatchIngestResponse struct + FolderName *string + Message *string + Results *[]IngestResponse + TotalDuplicates *int + TotalErrors *int + TotalIngested *int + type BodyIngestFolderUploadSourcesIngestFolderUploadPost struct + AccumulatedTotals *string + EmitFeedEvent *bool + FileManifest *string + Files []openapi_types.File + FolderName string + Labels *string + SpaceId *string + UserComment *string + type BulkDeleteMemoriesMemoriesBulkDeletePostJSONRequestBody = BulkDeleteMemoriesRequest + type BulkDeleteMemoriesMemoriesBulkDeletePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkDeleteMemoriesResponse + JSON422 *HTTPValidationError + func ParseBulkDeleteMemoriesMemoriesBulkDeletePostResponse(rsp *http.Response) (*BulkDeleteMemoriesMemoriesBulkDeletePostResponse, error) + func (r BulkDeleteMemoriesMemoriesBulkDeletePostResponse) ContentType() string + func (r BulkDeleteMemoriesMemoriesBulkDeletePostResponse) GetBody() []byte + func (r BulkDeleteMemoriesMemoriesBulkDeletePostResponse) GetJSON200() *BulkDeleteMemoriesResponse + func (r BulkDeleteMemoriesMemoriesBulkDeletePostResponse) GetJSON422() *HTTPValidationError + func (r BulkDeleteMemoriesMemoriesBulkDeletePostResponse) Status() string + func (r BulkDeleteMemoriesMemoriesBulkDeletePostResponse) StatusCode() int + type BulkDeleteMemoriesRequest struct + CascadeDelete *bool + Selection BulkMemorySelection + type BulkDeleteMemoriesResponse struct + CascadeDelete *bool + DeletedCount int + FailedCount *int + Message string + Results *[]map[string]interface{} + SourceSpaceId string + type BulkDeleteThreadsBySelectionRequest struct + CascadeDeleteMemories *bool + Selection BulkThreadSelection + type BulkDeleteThreadsBySelectionThreadsBulkDeletePostJSONRequestBody = BulkDeleteThreadsBySelectionRequest + type BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkDeleteThreadsResponse + JSON422 *HTTPValidationError + func ParseBulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse(rsp *http.Response) (*BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse, error) + func (r BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse) ContentType() string + func (r BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse) GetBody() []byte + func (r BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse) GetJSON200() *BulkDeleteThreadsResponse + func (r BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse) GetJSON422() *HTTPValidationError + func (r BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse) Status() string + func (r BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse) StatusCode() int + type BulkDeleteThreadsRequest struct + ThreadIds []string + type BulkDeleteThreadsResponse struct + AdditionalProperties map[string]interface{} + CascadeDeletion *bool + DeletedCount int + FailedCount *int + Message string + Results *[]map[string]interface{} + TotalDeletedMemories *int + TotalDeletedMessages *int + func (a *BulkDeleteThreadsResponse) Set(fieldName string, value interface{}) + func (a *BulkDeleteThreadsResponse) UnmarshalJSON(b []byte) error + func (a BulkDeleteThreadsResponse) Get(fieldName string) (value interface{}, found bool) + func (a BulkDeleteThreadsResponse) MarshalJSON() ([]byte, error) + type BulkDeleteThreadsThreadsBulkDeleteJSONRequestBody = BulkDeleteThreadsRequest + type BulkDeleteThreadsThreadsBulkDeleteParams struct + CascadeDeleteMemories *bool + SpaceId *string + type BulkDeleteThreadsThreadsBulkDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkDeleteThreadsResponse + JSON422 *HTTPValidationError + func ParseBulkDeleteThreadsThreadsBulkDeleteResponse(rsp *http.Response) (*BulkDeleteThreadsThreadsBulkDeleteResponse, error) + func (r BulkDeleteThreadsThreadsBulkDeleteResponse) ContentType() string + func (r BulkDeleteThreadsThreadsBulkDeleteResponse) GetBody() []byte + func (r BulkDeleteThreadsThreadsBulkDeleteResponse) GetJSON200() *BulkDeleteThreadsResponse + func (r BulkDeleteThreadsThreadsBulkDeleteResponse) GetJSON422() *HTTPValidationError + func (r BulkDeleteThreadsThreadsBulkDeleteResponse) Status() string + func (r BulkDeleteThreadsThreadsBulkDeleteResponse) StatusCode() int + type BulkMemorySelection struct + ExcludeMemoryIds *[]string + MemoryIds *[]string + Mode *BulkMemorySelectionMode + SourceSpaceId *string + type BulkMemorySelectionMode string + const BulkMemorySelectionModeIds + const BulkMemorySelectionModeSpace + func (e BulkMemorySelectionMode) Valid() bool + type BulkMoveMemoriesMemoriesBulkMovePostJSONRequestBody = BulkMoveMemoriesRequest + type BulkMoveMemoriesMemoriesBulkMovePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkMoveMemoriesResponse + JSON422 *HTTPValidationError + func ParseBulkMoveMemoriesMemoriesBulkMovePostResponse(rsp *http.Response) (*BulkMoveMemoriesMemoriesBulkMovePostResponse, error) + func (r BulkMoveMemoriesMemoriesBulkMovePostResponse) ContentType() string + func (r BulkMoveMemoriesMemoriesBulkMovePostResponse) GetBody() []byte + func (r BulkMoveMemoriesMemoriesBulkMovePostResponse) GetJSON200() *BulkMoveMemoriesResponse + func (r BulkMoveMemoriesMemoriesBulkMovePostResponse) GetJSON422() *HTTPValidationError + func (r BulkMoveMemoriesMemoriesBulkMovePostResponse) Status() string + func (r BulkMoveMemoriesMemoriesBulkMovePostResponse) StatusCode() int + type BulkMoveMemoriesRequest struct + Selection BulkMemorySelection + TargetSpaceId string + type BulkMoveMemoriesResponse struct + FailedCount *int + IndexRepairNeeded *bool + IndexUpdatedCount *int + Message string + MovedCount int + SourceSpaceId string + TargetSpaceId string + type BulkMovePreviewResponse struct + Count int + ExcludedCount *int + LimitExceeded bool + MaxAllowed *int + Message string + SelectionMode string + SourceSpaceId string + TargetSpaceId string + type BulkMoveThreadsPreviewResponse struct + Conflicts *[]map[string]interface{} + Count int + ExcludedCount *int + LimitExceeded bool + MaxAllowed int + Message string + SelectionMode string + SourceSpaceId string + TargetSpaceId string + type BulkMoveThreadsRequest struct + Selection BulkThreadSelection + TargetSpaceId string + type BulkMoveThreadsResponse struct + Conflicts *[]map[string]interface{} + FailedCount *int + Message string + MovedCount int + SourceSpaceId string + TargetSpaceId string + type BulkMoveThreadsThreadsBulkMovePostJSONRequestBody = BulkMoveThreadsRequest + type BulkMoveThreadsThreadsBulkMovePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkMoveThreadsResponse + JSON422 *HTTPValidationError + func ParseBulkMoveThreadsThreadsBulkMovePostResponse(rsp *http.Response) (*BulkMoveThreadsThreadsBulkMovePostResponse, error) + func (r BulkMoveThreadsThreadsBulkMovePostResponse) ContentType() string + func (r BulkMoveThreadsThreadsBulkMovePostResponse) GetBody() []byte + func (r BulkMoveThreadsThreadsBulkMovePostResponse) GetJSON200() *BulkMoveThreadsResponse + func (r BulkMoveThreadsThreadsBulkMovePostResponse) GetJSON422() *HTTPValidationError + func (r BulkMoveThreadsThreadsBulkMovePostResponse) Status() string + func (r BulkMoveThreadsThreadsBulkMovePostResponse) StatusCode() int + type BulkThreadSelection struct + ExcludeThreadIds *[]string + Mode *BulkThreadSelectionMode + SourceSpaceId *string + ThreadIds *[]string + type BulkThreadSelectionMode string + const BulkThreadSelectionModeIds + const BulkThreadSelectionModeSpace + func (e BulkThreadSelectionMode) Valid() bool + type CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse(rsp *http.Response) (*CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse, error) + func (r CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse) ContentType() string + func (r CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse) GetBody() []byte + func (r CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse) GetJSON200() *map[string]interface{} + func (r CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse) GetJSON422() *HTTPValidationError + func (r CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse) Status() string + func (r CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse) StatusCode() int + type CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostJSONRequestBody = CancelKnowledgeProcessingTaskRequest + type CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse(rsp *http.Response) (*CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse, ...) + func (r CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse) ContentType() string + func (r CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse) GetBody() []byte + func (r CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse) GetJSON200() *map[string]interface{} + func (r CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse) GetJSON422() *HTTPValidationError + func (r CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse) Status() string + func (r CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse) StatusCode() int + type CancelKnowledgeProcessingTaskRequest struct + TaskId *string + TaskType *string + type CapabilitiesCapabilitiesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + func ParseCapabilitiesCapabilitiesGetResponse(rsp *http.Response) (*CapabilitiesCapabilitiesGetResponse, error) + func (r CapabilitiesCapabilitiesGetResponse) ContentType() string + func (r CapabilitiesCapabilitiesGetResponse) GetBody() []byte + func (r CapabilitiesCapabilitiesGetResponse) GetJSON200() *interface{} + func (r CapabilitiesCapabilitiesGetResponse) Status() string + func (r CapabilitiesCapabilitiesGetResponse) StatusCode() int + type CapabilityGrant struct + GrantedAt string + InstructionRevision int64 + Revision int64 + Tools *[]ToolCapability + Version int32 + type CheckAdminUpgradeCheckGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *UpgradeCheckResponse + func ParseCheckAdminUpgradeCheckGetResponse(rsp *http.Response) (*CheckAdminUpgradeCheckGetResponse, error) + func (r CheckAdminUpgradeCheckGetResponse) ContentType() string + func (r CheckAdminUpgradeCheckGetResponse) GetBody() []byte + func (r CheckAdminUpgradeCheckGetResponse) GetJSON200() *UpgradeCheckResponse + func (r CheckAdminUpgradeCheckGetResponse) Status() string + func (r CheckAdminUpgradeCheckGetResponse) StatusCode() int + type CheckpointDataDataCheckpointPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataTransferCheckpointResponse + JSON500 *DataTransferErrorResponse + func ParseCheckpointDataDataCheckpointPostResponse(rsp *http.Response) (*CheckpointDataDataCheckpointPostResponse, error) + func (r CheckpointDataDataCheckpointPostResponse) ContentType() string + func (r CheckpointDataDataCheckpointPostResponse) GetBody() []byte + func (r CheckpointDataDataCheckpointPostResponse) GetJSON200() *DataTransferCheckpointResponse + func (r CheckpointDataDataCheckpointPostResponse) GetJSON500() *DataTransferErrorResponse + func (r CheckpointDataDataCheckpointPostResponse) Status() string + func (r CheckpointDataDataCheckpointPostResponse) StatusCode() int + type CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostParams struct + BatchSize *int + DryRun *bool + MaxBatches *int + type CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse(rsp *http.Response) (...) + func (r CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse) ContentType() string + func (r CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse) GetBody() []byte + func (r CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse) GetJSON200() *map[string]interface{} + func (r CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse) GetJSON422() *HTTPValidationError + func (r CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse) Status() string + func (r CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostResponse) StatusCode() int + type CleanupOrphanedEntitiesGraphOrphansDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *CleanupOrphansResponse + func ParseCleanupOrphanedEntitiesGraphOrphansDeleteResponse(rsp *http.Response) (*CleanupOrphanedEntitiesGraphOrphansDeleteResponse, error) + func (r CleanupOrphanedEntitiesGraphOrphansDeleteResponse) ContentType() string + func (r CleanupOrphanedEntitiesGraphOrphansDeleteResponse) GetBody() []byte + func (r CleanupOrphanedEntitiesGraphOrphansDeleteResponse) GetJSON200() *CleanupOrphansResponse + func (r CleanupOrphanedEntitiesGraphOrphansDeleteResponse) Status() string + func (r CleanupOrphanedEntitiesGraphOrphansDeleteResponse) StatusCode() int + type CleanupOrphansResponse struct + DeletedCount int + Message string + Success bool + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) ActivateSkillSkillsSkillIdActivatePost(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) AddEvalCaseSkillsSkillIdEvalCasesPost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) AddEvalCaseSkillsSkillIdEvalCasesPostWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) AgentProfileUsageHandler(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) AppendMessagesToThreadThreadsThreadIdAppendPost(ctx context.Context, threadId string, ...) (*http.Response, error) + func (c *Client) AppendMessagesToThreadThreadsThreadIdAppendPostWithBody(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplyEvolvesRevisionHandler(ctx context.Context, body ApplyEvolvesRevisionHandlerJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApplyEvolvesRevisionHandlerWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplyLabelDeleteHandler(ctx context.Context, labelId string, ...) (*http.Response, error) + func (c *Client) ApplyLabelDeleteHandlerWithBody(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplyLabelMergeHandler(ctx context.Context, labelId string, ...) (*http.Response, error) + func (c *Client) ApplyLabelMergeHandlerWithBody(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPost(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplySkillVersionSkillsSkillIdApplyVersionPost(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ArchiveMemoryMemoriesMemoryIdArchivePost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) ArchiveMemoryMemoriesMemoryIdArchivePostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ArchiveSkillSkillsSkillIdArchivePost(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPost(ctx context.Context, memoryId string, labelId string, ...) (*http.Response, error) + func (c *Client) AssignLabelToSourceSourcesSourceIdLabelsLabelIdPost(ctx context.Context, sourceId string, labelId string, ...) (*http.Response, error) + func (c *Client) AuthorSkillSkillsAuthorPost(ctx context.Context, body AuthorSkillSkillsAuthorPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) AuthorSkillSkillsAuthorPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) BulkDeleteMemoriesMemoriesBulkDeletePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) BulkDeleteMemoriesMemoriesBulkDeletePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) BulkDeleteThreadsBySelectionThreadsBulkDeletePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) BulkDeleteThreadsBySelectionThreadsBulkDeletePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) BulkDeleteThreadsThreadsBulkDelete(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*http.Response, error) + func (c *Client) BulkDeleteThreadsThreadsBulkDeleteWithBody(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*http.Response, error) + func (c *Client) BulkMoveMemoriesMemoriesBulkMovePost(ctx context.Context, body BulkMoveMemoriesMemoriesBulkMovePostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) BulkMoveMemoriesMemoriesBulkMovePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) BulkMoveThreadsThreadsBulkMovePost(ctx context.Context, body BulkMoveThreadsThreadsBulkMovePostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) BulkMoveThreadsThreadsBulkMovePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPost(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CapabilitiesCapabilitiesGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CheckAdminUpgradeCheckGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CheckpointDataDataCheckpointPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CleanupOrphanedEntitiesGraphOrphansDelete(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CloseAiNowSessionAgentAiNowSessionsSessionIdClosePost(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ConsolidateLabelsLabelsConsolidatePost(ctx context.Context, params *ConsolidateLabelsLabelsConsolidatePostParams, ...) (*http.Response, error) + func (c *Client) CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CreateAgentProfileSettingsAgentProfilesPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CreateAgentProfileSettingsAgentProfilesPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateAiNowSessionAgentAiNowSessionsPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) CreateAiNowSessionAgentAiNowSessionsPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateEmbeddingsV1EmbeddingsPost(ctx context.Context, body CreateEmbeddingsV1EmbeddingsPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateEmbeddingsV1EmbeddingsPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateGuidanceRuleSettingsRulesPost(ctx context.Context, body CreateGuidanceRuleSettingsRulesPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateGuidanceRuleSettingsRulesPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateLabelLabelsPost(ctx context.Context, params *CreateLabelLabelsPostParams, ...) (*http.Response, error) + func (c *Client) CreateMemoryMemoriesPost(ctx context.Context, body CreateMemoryMemoriesPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateMemoryMemoriesPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateMemoryRelationMemoriesMemoryIdRelationsPost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) CreateMemoryRelationMemoriesMemoryIdRelationsPostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateSpaceSpacesPost(ctx context.Context, body CreateSpaceSpacesPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateSpaceSpacesPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CreateThreadThreadsPost(ctx context.Context, body CreateThreadThreadsPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) CreateThreadThreadsPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) CuratorDryRunSkillsCuratorDryRunGet(ctx context.Context, params *CuratorDryRunSkillsCuratorDryRunGetParams, ...) (*http.Response, error) + func (c *Client) CuratorProposalsSkillsCuratorProposalsGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) CuratorRunSkillsCuratorRunPost(ctx context.Context, params *CuratorRunSkillsCuratorRunPostParams, ...) (*http.Response, error) + func (c *Client) CutOverThreadMessagesContentStoreThreadMessagesCutoverPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) DeactivateSkillSkillsSkillIdDeactivatePost(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteAgentProfileSettingsAgentProfilesAgentIdDelete(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteAiNowSessionAgentAiNowSessionsSessionIdDelete(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteEntityHandler(ctx context.Context, entityId string, params *DeleteEntityHandlerParams, ...) (*http.Response, error) + func (c *Client) DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDelete(ctx context.Context, skillId string, taskId string, ...) (*http.Response, error) + func (c *Client) DeleteFeedEventAgentFeedEventsEventIdDelete(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteGuidanceRuleSettingsRulesRuleIdDelete(ctx context.Context, ruleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteLabelLabelsLabelIdDelete(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteMemoryMemoriesMemoryIdDelete(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) DeleteMemoryRelationMemoriesRelationsRelationIdDelete(ctx context.Context, relationId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DeleteSourceSourcesSourceIdDelete(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) DeleteSpaceSpacesSpaceRefDelete(ctx context.Context, spaceRef string, ...) (*http.Response, error) + func (c *Client) DeleteThreadThreadsThreadIdDelete(ctx context.Context, threadId string, ...) (*http.Response, error) + func (c *Client) DeprecateMemoryMemoriesMemoryIdDeprecatePost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) DeprecateMemoryMemoriesMemoryIdDeprecatePostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DiscardPendingVersionHandler(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DiscoverConversationsThreadsConversationsDiscoverGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPost(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) DismissSkillSkillsSkillIdDismissPost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) DismissSkillSkillsSkillIdDismissPostWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DistillMemoriesFromThreadMemoriesDistillPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) DistillMemoriesFromThreadMemoriesDistillPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DownloadAdminUpgradeDownloadPost(ctx context.Context, body DownloadAdminUpgradeDownloadPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) DownloadAdminUpgradeDownloadPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) EditSkillFileSkillsSkillIdEditFilePost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) EditSkillFileSkillsSkillIdEditFilePostWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) EventStreamEventsStreamGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ExpandNeighborsGraphExpandNodeIdGet(ctx context.Context, nodeId string, ...) (*http.Response, error) + func (c *Client) ExploreGraphGraphExploreGet(ctx context.Context, params *ExploreGraphGraphExploreGetParams, ...) (*http.Response, error) + func (c *Client) ExportAgentProfileHandler(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ExportConversationRawThreadsConversationsExportRawPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ExportConversationRawThreadsConversationsExportRawPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ExportDataDataExportPost(ctx context.Context, body ExportDataDataExportPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ExportDataDataExportPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ExportDataDownloadDataExportDownloadPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ExportDataDownloadDataExportDownloadPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ExportMemoryMemoriesMemoryIdExportGet(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) ExportSettingsBackupHandler(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ExportThreadThreadsThreadIdExportGet(ctx context.Context, threadId string, ...) (*http.Response, error) + func (c *Client) FindOrphanedEntitiesGraphOrphansGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ForceCheckpointHealthCheckpointPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ForgetMemoryMemoriesMemoryIdForgetPost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) ForgetMemoryMemoriesMemoryIdForgetPostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) FsCapabilitiesFsCapabilitiesGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) FsCatFsCatGet(ctx context.Context, params *FsCatFsCatGetParams, ...) (*http.Response, error) + func (c *Client) FsDeleteFsDeletePost(ctx context.Context, body FsDeleteFsDeletePostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) FsDeleteFsDeletePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) FsFindFsFindGet(ctx context.Context, params *FsFindFsFindGetParams, ...) (*http.Response, error) + func (c *Client) FsGrepFsGrepGet(ctx context.Context, params *FsGrepFsGrepGetParams, ...) (*http.Response, error) + func (c *Client) FsLsFsLsGet(ctx context.Context, params *FsLsFsLsGetParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) FsRecallFsRecallGet(ctx context.Context, params *FsRecallFsRecallGetParams, ...) (*http.Response, error) + func (c *Client) FsStatFsStatGet(ctx context.Context, params *FsStatFsStatGetParams, ...) (*http.Response, error) + func (c *Client) FsWriteFsWritePost(ctx context.Context, body FsWriteFsWritePostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) FsWriteFsWritePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) GetAgentProfilesSettingsAgentProfilesGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAgentStatusAgentStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGet(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAiNowSessionAgentAiNowSessionsSessionIdGet(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetAugmentationStateGraphAugmentationStateGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetBgeM3StatusModelsBgeM3StatusGet(ctx context.Context, params *GetBgeM3StatusModelsBgeM3StatusGetParams, ...) (*http.Response, error) + func (c *Client) GetCommunityDetailsCommunitiesCommunityIdGet(ctx context.Context, communityId string, ...) (*http.Response, error) + func (c *Client) GetCommunityMembersGraphCommunityMembersCommunityIdGet(ctx context.Context, communityId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGet(ctx context.Context, communityId int, ...) (*http.Response, error) + func (c *Client) GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGet(ctx context.Context, communityId int, ...) (*http.Response, error) + func (c *Client) GetContentStoreMigrationStatusContentStoreMigrationStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetContextBundleContextBundleGet(ctx context.Context, params *GetContextBundleContextBundleGetParams, ...) (*http.Response, error) + func (c *Client) GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGet(ctx context.Context, crystalId string, ...) (*http.Response, error) + func (c *Client) GetDistillationPlanMemoriesDistillPlanPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) GetDistillationPlanMemoriesDistillPlanPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) GetEntityRelationshipsEntitiesEntityIdRelationshipsGet(ctx context.Context, entityId string, ...) (*http.Response, error) + func (c *Client) GetEvolvesEdgesAgentEvolvesGet(ctx context.Context, params *GetEvolvesEdgesAgentEvolvesGetParams, ...) (*http.Response, error) + func (c *Client) GetExportStatusDataExportStatusJobIdGet(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetFavoriteMemoriesFavoritesMemoriesGet(ctx context.Context, params *GetFavoriteMemoriesFavoritesMemoriesGetParams, ...) (*http.Response, error) + func (c *Client) GetFavoriteThreadsFavoritesThreadsGet(ctx context.Context, params *GetFavoriteThreadsFavoritesThreadsGetParams, ...) (*http.Response, error) + func (c *Client) GetFeedEventsAgentFeedEventsGet(ctx context.Context, params *GetFeedEventsAgentFeedEventsGetParams, ...) (*http.Response, error) + func (c *Client) GetGraphAnalysisGraphAnalysisGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetGraphDataGraphSampleGet(ctx context.Context, params *GetGraphDataGraphSampleGetParams, ...) (*http.Response, error) + func (c *Client) GetGraphOverviewGraphOverviewGet(ctx context.Context, params *GetGraphOverviewGraphOverviewGetParams, ...) (*http.Response, error) + func (c *Client) GetGuidanceRulesSettingsRulesGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetImportConfigThreadsImportConfigGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetImportStatusDataImportStatusJobIdGet(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetInFlightOverviewAgentTasksOverviewGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetJobStatusGraphAugmentationStatusJobIdGet(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) GetLabelLabelsLabelIdGet(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLibraryOkfExportLibraryOkfExportGet(ctx context.Context, params *GetLibraryOkfExportLibraryOkfExportGetParams, ...) (*http.Response, error) + func (c *Client) GetLibraryWikiExportLibraryWikiExportGet(ctx context.Context, params *GetLibraryWikiExportLibraryWikiExportGetParams, ...) (*http.Response, error) + func (c *Client) GetLibraryWikiExportSummaryLibraryWikiExportSummaryGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLibraryWikiIndexLibraryWikiIndexGet(ctx context.Context, params *GetLibraryWikiIndexLibraryWikiIndexGetParams, ...) (*http.Response, error) + func (c *Client) GetLivePreviewGraphGraphLivePreviewGet(ctx context.Context, params *GetLivePreviewGraphGraphLivePreviewGetParams, ...) (*http.Response, error) + func (c *Client) GetLivePreviewNeighborsGraphLivePreviewNodeIdGet(ctx context.Context, nodeId string, ...) (*http.Response, error) + func (c *Client) GetMemoryLabelsMemoriesMemoryIdLabelsGet(ctx context.Context, memoryId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMemoryMemoriesMemoryIdGet(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) GetModelMemoryStatusModelsMemoryStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetNodeDetailsGraphNodeDetailsNodeIdGet(ctx context.Context, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetReindexStatusMemoriesReindexStatusGet(ctx context.Context, params *GetReindexStatusMemoriesReindexStatusGetParams, ...) (*http.Response, error) + func (c *Client) GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGet(ctx context.Context, communityId int, ...) (*http.Response, error) + func (c *Client) GetSearchIndexReindexStatusSearchIndexReindexStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSearchIndexStatusSearchIndexStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetShortestPathGraphShortestPathGet(ctx context.Context, params *GetShortestPathGraphShortestPathGetParams, ...) (*http.Response, error) + func (c *Client) GetSkillActivitySkillsActivityGet(ctx context.Context, params *GetSkillActivitySkillsActivityGetParams, ...) (*http.Response, error) + func (c *Client) GetSkillEvalSkillsSkillIdEvalGet(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSkillSkillsSkillIdGet(ctx context.Context, skillId string, params *GetSkillSkillsSkillIdGetParams, ...) (*http.Response, error) + func (c *Client) GetSourceContentSourcesSourceIdContentGet(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) GetSourceDetailSourcesSourceIdGet(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) GetSourceImageSourcesSourceIdImagesFilenameGet(ctx context.Context, sourceId string, filename string, ...) (*http.Response, error) + func (c *Client) GetSourceLabelsSourcesSourceIdLabelsGet(ctx context.Context, sourceId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSourceRawSourcesSourceIdRawGet(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) GetSpaceRosterSpacesRosterGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSpaceSpacesSpaceRefGet(ctx context.Context, spaceRef string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSpacesSpacesGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetStatusAgentGraphIntelligenceStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetStorageInfoStorageInfoGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetThreadCoverageThreadsThreadIdCoverageGet(ctx context.Context, threadId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetThreadSourcesThreadsSourcesGet(ctx context.Context, params *GetThreadSourcesThreadsSourcesGetParams, ...) (*http.Response, error) + func (c *Client) GetThreadSummariesThreadsSummariesGet(ctx context.Context, params *GetThreadSummariesThreadsSummariesGetParams, ...) (*http.Response, error) + func (c *Client) GetThreadThreadsThreadIdGet(ctx context.Context, threadId string, ...) (*http.Response, error) + func (c *Client) GetTokenUsageSummaryAgentTokenUsageGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetUserProfileSettingsProfileGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetWatcherStatusThreadsWatcherStatusGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGet(ctx context.Context, crystalId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetWikiPageEntityLibraryWikiPageEntityIdOrNameGet(ctx context.Context, idOrName string, ...) (*http.Response, error) + func (c *Client) GetWikiPageTopicLibraryWikiPageTopicCommunityIdGet(ctx context.Context, communityId int, ...) (*http.Response, error) + func (c *Client) GetWorkingMemoryAgentWorkingMemoryGet(ctx context.Context, params *GetWorkingMemoryAgentWorkingMemoryGetParams, ...) (*http.Response, error) + func (c *Client) GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) GraphAnalysisHealthGraphHealthGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GraphVisGraphVisGet(ctx context.Context, params *GraphVisGraphVisGetParams, ...) (*http.Response, error) + func (c *Client) HardenSkillEndpointSkillsSkillIdHardenPost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) HealthCheckHealthGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) HideProjectThreadsImportConfigHideProjectPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) HideSessionThreadsImportConfigHideSessionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ImportAgentProfileHandler(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*http.Response, error) + func (c *Client) ImportAgentProfileHandlerWithBody(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*http.Response, error) + func (c *Client) ImportConversationThreadsConversationsImportPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ImportConversationThreadsConversationsImportPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ImportDataDataImportPost(ctx context.Context, body ImportDataDataImportPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ImportDataDataImportPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ImportDataUploadDataImportUploadPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ImportThreadsThreadsImportPost(ctx context.Context, body ImportThreadsThreadsImportPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ImportThreadsThreadsImportPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestBatchSourcesIngestBatchPost(ctx context.Context, body IngestBatchSourcesIngestBatchPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) IngestBatchSourcesIngestBatchPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestContentSourcesIngestContentPost(ctx context.Context, body IngestContentSourcesIngestContentPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) IngestContentSourcesIngestContentPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestFilePathSourcesIngestFilePathPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) IngestFilePathSourcesIngestFilePathPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestFileSourcesIngestFilePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestFolderSummarySourcesIngestFolderSummaryPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) IngestFolderSummarySourcesIngestFolderSummaryPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestFolderUploadSourcesIngestFolderUploadPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) IngestUrlSourcesIngestUrlPost(ctx context.Context, body IngestUrlSourcesIngestUrlPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) IngestUrlSourcesIngestUrlPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) InstallAdminUpgradeInstallPost(ctx context.Context, body InstallAdminUpgradeInstallPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) InstallAdminUpgradeInstallPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) InstallBgeM3ModelsBgeM3InstallPost(ctx context.Context, body InstallBgeM3ModelsBgeM3InstallPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) InstallBgeM3ModelsBgeM3InstallPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) LabelHealthLabelsHealthGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) LabelMergeCandidatesLabelsMergeCandidatesGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ListAiNowSessionsAgentAiNowSessionsGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListAugmentationJobsGraphAugmentationJobsGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ListCommunitiesCommunitiesGet(ctx context.Context, params *ListCommunitiesCommunitiesGetParams, ...) (*http.Response, error) + func (c *Client) ListEntitiesEntitiesGet(ctx context.Context, params *ListEntitiesEntitiesGetParams, ...) (*http.Response, error) + func (c *Client) ListEvalCasesSkillsSkillIdEvalCasesGet(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListLabelsLabelsGet(ctx context.Context, params *ListLabelsLabelsGetParams, ...) (*http.Response, error) + func (c *Client) ListMemoriesMemoriesGet(ctx context.Context, params *ListMemoriesMemoriesGetParams, ...) (*http.Response, error) + func (c *Client) ListMemoryRelationsMemoriesMemoryIdRelationsGet(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) ListModelsV1ModelsGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ListSkillsSkillsGet(ctx context.Context, params *ListSkillsSkillsGetParams, ...) (*http.Response, error) + func (c *Client) ListSourcesSourcesGet(ctx context.Context, params *ListSourcesSourcesGetParams, ...) (*http.Response, error) + func (c *Client) ListThreadsThreadsGet(ctx context.Context, params *ListThreadsThreadsGetParams, ...) (*http.Response, error) + func (c *Client) LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGet(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) LoadSessionAgentGraphIntelligenceSessionGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) MatchSkillsEndpointSkillsMatchGet(ctx context.Context, params *MatchSkillsEndpointSkillsMatchGetParams, ...) (*http.Response, error) + func (c *Client) MergeEntityHandler(ctx context.Context, entityId string, body MergeEntityHandlerJSONRequestBody, ...) (*http.Response, error) + func (c *Client) MergeEntityHandlerWithBody(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) MergeIntoSkillsSkillIdMergeIntoPost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) MergeIntoSkillsSkillIdMergeIntoPostWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) MergeLabelsEndpointLabelsMergePost(ctx context.Context, params *MergeLabelsEndpointLabelsMergePostParams, ...) (*http.Response, error) + func (c *Client) MergeSpaceSpacesSpaceRefMergePost(ctx context.Context, spaceRef string, ...) (*http.Response, error) + func (c *Client) MergeSpaceSpacesSpaceRefMergePostWithBody(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) OpenapiConfirmSchedule(ctx context.Context, scheduleId string, ...) (*http.Response, error) + func (c *Client) OpenapiConfirmScheduleWithBody(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) OpenapiCreateSchedule(ctx context.Context, body OpenapiCreateScheduleJSONRequestBody, ...) (*http.Response, error) + func (c *Client) OpenapiCreateScheduleWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) OpenapiDeleteSchedule(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) OpenapiGetSchedule(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) OpenapiListSchedules(ctx context.Context, params *OpenapiListSchedulesParams, ...) (*http.Response, error) + func (c *Client) OpenapiPauseSchedule(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) OpenapiPreviewSchedule(ctx context.Context, body OpenapiPreviewScheduleJSONRequestBody, ...) (*http.Response, error) + func (c *Client) OpenapiPreviewScheduleWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) OpenapiResumeSchedule(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) OpenapiScheduleRuns(ctx context.Context, scheduleId string, params *OpenapiScheduleRunsParams, ...) (*http.Response, error) + func (c *Client) OpenapiSetFeedEventVisibility(ctx context.Context, eventId string, ...) (*http.Response, error) + func (c *Client) OpenapiSetFeedEventVisibilityWithBody(ctx context.Context, eventId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) OpenapiUpdateSchedule(ctx context.Context, scheduleId string, ...) (*http.Response, error) + func (c *Client) OpenapiUpdateScheduleWithBody(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) OptimizeStorageStorageOptimizePost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ParseThreadContentThreadsParsePost(ctx context.Context, body ParseThreadContentThreadsParsePostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ParseThreadContentThreadsParsePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PatchAgentProfileSettingsAgentProfilesAgentIdPatch(ctx context.Context, agentId string, ...) (*http.Response, error) + func (c *Client) PatchAgentProfileSettingsAgentProfilesAgentIdPatchWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PersistQuestionAgentFeedInputPersistQuestionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PersistQuestionAgentFeedInputPersistQuestionPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) PlanPagerankRefreshGraphAugmentationPagerankPlanGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGet(ctx context.Context, taskType string, ...) (*http.Response, error) + func (c *Client) PlanThreadDistillationBatchMemoriesDistillBatchPlanPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PlanThreadDistillationBatchMemoriesDistillBatchPlanPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewBulkMoveThreadsThreadsBulkMovePreviewPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewBulkMoveThreadsThreadsBulkMovePreviewPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewConversationThreadsConversationsPreviewPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewConversationThreadsConversationsPreviewPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewDistillationMemoriesDistillPreviewPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewDistillationMemoriesDistillPreviewPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewEntityDeleteHandler(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) PreviewEntityMergeHandler(ctx context.Context, entityId string, ...) (*http.Response, error) + func (c *Client) PreviewEntityMergeHandlerWithBody(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewEvolvesRevisionHandler(ctx context.Context, body PreviewEvolvesRevisionHandlerJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PreviewEvolvesRevisionHandlerWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewLabelConsolidationLabelsConsolidationPreviewPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewLabelDeleteHandler(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) PreviewLabelMergeHandler(ctx context.Context, labelId string, ...) (*http.Response, error) + func (c *Client) PreviewLabelMergeHandlerWithBody(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewSettingsRestoreHandler(ctx context.Context, body PreviewSettingsRestoreHandlerJSONRequestBody, ...) (*http.Response, error) + func (c *Client) PreviewSettingsRestoreHandlerWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PreviewSpaceMergeSpacesSpaceRefMergePreviewPost(ctx context.Context, spaceRef string, ...) (*http.Response, error) + func (c *Client) PreviewSpaceMergeSpacesSpaceRefMergePreviewPostWithBody(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPost(ctx context.Context, sessionId string, ...) (*http.Response, error) + func (c *Client) PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostWithBody(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPost(ctx context.Context, sessionId string, ...) (*http.Response, error) + func (c *Client) ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostWithBody(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ReconcileThreadTailThreadsThreadIdReconcileTailPost(ctx context.Context, threadId string, ...) (*http.Response, error) + func (c *Client) ReconcileThreadTailThreadsThreadIdReconcileTailPostWithBody(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) RefetchSourceSourcesSourceIdRefetchPost(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) RegisterSkillHostSkillsRegistrationHostPost(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ReindexMemoriesBulkMemoriesReindexPost(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*http.Response, error) + func (c *Client) ReindexMemoriesBulkMemoriesReindexPostWithBody(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*http.Response, error) + func (c *Client) ReindexSearchIndexSearchIndexReindexPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDelete(ctx context.Context, memoryId string, labelId string, ...) (*http.Response, error) + func (c *Client) RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDelete(ctx context.Context, sourceId string, labelId string, ...) (*http.Response, error) + func (c *Client) ReportSkillOutcomeSkillsSkillIdOutcomePost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) ReportSkillOutcomeSkillsSkillIdOutcomePostWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ResolveEventAgentFeedEventsEventIdResolvePost(ctx context.Context, eventId string, ...) (*http.Response, error) + func (c *Client) ResolveEventAgentFeedEventsEventIdResolvePostWithBody(ctx context.Context, eventId string, ...) (*http.Response, error) + func (c *Client) ResolveResourceHandler(ctx context.Context, params *ResolveResourceHandlerParams, ...) (*http.Response, error) + func (c *Client) RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPost(ctx context.Context, sessionId string, requestId string, ...) (*http.Response, error) + func (c *Client) RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostWithBody(ctx context.Context, sessionId string, requestId string, contentType string, ...) (*http.Response, error) + func (c *Client) RestoreMergedSkillHandler(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RestoreSettingsHandler(ctx context.Context, body RestoreSettingsHandlerJSONRequestBody, ...) (*http.Response, error) + func (c *Client) RestoreSettingsHandlerWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) RetryEventAgentFeedEventsEventIdRetryPost(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) RunSkillEvalSkillsSkillIdEvalRunPost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPost(ctx context.Context, sessionId string, ...) (*http.Response, error) + func (c *Client) SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostWithBody(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SaveSessionAgentGraphIntelligenceSessionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SaveSessionAgentGraphIntelligenceSessionPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SaveSessionThreadsSessionsSavePost(ctx context.Context, body SaveSessionThreadsSessionsSavePostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) SaveSessionThreadsSessionsSavePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ScheduleDistillationMemoriesDistillSchedulePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) ScheduleDistillationMemoriesDistillSchedulePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SearchGraphGraphSearchGet(ctx context.Context, params *SearchGraphGraphSearchGetParams, ...) (*http.Response, error) + func (c *Client) SearchMemoriesMemoriesSearchPost(ctx context.Context, body SearchMemoriesMemoriesSearchPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) SearchMemoriesMemoriesSearchPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SearchSourcesSourcesSearchGet(ctx context.Context, params *SearchSourcesSourcesSearchGetParams, ...) (*http.Response, error) + func (c *Client) SearchThreadsFullThreadsSearchGet(ctx context.Context, params *SearchThreadsFullThreadsSearchGetParams, ...) (*http.Response, error) + func (c *Client) SendMessageAgentGraphIntelligenceMessagePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SendMessageAgentGraphIntelligenceMessagePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePost(ctx context.Context, sessionId string, ...) (*http.Response, error) + func (c *Client) SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostWithBody(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SetSkillHostConfigDirSkillsRegistrationHostConfigDirPut(ctx context.Context, host string, ...) (*http.Response, error) + func (c *Client) SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutWithBody(ctx context.Context, host string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillBuilderChatAgentSkillBuilderChatPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderChatAgentSkillBuilderChatPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) SkillBuilderEditBodyAgentSkillBuilderEditBodyPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderEditBodyAgentSkillBuilderEditBodyPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillBuilderImportAgentSkillBuilderImportPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderImportAgentSkillBuilderImportPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGet(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderProposeAgentSkillBuilderProposePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderProposeAgentSkillBuilderProposePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillBuilderRefineAgentSkillBuilderRefinePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderRefineAgentSkillBuilderRefinePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SkillDuplicateOfSkillsSkillIdDuplicateOfGet(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) SkillHostRegistrationStatusSkillsRegistrationGet(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) StartAugmentationJobGraphAugmentationStartPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) StartAugmentationJobGraphAugmentationStartPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) StartWatcherThreadsWatcherStartPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) StopWatcherThreadsWatcherStopPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGet(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) StreamSkillEvalSkillsSkillIdEvalStreamGet(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) StrengthenInsteadSkillsSkillIdStrengthenInsteadPost(ctx context.Context, skillId string, ...) (*http.Response, error) + func (c *Client) StrengthenInsteadSkillsSkillIdStrengthenInsteadPostWithBody(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SubmitFeedInputStreamAgentFeedInputStreamPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SubmitFeedInputStreamAgentFeedInputStreamPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SupersedeMemoryMemoriesMemoryIdSupersedePost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) SupersedeMemoryMemoriesMemoryIdSupersedePostWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) SyncAiNowSkillPromptsAgentAiNowSkillPromptsPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ToggleMemoryFavoriteMemoriesMemoryIdFavoritePost(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) ToggleThreadFavoriteThreadsThreadIdFavoritePost(ctx context.Context, threadId string, ...) (*http.Response, error) + func (c *Client) TriageConversationMemoriesDistillTriagePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) TriageConversationMemoriesDistillTriagePostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TriggerCommunityDetectionAgentTriggerCommunityDetectionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) TriggerCrystallizationAgentTriggerCrystallizationPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerDailyBriefingAgentTriggerDailyBriefingPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerDecayRefreshAgentTriggerDecayRefreshPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerGuidanceReviewAgentTriggerRuleReviewPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerInsightDetectionAgentTriggerInsightDetectionPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerKgExtractionAgentTriggerKgExtractionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) TriggerLabelConsolidationAgentTriggerLabelConsolidationPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) TriggerMemoryCompactionAgentTriggerMemoryCompactionPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerSkillCompileAgentTriggerSkillCompilePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) TriggerSkillReviewAgentTriggerSkillReviewPost(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) TriggerSourceExtractionSourcesSourceIdExtractPost(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) TriggerWmRefreshAgentTriggerWmRefreshPost(ctx context.Context, params *TriggerWmRefreshAgentTriggerWmRefreshPostParams, ...) (*http.Response, error) + func (c *Client) UnhideProjectThreadsImportConfigUnhideProjectPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UnhideSessionThreadsImportConfigUnhideSessionPost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UnloadModelModelsUnloadModelTypePost(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UnregisterSkillHostSkillsRegistrationHostDelete(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) UpdateAgentProfileSettingsAgentProfilesAgentIdPut(ctx context.Context, agentId string, ...) (*http.Response, error) + func (c *Client) UpdateAgentProfileSettingsAgentProfilesAgentIdPutWithBody(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateAiNowSessionAgentAiNowSessionsSessionIdPatch(ctx context.Context, sessionId string, ...) (*http.Response, error) + func (c *Client) UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchWithBody(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatch(ctx context.Context, skillId string, taskId string, ...) (*http.Response, error) + func (c *Client) UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchWithBody(ctx context.Context, skillId string, taskId string, contentType string, ...) (*http.Response, error) + func (c *Client) UpdateGuidanceRuleSettingsRulesRuleIdPut(ctx context.Context, ruleId string, ...) (*http.Response, error) + func (c *Client) UpdateGuidanceRuleSettingsRulesRuleIdPutWithBody(ctx context.Context, ruleId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateImportConfigThreadsImportConfigPut(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UpdateImportConfigThreadsImportConfigPutWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateLabelLabelsLabelIdPut(ctx context.Context, labelId string, ...) (*http.Response, error) + func (c *Client) UpdateLabelLabelsLabelIdPutWithBody(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateMemoryMemoriesMemoryIdPatch(ctx context.Context, memoryId string, ...) (*http.Response, error) + func (c *Client) UpdateMemoryMemoriesMemoryIdPatchWithBody(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateMemoryRelationMemoriesRelationsRelationIdPatch(ctx context.Context, relationId string, ...) (*http.Response, error) + func (c *Client) UpdateMemoryRelationMemoriesRelationsRelationIdPatchWithBody(ctx context.Context, relationId string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateSourceContentSourcesSourceIdContentPut(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) UpdateSourceContentSourcesSourceIdContentPutWithBody(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) UpdateSourceSourcesSourceIdPatch(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) UpdateSourceSourcesSourceIdPatchWithBody(ctx context.Context, sourceId string, ...) (*http.Response, error) + func (c *Client) UpdateSpaceSettingsSpacesConfigPost(ctx context.Context, body UpdateSpaceSettingsSpacesConfigPostJSONRequestBody, ...) (*http.Response, error) + func (c *Client) UpdateSpaceSettingsSpacesConfigPostWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateSpaceSpacesSpaceRefPatch(ctx context.Context, spaceRef string, ...) (*http.Response, error) + func (c *Client) UpdateSpaceSpacesSpaceRefPatchWithBody(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) UpdateWorkingMemoryAgentWorkingMemoryPut(ctx context.Context, ...) (*http.Response, error) + func (c *Client) UpdateWorkingMemoryAgentWorkingMemoryPutWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPost(ctx context.Context, ...) (*http.Response, error) + type ClientInterface interface + ... func(ctx context.Context, ...) (*http.Response, error) + ... func(ctx context.Context, ...) (*http.Response, error) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ... func(ctx context.Context, sessionId string, requestId string, contentType string, ...) (*http.Response, error) + ActivateSkillSkillsSkillIdActivatePost func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + AddEvalCaseSkillsSkillIdEvalCasesPost func(ctx context.Context, skillId string, ...) (*http.Response, error) + AddEvalCaseSkillsSkillIdEvalCasesPostWithBody func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + AgentProfileUsageHandler func(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + AppendMessagesToThreadThreadsThreadIdAppendPost func(ctx context.Context, threadId string, ...) (*http.Response, error) + AppendMessagesToThreadThreadsThreadIdAppendPostWithBody func(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*http.Response, error) + ApplyEvolvesRevisionHandler func(ctx context.Context, body ApplyEvolvesRevisionHandlerJSONRequestBody, ...) (*http.Response, error) + ApplyEvolvesRevisionHandlerWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ApplyLabelDeleteHandler func(ctx context.Context, labelId string, ...) (*http.Response, error) + ApplyLabelDeleteHandlerWithBody func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + ApplyLabelMergeHandler func(ctx context.Context, labelId string, ...) (*http.Response, error) + ApplyLabelMergeHandlerWithBody func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPost func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplySkillVersionSkillsSkillIdApplyVersionPost func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePost func(ctx context.Context, ...) (*http.Response, error) + ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ArchiveMemoryMemoriesMemoryIdArchivePost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + ArchiveMemoryMemoriesMemoryIdArchivePostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + ArchiveSkillSkillsSkillIdArchivePost func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPost func(ctx context.Context, memoryId string, labelId string, ...) (*http.Response, error) + AssignLabelToSourceSourcesSourceIdLabelsLabelIdPost func(ctx context.Context, sourceId string, labelId string, ...) (*http.Response, error) + AuthorSkillSkillsAuthorPost func(ctx context.Context, body AuthorSkillSkillsAuthorPostJSONRequestBody, ...) (*http.Response, error) + AuthorSkillSkillsAuthorPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + BulkDeleteMemoriesMemoriesBulkDeletePost func(ctx context.Context, ...) (*http.Response, error) + BulkDeleteMemoriesMemoriesBulkDeletePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + BulkDeleteThreadsBySelectionThreadsBulkDeletePost func(ctx context.Context, ...) (*http.Response, error) + BulkDeleteThreadsBySelectionThreadsBulkDeletePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + BulkDeleteThreadsThreadsBulkDelete func(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*http.Response, error) + BulkDeleteThreadsThreadsBulkDeleteWithBody func(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*http.Response, error) + BulkMoveMemoriesMemoriesBulkMovePost func(ctx context.Context, body BulkMoveMemoriesMemoriesBulkMovePostJSONRequestBody, ...) (*http.Response, error) + BulkMoveMemoriesMemoriesBulkMovePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + BulkMoveThreadsThreadsBulkMovePost func(ctx context.Context, body BulkMoveThreadsThreadsBulkMovePostJSONRequestBody, ...) (*http.Response, error) + BulkMoveThreadsThreadsBulkMovePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPost func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPost func(ctx context.Context, ...) (*http.Response, error) + CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CapabilitiesCapabilitiesGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CheckAdminUpgradeCheckGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CheckpointDataDataCheckpointPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CleanupOrphanedEntitiesGraphOrphansDelete func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CloseAiNowSessionAgentAiNowSessionsSessionIdClosePost func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ConsolidateLabelsLabelsConsolidatePost func(ctx context.Context, params *ConsolidateLabelsLabelsConsolidatePostParams, ...) (*http.Response, error) + CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPost func(ctx context.Context, ...) (*http.Response, error) + CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPost func(ctx context.Context, ...) (*http.Response, error) + CreateAgentProfileSettingsAgentProfilesPost func(ctx context.Context, ...) (*http.Response, error) + CreateAgentProfileSettingsAgentProfilesPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateAiNowSessionAgentAiNowSessionsPost func(ctx context.Context, ...) (*http.Response, error) + CreateAiNowSessionAgentAiNowSessionsPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateEmbeddingsV1EmbeddingsPost func(ctx context.Context, body CreateEmbeddingsV1EmbeddingsPostJSONRequestBody, ...) (*http.Response, error) + CreateEmbeddingsV1EmbeddingsPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateGuidanceRuleSettingsRulesPost func(ctx context.Context, body CreateGuidanceRuleSettingsRulesPostJSONRequestBody, ...) (*http.Response, error) + CreateGuidanceRuleSettingsRulesPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateLabelLabelsPost func(ctx context.Context, params *CreateLabelLabelsPostParams, ...) (*http.Response, error) + CreateMemoryMemoriesPost func(ctx context.Context, body CreateMemoryMemoriesPostJSONRequestBody, ...) (*http.Response, error) + CreateMemoryMemoriesPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateMemoryRelationMemoriesMemoryIdRelationsPost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + CreateMemoryRelationMemoriesMemoryIdRelationsPostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + CreateSpaceSpacesPost func(ctx context.Context, body CreateSpaceSpacesPostJSONRequestBody, ...) (*http.Response, error) + CreateSpaceSpacesPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CreateThreadThreadsPost func(ctx context.Context, body CreateThreadThreadsPostJSONRequestBody, ...) (*http.Response, error) + CreateThreadThreadsPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + CuratorDryRunSkillsCuratorDryRunGet func(ctx context.Context, params *CuratorDryRunSkillsCuratorDryRunGetParams, ...) (*http.Response, error) + CuratorProposalsSkillsCuratorProposalsGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + CuratorRunSkillsCuratorRunPost func(ctx context.Context, params *CuratorRunSkillsCuratorRunPostParams, ...) (*http.Response, error) + CutOverThreadMessagesContentStoreThreadMessagesCutoverPost func(ctx context.Context, ...) (*http.Response, error) + DeactivateSkillSkillsSkillIdDeactivatePost func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteAgentProfileSettingsAgentProfilesAgentIdDelete func(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteAiNowSessionAgentAiNowSessionsSessionIdDelete func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteEntityHandler func(ctx context.Context, entityId string, params *DeleteEntityHandlerParams, ...) (*http.Response, error) + DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDelete func(ctx context.Context, skillId string, taskId string, ...) (*http.Response, error) + DeleteFeedEventAgentFeedEventsEventIdDelete func(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteGuidanceRuleSettingsRulesRuleIdDelete func(ctx context.Context, ruleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteLabelLabelsLabelIdDelete func(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteMemoryMemoriesMemoryIdDelete func(ctx context.Context, memoryId string, ...) (*http.Response, error) + DeleteMemoryRelationMemoriesRelationsRelationIdDelete func(ctx context.Context, relationId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DeleteSourceSourcesSourceIdDelete func(ctx context.Context, sourceId string, ...) (*http.Response, error) + DeleteSpaceSpacesSpaceRefDelete func(ctx context.Context, spaceRef string, ...) (*http.Response, error) + DeleteThreadThreadsThreadIdDelete func(ctx context.Context, threadId string, ...) (*http.Response, error) + DeprecateMemoryMemoriesMemoryIdDeprecatePost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + DeprecateMemoryMemoriesMemoryIdDeprecatePostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + DiscardPendingVersionHandler func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DiscoverConversationsThreadsConversationsDiscoverGet func(ctx context.Context, ...) (*http.Response, error) + DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPost func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + DismissSkillSkillsSkillIdDismissPost func(ctx context.Context, skillId string, ...) (*http.Response, error) + DismissSkillSkillsSkillIdDismissPostWithBody func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + DistillMemoriesFromThreadMemoriesDistillPost func(ctx context.Context, ...) (*http.Response, error) + DistillMemoriesFromThreadMemoriesDistillPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + DownloadAdminUpgradeDownloadPost func(ctx context.Context, body DownloadAdminUpgradeDownloadPostJSONRequestBody, ...) (*http.Response, error) + DownloadAdminUpgradeDownloadPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGet func(ctx context.Context, ...) (*http.Response, error) + EditSkillFileSkillsSkillIdEditFilePost func(ctx context.Context, skillId string, ...) (*http.Response, error) + EditSkillFileSkillsSkillIdEditFilePostWithBody func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + EventStreamEventsStreamGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ExpandNeighborsGraphExpandNodeIdGet func(ctx context.Context, nodeId string, ...) (*http.Response, error) + ExploreGraphGraphExploreGet func(ctx context.Context, params *ExploreGraphGraphExploreGetParams, ...) (*http.Response, error) + ExportAgentProfileHandler func(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ExportConversationRawThreadsConversationsExportRawPost func(ctx context.Context, ...) (*http.Response, error) + ExportConversationRawThreadsConversationsExportRawPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ExportDataDataExportPost func(ctx context.Context, body ExportDataDataExportPostJSONRequestBody, ...) (*http.Response, error) + ExportDataDataExportPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ExportDataDownloadDataExportDownloadPost func(ctx context.Context, ...) (*http.Response, error) + ExportDataDownloadDataExportDownloadPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ExportMemoryMemoriesMemoryIdExportGet func(ctx context.Context, memoryId string, ...) (*http.Response, error) + ExportSettingsBackupHandler func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ExportThreadThreadsThreadIdExportGet func(ctx context.Context, threadId string, ...) (*http.Response, error) + FindOrphanedEntitiesGraphOrphansGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ForceCheckpointHealthCheckpointPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ForgetMemoryMemoriesMemoryIdForgetPost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + ForgetMemoryMemoriesMemoryIdForgetPostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + FsCapabilitiesFsCapabilitiesGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + FsCatFsCatGet func(ctx context.Context, params *FsCatFsCatGetParams, ...) (*http.Response, error) + FsDeleteFsDeletePost func(ctx context.Context, body FsDeleteFsDeletePostJSONRequestBody, ...) (*http.Response, error) + FsDeleteFsDeletePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + FsFindFsFindGet func(ctx context.Context, params *FsFindFsFindGetParams, ...) (*http.Response, error) + FsGrepFsGrepGet func(ctx context.Context, params *FsGrepFsGrepGetParams, ...) (*http.Response, error) + FsLsFsLsGet func(ctx context.Context, params *FsLsFsLsGetParams, reqEditors ...RequestEditorFn) (*http.Response, error) + FsRecallFsRecallGet func(ctx context.Context, params *FsRecallFsRecallGetParams, ...) (*http.Response, error) + FsStatFsStatGet func(ctx context.Context, params *FsStatFsStatGetParams, ...) (*http.Response, error) + FsWriteFsWritePost func(ctx context.Context, body FsWriteFsWritePostJSONRequestBody, ...) (*http.Response, error) + FsWriteFsWritePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + GetAgentProfilesSettingsAgentProfilesGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAgentStatusAgentStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGet func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAiNowSessionAgentAiNowSessionsSessionIdGet func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetAugmentationStateGraphAugmentationStateGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetBgeM3StatusModelsBgeM3StatusGet func(ctx context.Context, params *GetBgeM3StatusModelsBgeM3StatusGetParams, ...) (*http.Response, error) + GetCommunityDetailsCommunitiesCommunityIdGet func(ctx context.Context, communityId string, ...) (*http.Response, error) + GetCommunityMembersGraphCommunityMembersCommunityIdGet func(ctx context.Context, communityId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGet func(ctx context.Context, communityId int, ...) (*http.Response, error) + GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGet func(ctx context.Context, communityId int, ...) (*http.Response, error) + GetContentStoreMigrationStatusContentStoreMigrationStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetContextBundleContextBundleGet func(ctx context.Context, params *GetContextBundleContextBundleGetParams, ...) (*http.Response, error) + GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGet func(ctx context.Context, crystalId string, ...) (*http.Response, error) + GetDistillationPlanMemoriesDistillPlanPost func(ctx context.Context, ...) (*http.Response, error) + GetDistillationPlanMemoriesDistillPlanPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + GetEntityRelationshipsEntitiesEntityIdRelationshipsGet func(ctx context.Context, entityId string, ...) (*http.Response, error) + GetEvolvesEdgesAgentEvolvesGet func(ctx context.Context, params *GetEvolvesEdgesAgentEvolvesGetParams, ...) (*http.Response, error) + GetExportStatusDataExportStatusJobIdGet func(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetFavoriteMemoriesFavoritesMemoriesGet func(ctx context.Context, params *GetFavoriteMemoriesFavoritesMemoriesGetParams, ...) (*http.Response, error) + GetFavoriteThreadsFavoritesThreadsGet func(ctx context.Context, params *GetFavoriteThreadsFavoritesThreadsGetParams, ...) (*http.Response, error) + GetFeedEventsAgentFeedEventsGet func(ctx context.Context, params *GetFeedEventsAgentFeedEventsGetParams, ...) (*http.Response, error) + GetGraphAnalysisGraphAnalysisGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetGraphDataGraphSampleGet func(ctx context.Context, params *GetGraphDataGraphSampleGetParams, ...) (*http.Response, error) + GetGraphOverviewGraphOverviewGet func(ctx context.Context, params *GetGraphOverviewGraphOverviewGetParams, ...) (*http.Response, error) + GetGuidanceRulesSettingsRulesGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetImportConfigThreadsImportConfigGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetImportStatusDataImportStatusJobIdGet func(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetInFlightOverviewAgentTasksOverviewGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetJobStatusGraphAugmentationStatusJobIdGet func(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGet func(ctx context.Context, ...) (*http.Response, error) + GetLabelLabelsLabelIdGet func(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLibraryOkfExportLibraryOkfExportGet func(ctx context.Context, params *GetLibraryOkfExportLibraryOkfExportGetParams, ...) (*http.Response, error) + GetLibraryWikiExportLibraryWikiExportGet func(ctx context.Context, params *GetLibraryWikiExportLibraryWikiExportGetParams, ...) (*http.Response, error) + GetLibraryWikiExportSummaryLibraryWikiExportSummaryGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLibraryWikiIndexLibraryWikiIndexGet func(ctx context.Context, params *GetLibraryWikiIndexLibraryWikiIndexGetParams, ...) (*http.Response, error) + GetLivePreviewGraphGraphLivePreviewGet func(ctx context.Context, params *GetLivePreviewGraphGraphLivePreviewGetParams, ...) (*http.Response, error) + GetLivePreviewNeighborsGraphLivePreviewNodeIdGet func(ctx context.Context, nodeId string, ...) (*http.Response, error) + GetMemoryLabelsMemoriesMemoryIdLabelsGet func(ctx context.Context, memoryId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMemoryMemoriesMemoryIdGet func(ctx context.Context, memoryId string, ...) (*http.Response, error) + GetModelMemoryStatusModelsMemoryStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetNodeDetailsGraphNodeDetailsNodeIdGet func(ctx context.Context, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetReindexStatusMemoriesReindexStatusGet func(ctx context.Context, params *GetReindexStatusMemoriesReindexStatusGetParams, ...) (*http.Response, error) + GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGet func(ctx context.Context, communityId int, ...) (*http.Response, error) + GetSearchIndexReindexStatusSearchIndexReindexStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSearchIndexStatusSearchIndexStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetShortestPathGraphShortestPathGet func(ctx context.Context, params *GetShortestPathGraphShortestPathGetParams, ...) (*http.Response, error) + GetSkillActivitySkillsActivityGet func(ctx context.Context, params *GetSkillActivitySkillsActivityGetParams, ...) (*http.Response, error) + GetSkillEvalSkillsSkillIdEvalGet func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSkillSkillsSkillIdGet func(ctx context.Context, skillId string, params *GetSkillSkillsSkillIdGetParams, ...) (*http.Response, error) + GetSourceContentSourcesSourceIdContentGet func(ctx context.Context, sourceId string, ...) (*http.Response, error) + GetSourceDetailSourcesSourceIdGet func(ctx context.Context, sourceId string, ...) (*http.Response, error) + GetSourceImageSourcesSourceIdImagesFilenameGet func(ctx context.Context, sourceId string, filename string, ...) (*http.Response, error) + GetSourceLabelsSourcesSourceIdLabelsGet func(ctx context.Context, sourceId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSourceRawSourcesSourceIdRawGet func(ctx context.Context, sourceId string, ...) (*http.Response, error) + GetSpaceRosterSpacesRosterGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSpaceSpacesSpaceRefGet func(ctx context.Context, spaceRef string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSpacesSpacesGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetStatusAgentGraphIntelligenceStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetStorageInfoStorageInfoGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetThreadCoverageThreadsThreadIdCoverageGet func(ctx context.Context, threadId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetThreadSourcesThreadsSourcesGet func(ctx context.Context, params *GetThreadSourcesThreadsSourcesGetParams, ...) (*http.Response, error) + GetThreadSummariesThreadsSummariesGet func(ctx context.Context, params *GetThreadSummariesThreadsSummariesGetParams, ...) (*http.Response, error) + GetThreadThreadsThreadIdGet func(ctx context.Context, threadId string, ...) (*http.Response, error) + GetTokenUsageSummaryAgentTokenUsageGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetUserProfileSettingsProfileGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetWatcherStatusThreadsWatcherStatusGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGet func(ctx context.Context, crystalId string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetWikiPageEntityLibraryWikiPageEntityIdOrNameGet func(ctx context.Context, idOrName string, ...) (*http.Response, error) + GetWikiPageTopicLibraryWikiPageTopicCommunityIdGet func(ctx context.Context, communityId int, ...) (*http.Response, error) + GetWorkingMemoryAgentWorkingMemoryGet func(ctx context.Context, params *GetWorkingMemoryAgentWorkingMemoryGetParams, ...) (*http.Response, error) + GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGet func(ctx context.Context, ...) (*http.Response, error) + GraphAnalysisHealthGraphHealthGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + GraphVisGraphVisGet func(ctx context.Context, params *GraphVisGraphVisGetParams, ...) (*http.Response, error) + HardenSkillEndpointSkillsSkillIdHardenPost func(ctx context.Context, skillId string, ...) (*http.Response, error) + HealthCheckHealthGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + HideProjectThreadsImportConfigHideProjectPost func(ctx context.Context, ...) (*http.Response, error) + HideSessionThreadsImportConfigHideSessionPost func(ctx context.Context, ...) (*http.Response, error) + ImportAgentProfileHandler func(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*http.Response, error) + ImportAgentProfileHandlerWithBody func(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*http.Response, error) + ImportConversationThreadsConversationsImportPost func(ctx context.Context, ...) (*http.Response, error) + ImportConversationThreadsConversationsImportPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ImportDataDataImportPost func(ctx context.Context, body ImportDataDataImportPostJSONRequestBody, ...) (*http.Response, error) + ImportDataDataImportPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ImportDataUploadDataImportUploadPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ImportThreadsThreadsImportPost func(ctx context.Context, body ImportThreadsThreadsImportPostJSONRequestBody, ...) (*http.Response, error) + ImportThreadsThreadsImportPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestBatchSourcesIngestBatchPost func(ctx context.Context, body IngestBatchSourcesIngestBatchPostJSONRequestBody, ...) (*http.Response, error) + IngestBatchSourcesIngestBatchPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestContentSourcesIngestContentPost func(ctx context.Context, body IngestContentSourcesIngestContentPostJSONRequestBody, ...) (*http.Response, error) + IngestContentSourcesIngestContentPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestFilePathSourcesIngestFilePathPost func(ctx context.Context, ...) (*http.Response, error) + IngestFilePathSourcesIngestFilePathPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestFileSourcesIngestFilePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestFolderSummarySourcesIngestFolderSummaryPost func(ctx context.Context, ...) (*http.Response, error) + IngestFolderSummarySourcesIngestFolderSummaryPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestFolderUploadSourcesIngestFolderUploadPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + IngestUrlSourcesIngestUrlPost func(ctx context.Context, body IngestUrlSourcesIngestUrlPostJSONRequestBody, ...) (*http.Response, error) + IngestUrlSourcesIngestUrlPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + InstallAdminUpgradeInstallPost func(ctx context.Context, body InstallAdminUpgradeInstallPostJSONRequestBody, ...) (*http.Response, error) + InstallAdminUpgradeInstallPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + InstallBgeM3ModelsBgeM3InstallPost func(ctx context.Context, body InstallBgeM3ModelsBgeM3InstallPostJSONRequestBody, ...) (*http.Response, error) + InstallBgeM3ModelsBgeM3InstallPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPost func(ctx context.Context, ...) (*http.Response, error) + KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + LabelHealthLabelsHealthGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + LabelMergeCandidatesLabelsMergeCandidatesGet func(ctx context.Context, ...) (*http.Response, error) + ListAiNowSessionsAgentAiNowSessionsGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ListAugmentationJobsGraphAugmentationJobsGet func(ctx context.Context, ...) (*http.Response, error) + ListCommunitiesCommunitiesGet func(ctx context.Context, params *ListCommunitiesCommunitiesGetParams, ...) (*http.Response, error) + ListEntitiesEntitiesGet func(ctx context.Context, params *ListEntitiesEntitiesGetParams, ...) (*http.Response, error) + ListEvalCasesSkillsSkillIdEvalCasesGet func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + ListLabelsLabelsGet func(ctx context.Context, params *ListLabelsLabelsGetParams, ...) (*http.Response, error) + ListMemoriesMemoriesGet func(ctx context.Context, params *ListMemoriesMemoriesGetParams, ...) (*http.Response, error) + ListMemoryRelationsMemoriesMemoryIdRelationsGet func(ctx context.Context, memoryId string, ...) (*http.Response, error) + ListModelsV1ModelsGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ListSkillsSkillsGet func(ctx context.Context, params *ListSkillsSkillsGetParams, ...) (*http.Response, error) + ListSourcesSourcesGet func(ctx context.Context, params *ListSourcesSourcesGetParams, ...) (*http.Response, error) + ListThreadsThreadsGet func(ctx context.Context, params *ListThreadsThreadsGetParams, ...) (*http.Response, error) + LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGet func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + LoadSessionAgentGraphIntelligenceSessionGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPost func(ctx context.Context, ...) (*http.Response, error) + MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + MatchSkillsEndpointSkillsMatchGet func(ctx context.Context, params *MatchSkillsEndpointSkillsMatchGetParams, ...) (*http.Response, error) + MergeEntityHandler func(ctx context.Context, entityId string, body MergeEntityHandlerJSONRequestBody, ...) (*http.Response, error) + MergeEntityHandlerWithBody func(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*http.Response, error) + MergeIntoSkillsSkillIdMergeIntoPost func(ctx context.Context, skillId string, ...) (*http.Response, error) + MergeIntoSkillsSkillIdMergeIntoPostWithBody func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + MergeLabelsEndpointLabelsMergePost func(ctx context.Context, params *MergeLabelsEndpointLabelsMergePostParams, ...) (*http.Response, error) + MergeSpaceSpacesSpaceRefMergePost func(ctx context.Context, spaceRef string, ...) (*http.Response, error) + MergeSpaceSpacesSpaceRefMergePostWithBody func(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*http.Response, error) + MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPost func(ctx context.Context, ...) (*http.Response, error) + OpenapiConfirmSchedule func(ctx context.Context, scheduleId string, ...) (*http.Response, error) + OpenapiConfirmScheduleWithBody func(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*http.Response, error) + OpenapiCreateSchedule func(ctx context.Context, body OpenapiCreateScheduleJSONRequestBody, ...) (*http.Response, error) + OpenapiCreateScheduleWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + OpenapiDeleteSchedule func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + OpenapiGetSchedule func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + OpenapiListSchedules func(ctx context.Context, params *OpenapiListSchedulesParams, ...) (*http.Response, error) + OpenapiPauseSchedule func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + OpenapiPreviewSchedule func(ctx context.Context, body OpenapiPreviewScheduleJSONRequestBody, ...) (*http.Response, error) + OpenapiPreviewScheduleWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + OpenapiResumeSchedule func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*http.Response, error) + OpenapiScheduleRuns func(ctx context.Context, scheduleId string, params *OpenapiScheduleRunsParams, ...) (*http.Response, error) + OpenapiSetFeedEventVisibility func(ctx context.Context, eventId string, ...) (*http.Response, error) + OpenapiSetFeedEventVisibilityWithBody func(ctx context.Context, eventId string, contentType string, body io.Reader, ...) (*http.Response, error) + OpenapiUpdateSchedule func(ctx context.Context, scheduleId string, ...) (*http.Response, error) + OpenapiUpdateScheduleWithBody func(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*http.Response, error) + OptimizeStorageStorageOptimizePost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ParseThreadContentThreadsParsePost func(ctx context.Context, body ParseThreadContentThreadsParsePostJSONRequestBody, ...) (*http.Response, error) + ParseThreadContentThreadsParsePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PatchAgentProfileSettingsAgentProfilesAgentIdPatch func(ctx context.Context, agentId string, ...) (*http.Response, error) + PatchAgentProfileSettingsAgentProfilesAgentIdPatchWithBody func(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*http.Response, error) + PersistQuestionAgentFeedInputPersistQuestionPost func(ctx context.Context, ...) (*http.Response, error) + PersistQuestionAgentFeedInputPersistQuestionPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGet func(ctx context.Context, ...) (*http.Response, error) + PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGet func(ctx context.Context, ...) (*http.Response, error) + PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGet func(ctx context.Context, ...) (*http.Response, error) + PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGet func(ctx context.Context, ...) (*http.Response, error) + PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + PlanPagerankRefreshGraphAugmentationPagerankPlanGet func(ctx context.Context, ...) (*http.Response, error) + PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGet func(ctx context.Context, taskType string, ...) (*http.Response, error) + PlanThreadDistillationBatchMemoriesDistillBatchPlanPost func(ctx context.Context, ...) (*http.Response, error) + PlanThreadDistillationBatchMemoriesDistillBatchPlanPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGet func(ctx context.Context, ...) (*http.Response, error) + PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPost func(ctx context.Context, ...) (*http.Response, error) + PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewBulkMoveThreadsThreadsBulkMovePreviewPost func(ctx context.Context, ...) (*http.Response, error) + PreviewBulkMoveThreadsThreadsBulkMovePreviewPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewConversationThreadsConversationsPreviewPost func(ctx context.Context, ...) (*http.Response, error) + PreviewConversationThreadsConversationsPreviewPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewDistillationMemoriesDistillPreviewPost func(ctx context.Context, ...) (*http.Response, error) + PreviewDistillationMemoriesDistillPreviewPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewEntityDeleteHandler func(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*http.Response, error) + PreviewEntityMergeHandler func(ctx context.Context, entityId string, ...) (*http.Response, error) + PreviewEntityMergeHandlerWithBody func(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewEvolvesRevisionHandler func(ctx context.Context, body PreviewEvolvesRevisionHandlerJSONRequestBody, ...) (*http.Response, error) + PreviewEvolvesRevisionHandlerWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewLabelConsolidationLabelsConsolidationPreviewPost func(ctx context.Context, ...) (*http.Response, error) + PreviewLabelDeleteHandler func(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*http.Response, error) + PreviewLabelMergeHandler func(ctx context.Context, labelId string, ...) (*http.Response, error) + PreviewLabelMergeHandlerWithBody func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPost func(ctx context.Context, ...) (*http.Response, error) + PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewSettingsRestoreHandler func(ctx context.Context, body PreviewSettingsRestoreHandlerJSONRequestBody, ...) (*http.Response, error) + PreviewSettingsRestoreHandlerWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + PreviewSpaceMergeSpacesSpaceRefMergePreviewPost func(ctx context.Context, spaceRef string, ...) (*http.Response, error) + PreviewSpaceMergeSpacesSpaceRefMergePreviewPostWithBody func(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*http.Response, error) + PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPost func(ctx context.Context, sessionId string, ...) (*http.Response, error) + PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostWithBody func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPost func(ctx context.Context, ...) (*http.Response, error) + QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPost func(ctx context.Context, sessionId string, ...) (*http.Response, error) + ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostWithBody func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + ReconcileThreadTailThreadsThreadIdReconcileTailPost func(ctx context.Context, threadId string, ...) (*http.Response, error) + ReconcileThreadTailThreadsThreadIdReconcileTailPostWithBody func(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*http.Response, error) + RefetchSourceSourcesSourceIdRefetchPost func(ctx context.Context, sourceId string, ...) (*http.Response, error) + RegisterSkillHostSkillsRegistrationHostPost func(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*http.Response, error) + ReindexMemoriesBulkMemoriesReindexPost func(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*http.Response, error) + ReindexMemoriesBulkMemoriesReindexPostWithBody func(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*http.Response, error) + ReindexSearchIndexSearchIndexReindexPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDelete func(ctx context.Context, memoryId string, labelId string, ...) (*http.Response, error) + RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDelete func(ctx context.Context, sourceId string, labelId string, ...) (*http.Response, error) + ReportSkillOutcomeSkillsSkillIdOutcomePost func(ctx context.Context, skillId string, ...) (*http.Response, error) + ReportSkillOutcomeSkillsSkillIdOutcomePostWithBody func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + ResolveEventAgentFeedEventsEventIdResolvePost func(ctx context.Context, eventId string, ...) (*http.Response, error) + ResolveEventAgentFeedEventsEventIdResolvePostWithBody func(ctx context.Context, eventId string, ...) (*http.Response, error) + ResolveResourceHandler func(ctx context.Context, params *ResolveResourceHandlerParams, ...) (*http.Response, error) + RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPost func(ctx context.Context, sessionId string, requestId string, ...) (*http.Response, error) + RestoreMergedSkillHandler func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RestoreSettingsHandler func(ctx context.Context, body RestoreSettingsHandlerJSONRequestBody, ...) (*http.Response, error) + RestoreSettingsHandlerWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + RetryEventAgentFeedEventsEventIdRetryPost func(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*http.Response, error) + RunSkillEvalSkillsSkillIdEvalRunPost func(ctx context.Context, skillId string, ...) (*http.Response, error) + SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPost func(ctx context.Context, sessionId string, ...) (*http.Response, error) + SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostWithBody func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + SaveSessionAgentGraphIntelligenceSessionPost func(ctx context.Context, ...) (*http.Response, error) + SaveSessionAgentGraphIntelligenceSessionPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SaveSessionThreadsSessionsSavePost func(ctx context.Context, body SaveSessionThreadsSessionsSavePostJSONRequestBody, ...) (*http.Response, error) + SaveSessionThreadsSessionsSavePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ScheduleDistillationMemoriesDistillSchedulePost func(ctx context.Context, ...) (*http.Response, error) + ScheduleDistillationMemoriesDistillSchedulePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SearchGraphGraphSearchGet func(ctx context.Context, params *SearchGraphGraphSearchGetParams, ...) (*http.Response, error) + SearchMemoriesMemoriesSearchPost func(ctx context.Context, body SearchMemoriesMemoriesSearchPostJSONRequestBody, ...) (*http.Response, error) + SearchMemoriesMemoriesSearchPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SearchSourcesSourcesSearchGet func(ctx context.Context, params *SearchSourcesSourcesSearchGetParams, ...) (*http.Response, error) + SearchThreadsFullThreadsSearchGet func(ctx context.Context, params *SearchThreadsFullThreadsSearchGetParams, ...) (*http.Response, error) + SendMessageAgentGraphIntelligenceMessagePost func(ctx context.Context, ...) (*http.Response, error) + SendMessageAgentGraphIntelligenceMessagePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePost func(ctx context.Context, sessionId string, ...) (*http.Response, error) + SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostWithBody func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + SetSkillHostConfigDirSkillsRegistrationHostConfigDirPut func(ctx context.Context, host string, ...) (*http.Response, error) + SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutWithBody func(ctx context.Context, host string, contentType string, body io.Reader, ...) (*http.Response, error) + SkillBuilderChatAgentSkillBuilderChatPost func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderChatAgentSkillBuilderChatPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + SkillBuilderEditBodyAgentSkillBuilderEditBodyPost func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderEditBodyAgentSkillBuilderEditBodyPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SkillBuilderImportAgentSkillBuilderImportPost func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderImportAgentSkillBuilderImportPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGet func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderProposeAgentSkillBuilderProposePost func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderProposeAgentSkillBuilderProposePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SkillBuilderRefineAgentSkillBuilderRefinePost func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderRefineAgentSkillBuilderRefinePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPost func(ctx context.Context, ...) (*http.Response, error) + SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SkillDuplicateOfSkillsSkillIdDuplicateOfGet func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*http.Response, error) + SkillHostRegistrationStatusSkillsRegistrationGet func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + StartAugmentationJobGraphAugmentationStartPost func(ctx context.Context, ...) (*http.Response, error) + StartAugmentationJobGraphAugmentationStartPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + StartWatcherThreadsWatcherStartPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + StopWatcherThreadsWatcherStopPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGet func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*http.Response, error) + StreamSkillEvalSkillsSkillIdEvalStreamGet func(ctx context.Context, skillId string, ...) (*http.Response, error) + StrengthenInsteadSkillsSkillIdStrengthenInsteadPost func(ctx context.Context, skillId string, ...) (*http.Response, error) + StrengthenInsteadSkillsSkillIdStrengthenInsteadPostWithBody func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*http.Response, error) + SubmitFeedInputStreamAgentFeedInputStreamPost func(ctx context.Context, ...) (*http.Response, error) + SubmitFeedInputStreamAgentFeedInputStreamPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + SupersedeMemoryMemoriesMemoryIdSupersedePost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + SupersedeMemoryMemoriesMemoryIdSupersedePostWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + SyncAiNowSkillPromptsAgentAiNowSkillPromptsPost func(ctx context.Context, ...) (*http.Response, error) + SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ToggleMemoryFavoriteMemoriesMemoryIdFavoritePost func(ctx context.Context, memoryId string, ...) (*http.Response, error) + ToggleThreadFavoriteThreadsThreadIdFavoritePost func(ctx context.Context, threadId string, ...) (*http.Response, error) + TriageConversationMemoriesDistillTriagePost func(ctx context.Context, ...) (*http.Response, error) + TriageConversationMemoriesDistillTriagePostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + TriggerCommunityDetectionAgentTriggerCommunityDetectionPost func(ctx context.Context, ...) (*http.Response, error) + TriggerCrystallizationAgentTriggerCrystallizationPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerDailyBriefingAgentTriggerDailyBriefingPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerDecayRefreshAgentTriggerDecayRefreshPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerGuidanceReviewAgentTriggerRuleReviewPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerInsightDetectionAgentTriggerInsightDetectionPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerKgExtractionAgentTriggerKgExtractionPost func(ctx context.Context, ...) (*http.Response, error) + TriggerLabelConsolidationAgentTriggerLabelConsolidationPost func(ctx context.Context, ...) (*http.Response, error) + TriggerMemoryCompactionAgentTriggerMemoryCompactionPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerSkillCompileAgentTriggerSkillCompilePost func(ctx context.Context, ...) (*http.Response, error) + TriggerSkillReviewAgentTriggerSkillReviewPost func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + TriggerSourceExtractionSourcesSourceIdExtractPost func(ctx context.Context, sourceId string, ...) (*http.Response, error) + TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPost func(ctx context.Context, ...) (*http.Response, error) + TriggerWmRefreshAgentTriggerWmRefreshPost func(ctx context.Context, params *TriggerWmRefreshAgentTriggerWmRefreshPostParams, ...) (*http.Response, error) + UnhideProjectThreadsImportConfigUnhideProjectPost func(ctx context.Context, ...) (*http.Response, error) + UnhideSessionThreadsImportConfigUnhideSessionPost func(ctx context.Context, ...) (*http.Response, error) + UnloadModelModelsUnloadModelTypePost func(ctx context.Context, ...) (*http.Response, error) + UnregisterSkillHostSkillsRegistrationHostDelete func(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*http.Response, error) + UpdateAgentProfileSettingsAgentProfilesAgentIdPut func(ctx context.Context, agentId string, ...) (*http.Response, error) + UpdateAgentProfileSettingsAgentProfilesAgentIdPutWithBody func(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateAiNowSessionAgentAiNowSessionsSessionIdPatch func(ctx context.Context, sessionId string, ...) (*http.Response, error) + UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchWithBody func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatch func(ctx context.Context, skillId string, taskId string, ...) (*http.Response, error) + UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchWithBody func(ctx context.Context, skillId string, taskId string, contentType string, ...) (*http.Response, error) + UpdateGuidanceRuleSettingsRulesRuleIdPut func(ctx context.Context, ruleId string, ...) (*http.Response, error) + UpdateGuidanceRuleSettingsRulesRuleIdPutWithBody func(ctx context.Context, ruleId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateImportConfigThreadsImportConfigPut func(ctx context.Context, ...) (*http.Response, error) + UpdateImportConfigThreadsImportConfigPutWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateLabelLabelsLabelIdPut func(ctx context.Context, labelId string, ...) (*http.Response, error) + UpdateLabelLabelsLabelIdPutWithBody func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateMemoryMemoriesMemoryIdPatch func(ctx context.Context, memoryId string, ...) (*http.Response, error) + UpdateMemoryMemoriesMemoryIdPatchWithBody func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateMemoryRelationMemoriesRelationsRelationIdPatch func(ctx context.Context, relationId string, ...) (*http.Response, error) + UpdateMemoryRelationMemoriesRelationsRelationIdPatchWithBody func(ctx context.Context, relationId string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateSourceContentSourcesSourceIdContentPut func(ctx context.Context, sourceId string, ...) (*http.Response, error) + UpdateSourceContentSourcesSourceIdContentPutWithBody func(ctx context.Context, sourceId string, ...) (*http.Response, error) + UpdateSourceSourcesSourceIdPatch func(ctx context.Context, sourceId string, ...) (*http.Response, error) + UpdateSourceSourcesSourceIdPatchWithBody func(ctx context.Context, sourceId string, ...) (*http.Response, error) + UpdateSpaceSettingsSpacesConfigPost func(ctx context.Context, body UpdateSpaceSettingsSpacesConfigPostJSONRequestBody, ...) (*http.Response, error) + UpdateSpaceSettingsSpacesConfigPostWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateSpaceSpacesSpaceRefPatch func(ctx context.Context, spaceRef string, ...) (*http.Response, error) + UpdateSpaceSpacesSpaceRefPatchWithBody func(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*http.Response, error) + UpdateWorkingMemoryAgentWorkingMemoryPut func(ctx context.Context, ...) (*http.Response, error) + UpdateWorkingMemoryAgentWorkingMemoryPutWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPost func(ctx context.Context, ...) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) ActivateSkillSkillsSkillIdActivatePostWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ActivateSkillSkillsSkillIdActivatePostResponse, error) + func (c *ClientWithResponses) AddEvalCaseSkillsSkillIdEvalCasesPostWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*AddEvalCaseSkillsSkillIdEvalCasesPostResponse, error) + func (c *ClientWithResponses) AddEvalCaseSkillsSkillIdEvalCasesPostWithResponse(ctx context.Context, skillId string, ...) (*AddEvalCaseSkillsSkillIdEvalCasesPostResponse, error) + func (c *ClientWithResponses) AgentProfileUsageHandlerWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*AgentProfileUsageHandlerResponse, error) + func (c *ClientWithResponses) AppendMessagesToThreadThreadsThreadIdAppendPostWithBodyWithResponse(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*AppendMessagesToThreadThreadsThreadIdAppendPostResponse, error) + func (c *ClientWithResponses) AppendMessagesToThreadThreadsThreadIdAppendPostWithResponse(ctx context.Context, threadId string, ...) (*AppendMessagesToThreadThreadsThreadIdAppendPostResponse, error) + func (c *ClientWithResponses) ApplyEvolvesRevisionHandlerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ApplyEvolvesRevisionHandlerResponse, error) + func (c *ClientWithResponses) ApplyEvolvesRevisionHandlerWithResponse(ctx context.Context, body ApplyEvolvesRevisionHandlerJSONRequestBody, ...) (*ApplyEvolvesRevisionHandlerResponse, error) + func (c *ClientWithResponses) ApplyLabelDeleteHandlerWithBodyWithResponse(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*ApplyLabelDeleteHandlerResponse, error) + func (c *ClientWithResponses) ApplyLabelDeleteHandlerWithResponse(ctx context.Context, labelId string, ...) (*ApplyLabelDeleteHandlerResponse, error) + func (c *ClientWithResponses) ApplyLabelMergeHandlerWithBodyWithResponse(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*ApplyLabelMergeHandlerResponse, error) + func (c *ClientWithResponses) ApplyLabelMergeHandlerWithResponse(ctx context.Context, labelId string, ...) (*ApplyLabelMergeHandlerResponse, error) + func (c *ClientWithResponses) ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse, error) + func (c *ClientWithResponses) ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostWithResponse(ctx context.Context, memoryId string, ...) (*ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse, error) + func (c *ClientWithResponses) ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse, error) + func (c *ClientWithResponses) ApplySkillVersionSkillsSkillIdApplyVersionPostWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ApplySkillVersionSkillsSkillIdApplyVersionPostResponse, error) + func (c *ClientWithResponses) ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse, ...) + func (c *ClientWithResponses) ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostWithResponse(ctx context.Context, ...) (*ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse, ...) + func (c *ClientWithResponses) ArchiveMemoryMemoriesMemoryIdArchivePostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*ArchiveMemoryMemoriesMemoryIdArchivePostResponse, error) + func (c *ClientWithResponses) ArchiveMemoryMemoriesMemoryIdArchivePostWithResponse(ctx context.Context, memoryId string, ...) (*ArchiveMemoryMemoriesMemoryIdArchivePostResponse, error) + func (c *ClientWithResponses) ArchiveSkillSkillsSkillIdArchivePostWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ArchiveSkillSkillsSkillIdArchivePostResponse, error) + func (c *ClientWithResponses) AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostWithResponse(ctx context.Context, memoryId string, labelId string, ...) (*AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse, error) + func (c *ClientWithResponses) AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostWithResponse(ctx context.Context, sourceId string, labelId string, ...) (*AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse, error) + func (c *ClientWithResponses) AuthorSkillSkillsAuthorPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*AuthorSkillSkillsAuthorPostResponse, error) + func (c *ClientWithResponses) AuthorSkillSkillsAuthorPostWithResponse(ctx context.Context, body AuthorSkillSkillsAuthorPostJSONRequestBody, ...) (*AuthorSkillSkillsAuthorPostResponse, error) + func (c *ClientWithResponses) BulkDeleteMemoriesMemoriesBulkDeletePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*BulkDeleteMemoriesMemoriesBulkDeletePostResponse, error) + func (c *ClientWithResponses) BulkDeleteMemoriesMemoriesBulkDeletePostWithResponse(ctx context.Context, ...) (*BulkDeleteMemoriesMemoriesBulkDeletePostResponse, error) + func (c *ClientWithResponses) BulkDeleteThreadsBySelectionThreadsBulkDeletePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse, error) + func (c *ClientWithResponses) BulkDeleteThreadsBySelectionThreadsBulkDeletePostWithResponse(ctx context.Context, ...) (*BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse, error) + func (c *ClientWithResponses) BulkDeleteThreadsThreadsBulkDeleteWithBodyWithResponse(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*BulkDeleteThreadsThreadsBulkDeleteResponse, error) + func (c *ClientWithResponses) BulkDeleteThreadsThreadsBulkDeleteWithResponse(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*BulkDeleteThreadsThreadsBulkDeleteResponse, error) + func (c *ClientWithResponses) BulkMoveMemoriesMemoriesBulkMovePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*BulkMoveMemoriesMemoriesBulkMovePostResponse, error) + func (c *ClientWithResponses) BulkMoveMemoriesMemoriesBulkMovePostWithResponse(ctx context.Context, body BulkMoveMemoriesMemoriesBulkMovePostJSONRequestBody, ...) (*BulkMoveMemoriesMemoriesBulkMovePostResponse, error) + func (c *ClientWithResponses) BulkMoveThreadsThreadsBulkMovePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*BulkMoveThreadsThreadsBulkMovePostResponse, error) + func (c *ClientWithResponses) BulkMoveThreadsThreadsBulkMovePostWithResponse(ctx context.Context, body BulkMoveThreadsThreadsBulkMovePostJSONRequestBody, ...) (*BulkMoveThreadsThreadsBulkMovePostResponse, error) + func (c *ClientWithResponses) CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse, error) + func (c *ClientWithResponses) CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse, ...) + func (c *ClientWithResponses) CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostWithResponse(ctx context.Context, ...) (*CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse, ...) + func (c *ClientWithResponses) CapabilitiesCapabilitiesGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CapabilitiesCapabilitiesGetResponse, error) + func (c *ClientWithResponses) CheckAdminUpgradeCheckGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CheckAdminUpgradeCheckGetResponse, error) + func (c *ClientWithResponses) CheckpointDataDataCheckpointPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CheckpointDataDataCheckpointPostResponse, error) + func (c *ClientWithResponses) CleanupLegacyThreadMessageGraphContentStoreThreadMessagesCleanupLegacyGraphPostWithResponse(ctx context.Context, ...) (...) + func (c *ClientWithResponses) CleanupOrphanedEntitiesGraphOrphansDeleteWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CleanupOrphanedEntitiesGraphOrphansDeleteResponse, error) + func (c *ClientWithResponses) CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse, error) + func (c *ClientWithResponses) ConsolidateLabelsLabelsConsolidatePostWithResponse(ctx context.Context, params *ConsolidateLabelsLabelsConsolidatePostParams, ...) (*ConsolidateLabelsLabelsConsolidatePostResponse, error) + func (c *ClientWithResponses) CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostWithResponse(ctx context.Context, ...) (*CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse, error) + func (c *ClientWithResponses) CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostWithResponse(ctx context.Context, ...) (*CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse, ...) + func (c *ClientWithResponses) CreateAgentProfileSettingsAgentProfilesPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAgentProfileSettingsAgentProfilesPostResponse, error) + func (c *ClientWithResponses) CreateAgentProfileSettingsAgentProfilesPostWithResponse(ctx context.Context, ...) (*CreateAgentProfileSettingsAgentProfilesPostResponse, error) + func (c *ClientWithResponses) CreateAiNowSessionAgentAiNowSessionsPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAiNowSessionAgentAiNowSessionsPostResponse, error) + func (c *ClientWithResponses) CreateAiNowSessionAgentAiNowSessionsPostWithResponse(ctx context.Context, ...) (*CreateAiNowSessionAgentAiNowSessionsPostResponse, error) + func (c *ClientWithResponses) CreateEmbeddingsV1EmbeddingsPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEmbeddingsV1EmbeddingsPostResponse, error) + func (c *ClientWithResponses) CreateEmbeddingsV1EmbeddingsPostWithResponse(ctx context.Context, body CreateEmbeddingsV1EmbeddingsPostJSONRequestBody, ...) (*CreateEmbeddingsV1EmbeddingsPostResponse, error) + func (c *ClientWithResponses) CreateGuidanceRuleSettingsRulesPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateGuidanceRuleSettingsRulesPostResponse, error) + func (c *ClientWithResponses) CreateGuidanceRuleSettingsRulesPostWithResponse(ctx context.Context, body CreateGuidanceRuleSettingsRulesPostJSONRequestBody, ...) (*CreateGuidanceRuleSettingsRulesPostResponse, error) + func (c *ClientWithResponses) CreateLabelLabelsPostWithResponse(ctx context.Context, params *CreateLabelLabelsPostParams, ...) (*CreateLabelLabelsPostResponse, error) + func (c *ClientWithResponses) CreateMemoryMemoriesPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateMemoryMemoriesPostResponse, error) + func (c *ClientWithResponses) CreateMemoryMemoriesPostWithResponse(ctx context.Context, body CreateMemoryMemoriesPostJSONRequestBody, ...) (*CreateMemoryMemoriesPostResponse, error) + func (c *ClientWithResponses) CreateMemoryRelationMemoriesMemoryIdRelationsPostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse, error) + func (c *ClientWithResponses) CreateMemoryRelationMemoriesMemoryIdRelationsPostWithResponse(ctx context.Context, memoryId string, ...) (*CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse, error) + func (c *ClientWithResponses) CreateSpaceSpacesPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSpaceSpacesPostResponse, error) + func (c *ClientWithResponses) CreateSpaceSpacesPostWithResponse(ctx context.Context, body CreateSpaceSpacesPostJSONRequestBody, ...) (*CreateSpaceSpacesPostResponse, error) + func (c *ClientWithResponses) CreateThreadThreadsPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateThreadThreadsPostResponse, error) + func (c *ClientWithResponses) CreateThreadThreadsPostWithResponse(ctx context.Context, body CreateThreadThreadsPostJSONRequestBody, ...) (*CreateThreadThreadsPostResponse, error) + func (c *ClientWithResponses) CuratorDryRunSkillsCuratorDryRunGetWithResponse(ctx context.Context, params *CuratorDryRunSkillsCuratorDryRunGetParams, ...) (*CuratorDryRunSkillsCuratorDryRunGetResponse, error) + func (c *ClientWithResponses) CuratorProposalsSkillsCuratorProposalsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CuratorProposalsSkillsCuratorProposalsGetResponse, error) + func (c *ClientWithResponses) CuratorRunSkillsCuratorRunPostWithResponse(ctx context.Context, params *CuratorRunSkillsCuratorRunPostParams, ...) (*CuratorRunSkillsCuratorRunPostResponse, error) + func (c *ClientWithResponses) CutOverThreadMessagesContentStoreThreadMessagesCutoverPostWithResponse(ctx context.Context, ...) (*CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse, error) + func (c *ClientWithResponses) DeactivateSkillSkillsSkillIdDeactivatePostWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DeactivateSkillSkillsSkillIdDeactivatePostResponse, error) + func (c *ClientWithResponses) DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteEntityHandlerWithResponse(ctx context.Context, entityId string, params *DeleteEntityHandlerParams, ...) (*DeleteEntityHandlerResponse, error) + func (c *ClientWithResponses) DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteWithResponse(ctx context.Context, skillId string, taskId string, ...) (*DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteFeedEventAgentFeedEventsEventIdDeleteWithResponse(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*DeleteFeedEventAgentFeedEventsEventIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteGuidanceRuleSettingsRulesRuleIdDeleteWithResponse(ctx context.Context, ruleId string, reqEditors ...RequestEditorFn) (*DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteLabelLabelsLabelIdDeleteWithResponse(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*DeleteLabelLabelsLabelIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteMemoryMemoriesMemoryIdDeleteWithResponse(ctx context.Context, memoryId string, ...) (*DeleteMemoryMemoriesMemoryIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteMemoryRelationMemoriesRelationsRelationIdDeleteWithResponse(ctx context.Context, relationId string, reqEditors ...RequestEditorFn) (*DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteSourceSourcesSourceIdDeleteWithResponse(ctx context.Context, sourceId string, ...) (*DeleteSourceSourcesSourceIdDeleteResponse, error) + func (c *ClientWithResponses) DeleteSpaceSpacesSpaceRefDeleteWithResponse(ctx context.Context, spaceRef string, ...) (*DeleteSpaceSpacesSpaceRefDeleteResponse, error) + func (c *ClientWithResponses) DeleteThreadThreadsThreadIdDeleteWithResponse(ctx context.Context, threadId string, ...) (*DeleteThreadThreadsThreadIdDeleteResponse, error) + func (c *ClientWithResponses) DeprecateMemoryMemoriesMemoryIdDeprecatePostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse, error) + func (c *ClientWithResponses) DeprecateMemoryMemoriesMemoryIdDeprecatePostWithResponse(ctx context.Context, memoryId string, ...) (*DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse, error) + func (c *ClientWithResponses) DiscardPendingVersionHandlerWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DiscardPendingVersionHandlerResponse, error) + func (c *ClientWithResponses) DiscoverConversationsThreadsConversationsDiscoverGetWithResponse(ctx context.Context, ...) (*DiscoverConversationsThreadsConversationsDiscoverGetResponse, error) + func (c *ClientWithResponses) DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse, error) + func (c *ClientWithResponses) DismissSkillSkillsSkillIdDismissPostWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*DismissSkillSkillsSkillIdDismissPostResponse, error) + func (c *ClientWithResponses) DismissSkillSkillsSkillIdDismissPostWithResponse(ctx context.Context, skillId string, ...) (*DismissSkillSkillsSkillIdDismissPostResponse, error) + func (c *ClientWithResponses) DistillMemoriesFromThreadMemoriesDistillPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DistillMemoriesFromThreadMemoriesDistillPostResponse, error) + func (c *ClientWithResponses) DistillMemoriesFromThreadMemoriesDistillPostWithResponse(ctx context.Context, ...) (*DistillMemoriesFromThreadMemoriesDistillPostResponse, error) + func (c *ClientWithResponses) DownloadAdminUpgradeDownloadPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DownloadAdminUpgradeDownloadPostResponse, error) + func (c *ClientWithResponses) DownloadAdminUpgradeDownloadPostWithResponse(ctx context.Context, body DownloadAdminUpgradeDownloadPostJSONRequestBody, ...) (*DownloadAdminUpgradeDownloadPostResponse, error) + func (c *ClientWithResponses) DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetWithResponse(ctx context.Context, ...) (*DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse, error) + func (c *ClientWithResponses) EditSkillFileSkillsSkillIdEditFilePostWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*EditSkillFileSkillsSkillIdEditFilePostResponse, error) + func (c *ClientWithResponses) EditSkillFileSkillsSkillIdEditFilePostWithResponse(ctx context.Context, skillId string, ...) (*EditSkillFileSkillsSkillIdEditFilePostResponse, error) + func (c *ClientWithResponses) EventStreamEventsStreamGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*EventStreamEventsStreamGetResponse, error) + func (c *ClientWithResponses) ExpandNeighborsGraphExpandNodeIdGetWithResponse(ctx context.Context, nodeId string, ...) (*ExpandNeighborsGraphExpandNodeIdGetResponse, error) + func (c *ClientWithResponses) ExploreGraphGraphExploreGetWithResponse(ctx context.Context, params *ExploreGraphGraphExploreGetParams, ...) (*ExploreGraphGraphExploreGetResponse, error) + func (c *ClientWithResponses) ExportAgentProfileHandlerWithResponse(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*ExportAgentProfileHandlerResponse, error) + func (c *ClientWithResponses) ExportConversationRawThreadsConversationsExportRawPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ExportConversationRawThreadsConversationsExportRawPostResponse, error) + func (c *ClientWithResponses) ExportConversationRawThreadsConversationsExportRawPostWithResponse(ctx context.Context, ...) (*ExportConversationRawThreadsConversationsExportRawPostResponse, error) + func (c *ClientWithResponses) ExportDataDataExportPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ExportDataDataExportPostResponse, error) + func (c *ClientWithResponses) ExportDataDataExportPostWithResponse(ctx context.Context, body ExportDataDataExportPostJSONRequestBody, ...) (*ExportDataDataExportPostResponse, error) + func (c *ClientWithResponses) ExportDataDownloadDataExportDownloadPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ExportDataDownloadDataExportDownloadPostResponse, error) + func (c *ClientWithResponses) ExportDataDownloadDataExportDownloadPostWithResponse(ctx context.Context, ...) (*ExportDataDownloadDataExportDownloadPostResponse, error) + func (c *ClientWithResponses) ExportMemoryMemoriesMemoryIdExportGetWithResponse(ctx context.Context, memoryId string, ...) (*ExportMemoryMemoriesMemoryIdExportGetResponse, error) + func (c *ClientWithResponses) ExportSettingsBackupHandlerWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ExportSettingsBackupHandlerResponse, error) + func (c *ClientWithResponses) ExportThreadThreadsThreadIdExportGetWithResponse(ctx context.Context, threadId string, ...) (*ExportThreadThreadsThreadIdExportGetResponse, error) + func (c *ClientWithResponses) FindOrphanedEntitiesGraphOrphansGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*FindOrphanedEntitiesGraphOrphansGetResponse, error) + func (c *ClientWithResponses) ForceCheckpointHealthCheckpointPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ForceCheckpointHealthCheckpointPostResponse, error) + func (c *ClientWithResponses) ForgetMemoryMemoriesMemoryIdForgetPostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*ForgetMemoryMemoriesMemoryIdForgetPostResponse, error) + func (c *ClientWithResponses) ForgetMemoryMemoriesMemoryIdForgetPostWithResponse(ctx context.Context, memoryId string, ...) (*ForgetMemoryMemoriesMemoryIdForgetPostResponse, error) + func (c *ClientWithResponses) FsCapabilitiesFsCapabilitiesGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*FsCapabilitiesFsCapabilitiesGetResponse, error) + func (c *ClientWithResponses) FsCatFsCatGetWithResponse(ctx context.Context, params *FsCatFsCatGetParams, ...) (*FsCatFsCatGetResponse, error) + func (c *ClientWithResponses) FsDeleteFsDeletePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*FsDeleteFsDeletePostResponse, error) + func (c *ClientWithResponses) FsDeleteFsDeletePostWithResponse(ctx context.Context, body FsDeleteFsDeletePostJSONRequestBody, ...) (*FsDeleteFsDeletePostResponse, error) + func (c *ClientWithResponses) FsFindFsFindGetWithResponse(ctx context.Context, params *FsFindFsFindGetParams, ...) (*FsFindFsFindGetResponse, error) + func (c *ClientWithResponses) FsGrepFsGrepGetWithResponse(ctx context.Context, params *FsGrepFsGrepGetParams, ...) (*FsGrepFsGrepGetResponse, error) + func (c *ClientWithResponses) FsLsFsLsGetWithResponse(ctx context.Context, params *FsLsFsLsGetParams, reqEditors ...RequestEditorFn) (*FsLsFsLsGetResponse, error) + func (c *ClientWithResponses) FsRecallFsRecallGetWithResponse(ctx context.Context, params *FsRecallFsRecallGetParams, ...) (*FsRecallFsRecallGetResponse, error) + func (c *ClientWithResponses) FsStatFsStatGetWithResponse(ctx context.Context, params *FsStatFsStatGetParams, ...) (*FsStatFsStatGetResponse, error) + func (c *ClientWithResponses) FsWriteFsWritePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*FsWriteFsWritePostResponse, error) + func (c *ClientWithResponses) FsWriteFsWritePostWithResponse(ctx context.Context, body FsWriteFsWritePostJSONRequestBody, ...) (*FsWriteFsWritePostResponse, error) + func (c *ClientWithResponses) GetAgentProfilesSettingsAgentProfilesGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAgentProfilesSettingsAgentProfilesGetResponse, error) + func (c *ClientWithResponses) GetAgentStatusAgentStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAgentStatusAgentStatusGetResponse, error) + func (c *ClientWithResponses) GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse, error) + func (c *ClientWithResponses) GetAiNowSessionAgentAiNowSessionsSessionIdGetWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse, error) + func (c *ClientWithResponses) GetAugmentationStateGraphAugmentationStateGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAugmentationStateGraphAugmentationStateGetResponse, error) + func (c *ClientWithResponses) GetBgeM3StatusModelsBgeM3StatusGetWithResponse(ctx context.Context, params *GetBgeM3StatusModelsBgeM3StatusGetParams, ...) (*GetBgeM3StatusModelsBgeM3StatusGetResponse, error) + func (c *ClientWithResponses) GetCommunityDetailsCommunitiesCommunityIdGetWithResponse(ctx context.Context, communityId string, ...) (*GetCommunityDetailsCommunitiesCommunityIdGetResponse, error) + func (c *ClientWithResponses) GetCommunityMembersGraphCommunityMembersCommunityIdGetWithResponse(ctx context.Context, communityId string, reqEditors ...RequestEditorFn) (*GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse, error) + func (c *ClientWithResponses) GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetWithResponse(ctx context.Context, communityId int, ...) (...) + func (c *ClientWithResponses) GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetWithResponse(ctx context.Context, communityId int, ...) (*GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse, error) + func (c *ClientWithResponses) GetContentStoreMigrationStatusContentStoreMigrationStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse, error) + func (c *ClientWithResponses) GetContextBundleContextBundleGetWithResponse(ctx context.Context, params *GetContextBundleContextBundleGetParams, ...) (*GetContextBundleContextBundleGetResponse, error) + func (c *ClientWithResponses) GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetWithResponse(ctx context.Context, crystalId string, ...) (*GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse, ...) + func (c *ClientWithResponses) GetDistillationPlanMemoriesDistillPlanPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*GetDistillationPlanMemoriesDistillPlanPostResponse, error) + func (c *ClientWithResponses) GetDistillationPlanMemoriesDistillPlanPostWithResponse(ctx context.Context, ...) (*GetDistillationPlanMemoriesDistillPlanPostResponse, error) + func (c *ClientWithResponses) GetEntityRelationshipsEntitiesEntityIdRelationshipsGetWithResponse(ctx context.Context, entityId string, ...) (*GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse, error) + func (c *ClientWithResponses) GetEvolvesEdgesAgentEvolvesGetWithResponse(ctx context.Context, params *GetEvolvesEdgesAgentEvolvesGetParams, ...) (*GetEvolvesEdgesAgentEvolvesGetResponse, error) + func (c *ClientWithResponses) GetExportStatusDataExportStatusJobIdGetWithResponse(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*GetExportStatusDataExportStatusJobIdGetResponse, error) + func (c *ClientWithResponses) GetFavoriteMemoriesFavoritesMemoriesGetWithResponse(ctx context.Context, params *GetFavoriteMemoriesFavoritesMemoriesGetParams, ...) (*GetFavoriteMemoriesFavoritesMemoriesGetResponse, error) + func (c *ClientWithResponses) GetFavoriteThreadsFavoritesThreadsGetWithResponse(ctx context.Context, params *GetFavoriteThreadsFavoritesThreadsGetParams, ...) (*GetFavoriteThreadsFavoritesThreadsGetResponse, error) + func (c *ClientWithResponses) GetFeedEventsAgentFeedEventsGetWithResponse(ctx context.Context, params *GetFeedEventsAgentFeedEventsGetParams, ...) (*GetFeedEventsAgentFeedEventsGetResponse, error) + func (c *ClientWithResponses) GetGraphAnalysisGraphAnalysisGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGraphAnalysisGraphAnalysisGetResponse, error) + func (c *ClientWithResponses) GetGraphDataGraphSampleGetWithResponse(ctx context.Context, params *GetGraphDataGraphSampleGetParams, ...) (*GetGraphDataGraphSampleGetResponse, error) + func (c *ClientWithResponses) GetGraphOverviewGraphOverviewGetWithResponse(ctx context.Context, params *GetGraphOverviewGraphOverviewGetParams, ...) (*GetGraphOverviewGraphOverviewGetResponse, error) + func (c *ClientWithResponses) GetGuidanceRulesSettingsRulesGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGuidanceRulesSettingsRulesGetResponse, error) + func (c *ClientWithResponses) GetImportConfigThreadsImportConfigGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetImportConfigThreadsImportConfigGetResponse, error) + func (c *ClientWithResponses) GetImportStatusDataImportStatusJobIdGetWithResponse(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*GetImportStatusDataImportStatusJobIdGetResponse, error) + func (c *ClientWithResponses) GetInFlightOverviewAgentTasksOverviewGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetInFlightOverviewAgentTasksOverviewGetResponse, error) + func (c *ClientWithResponses) GetJobStatusGraphAugmentationStatusJobIdGetWithResponse(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*GetJobStatusGraphAugmentationStatusJobIdGetResponse, error) + func (c *ClientWithResponses) GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetWithResponse(ctx context.Context, ...) (*GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse, error) + func (c *ClientWithResponses) GetLabelLabelsLabelIdGetWithResponse(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*GetLabelLabelsLabelIdGetResponse, error) + func (c *ClientWithResponses) GetLibraryOkfExportLibraryOkfExportGetWithResponse(ctx context.Context, params *GetLibraryOkfExportLibraryOkfExportGetParams, ...) (*GetLibraryOkfExportLibraryOkfExportGetResponse, error) + func (c *ClientWithResponses) GetLibraryWikiExportLibraryWikiExportGetWithResponse(ctx context.Context, params *GetLibraryWikiExportLibraryWikiExportGetParams, ...) (*GetLibraryWikiExportLibraryWikiExportGetResponse, error) + func (c *ClientWithResponses) GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse, error) + func (c *ClientWithResponses) GetLibraryWikiIndexLibraryWikiIndexGetWithResponse(ctx context.Context, params *GetLibraryWikiIndexLibraryWikiIndexGetParams, ...) (*GetLibraryWikiIndexLibraryWikiIndexGetResponse, error) + func (c *ClientWithResponses) GetLivePreviewGraphGraphLivePreviewGetWithResponse(ctx context.Context, params *GetLivePreviewGraphGraphLivePreviewGetParams, ...) (*GetLivePreviewGraphGraphLivePreviewGetResponse, error) + func (c *ClientWithResponses) GetLivePreviewNeighborsGraphLivePreviewNodeIdGetWithResponse(ctx context.Context, nodeId string, ...) (*GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse, error) + func (c *ClientWithResponses) GetMemoryLabelsMemoriesMemoryIdLabelsGetWithResponse(ctx context.Context, memoryId string, reqEditors ...RequestEditorFn) (*GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse, error) + func (c *ClientWithResponses) GetMemoryMemoriesMemoryIdGetWithResponse(ctx context.Context, memoryId string, ...) (*GetMemoryMemoriesMemoryIdGetResponse, error) + func (c *ClientWithResponses) GetModelMemoryStatusModelsMemoryStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetModelMemoryStatusModelsMemoryStatusGetResponse, error) + func (c *ClientWithResponses) GetNodeDetailsGraphNodeDetailsNodeIdGetWithResponse(ctx context.Context, nodeId string, reqEditors ...RequestEditorFn) (*GetNodeDetailsGraphNodeDetailsNodeIdGetResponse, error) + func (c *ClientWithResponses) GetReindexStatusMemoriesReindexStatusGetWithResponse(ctx context.Context, params *GetReindexStatusMemoriesReindexStatusGetParams, ...) (*GetReindexStatusMemoriesReindexStatusGetResponse, error) + func (c *ClientWithResponses) GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetWithResponse(ctx context.Context, communityId int, ...) (*GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse, error) + func (c *ClientWithResponses) GetSearchIndexReindexStatusSearchIndexReindexStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse, error) + func (c *ClientWithResponses) GetSearchIndexStatusSearchIndexStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSearchIndexStatusSearchIndexStatusGetResponse, error) + func (c *ClientWithResponses) GetShortestPathGraphShortestPathGetWithResponse(ctx context.Context, params *GetShortestPathGraphShortestPathGetParams, ...) (*GetShortestPathGraphShortestPathGetResponse, error) + func (c *ClientWithResponses) GetSkillActivitySkillsActivityGetWithResponse(ctx context.Context, params *GetSkillActivitySkillsActivityGetParams, ...) (*GetSkillActivitySkillsActivityGetResponse, error) + func (c *ClientWithResponses) GetSkillEvalSkillsSkillIdEvalGetWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*GetSkillEvalSkillsSkillIdEvalGetResponse, error) + func (c *ClientWithResponses) GetSkillSkillsSkillIdGetWithResponse(ctx context.Context, skillId string, params *GetSkillSkillsSkillIdGetParams, ...) (*GetSkillSkillsSkillIdGetResponse, error) + func (c *ClientWithResponses) GetSourceContentSourcesSourceIdContentGetWithResponse(ctx context.Context, sourceId string, ...) (*GetSourceContentSourcesSourceIdContentGetResponse, error) + func (c *ClientWithResponses) GetSourceDetailSourcesSourceIdGetWithResponse(ctx context.Context, sourceId string, ...) (*GetSourceDetailSourcesSourceIdGetResponse, error) + func (c *ClientWithResponses) GetSourceImageSourcesSourceIdImagesFilenameGetWithResponse(ctx context.Context, sourceId string, filename string, ...) (*GetSourceImageSourcesSourceIdImagesFilenameGetResponse, error) + func (c *ClientWithResponses) GetSourceLabelsSourcesSourceIdLabelsGetWithResponse(ctx context.Context, sourceId string, reqEditors ...RequestEditorFn) (*GetSourceLabelsSourcesSourceIdLabelsGetResponse, error) + func (c *ClientWithResponses) GetSourceRawSourcesSourceIdRawGetWithResponse(ctx context.Context, sourceId string, ...) (*GetSourceRawSourcesSourceIdRawGetResponse, error) + func (c *ClientWithResponses) GetSpaceRosterSpacesRosterGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSpaceRosterSpacesRosterGetResponse, error) + func (c *ClientWithResponses) GetSpaceSpacesSpaceRefGetWithResponse(ctx context.Context, spaceRef string, reqEditors ...RequestEditorFn) (*GetSpaceSpacesSpaceRefGetResponse, error) + func (c *ClientWithResponses) GetSpacesSpacesGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSpacesSpacesGetResponse, error) + func (c *ClientWithResponses) GetStatusAgentGraphIntelligenceStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetStatusAgentGraphIntelligenceStatusGetResponse, error) + func (c *ClientWithResponses) GetStorageInfoStorageInfoGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetStorageInfoStorageInfoGetResponse, error) + func (c *ClientWithResponses) GetThreadCoverageThreadsThreadIdCoverageGetWithResponse(ctx context.Context, threadId string, reqEditors ...RequestEditorFn) (*GetThreadCoverageThreadsThreadIdCoverageGetResponse, error) + func (c *ClientWithResponses) GetThreadSourcesThreadsSourcesGetWithResponse(ctx context.Context, params *GetThreadSourcesThreadsSourcesGetParams, ...) (*GetThreadSourcesThreadsSourcesGetResponse, error) + func (c *ClientWithResponses) GetThreadSummariesThreadsSummariesGetWithResponse(ctx context.Context, params *GetThreadSummariesThreadsSummariesGetParams, ...) (*GetThreadSummariesThreadsSummariesGetResponse, error) + func (c *ClientWithResponses) GetThreadThreadsThreadIdGetWithResponse(ctx context.Context, threadId string, ...) (*GetThreadThreadsThreadIdGetResponse, error) + func (c *ClientWithResponses) GetTokenUsageSummaryAgentTokenUsageGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTokenUsageSummaryAgentTokenUsageGetResponse, error) + func (c *ClientWithResponses) GetUserProfileSettingsProfileGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserProfileSettingsProfileGetResponse, error) + func (c *ClientWithResponses) GetWatcherStatusThreadsWatcherStatusGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWatcherStatusThreadsWatcherStatusGetResponse, error) + func (c *ClientWithResponses) GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetWithResponse(ctx context.Context, crystalId string, reqEditors ...RequestEditorFn) (*GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse, error) + func (c *ClientWithResponses) GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetWithResponse(ctx context.Context, idOrName string, ...) (*GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse, error) + func (c *ClientWithResponses) GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetWithResponse(ctx context.Context, communityId int, ...) (*GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse, error) + func (c *ClientWithResponses) GetWorkingMemoryAgentWorkingMemoryGetWithResponse(ctx context.Context, params *GetWorkingMemoryAgentWorkingMemoryGetParams, ...) (*GetWorkingMemoryAgentWorkingMemoryGetResponse, error) + func (c *ClientWithResponses) GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetWithResponse(ctx context.Context, ...) (*GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse, error) + func (c *ClientWithResponses) GraphAnalysisHealthGraphHealthGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GraphAnalysisHealthGraphHealthGetResponse, error) + func (c *ClientWithResponses) GraphVisGraphVisGetWithResponse(ctx context.Context, params *GraphVisGraphVisGetParams, ...) (*GraphVisGraphVisGetResponse, error) + func (c *ClientWithResponses) HardenSkillEndpointSkillsSkillIdHardenPostWithResponse(ctx context.Context, skillId string, ...) (*HardenSkillEndpointSkillsSkillIdHardenPostResponse, error) + func (c *ClientWithResponses) HealthCheckHealthGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckHealthGetResponse, error) + func (c *ClientWithResponses) HideProjectThreadsImportConfigHideProjectPostWithResponse(ctx context.Context, ...) (*HideProjectThreadsImportConfigHideProjectPostResponse, error) + func (c *ClientWithResponses) HideSessionThreadsImportConfigHideSessionPostWithResponse(ctx context.Context, ...) (*HideSessionThreadsImportConfigHideSessionPostResponse, error) + func (c *ClientWithResponses) ImportAgentProfileHandlerWithBodyWithResponse(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*ImportAgentProfileHandlerResponse, error) + func (c *ClientWithResponses) ImportAgentProfileHandlerWithResponse(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*ImportAgentProfileHandlerResponse, error) + func (c *ClientWithResponses) ImportConversationThreadsConversationsImportPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ImportConversationThreadsConversationsImportPostResponse, error) + func (c *ClientWithResponses) ImportConversationThreadsConversationsImportPostWithResponse(ctx context.Context, ...) (*ImportConversationThreadsConversationsImportPostResponse, error) + func (c *ClientWithResponses) ImportDataDataImportPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ImportDataDataImportPostResponse, error) + func (c *ClientWithResponses) ImportDataDataImportPostWithResponse(ctx context.Context, body ImportDataDataImportPostJSONRequestBody, ...) (*ImportDataDataImportPostResponse, error) + func (c *ClientWithResponses) ImportDataUploadDataImportUploadPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ImportDataUploadDataImportUploadPostResponse, error) + func (c *ClientWithResponses) ImportThreadsThreadsImportPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ImportThreadsThreadsImportPostResponse, error) + func (c *ClientWithResponses) ImportThreadsThreadsImportPostWithResponse(ctx context.Context, body ImportThreadsThreadsImportPostJSONRequestBody, ...) (*ImportThreadsThreadsImportPostResponse, error) + func (c *ClientWithResponses) IngestBatchSourcesIngestBatchPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestBatchSourcesIngestBatchPostResponse, error) + func (c *ClientWithResponses) IngestBatchSourcesIngestBatchPostWithResponse(ctx context.Context, body IngestBatchSourcesIngestBatchPostJSONRequestBody, ...) (*IngestBatchSourcesIngestBatchPostResponse, error) + func (c *ClientWithResponses) IngestContentSourcesIngestContentPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestContentSourcesIngestContentPostResponse, error) + func (c *ClientWithResponses) IngestContentSourcesIngestContentPostWithResponse(ctx context.Context, body IngestContentSourcesIngestContentPostJSONRequestBody, ...) (*IngestContentSourcesIngestContentPostResponse, error) + func (c *ClientWithResponses) IngestFilePathSourcesIngestFilePathPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFilePathSourcesIngestFilePathPostResponse, error) + func (c *ClientWithResponses) IngestFilePathSourcesIngestFilePathPostWithResponse(ctx context.Context, ...) (*IngestFilePathSourcesIngestFilePathPostResponse, error) + func (c *ClientWithResponses) IngestFileSourcesIngestFilePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFileSourcesIngestFilePostResponse, error) + func (c *ClientWithResponses) IngestFolderSummarySourcesIngestFolderSummaryPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFolderSummarySourcesIngestFolderSummaryPostResponse, error) + func (c *ClientWithResponses) IngestFolderSummarySourcesIngestFolderSummaryPostWithResponse(ctx context.Context, ...) (*IngestFolderSummarySourcesIngestFolderSummaryPostResponse, error) + func (c *ClientWithResponses) IngestFolderUploadSourcesIngestFolderUploadPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFolderUploadSourcesIngestFolderUploadPostResponse, error) + func (c *ClientWithResponses) IngestUrlSourcesIngestUrlPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*IngestUrlSourcesIngestUrlPostResponse, error) + func (c *ClientWithResponses) IngestUrlSourcesIngestUrlPostWithResponse(ctx context.Context, body IngestUrlSourcesIngestUrlPostJSONRequestBody, ...) (*IngestUrlSourcesIngestUrlPostResponse, error) + func (c *ClientWithResponses) InstallAdminUpgradeInstallPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*InstallAdminUpgradeInstallPostResponse, error) + func (c *ClientWithResponses) InstallAdminUpgradeInstallPostWithResponse(ctx context.Context, body InstallAdminUpgradeInstallPostJSONRequestBody, ...) (*InstallAdminUpgradeInstallPostResponse, error) + func (c *ClientWithResponses) InstallBgeM3ModelsBgeM3InstallPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*InstallBgeM3ModelsBgeM3InstallPostResponse, error) + func (c *ClientWithResponses) InstallBgeM3ModelsBgeM3InstallPostWithResponse(ctx context.Context, body InstallBgeM3ModelsBgeM3InstallPostJSONRequestBody, ...) (*InstallBgeM3ModelsBgeM3InstallPostResponse, error) + func (c *ClientWithResponses) KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse, error) + func (c *ClientWithResponses) KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostWithResponse(ctx context.Context, ...) (*KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse, error) + func (c *ClientWithResponses) LabelHealthLabelsHealthGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LabelHealthLabelsHealthGetResponse, error) + func (c *ClientWithResponses) LabelMergeCandidatesLabelsMergeCandidatesGetWithResponse(ctx context.Context, ...) (*LabelMergeCandidatesLabelsMergeCandidatesGetResponse, error) + func (c *ClientWithResponses) ListAiNowSessionsAgentAiNowSessionsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAiNowSessionsAgentAiNowSessionsGetResponse, error) + func (c *ClientWithResponses) ListAugmentationJobsGraphAugmentationJobsGetWithResponse(ctx context.Context, ...) (*ListAugmentationJobsGraphAugmentationJobsGetResponse, error) + func (c *ClientWithResponses) ListCommunitiesCommunitiesGetWithResponse(ctx context.Context, params *ListCommunitiesCommunitiesGetParams, ...) (*ListCommunitiesCommunitiesGetResponse, error) + func (c *ClientWithResponses) ListEntitiesEntitiesGetWithResponse(ctx context.Context, params *ListEntitiesEntitiesGetParams, ...) (*ListEntitiesEntitiesGetResponse, error) + func (c *ClientWithResponses) ListEvalCasesSkillsSkillIdEvalCasesGetWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ListEvalCasesSkillsSkillIdEvalCasesGetResponse, error) + func (c *ClientWithResponses) ListLabelsLabelsGetWithResponse(ctx context.Context, params *ListLabelsLabelsGetParams, ...) (*ListLabelsLabelsGetResponse, error) + func (c *ClientWithResponses) ListMemoriesMemoriesGetWithResponse(ctx context.Context, params *ListMemoriesMemoriesGetParams, ...) (*ListMemoriesMemoriesGetResponse, error) + func (c *ClientWithResponses) ListMemoryRelationsMemoriesMemoryIdRelationsGetWithResponse(ctx context.Context, memoryId string, ...) (*ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse, error) + func (c *ClientWithResponses) ListModelsV1ModelsGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListModelsV1ModelsGetResponse, error) + func (c *ClientWithResponses) ListSkillsSkillsGetWithResponse(ctx context.Context, params *ListSkillsSkillsGetParams, ...) (*ListSkillsSkillsGetResponse, error) + func (c *ClientWithResponses) ListSourcesSourcesGetWithResponse(ctx context.Context, params *ListSourcesSourcesGetParams, ...) (*ListSourcesSourcesGetResponse, error) + func (c *ClientWithResponses) ListThreadsThreadsGetWithResponse(ctx context.Context, params *ListThreadsThreadsGetParams, ...) (*ListThreadsThreadsGetResponse, error) + func (c *ClientWithResponses) LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse, error) + func (c *ClientWithResponses) LoadSessionAgentGraphIntelligenceSessionGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LoadSessionAgentGraphIntelligenceSessionGetResponse, error) + func (c *ClientWithResponses) MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse, error) + func (c *ClientWithResponses) MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostWithResponse(ctx context.Context, ...) (*MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse, error) + func (c *ClientWithResponses) MatchSkillsEndpointSkillsMatchGetWithResponse(ctx context.Context, params *MatchSkillsEndpointSkillsMatchGetParams, ...) (*MatchSkillsEndpointSkillsMatchGetResponse, error) + func (c *ClientWithResponses) MergeEntityHandlerWithBodyWithResponse(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*MergeEntityHandlerResponse, error) + func (c *ClientWithResponses) MergeEntityHandlerWithResponse(ctx context.Context, entityId string, body MergeEntityHandlerJSONRequestBody, ...) (*MergeEntityHandlerResponse, error) + func (c *ClientWithResponses) MergeIntoSkillsSkillIdMergeIntoPostWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*MergeIntoSkillsSkillIdMergeIntoPostResponse, error) + func (c *ClientWithResponses) MergeIntoSkillsSkillIdMergeIntoPostWithResponse(ctx context.Context, skillId string, ...) (*MergeIntoSkillsSkillIdMergeIntoPostResponse, error) + func (c *ClientWithResponses) MergeLabelsEndpointLabelsMergePostWithResponse(ctx context.Context, params *MergeLabelsEndpointLabelsMergePostParams, ...) (*MergeLabelsEndpointLabelsMergePostResponse, error) + func (c *ClientWithResponses) MergeSpaceSpacesSpaceRefMergePostWithBodyWithResponse(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*MergeSpaceSpacesSpaceRefMergePostResponse, error) + func (c *ClientWithResponses) MergeSpaceSpacesSpaceRefMergePostWithResponse(ctx context.Context, spaceRef string, ...) (*MergeSpaceSpacesSpaceRefMergePostResponse, error) + func (c *ClientWithResponses) MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostWithResponse(ctx context.Context, ...) (...) + func (c *ClientWithResponses) MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostWithResponse(ctx context.Context, ...) (...) + func (c *ClientWithResponses) OpenapiConfirmScheduleWithBodyWithResponse(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*OpenapiConfirmScheduleResponse, error) + func (c *ClientWithResponses) OpenapiConfirmScheduleWithResponse(ctx context.Context, scheduleId string, ...) (*OpenapiConfirmScheduleResponse, error) + func (c *ClientWithResponses) OpenapiCreateScheduleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*OpenapiCreateScheduleResponse, error) + func (c *ClientWithResponses) OpenapiCreateScheduleWithResponse(ctx context.Context, body OpenapiCreateScheduleJSONRequestBody, ...) (*OpenapiCreateScheduleResponse, error) + func (c *ClientWithResponses) OpenapiDeleteScheduleWithResponse(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiDeleteScheduleResponse, error) + func (c *ClientWithResponses) OpenapiGetScheduleWithResponse(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiGetScheduleResponse, error) + func (c *ClientWithResponses) OpenapiListSchedulesWithResponse(ctx context.Context, params *OpenapiListSchedulesParams, ...) (*OpenapiListSchedulesResponse, error) + func (c *ClientWithResponses) OpenapiPauseScheduleWithResponse(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiPauseScheduleResponse, error) + func (c *ClientWithResponses) OpenapiPreviewScheduleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*OpenapiPreviewScheduleResponse, error) + func (c *ClientWithResponses) OpenapiPreviewScheduleWithResponse(ctx context.Context, body OpenapiPreviewScheduleJSONRequestBody, ...) (*OpenapiPreviewScheduleResponse, error) + func (c *ClientWithResponses) OpenapiResumeScheduleWithResponse(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiResumeScheduleResponse, error) + func (c *ClientWithResponses) OpenapiScheduleRunsWithResponse(ctx context.Context, scheduleId string, params *OpenapiScheduleRunsParams, ...) (*OpenapiScheduleRunsResponse, error) + func (c *ClientWithResponses) OpenapiSetFeedEventVisibilityWithBodyWithResponse(ctx context.Context, eventId string, contentType string, body io.Reader, ...) (*OpenapiSetFeedEventVisibilityResponse, error) + func (c *ClientWithResponses) OpenapiSetFeedEventVisibilityWithResponse(ctx context.Context, eventId string, ...) (*OpenapiSetFeedEventVisibilityResponse, error) + func (c *ClientWithResponses) OpenapiUpdateScheduleWithBodyWithResponse(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*OpenapiUpdateScheduleResponse, error) + func (c *ClientWithResponses) OpenapiUpdateScheduleWithResponse(ctx context.Context, scheduleId string, ...) (*OpenapiUpdateScheduleResponse, error) + func (c *ClientWithResponses) OptimizeStorageStorageOptimizePostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OptimizeStorageStorageOptimizePostResponse, error) + func (c *ClientWithResponses) ParseThreadContentThreadsParsePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ParseThreadContentThreadsParsePostResponse, error) + func (c *ClientWithResponses) ParseThreadContentThreadsParsePostWithResponse(ctx context.Context, body ParseThreadContentThreadsParsePostJSONRequestBody, ...) (*ParseThreadContentThreadsParsePostResponse, error) + func (c *ClientWithResponses) PatchAgentProfileSettingsAgentProfilesAgentIdPatchWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse, error) + func (c *ClientWithResponses) PatchAgentProfileSettingsAgentProfilesAgentIdPatchWithResponse(ctx context.Context, agentId string, ...) (*PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse, error) + func (c *ClientWithResponses) PersistQuestionAgentFeedInputPersistQuestionPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PersistQuestionAgentFeedInputPersistQuestionPostResponse, error) + func (c *ClientWithResponses) PersistQuestionAgentFeedInputPersistQuestionPostWithResponse(ctx context.Context, ...) (*PersistQuestionAgentFeedInputPersistQuestionPostResponse, error) + func (c *ClientWithResponses) PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetWithResponse(ctx context.Context, ...) (*PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse, error) + func (c *ClientWithResponses) PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetWithResponse(ctx context.Context, ...) (*PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse, error) + func (c *ClientWithResponses) PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetWithResponse(ctx context.Context, ...) (*PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse, error) + func (c *ClientWithResponses) PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetWithResponse(ctx context.Context, ...) (*PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse, error) + func (c *ClientWithResponses) PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse, error) + func (c *ClientWithResponses) PlanPagerankRefreshGraphAugmentationPagerankPlanGetWithResponse(ctx context.Context, ...) (*PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse, error) + func (c *ClientWithResponses) PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetWithResponse(ctx context.Context, taskType string, ...) (*PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse, error) + func (c *ClientWithResponses) PlanThreadDistillationBatchMemoriesDistillBatchPlanPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse, error) + func (c *ClientWithResponses) PlanThreadDistillationBatchMemoriesDistillBatchPlanPostWithResponse(ctx context.Context, ...) (*PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse, error) + func (c *ClientWithResponses) PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetWithResponse(ctx context.Context, ...) (*PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse, error) + func (c *ClientWithResponses) PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse, error) + func (c *ClientWithResponses) PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostWithResponse(ctx context.Context, ...) (*PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse, error) + func (c *ClientWithResponses) PreviewBulkMoveThreadsThreadsBulkMovePreviewPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse, error) + func (c *ClientWithResponses) PreviewBulkMoveThreadsThreadsBulkMovePreviewPostWithResponse(ctx context.Context, ...) (*PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse, error) + func (c *ClientWithResponses) PreviewConversationThreadsConversationsPreviewPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewConversationThreadsConversationsPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewConversationThreadsConversationsPreviewPostWithResponse(ctx context.Context, ...) (*PreviewConversationThreadsConversationsPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewDistillationMemoriesDistillPreviewPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewDistillationMemoriesDistillPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewDistillationMemoriesDistillPreviewPostWithResponse(ctx context.Context, ...) (*PreviewDistillationMemoriesDistillPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewEntityDeleteHandlerWithResponse(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*PreviewEntityDeleteHandlerResponse, error) + func (c *ClientWithResponses) PreviewEntityMergeHandlerWithBodyWithResponse(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*PreviewEntityMergeHandlerResponse, error) + func (c *ClientWithResponses) PreviewEntityMergeHandlerWithResponse(ctx context.Context, entityId string, ...) (*PreviewEntityMergeHandlerResponse, error) + func (c *ClientWithResponses) PreviewEvolvesRevisionHandlerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewEvolvesRevisionHandlerResponse, error) + func (c *ClientWithResponses) PreviewEvolvesRevisionHandlerWithResponse(ctx context.Context, body PreviewEvolvesRevisionHandlerJSONRequestBody, ...) (*PreviewEvolvesRevisionHandlerResponse, error) + func (c *ClientWithResponses) PreviewLabelConsolidationLabelsConsolidationPreviewPostWithResponse(ctx context.Context, ...) (*PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewLabelDeleteHandlerWithResponse(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*PreviewLabelDeleteHandlerResponse, error) + func (c *ClientWithResponses) PreviewLabelMergeHandlerWithBodyWithResponse(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*PreviewLabelMergeHandlerResponse, error) + func (c *ClientWithResponses) PreviewLabelMergeHandlerWithResponse(ctx context.Context, labelId string, ...) (*PreviewLabelMergeHandlerResponse, error) + func (c *ClientWithResponses) PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse, ...) + func (c *ClientWithResponses) PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostWithResponse(ctx context.Context, ...) (*PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse, ...) + func (c *ClientWithResponses) PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostWithResponse(ctx context.Context, memoryId string, ...) (*PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse, error) + func (c *ClientWithResponses) PreviewSettingsRestoreHandlerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewSettingsRestoreHandlerResponse, error) + func (c *ClientWithResponses) PreviewSettingsRestoreHandlerWithResponse(ctx context.Context, body PreviewSettingsRestoreHandlerJSONRequestBody, ...) (*PreviewSettingsRestoreHandlerResponse, error) + func (c *ClientWithResponses) PreviewSpaceMergeSpacesSpaceRefMergePreviewPostWithBodyWithResponse(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse, error) + func (c *ClientWithResponses) PreviewSpaceMergeSpacesSpaceRefMergePreviewPostWithResponse(ctx context.Context, spaceRef string, ...) (*PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse, error) + func (c *ClientWithResponses) PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostWithBodyWithResponse(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse, error) + func (c *ClientWithResponses) PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostWithResponse(ctx context.Context, sessionId string, ...) (*PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse, error) + func (c *ClientWithResponses) QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse, ...) + func (c *ClientWithResponses) QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostWithResponse(ctx context.Context, ...) (*QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse, ...) + func (c *ClientWithResponses) ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostWithBodyWithResponse(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse, error) + func (c *ClientWithResponses) ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostWithResponse(ctx context.Context, sessionId string, ...) (*ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse, error) + func (c *ClientWithResponses) ReconcileThreadTailThreadsThreadIdReconcileTailPostWithBodyWithResponse(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse, error) + func (c *ClientWithResponses) ReconcileThreadTailThreadsThreadIdReconcileTailPostWithResponse(ctx context.Context, threadId string, ...) (*ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse, error) + func (c *ClientWithResponses) RefetchSourceSourcesSourceIdRefetchPostWithResponse(ctx context.Context, sourceId string, ...) (*RefetchSourceSourcesSourceIdRefetchPostResponse, error) + func (c *ClientWithResponses) RegisterSkillHostSkillsRegistrationHostPostWithResponse(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*RegisterSkillHostSkillsRegistrationHostPostResponse, error) + func (c *ClientWithResponses) ReindexMemoriesBulkMemoriesReindexPostWithBodyWithResponse(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*ReindexMemoriesBulkMemoriesReindexPostResponse, error) + func (c *ClientWithResponses) ReindexMemoriesBulkMemoriesReindexPostWithResponse(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*ReindexMemoriesBulkMemoriesReindexPostResponse, error) + func (c *ClientWithResponses) ReindexSearchIndexSearchIndexReindexPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ReindexSearchIndexSearchIndexReindexPostResponse, error) + func (c *ClientWithResponses) RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteWithResponse(ctx context.Context, memoryId string, labelId string, ...) (*RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse, error) + func (c *ClientWithResponses) RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteWithResponse(ctx context.Context, sourceId string, labelId string, ...) (*RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse, error) + func (c *ClientWithResponses) ReportSkillOutcomeSkillsSkillIdOutcomePostWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*ReportSkillOutcomeSkillsSkillIdOutcomePostResponse, error) + func (c *ClientWithResponses) ReportSkillOutcomeSkillsSkillIdOutcomePostWithResponse(ctx context.Context, skillId string, ...) (*ReportSkillOutcomeSkillsSkillIdOutcomePostResponse, error) + func (c *ClientWithResponses) ResolveEventAgentFeedEventsEventIdResolvePostWithBodyWithResponse(ctx context.Context, eventId string, ...) (*ResolveEventAgentFeedEventsEventIdResolvePostResponse, error) + func (c *ClientWithResponses) ResolveEventAgentFeedEventsEventIdResolvePostWithResponse(ctx context.Context, eventId string, ...) (*ResolveEventAgentFeedEventsEventIdResolvePostResponse, error) + func (c *ClientWithResponses) ResolveResourceHandlerWithResponse(ctx context.Context, params *ResolveResourceHandlerParams, ...) (*ResolveResourceHandlerResponse, error) + func (c *ClientWithResponses) RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostWithBodyWithResponse(ctx context.Context, sessionId string, requestId string, contentType string, ...) (...) + func (c *ClientWithResponses) RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostWithResponse(ctx context.Context, sessionId string, requestId string, ...) (...) + func (c *ClientWithResponses) RestoreMergedSkillHandlerWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*RestoreMergedSkillHandlerResponse, error) + func (c *ClientWithResponses) RestoreSettingsHandlerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*RestoreSettingsHandlerResponse, error) + func (c *ClientWithResponses) RestoreSettingsHandlerWithResponse(ctx context.Context, body RestoreSettingsHandlerJSONRequestBody, ...) (*RestoreSettingsHandlerResponse, error) + func (c *ClientWithResponses) RetryEventAgentFeedEventsEventIdRetryPostWithResponse(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*RetryEventAgentFeedEventsEventIdRetryPostResponse, error) + func (c *ClientWithResponses) RunSkillEvalSkillsSkillIdEvalRunPostWithResponse(ctx context.Context, skillId string, ...) (*RunSkillEvalSkillsSkillIdEvalRunPostResponse, error) + func (c *ClientWithResponses) SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostWithBodyWithResponse(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse, error) + func (c *ClientWithResponses) SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostWithResponse(ctx context.Context, sessionId string, ...) (*SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse, error) + func (c *ClientWithResponses) SaveSessionAgentGraphIntelligenceSessionPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveSessionAgentGraphIntelligenceSessionPostResponse, error) + func (c *ClientWithResponses) SaveSessionAgentGraphIntelligenceSessionPostWithResponse(ctx context.Context, ...) (*SaveSessionAgentGraphIntelligenceSessionPostResponse, error) + func (c *ClientWithResponses) SaveSessionThreadsSessionsSavePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveSessionThreadsSessionsSavePostResponse, error) + func (c *ClientWithResponses) SaveSessionThreadsSessionsSavePostWithResponse(ctx context.Context, body SaveSessionThreadsSessionsSavePostJSONRequestBody, ...) (*SaveSessionThreadsSessionsSavePostResponse, error) + func (c *ClientWithResponses) ScheduleDistillationMemoriesDistillSchedulePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ScheduleDistillationMemoriesDistillSchedulePostResponse, error) + func (c *ClientWithResponses) ScheduleDistillationMemoriesDistillSchedulePostWithResponse(ctx context.Context, ...) (*ScheduleDistillationMemoriesDistillSchedulePostResponse, error) + func (c *ClientWithResponses) SearchGraphGraphSearchGetWithResponse(ctx context.Context, params *SearchGraphGraphSearchGetParams, ...) (*SearchGraphGraphSearchGetResponse, error) + func (c *ClientWithResponses) SearchMemoriesMemoriesSearchPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SearchMemoriesMemoriesSearchPostResponse, error) + func (c *ClientWithResponses) SearchMemoriesMemoriesSearchPostWithResponse(ctx context.Context, body SearchMemoriesMemoriesSearchPostJSONRequestBody, ...) (*SearchMemoriesMemoriesSearchPostResponse, error) + func (c *ClientWithResponses) SearchSourcesSourcesSearchGetWithResponse(ctx context.Context, params *SearchSourcesSourcesSearchGetParams, ...) (*SearchSourcesSourcesSearchGetResponse, error) + func (c *ClientWithResponses) SearchThreadsFullThreadsSearchGetWithResponse(ctx context.Context, params *SearchThreadsFullThreadsSearchGetParams, ...) (*SearchThreadsFullThreadsSearchGetResponse, error) + func (c *ClientWithResponses) SendMessageAgentGraphIntelligenceMessagePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SendMessageAgentGraphIntelligenceMessagePostResponse, error) + func (c *ClientWithResponses) SendMessageAgentGraphIntelligenceMessagePostWithResponse(ctx context.Context, ...) (*SendMessageAgentGraphIntelligenceMessagePostResponse, error) + func (c *ClientWithResponses) SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostWithBodyWithResponse(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse, error) + func (c *ClientWithResponses) SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostWithResponse(ctx context.Context, sessionId string, ...) (*SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse, error) + func (c *ClientWithResponses) SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutWithBodyWithResponse(ctx context.Context, host string, contentType string, body io.Reader, ...) (*SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse, error) + func (c *ClientWithResponses) SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutWithResponse(ctx context.Context, host string, ...) (*SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse, error) + func (c *ClientWithResponses) SkillBuilderChatAgentSkillBuilderChatPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderChatAgentSkillBuilderChatPostResponse, error) + func (c *ClientWithResponses) SkillBuilderChatAgentSkillBuilderChatPostWithResponse(ctx context.Context, ...) (*SkillBuilderChatAgentSkillBuilderChatPostResponse, error) + func (c *ClientWithResponses) SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse, ...) + func (c *ClientWithResponses) SkillBuilderEditBodyAgentSkillBuilderEditBodyPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse, error) + func (c *ClientWithResponses) SkillBuilderEditBodyAgentSkillBuilderEditBodyPostWithResponse(ctx context.Context, ...) (*SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse, error) + func (c *ClientWithResponses) SkillBuilderImportAgentSkillBuilderImportPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderImportAgentSkillBuilderImportPostResponse, error) + func (c *ClientWithResponses) SkillBuilderImportAgentSkillBuilderImportPostWithResponse(ctx context.Context, ...) (*SkillBuilderImportAgentSkillBuilderImportPostResponse, error) + func (c *ClientWithResponses) SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetWithResponse(ctx context.Context, ...) (*SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse, ...) + func (c *ClientWithResponses) SkillBuilderProposeAgentSkillBuilderProposePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderProposeAgentSkillBuilderProposePostResponse, error) + func (c *ClientWithResponses) SkillBuilderProposeAgentSkillBuilderProposePostWithResponse(ctx context.Context, ...) (*SkillBuilderProposeAgentSkillBuilderProposePostResponse, error) + func (c *ClientWithResponses) SkillBuilderRefineAgentSkillBuilderRefinePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderRefineAgentSkillBuilderRefinePostResponse, error) + func (c *ClientWithResponses) SkillBuilderRefineAgentSkillBuilderRefinePostWithResponse(ctx context.Context, ...) (*SkillBuilderRefineAgentSkillBuilderRefinePostResponse, error) + func (c *ClientWithResponses) SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse, error) + func (c *ClientWithResponses) SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostWithResponse(ctx context.Context, ...) (*SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse, error) + func (c *ClientWithResponses) SkillDuplicateOfSkillsSkillIdDuplicateOfGetWithResponse(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse, error) + func (c *ClientWithResponses) SkillHostRegistrationStatusSkillsRegistrationGetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*SkillHostRegistrationStatusSkillsRegistrationGetResponse, error) + func (c *ClientWithResponses) StartAugmentationJobGraphAugmentationStartPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*StartAugmentationJobGraphAugmentationStartPostResponse, error) + func (c *ClientWithResponses) StartAugmentationJobGraphAugmentationStartPostWithResponse(ctx context.Context, ...) (*StartAugmentationJobGraphAugmentationStartPostResponse, error) + func (c *ClientWithResponses) StartWatcherThreadsWatcherStartPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StartWatcherThreadsWatcherStartPostResponse, error) + func (c *ClientWithResponses) StopWatcherThreadsWatcherStopPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StopWatcherThreadsWatcherStopPostResponse, error) + func (c *ClientWithResponses) StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetWithResponse(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse, error) + func (c *ClientWithResponses) StreamSkillEvalSkillsSkillIdEvalStreamGetWithResponse(ctx context.Context, skillId string, ...) (*StreamSkillEvalSkillsSkillIdEvalStreamGetResponse, error) + func (c *ClientWithResponses) StrengthenInsteadSkillsSkillIdStrengthenInsteadPostWithBodyWithResponse(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse, error) + func (c *ClientWithResponses) StrengthenInsteadSkillsSkillIdStrengthenInsteadPostWithResponse(ctx context.Context, skillId string, ...) (*StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse, error) + func (c *ClientWithResponses) SubmitFeedInputStreamAgentFeedInputStreamPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SubmitFeedInputStreamAgentFeedInputStreamPostResponse, error) + func (c *ClientWithResponses) SubmitFeedInputStreamAgentFeedInputStreamPostWithResponse(ctx context.Context, ...) (*SubmitFeedInputStreamAgentFeedInputStreamPostResponse, error) + func (c *ClientWithResponses) SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse, error) + func (c *ClientWithResponses) SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostWithResponse(ctx context.Context, memoryId string, ...) (*SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse, error) + func (c *ClientWithResponses) SupersedeMemoryMemoriesMemoryIdSupersedePostWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*SupersedeMemoryMemoriesMemoryIdSupersedePostResponse, error) + func (c *ClientWithResponses) SupersedeMemoryMemoriesMemoryIdSupersedePostWithResponse(ctx context.Context, memoryId string, ...) (*SupersedeMemoryMemoriesMemoryIdSupersedePostResponse, error) + func (c *ClientWithResponses) SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse, error) + func (c *ClientWithResponses) SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostWithResponse(ctx context.Context, ...) (*SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse, error) + func (c *ClientWithResponses) ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostWithResponse(ctx context.Context, memoryId string, ...) (*ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse, error) + func (c *ClientWithResponses) ToggleThreadFavoriteThreadsThreadIdFavoritePostWithResponse(ctx context.Context, threadId string, ...) (*ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse, error) + func (c *ClientWithResponses) TriageConversationMemoriesDistillTriagePostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TriageConversationMemoriesDistillTriagePostResponse, error) + func (c *ClientWithResponses) TriageConversationMemoriesDistillTriagePostWithResponse(ctx context.Context, ...) (*TriageConversationMemoriesDistillTriagePostResponse, error) + func (c *ClientWithResponses) TriggerCommunityDetectionAgentTriggerCommunityDetectionPostWithResponse(ctx context.Context, ...) (*TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse, error) + func (c *ClientWithResponses) TriggerCrystallizationAgentTriggerCrystallizationPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerCrystallizationAgentTriggerCrystallizationPostResponse, error) + func (c *ClientWithResponses) TriggerDailyBriefingAgentTriggerDailyBriefingPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse, error) + func (c *ClientWithResponses) TriggerDecayRefreshAgentTriggerDecayRefreshPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse, error) + func (c *ClientWithResponses) TriggerGuidanceReviewAgentTriggerRuleReviewPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse, error) + func (c *ClientWithResponses) TriggerInsightDetectionAgentTriggerInsightDetectionPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse, error) + func (c *ClientWithResponses) TriggerKgExtractionAgentTriggerKgExtractionPostWithResponse(ctx context.Context, ...) (*TriggerKgExtractionAgentTriggerKgExtractionPostResponse, error) + func (c *ClientWithResponses) TriggerLabelConsolidationAgentTriggerLabelConsolidationPostWithResponse(ctx context.Context, ...) (*TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse, error) + func (c *ClientWithResponses) TriggerMemoryCompactionAgentTriggerMemoryCompactionPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse, error) + func (c *ClientWithResponses) TriggerSkillCompileAgentTriggerSkillCompilePostWithResponse(ctx context.Context, ...) (*TriggerSkillCompileAgentTriggerSkillCompilePostResponse, error) + func (c *ClientWithResponses) TriggerSkillReviewAgentTriggerSkillReviewPostWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerSkillReviewAgentTriggerSkillReviewPostResponse, error) + func (c *ClientWithResponses) TriggerSourceExtractionSourcesSourceIdExtractPostWithResponse(ctx context.Context, sourceId string, ...) (*TriggerSourceExtractionSourcesSourceIdExtractPostResponse, error) + func (c *ClientWithResponses) TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (...) + func (c *ClientWithResponses) TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostWithResponse(ctx context.Context, ...) (...) + func (c *ClientWithResponses) TriggerWmRefreshAgentTriggerWmRefreshPostWithResponse(ctx context.Context, params *TriggerWmRefreshAgentTriggerWmRefreshPostParams, ...) (*TriggerWmRefreshAgentTriggerWmRefreshPostResponse, error) + func (c *ClientWithResponses) UnhideProjectThreadsImportConfigUnhideProjectPostWithResponse(ctx context.Context, ...) (*UnhideProjectThreadsImportConfigUnhideProjectPostResponse, error) + func (c *ClientWithResponses) UnhideSessionThreadsImportConfigUnhideSessionPostWithResponse(ctx context.Context, ...) (*UnhideSessionThreadsImportConfigUnhideSessionPostResponse, error) + func (c *ClientWithResponses) UnloadModelModelsUnloadModelTypePostWithResponse(ctx context.Context, ...) (*UnloadModelModelsUnloadModelTypePostResponse, error) + func (c *ClientWithResponses) UnregisterSkillHostSkillsRegistrationHostDeleteWithResponse(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*UnregisterSkillHostSkillsRegistrationHostDeleteResponse, error) + func (c *ClientWithResponses) UpdateAgentProfileSettingsAgentProfilesAgentIdPutWithBodyWithResponse(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse, error) + func (c *ClientWithResponses) UpdateAgentProfileSettingsAgentProfilesAgentIdPutWithResponse(ctx context.Context, agentId string, ...) (*UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse, error) + func (c *ClientWithResponses) UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchWithBodyWithResponse(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse, error) + func (c *ClientWithResponses) UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchWithResponse(ctx context.Context, sessionId string, ...) (*UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse, error) + func (c *ClientWithResponses) UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchWithBodyWithResponse(ctx context.Context, skillId string, taskId string, contentType string, ...) (*UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse, error) + func (c *ClientWithResponses) UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchWithResponse(ctx context.Context, skillId string, taskId string, ...) (*UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse, error) + func (c *ClientWithResponses) UpdateGuidanceRuleSettingsRulesRuleIdPutWithBodyWithResponse(ctx context.Context, ruleId string, contentType string, body io.Reader, ...) (*UpdateGuidanceRuleSettingsRulesRuleIdPutResponse, error) + func (c *ClientWithResponses) UpdateGuidanceRuleSettingsRulesRuleIdPutWithResponse(ctx context.Context, ruleId string, ...) (*UpdateGuidanceRuleSettingsRulesRuleIdPutResponse, error) + func (c *ClientWithResponses) UpdateImportConfigThreadsImportConfigPutWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateImportConfigThreadsImportConfigPutResponse, error) + func (c *ClientWithResponses) UpdateImportConfigThreadsImportConfigPutWithResponse(ctx context.Context, ...) (*UpdateImportConfigThreadsImportConfigPutResponse, error) + func (c *ClientWithResponses) UpdateLabelLabelsLabelIdPutWithBodyWithResponse(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*UpdateLabelLabelsLabelIdPutResponse, error) + func (c *ClientWithResponses) UpdateLabelLabelsLabelIdPutWithResponse(ctx context.Context, labelId string, ...) (*UpdateLabelLabelsLabelIdPutResponse, error) + func (c *ClientWithResponses) UpdateMemoryMemoriesMemoryIdPatchWithBodyWithResponse(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*UpdateMemoryMemoriesMemoryIdPatchResponse, error) + func (c *ClientWithResponses) UpdateMemoryMemoriesMemoryIdPatchWithResponse(ctx context.Context, memoryId string, ...) (*UpdateMemoryMemoriesMemoryIdPatchResponse, error) + func (c *ClientWithResponses) UpdateMemoryRelationMemoriesRelationsRelationIdPatchWithBodyWithResponse(ctx context.Context, relationId string, contentType string, body io.Reader, ...) (*UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse, error) + func (c *ClientWithResponses) UpdateMemoryRelationMemoriesRelationsRelationIdPatchWithResponse(ctx context.Context, relationId string, ...) (*UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse, error) + func (c *ClientWithResponses) UpdateSourceContentSourcesSourceIdContentPutWithBodyWithResponse(ctx context.Context, sourceId string, ...) (*UpdateSourceContentSourcesSourceIdContentPutResponse, error) + func (c *ClientWithResponses) UpdateSourceContentSourcesSourceIdContentPutWithResponse(ctx context.Context, sourceId string, ...) (*UpdateSourceContentSourcesSourceIdContentPutResponse, error) + func (c *ClientWithResponses) UpdateSourceSourcesSourceIdPatchWithBodyWithResponse(ctx context.Context, sourceId string, ...) (*UpdateSourceSourcesSourceIdPatchResponse, error) + func (c *ClientWithResponses) UpdateSourceSourcesSourceIdPatchWithResponse(ctx context.Context, sourceId string, ...) (*UpdateSourceSourcesSourceIdPatchResponse, error) + func (c *ClientWithResponses) UpdateSpaceSettingsSpacesConfigPostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSpaceSettingsSpacesConfigPostResponse, error) + func (c *ClientWithResponses) UpdateSpaceSettingsSpacesConfigPostWithResponse(ctx context.Context, body UpdateSpaceSettingsSpacesConfigPostJSONRequestBody, ...) (*UpdateSpaceSettingsSpacesConfigPostResponse, error) + func (c *ClientWithResponses) UpdateSpaceSpacesSpaceRefPatchWithBodyWithResponse(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*UpdateSpaceSpacesSpaceRefPatchResponse, error) + func (c *ClientWithResponses) UpdateSpaceSpacesSpaceRefPatchWithResponse(ctx context.Context, spaceRef string, ...) (*UpdateSpaceSpacesSpaceRefPatchResponse, error) + func (c *ClientWithResponses) UpdateWorkingMemoryAgentWorkingMemoryPutWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateWorkingMemoryAgentWorkingMemoryPutResponse, error) + func (c *ClientWithResponses) UpdateWorkingMemoryAgentWorkingMemoryPutWithResponse(ctx context.Context, ...) (*UpdateWorkingMemoryAgentWorkingMemoryPutResponse, error) + func (c *ClientWithResponses) VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostWithResponse(ctx context.Context, ...) (*VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse, error) + type ClientWithResponsesInterface interface + ... func(ctx context.Context, ...) (*CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse, ...) + ... func(ctx context.Context, ...) (*CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse, ...) + ... func(ctx context.Context, ...) (*PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse, ...) + ... func(ctx context.Context, ...) (*QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse, ...) + ... func(ctx context.Context, ...) (...) + ... func(ctx context.Context, ...) (...) + ... func(ctx context.Context, ...) (...) + ... func(ctx context.Context, ...) (...) + ... func(ctx context.Context, communityId int, ...) (...) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse, ...) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*CancelKnowledgeProcessingTaskAgentKnowledgeProcessingTasksCancelPostResponse, ...) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse, error) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse, error) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse, ...) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (*QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse, ...) + ... func(ctx context.Context, contentType string, body io.Reader, ...) (...) + ... func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse, error) + ... func(ctx context.Context, reqEditors ...RequestEditorFn) (*SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse, ...) + ... func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse, error) + ... func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse, error) + ... func(ctx context.Context, sessionId string, requestId string, ...) (...) + ... func(ctx context.Context, sessionId string, requestId string, contentType string, ...) (...) + ActivateSkillSkillsSkillIdActivatePostWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ActivateSkillSkillsSkillIdActivatePostResponse, error) + AddEvalCaseSkillsSkillIdEvalCasesPostWithBodyWithResponse func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*AddEvalCaseSkillsSkillIdEvalCasesPostResponse, error) + AddEvalCaseSkillsSkillIdEvalCasesPostWithResponse func(ctx context.Context, skillId string, ...) (*AddEvalCaseSkillsSkillIdEvalCasesPostResponse, error) + AgentProfileUsageHandlerWithResponse func(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*AgentProfileUsageHandlerResponse, error) + AppendMessagesToThreadThreadsThreadIdAppendPostWithBodyWithResponse func(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*AppendMessagesToThreadThreadsThreadIdAppendPostResponse, error) + AppendMessagesToThreadThreadsThreadIdAppendPostWithResponse func(ctx context.Context, threadId string, ...) (*AppendMessagesToThreadThreadsThreadIdAppendPostResponse, error) + ApplyEvolvesRevisionHandlerWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ApplyEvolvesRevisionHandlerResponse, error) + ApplyEvolvesRevisionHandlerWithResponse func(ctx context.Context, body ApplyEvolvesRevisionHandlerJSONRequestBody, ...) (*ApplyEvolvesRevisionHandlerResponse, error) + ApplyLabelDeleteHandlerWithBodyWithResponse func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*ApplyLabelDeleteHandlerResponse, error) + ApplyLabelDeleteHandlerWithResponse func(ctx context.Context, labelId string, ...) (*ApplyLabelDeleteHandlerResponse, error) + ApplyLabelMergeHandlerWithBodyWithResponse func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*ApplyLabelMergeHandlerResponse, error) + ApplyLabelMergeHandlerWithResponse func(ctx context.Context, labelId string, ...) (*ApplyLabelMergeHandlerResponse, error) + ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse, error) + ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostWithResponse func(ctx context.Context, memoryId string, ...) (*ApplyMemoryKgExtractionMemoriesMemoryIdExtractKgApplyPostResponse, error) + ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ApplySkillEnrichmentSkillsSkillIdApplyEnrichmentPostResponse, error) + ApplySkillVersionSkillsSkillIdApplyVersionPostWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ApplySkillVersionSkillsSkillIdApplyVersionPostResponse, error) + ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostWithResponse func(ctx context.Context, ...) (*ArchiveMemoryCleanupCandidatesAgentTriggerMemoryCleanupArchivePostResponse, ...) + ArchiveMemoryMemoriesMemoryIdArchivePostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*ArchiveMemoryMemoriesMemoryIdArchivePostResponse, error) + ArchiveMemoryMemoriesMemoryIdArchivePostWithResponse func(ctx context.Context, memoryId string, ...) (*ArchiveMemoryMemoriesMemoryIdArchivePostResponse, error) + ArchiveSkillSkillsSkillIdArchivePostWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ArchiveSkillSkillsSkillIdArchivePostResponse, error) + AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostWithResponse func(ctx context.Context, memoryId string, labelId string, ...) (*AssignLabelToMemoryMemoriesMemoryIdLabelsLabelIdPostResponse, error) + AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostWithResponse func(ctx context.Context, sourceId string, labelId string, ...) (*AssignLabelToSourceSourcesSourceIdLabelsLabelIdPostResponse, error) + AuthorSkillSkillsAuthorPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*AuthorSkillSkillsAuthorPostResponse, error) + AuthorSkillSkillsAuthorPostWithResponse func(ctx context.Context, body AuthorSkillSkillsAuthorPostJSONRequestBody, ...) (*AuthorSkillSkillsAuthorPostResponse, error) + BulkDeleteMemoriesMemoriesBulkDeletePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*BulkDeleteMemoriesMemoriesBulkDeletePostResponse, error) + BulkDeleteMemoriesMemoriesBulkDeletePostWithResponse func(ctx context.Context, ...) (*BulkDeleteMemoriesMemoriesBulkDeletePostResponse, error) + BulkDeleteThreadsBySelectionThreadsBulkDeletePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse, error) + BulkDeleteThreadsBySelectionThreadsBulkDeletePostWithResponse func(ctx context.Context, ...) (*BulkDeleteThreadsBySelectionThreadsBulkDeletePostResponse, error) + BulkDeleteThreadsThreadsBulkDeleteWithBodyWithResponse func(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*BulkDeleteThreadsThreadsBulkDeleteResponse, error) + BulkDeleteThreadsThreadsBulkDeleteWithResponse func(ctx context.Context, params *BulkDeleteThreadsThreadsBulkDeleteParams, ...) (*BulkDeleteThreadsThreadsBulkDeleteResponse, error) + BulkMoveMemoriesMemoriesBulkMovePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*BulkMoveMemoriesMemoriesBulkMovePostResponse, error) + BulkMoveMemoriesMemoriesBulkMovePostWithResponse func(ctx context.Context, body BulkMoveMemoriesMemoriesBulkMovePostJSONRequestBody, ...) (*BulkMoveMemoriesMemoriesBulkMovePostResponse, error) + BulkMoveThreadsThreadsBulkMovePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*BulkMoveThreadsThreadsBulkMovePostResponse, error) + BulkMoveThreadsThreadsBulkMovePostWithResponse func(ctx context.Context, body BulkMoveThreadsThreadsBulkMovePostJSONRequestBody, ...) (*BulkMoveThreadsThreadsBulkMovePostResponse, error) + CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*CancelAiNowPromptAgentAiNowSessionsSessionIdCancelPostResponse, error) + CapabilitiesCapabilitiesGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CapabilitiesCapabilitiesGetResponse, error) + CheckAdminUpgradeCheckGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CheckAdminUpgradeCheckGetResponse, error) + CheckpointDataDataCheckpointPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CheckpointDataDataCheckpointPostResponse, error) + CleanupOrphanedEntitiesGraphOrphansDeleteWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CleanupOrphanedEntitiesGraphOrphansDeleteResponse, error) + CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse, error) + ConsolidateLabelsLabelsConsolidatePostWithResponse func(ctx context.Context, params *ConsolidateLabelsLabelsConsolidatePostParams, ...) (*ConsolidateLabelsLabelsConsolidatePostResponse, error) + CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostWithResponse func(ctx context.Context, ...) (*CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse, error) + CreateAgentProfileSettingsAgentProfilesPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAgentProfileSettingsAgentProfilesPostResponse, error) + CreateAgentProfileSettingsAgentProfilesPostWithResponse func(ctx context.Context, ...) (*CreateAgentProfileSettingsAgentProfilesPostResponse, error) + CreateAiNowSessionAgentAiNowSessionsPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateAiNowSessionAgentAiNowSessionsPostResponse, error) + CreateAiNowSessionAgentAiNowSessionsPostWithResponse func(ctx context.Context, ...) (*CreateAiNowSessionAgentAiNowSessionsPostResponse, error) + CreateEmbeddingsV1EmbeddingsPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateEmbeddingsV1EmbeddingsPostResponse, error) + CreateEmbeddingsV1EmbeddingsPostWithResponse func(ctx context.Context, body CreateEmbeddingsV1EmbeddingsPostJSONRequestBody, ...) (*CreateEmbeddingsV1EmbeddingsPostResponse, error) + CreateGuidanceRuleSettingsRulesPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateGuidanceRuleSettingsRulesPostResponse, error) + CreateGuidanceRuleSettingsRulesPostWithResponse func(ctx context.Context, body CreateGuidanceRuleSettingsRulesPostJSONRequestBody, ...) (*CreateGuidanceRuleSettingsRulesPostResponse, error) + CreateLabelLabelsPostWithResponse func(ctx context.Context, params *CreateLabelLabelsPostParams, ...) (*CreateLabelLabelsPostResponse, error) + CreateMemoryMemoriesPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateMemoryMemoriesPostResponse, error) + CreateMemoryMemoriesPostWithResponse func(ctx context.Context, body CreateMemoryMemoriesPostJSONRequestBody, ...) (*CreateMemoryMemoriesPostResponse, error) + CreateMemoryRelationMemoriesMemoryIdRelationsPostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse, error) + CreateMemoryRelationMemoriesMemoryIdRelationsPostWithResponse func(ctx context.Context, memoryId string, ...) (*CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse, error) + CreateSpaceSpacesPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateSpaceSpacesPostResponse, error) + CreateSpaceSpacesPostWithResponse func(ctx context.Context, body CreateSpaceSpacesPostJSONRequestBody, ...) (*CreateSpaceSpacesPostResponse, error) + CreateThreadThreadsPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*CreateThreadThreadsPostResponse, error) + CreateThreadThreadsPostWithResponse func(ctx context.Context, body CreateThreadThreadsPostJSONRequestBody, ...) (*CreateThreadThreadsPostResponse, error) + CuratorDryRunSkillsCuratorDryRunGetWithResponse func(ctx context.Context, params *CuratorDryRunSkillsCuratorDryRunGetParams, ...) (*CuratorDryRunSkillsCuratorDryRunGetResponse, error) + CuratorProposalsSkillsCuratorProposalsGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*CuratorProposalsSkillsCuratorProposalsGetResponse, error) + CuratorRunSkillsCuratorRunPostWithResponse func(ctx context.Context, params *CuratorRunSkillsCuratorRunPostParams, ...) (*CuratorRunSkillsCuratorRunPostResponse, error) + CutOverThreadMessagesContentStoreThreadMessagesCutoverPostWithResponse func(ctx context.Context, ...) (*CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse, error) + DeactivateSkillSkillsSkillIdDeactivatePostWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DeactivateSkillSkillsSkillIdDeactivatePostResponse, error) + DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteWithResponse func(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse, error) + DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse, error) + DeleteEntityHandlerWithResponse func(ctx context.Context, entityId string, params *DeleteEntityHandlerParams, ...) (*DeleteEntityHandlerResponse, error) + DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteWithResponse func(ctx context.Context, skillId string, taskId string, ...) (*DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse, error) + DeleteFeedEventAgentFeedEventsEventIdDeleteWithResponse func(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*DeleteFeedEventAgentFeedEventsEventIdDeleteResponse, error) + DeleteGuidanceRuleSettingsRulesRuleIdDeleteWithResponse func(ctx context.Context, ruleId string, reqEditors ...RequestEditorFn) (*DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse, error) + DeleteLabelLabelsLabelIdDeleteWithResponse func(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*DeleteLabelLabelsLabelIdDeleteResponse, error) + DeleteMemoryMemoriesMemoryIdDeleteWithResponse func(ctx context.Context, memoryId string, ...) (*DeleteMemoryMemoriesMemoryIdDeleteResponse, error) + DeleteMemoryRelationMemoriesRelationsRelationIdDeleteWithResponse func(ctx context.Context, relationId string, reqEditors ...RequestEditorFn) (*DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse, error) + DeleteSourceSourcesSourceIdDeleteWithResponse func(ctx context.Context, sourceId string, ...) (*DeleteSourceSourcesSourceIdDeleteResponse, error) + DeleteSpaceSpacesSpaceRefDeleteWithResponse func(ctx context.Context, spaceRef string, ...) (*DeleteSpaceSpacesSpaceRefDeleteResponse, error) + DeleteThreadThreadsThreadIdDeleteWithResponse func(ctx context.Context, threadId string, ...) (*DeleteThreadThreadsThreadIdDeleteResponse, error) + DeprecateMemoryMemoriesMemoryIdDeprecatePostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse, error) + DeprecateMemoryMemoriesMemoryIdDeprecatePostWithResponse func(ctx context.Context, memoryId string, ...) (*DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse, error) + DiscardPendingVersionHandlerWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DiscardPendingVersionHandlerResponse, error) + DiscoverConversationsThreadsConversationsDiscoverGetWithResponse func(ctx context.Context, ...) (*DiscoverConversationsThreadsConversationsDiscoverGetResponse, error) + DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse, error) + DismissSkillSkillsSkillIdDismissPostWithBodyWithResponse func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*DismissSkillSkillsSkillIdDismissPostResponse, error) + DismissSkillSkillsSkillIdDismissPostWithResponse func(ctx context.Context, skillId string, ...) (*DismissSkillSkillsSkillIdDismissPostResponse, error) + DistillMemoriesFromThreadMemoriesDistillPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*DistillMemoriesFromThreadMemoriesDistillPostResponse, error) + DistillMemoriesFromThreadMemoriesDistillPostWithResponse func(ctx context.Context, ...) (*DistillMemoriesFromThreadMemoriesDistillPostResponse, error) + DownloadAdminUpgradeDownloadPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*DownloadAdminUpgradeDownloadPostResponse, error) + DownloadAdminUpgradeDownloadPostWithResponse func(ctx context.Context, body DownloadAdminUpgradeDownloadPostJSONRequestBody, ...) (*DownloadAdminUpgradeDownloadPostResponse, error) + DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetWithResponse func(ctx context.Context, ...) (*DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse, error) + EditSkillFileSkillsSkillIdEditFilePostWithBodyWithResponse func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*EditSkillFileSkillsSkillIdEditFilePostResponse, error) + EditSkillFileSkillsSkillIdEditFilePostWithResponse func(ctx context.Context, skillId string, ...) (*EditSkillFileSkillsSkillIdEditFilePostResponse, error) + EventStreamEventsStreamGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*EventStreamEventsStreamGetResponse, error) + ExpandNeighborsGraphExpandNodeIdGetWithResponse func(ctx context.Context, nodeId string, ...) (*ExpandNeighborsGraphExpandNodeIdGetResponse, error) + ExploreGraphGraphExploreGetWithResponse func(ctx context.Context, params *ExploreGraphGraphExploreGetParams, ...) (*ExploreGraphGraphExploreGetResponse, error) + ExportAgentProfileHandlerWithResponse func(ctx context.Context, agentId string, reqEditors ...RequestEditorFn) (*ExportAgentProfileHandlerResponse, error) + ExportConversationRawThreadsConversationsExportRawPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ExportConversationRawThreadsConversationsExportRawPostResponse, error) + ExportConversationRawThreadsConversationsExportRawPostWithResponse func(ctx context.Context, ...) (*ExportConversationRawThreadsConversationsExportRawPostResponse, error) + ExportDataDataExportPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ExportDataDataExportPostResponse, error) + ExportDataDataExportPostWithResponse func(ctx context.Context, body ExportDataDataExportPostJSONRequestBody, ...) (*ExportDataDataExportPostResponse, error) + ExportDataDownloadDataExportDownloadPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ExportDataDownloadDataExportDownloadPostResponse, error) + ExportDataDownloadDataExportDownloadPostWithResponse func(ctx context.Context, ...) (*ExportDataDownloadDataExportDownloadPostResponse, error) + ExportMemoryMemoriesMemoryIdExportGetWithResponse func(ctx context.Context, memoryId string, ...) (*ExportMemoryMemoriesMemoryIdExportGetResponse, error) + ExportSettingsBackupHandlerWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ExportSettingsBackupHandlerResponse, error) + ExportThreadThreadsThreadIdExportGetWithResponse func(ctx context.Context, threadId string, ...) (*ExportThreadThreadsThreadIdExportGetResponse, error) + FindOrphanedEntitiesGraphOrphansGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*FindOrphanedEntitiesGraphOrphansGetResponse, error) + ForceCheckpointHealthCheckpointPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ForceCheckpointHealthCheckpointPostResponse, error) + ForgetMemoryMemoriesMemoryIdForgetPostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*ForgetMemoryMemoriesMemoryIdForgetPostResponse, error) + ForgetMemoryMemoriesMemoryIdForgetPostWithResponse func(ctx context.Context, memoryId string, ...) (*ForgetMemoryMemoriesMemoryIdForgetPostResponse, error) + FsCapabilitiesFsCapabilitiesGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*FsCapabilitiesFsCapabilitiesGetResponse, error) + FsCatFsCatGetWithResponse func(ctx context.Context, params *FsCatFsCatGetParams, ...) (*FsCatFsCatGetResponse, error) + FsDeleteFsDeletePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*FsDeleteFsDeletePostResponse, error) + FsDeleteFsDeletePostWithResponse func(ctx context.Context, body FsDeleteFsDeletePostJSONRequestBody, ...) (*FsDeleteFsDeletePostResponse, error) + FsFindFsFindGetWithResponse func(ctx context.Context, params *FsFindFsFindGetParams, ...) (*FsFindFsFindGetResponse, error) + FsGrepFsGrepGetWithResponse func(ctx context.Context, params *FsGrepFsGrepGetParams, ...) (*FsGrepFsGrepGetResponse, error) + FsLsFsLsGetWithResponse func(ctx context.Context, params *FsLsFsLsGetParams, reqEditors ...RequestEditorFn) (*FsLsFsLsGetResponse, error) + FsRecallFsRecallGetWithResponse func(ctx context.Context, params *FsRecallFsRecallGetParams, ...) (*FsRecallFsRecallGetResponse, error) + FsStatFsStatGetWithResponse func(ctx context.Context, params *FsStatFsStatGetParams, ...) (*FsStatFsStatGetResponse, error) + FsWriteFsWritePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*FsWriteFsWritePostResponse, error) + FsWriteFsWritePostWithResponse func(ctx context.Context, body FsWriteFsWritePostJSONRequestBody, ...) (*FsWriteFsWritePostResponse, error) + GetAgentProfilesSettingsAgentProfilesGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAgentProfilesSettingsAgentProfilesGetResponse, error) + GetAgentStatusAgentStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAgentStatusAgentStatusGetResponse, error) + GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse, error) + GetAiNowSessionAgentAiNowSessionsSessionIdGetWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse, error) + GetAugmentationStateGraphAugmentationStateGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAugmentationStateGraphAugmentationStateGetResponse, error) + GetBgeM3StatusModelsBgeM3StatusGetWithResponse func(ctx context.Context, params *GetBgeM3StatusModelsBgeM3StatusGetParams, ...) (*GetBgeM3StatusModelsBgeM3StatusGetResponse, error) + GetCommunityDetailsCommunitiesCommunityIdGetWithResponse func(ctx context.Context, communityId string, ...) (*GetCommunityDetailsCommunitiesCommunityIdGetResponse, error) + GetCommunityMembersGraphCommunityMembersCommunityIdGetWithResponse func(ctx context.Context, communityId string, reqEditors ...RequestEditorFn) (*GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse, error) + GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetWithResponse func(ctx context.Context, communityId int, ...) (*GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse, error) + GetContentStoreMigrationStatusContentStoreMigrationStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse, error) + GetContextBundleContextBundleGetWithResponse func(ctx context.Context, params *GetContextBundleContextBundleGetParams, ...) (*GetContextBundleContextBundleGetResponse, error) + GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetWithResponse func(ctx context.Context, crystalId string, ...) (*GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse, ...) + GetDistillationPlanMemoriesDistillPlanPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*GetDistillationPlanMemoriesDistillPlanPostResponse, error) + GetDistillationPlanMemoriesDistillPlanPostWithResponse func(ctx context.Context, ...) (*GetDistillationPlanMemoriesDistillPlanPostResponse, error) + GetEntityRelationshipsEntitiesEntityIdRelationshipsGetWithResponse func(ctx context.Context, entityId string, ...) (*GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse, error) + GetEvolvesEdgesAgentEvolvesGetWithResponse func(ctx context.Context, params *GetEvolvesEdgesAgentEvolvesGetParams, ...) (*GetEvolvesEdgesAgentEvolvesGetResponse, error) + GetExportStatusDataExportStatusJobIdGetWithResponse func(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*GetExportStatusDataExportStatusJobIdGetResponse, error) + GetFavoriteMemoriesFavoritesMemoriesGetWithResponse func(ctx context.Context, params *GetFavoriteMemoriesFavoritesMemoriesGetParams, ...) (*GetFavoriteMemoriesFavoritesMemoriesGetResponse, error) + GetFavoriteThreadsFavoritesThreadsGetWithResponse func(ctx context.Context, params *GetFavoriteThreadsFavoritesThreadsGetParams, ...) (*GetFavoriteThreadsFavoritesThreadsGetResponse, error) + GetFeedEventsAgentFeedEventsGetWithResponse func(ctx context.Context, params *GetFeedEventsAgentFeedEventsGetParams, ...) (*GetFeedEventsAgentFeedEventsGetResponse, error) + GetGraphAnalysisGraphAnalysisGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGraphAnalysisGraphAnalysisGetResponse, error) + GetGraphDataGraphSampleGetWithResponse func(ctx context.Context, params *GetGraphDataGraphSampleGetParams, ...) (*GetGraphDataGraphSampleGetResponse, error) + GetGraphOverviewGraphOverviewGetWithResponse func(ctx context.Context, params *GetGraphOverviewGraphOverviewGetParams, ...) (*GetGraphOverviewGraphOverviewGetResponse, error) + GetGuidanceRulesSettingsRulesGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGuidanceRulesSettingsRulesGetResponse, error) + GetImportConfigThreadsImportConfigGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetImportConfigThreadsImportConfigGetResponse, error) + GetImportStatusDataImportStatusJobIdGetWithResponse func(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*GetImportStatusDataImportStatusJobIdGetResponse, error) + GetInFlightOverviewAgentTasksOverviewGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetInFlightOverviewAgentTasksOverviewGetResponse, error) + GetJobStatusGraphAugmentationStatusJobIdGetWithResponse func(ctx context.Context, jobId string, reqEditors ...RequestEditorFn) (*GetJobStatusGraphAugmentationStatusJobIdGetResponse, error) + GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetWithResponse func(ctx context.Context, ...) (*GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse, error) + GetLabelLabelsLabelIdGetWithResponse func(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*GetLabelLabelsLabelIdGetResponse, error) + GetLibraryOkfExportLibraryOkfExportGetWithResponse func(ctx context.Context, params *GetLibraryOkfExportLibraryOkfExportGetParams, ...) (*GetLibraryOkfExportLibraryOkfExportGetResponse, error) + GetLibraryWikiExportLibraryWikiExportGetWithResponse func(ctx context.Context, params *GetLibraryWikiExportLibraryWikiExportGetParams, ...) (*GetLibraryWikiExportLibraryWikiExportGetResponse, error) + GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse, error) + GetLibraryWikiIndexLibraryWikiIndexGetWithResponse func(ctx context.Context, params *GetLibraryWikiIndexLibraryWikiIndexGetParams, ...) (*GetLibraryWikiIndexLibraryWikiIndexGetResponse, error) + GetLivePreviewGraphGraphLivePreviewGetWithResponse func(ctx context.Context, params *GetLivePreviewGraphGraphLivePreviewGetParams, ...) (*GetLivePreviewGraphGraphLivePreviewGetResponse, error) + GetLivePreviewNeighborsGraphLivePreviewNodeIdGetWithResponse func(ctx context.Context, nodeId string, ...) (*GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse, error) + GetMemoryLabelsMemoriesMemoryIdLabelsGetWithResponse func(ctx context.Context, memoryId string, reqEditors ...RequestEditorFn) (*GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse, error) + GetMemoryMemoriesMemoryIdGetWithResponse func(ctx context.Context, memoryId string, ...) (*GetMemoryMemoriesMemoryIdGetResponse, error) + GetModelMemoryStatusModelsMemoryStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetModelMemoryStatusModelsMemoryStatusGetResponse, error) + GetNodeDetailsGraphNodeDetailsNodeIdGetWithResponse func(ctx context.Context, nodeId string, reqEditors ...RequestEditorFn) (*GetNodeDetailsGraphNodeDetailsNodeIdGetResponse, error) + GetReindexStatusMemoriesReindexStatusGetWithResponse func(ctx context.Context, params *GetReindexStatusMemoriesReindexStatusGetParams, ...) (*GetReindexStatusMemoriesReindexStatusGetResponse, error) + GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetWithResponse func(ctx context.Context, communityId int, ...) (*GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse, error) + GetSearchIndexReindexStatusSearchIndexReindexStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse, error) + GetSearchIndexStatusSearchIndexStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSearchIndexStatusSearchIndexStatusGetResponse, error) + GetShortestPathGraphShortestPathGetWithResponse func(ctx context.Context, params *GetShortestPathGraphShortestPathGetParams, ...) (*GetShortestPathGraphShortestPathGetResponse, error) + GetSkillActivitySkillsActivityGetWithResponse func(ctx context.Context, params *GetSkillActivitySkillsActivityGetParams, ...) (*GetSkillActivitySkillsActivityGetResponse, error) + GetSkillEvalSkillsSkillIdEvalGetWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*GetSkillEvalSkillsSkillIdEvalGetResponse, error) + GetSkillSkillsSkillIdGetWithResponse func(ctx context.Context, skillId string, params *GetSkillSkillsSkillIdGetParams, ...) (*GetSkillSkillsSkillIdGetResponse, error) + GetSourceContentSourcesSourceIdContentGetWithResponse func(ctx context.Context, sourceId string, ...) (*GetSourceContentSourcesSourceIdContentGetResponse, error) + GetSourceDetailSourcesSourceIdGetWithResponse func(ctx context.Context, sourceId string, ...) (*GetSourceDetailSourcesSourceIdGetResponse, error) + GetSourceImageSourcesSourceIdImagesFilenameGetWithResponse func(ctx context.Context, sourceId string, filename string, ...) (*GetSourceImageSourcesSourceIdImagesFilenameGetResponse, error) + GetSourceLabelsSourcesSourceIdLabelsGetWithResponse func(ctx context.Context, sourceId string, reqEditors ...RequestEditorFn) (*GetSourceLabelsSourcesSourceIdLabelsGetResponse, error) + GetSourceRawSourcesSourceIdRawGetWithResponse func(ctx context.Context, sourceId string, ...) (*GetSourceRawSourcesSourceIdRawGetResponse, error) + GetSpaceRosterSpacesRosterGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSpaceRosterSpacesRosterGetResponse, error) + GetSpaceSpacesSpaceRefGetWithResponse func(ctx context.Context, spaceRef string, reqEditors ...RequestEditorFn) (*GetSpaceSpacesSpaceRefGetResponse, error) + GetSpacesSpacesGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetSpacesSpacesGetResponse, error) + GetStatusAgentGraphIntelligenceStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetStatusAgentGraphIntelligenceStatusGetResponse, error) + GetStorageInfoStorageInfoGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetStorageInfoStorageInfoGetResponse, error) + GetThreadCoverageThreadsThreadIdCoverageGetWithResponse func(ctx context.Context, threadId string, reqEditors ...RequestEditorFn) (*GetThreadCoverageThreadsThreadIdCoverageGetResponse, error) + GetThreadSourcesThreadsSourcesGetWithResponse func(ctx context.Context, params *GetThreadSourcesThreadsSourcesGetParams, ...) (*GetThreadSourcesThreadsSourcesGetResponse, error) + GetThreadSummariesThreadsSummariesGetWithResponse func(ctx context.Context, params *GetThreadSummariesThreadsSummariesGetParams, ...) (*GetThreadSummariesThreadsSummariesGetResponse, error) + GetThreadThreadsThreadIdGetWithResponse func(ctx context.Context, threadId string, ...) (*GetThreadThreadsThreadIdGetResponse, error) + GetTokenUsageSummaryAgentTokenUsageGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetTokenUsageSummaryAgentTokenUsageGetResponse, error) + GetUserProfileSettingsProfileGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserProfileSettingsProfileGetResponse, error) + GetWatcherStatusThreadsWatcherStatusGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GetWatcherStatusThreadsWatcherStatusGetResponse, error) + GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetWithResponse func(ctx context.Context, crystalId string, reqEditors ...RequestEditorFn) (*GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse, error) + GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetWithResponse func(ctx context.Context, idOrName string, ...) (*GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse, error) + GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetWithResponse func(ctx context.Context, communityId int, ...) (*GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse, error) + GetWorkingMemoryAgentWorkingMemoryGetWithResponse func(ctx context.Context, params *GetWorkingMemoryAgentWorkingMemoryGetParams, ...) (*GetWorkingMemoryAgentWorkingMemoryGetResponse, error) + GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetWithResponse func(ctx context.Context, ...) (*GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse, error) + GraphAnalysisHealthGraphHealthGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*GraphAnalysisHealthGraphHealthGetResponse, error) + GraphVisGraphVisGetWithResponse func(ctx context.Context, params *GraphVisGraphVisGetParams, ...) (*GraphVisGraphVisGetResponse, error) + HardenSkillEndpointSkillsSkillIdHardenPostWithResponse func(ctx context.Context, skillId string, ...) (*HardenSkillEndpointSkillsSkillIdHardenPostResponse, error) + HealthCheckHealthGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*HealthCheckHealthGetResponse, error) + HideProjectThreadsImportConfigHideProjectPostWithResponse func(ctx context.Context, ...) (*HideProjectThreadsImportConfigHideProjectPostResponse, error) + HideSessionThreadsImportConfigHideSessionPostWithResponse func(ctx context.Context, ...) (*HideSessionThreadsImportConfigHideSessionPostResponse, error) + ImportAgentProfileHandlerWithBodyWithResponse func(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*ImportAgentProfileHandlerResponse, error) + ImportAgentProfileHandlerWithResponse func(ctx context.Context, params *ImportAgentProfileHandlerParams, ...) (*ImportAgentProfileHandlerResponse, error) + ImportConversationThreadsConversationsImportPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ImportConversationThreadsConversationsImportPostResponse, error) + ImportConversationThreadsConversationsImportPostWithResponse func(ctx context.Context, ...) (*ImportConversationThreadsConversationsImportPostResponse, error) + ImportDataDataImportPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ImportDataDataImportPostResponse, error) + ImportDataDataImportPostWithResponse func(ctx context.Context, body ImportDataDataImportPostJSONRequestBody, ...) (*ImportDataDataImportPostResponse, error) + ImportDataUploadDataImportUploadPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ImportDataUploadDataImportUploadPostResponse, error) + ImportThreadsThreadsImportPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ImportThreadsThreadsImportPostResponse, error) + ImportThreadsThreadsImportPostWithResponse func(ctx context.Context, body ImportThreadsThreadsImportPostJSONRequestBody, ...) (*ImportThreadsThreadsImportPostResponse, error) + IngestBatchSourcesIngestBatchPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestBatchSourcesIngestBatchPostResponse, error) + IngestBatchSourcesIngestBatchPostWithResponse func(ctx context.Context, body IngestBatchSourcesIngestBatchPostJSONRequestBody, ...) (*IngestBatchSourcesIngestBatchPostResponse, error) + IngestContentSourcesIngestContentPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestContentSourcesIngestContentPostResponse, error) + IngestContentSourcesIngestContentPostWithResponse func(ctx context.Context, body IngestContentSourcesIngestContentPostJSONRequestBody, ...) (*IngestContentSourcesIngestContentPostResponse, error) + IngestFilePathSourcesIngestFilePathPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFilePathSourcesIngestFilePathPostResponse, error) + IngestFilePathSourcesIngestFilePathPostWithResponse func(ctx context.Context, ...) (*IngestFilePathSourcesIngestFilePathPostResponse, error) + IngestFileSourcesIngestFilePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFileSourcesIngestFilePostResponse, error) + IngestFolderSummarySourcesIngestFolderSummaryPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFolderSummarySourcesIngestFolderSummaryPostResponse, error) + IngestFolderSummarySourcesIngestFolderSummaryPostWithResponse func(ctx context.Context, ...) (*IngestFolderSummarySourcesIngestFolderSummaryPostResponse, error) + IngestFolderUploadSourcesIngestFolderUploadPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestFolderUploadSourcesIngestFolderUploadPostResponse, error) + IngestUrlSourcesIngestUrlPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*IngestUrlSourcesIngestUrlPostResponse, error) + IngestUrlSourcesIngestUrlPostWithResponse func(ctx context.Context, body IngestUrlSourcesIngestUrlPostJSONRequestBody, ...) (*IngestUrlSourcesIngestUrlPostResponse, error) + InstallAdminUpgradeInstallPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*InstallAdminUpgradeInstallPostResponse, error) + InstallAdminUpgradeInstallPostWithResponse func(ctx context.Context, body InstallAdminUpgradeInstallPostJSONRequestBody, ...) (*InstallAdminUpgradeInstallPostResponse, error) + InstallBgeM3ModelsBgeM3InstallPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*InstallBgeM3ModelsBgeM3InstallPostResponse, error) + InstallBgeM3ModelsBgeM3InstallPostWithResponse func(ctx context.Context, body InstallBgeM3ModelsBgeM3InstallPostJSONRequestBody, ...) (*InstallBgeM3ModelsBgeM3InstallPostResponse, error) + KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostWithResponse func(ctx context.Context, ...) (*KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse, error) + LabelHealthLabelsHealthGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*LabelHealthLabelsHealthGetResponse, error) + LabelMergeCandidatesLabelsMergeCandidatesGetWithResponse func(ctx context.Context, ...) (*LabelMergeCandidatesLabelsMergeCandidatesGetResponse, error) + ListAiNowSessionsAgentAiNowSessionsGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ListAiNowSessionsAgentAiNowSessionsGetResponse, error) + ListAugmentationJobsGraphAugmentationJobsGetWithResponse func(ctx context.Context, ...) (*ListAugmentationJobsGraphAugmentationJobsGetResponse, error) + ListCommunitiesCommunitiesGetWithResponse func(ctx context.Context, params *ListCommunitiesCommunitiesGetParams, ...) (*ListCommunitiesCommunitiesGetResponse, error) + ListEntitiesEntitiesGetWithResponse func(ctx context.Context, params *ListEntitiesEntitiesGetParams, ...) (*ListEntitiesEntitiesGetResponse, error) + ListEvalCasesSkillsSkillIdEvalCasesGetWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*ListEvalCasesSkillsSkillIdEvalCasesGetResponse, error) + ListLabelsLabelsGetWithResponse func(ctx context.Context, params *ListLabelsLabelsGetParams, ...) (*ListLabelsLabelsGetResponse, error) + ListMemoriesMemoriesGetWithResponse func(ctx context.Context, params *ListMemoriesMemoriesGetParams, ...) (*ListMemoriesMemoriesGetResponse, error) + ListMemoryRelationsMemoriesMemoryIdRelationsGetWithResponse func(ctx context.Context, memoryId string, ...) (*ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse, error) + ListModelsV1ModelsGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ListModelsV1ModelsGetResponse, error) + ListSkillsSkillsGetWithResponse func(ctx context.Context, params *ListSkillsSkillsGetParams, ...) (*ListSkillsSkillsGetResponse, error) + ListSourcesSourcesGetWithResponse func(ctx context.Context, params *ListSourcesSourcesGetParams, ...) (*ListSourcesSourcesGetResponse, error) + ListThreadsThreadsGetWithResponse func(ctx context.Context, params *ListThreadsThreadsGetParams, ...) (*ListThreadsThreadsGetResponse, error) + LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse, error) + LoadSessionAgentGraphIntelligenceSessionGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*LoadSessionAgentGraphIntelligenceSessionGetResponse, error) + MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostWithResponse func(ctx context.Context, ...) (*MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse, error) + MatchSkillsEndpointSkillsMatchGetWithResponse func(ctx context.Context, params *MatchSkillsEndpointSkillsMatchGetParams, ...) (*MatchSkillsEndpointSkillsMatchGetResponse, error) + MergeEntityHandlerWithBodyWithResponse func(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*MergeEntityHandlerResponse, error) + MergeEntityHandlerWithResponse func(ctx context.Context, entityId string, body MergeEntityHandlerJSONRequestBody, ...) (*MergeEntityHandlerResponse, error) + MergeIntoSkillsSkillIdMergeIntoPostWithBodyWithResponse func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*MergeIntoSkillsSkillIdMergeIntoPostResponse, error) + MergeIntoSkillsSkillIdMergeIntoPostWithResponse func(ctx context.Context, skillId string, ...) (*MergeIntoSkillsSkillIdMergeIntoPostResponse, error) + MergeLabelsEndpointLabelsMergePostWithResponse func(ctx context.Context, params *MergeLabelsEndpointLabelsMergePostParams, ...) (*MergeLabelsEndpointLabelsMergePostResponse, error) + MergeSpaceSpacesSpaceRefMergePostWithBodyWithResponse func(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*MergeSpaceSpacesSpaceRefMergePostResponse, error) + MergeSpaceSpacesSpaceRefMergePostWithResponse func(ctx context.Context, spaceRef string, ...) (*MergeSpaceSpacesSpaceRefMergePostResponse, error) + OpenapiConfirmScheduleWithBodyWithResponse func(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*OpenapiConfirmScheduleResponse, error) + OpenapiConfirmScheduleWithResponse func(ctx context.Context, scheduleId string, ...) (*OpenapiConfirmScheduleResponse, error) + OpenapiCreateScheduleWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*OpenapiCreateScheduleResponse, error) + OpenapiCreateScheduleWithResponse func(ctx context.Context, body OpenapiCreateScheduleJSONRequestBody, ...) (*OpenapiCreateScheduleResponse, error) + OpenapiDeleteScheduleWithResponse func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiDeleteScheduleResponse, error) + OpenapiGetScheduleWithResponse func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiGetScheduleResponse, error) + OpenapiListSchedulesWithResponse func(ctx context.Context, params *OpenapiListSchedulesParams, ...) (*OpenapiListSchedulesResponse, error) + OpenapiPauseScheduleWithResponse func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiPauseScheduleResponse, error) + OpenapiPreviewScheduleWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*OpenapiPreviewScheduleResponse, error) + OpenapiPreviewScheduleWithResponse func(ctx context.Context, body OpenapiPreviewScheduleJSONRequestBody, ...) (*OpenapiPreviewScheduleResponse, error) + OpenapiResumeScheduleWithResponse func(ctx context.Context, scheduleId string, reqEditors ...RequestEditorFn) (*OpenapiResumeScheduleResponse, error) + OpenapiScheduleRunsWithResponse func(ctx context.Context, scheduleId string, params *OpenapiScheduleRunsParams, ...) (*OpenapiScheduleRunsResponse, error) + OpenapiSetFeedEventVisibilityWithBodyWithResponse func(ctx context.Context, eventId string, contentType string, body io.Reader, ...) (*OpenapiSetFeedEventVisibilityResponse, error) + OpenapiSetFeedEventVisibilityWithResponse func(ctx context.Context, eventId string, ...) (*OpenapiSetFeedEventVisibilityResponse, error) + OpenapiUpdateScheduleWithBodyWithResponse func(ctx context.Context, scheduleId string, contentType string, body io.Reader, ...) (*OpenapiUpdateScheduleResponse, error) + OpenapiUpdateScheduleWithResponse func(ctx context.Context, scheduleId string, ...) (*OpenapiUpdateScheduleResponse, error) + OptimizeStorageStorageOptimizePostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*OptimizeStorageStorageOptimizePostResponse, error) + ParseThreadContentThreadsParsePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ParseThreadContentThreadsParsePostResponse, error) + ParseThreadContentThreadsParsePostWithResponse func(ctx context.Context, body ParseThreadContentThreadsParsePostJSONRequestBody, ...) (*ParseThreadContentThreadsParsePostResponse, error) + PatchAgentProfileSettingsAgentProfilesAgentIdPatchWithBodyWithResponse func(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse, error) + PatchAgentProfileSettingsAgentProfilesAgentIdPatchWithResponse func(ctx context.Context, agentId string, ...) (*PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse, error) + PersistQuestionAgentFeedInputPersistQuestionPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PersistQuestionAgentFeedInputPersistQuestionPostResponse, error) + PersistQuestionAgentFeedInputPersistQuestionPostWithResponse func(ctx context.Context, ...) (*PersistQuestionAgentFeedInputPersistQuestionPostResponse, error) + PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetWithResponse func(ctx context.Context, ...) (*PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse, error) + PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetWithResponse func(ctx context.Context, ...) (*PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse, error) + PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetWithResponse func(ctx context.Context, ...) (*PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse, error) + PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetWithResponse func(ctx context.Context, ...) (*PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse, error) + PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse, error) + PlanPagerankRefreshGraphAugmentationPagerankPlanGetWithResponse func(ctx context.Context, ...) (*PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse, error) + PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetWithResponse func(ctx context.Context, taskType string, ...) (*PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse, error) + PlanThreadDistillationBatchMemoriesDistillBatchPlanPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse, error) + PlanThreadDistillationBatchMemoriesDistillBatchPlanPostWithResponse func(ctx context.Context, ...) (*PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse, error) + PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetWithResponse func(ctx context.Context, ...) (*PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse, error) + PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse, error) + PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostWithResponse func(ctx context.Context, ...) (*PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse, error) + PreviewBulkMoveThreadsThreadsBulkMovePreviewPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse, error) + PreviewBulkMoveThreadsThreadsBulkMovePreviewPostWithResponse func(ctx context.Context, ...) (*PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse, error) + PreviewConversationThreadsConversationsPreviewPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewConversationThreadsConversationsPreviewPostResponse, error) + PreviewConversationThreadsConversationsPreviewPostWithResponse func(ctx context.Context, ...) (*PreviewConversationThreadsConversationsPreviewPostResponse, error) + PreviewDistillationMemoriesDistillPreviewPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewDistillationMemoriesDistillPreviewPostResponse, error) + PreviewDistillationMemoriesDistillPreviewPostWithResponse func(ctx context.Context, ...) (*PreviewDistillationMemoriesDistillPreviewPostResponse, error) + PreviewEntityDeleteHandlerWithResponse func(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*PreviewEntityDeleteHandlerResponse, error) + PreviewEntityMergeHandlerWithBodyWithResponse func(ctx context.Context, entityId string, contentType string, body io.Reader, ...) (*PreviewEntityMergeHandlerResponse, error) + PreviewEntityMergeHandlerWithResponse func(ctx context.Context, entityId string, ...) (*PreviewEntityMergeHandlerResponse, error) + PreviewEvolvesRevisionHandlerWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewEvolvesRevisionHandlerResponse, error) + PreviewEvolvesRevisionHandlerWithResponse func(ctx context.Context, body PreviewEvolvesRevisionHandlerJSONRequestBody, ...) (*PreviewEvolvesRevisionHandlerResponse, error) + PreviewLabelConsolidationLabelsConsolidationPreviewPostWithResponse func(ctx context.Context, ...) (*PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse, error) + PreviewLabelDeleteHandlerWithResponse func(ctx context.Context, labelId string, reqEditors ...RequestEditorFn) (*PreviewLabelDeleteHandlerResponse, error) + PreviewLabelMergeHandlerWithBodyWithResponse func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*PreviewLabelMergeHandlerResponse, error) + PreviewLabelMergeHandlerWithResponse func(ctx context.Context, labelId string, ...) (*PreviewLabelMergeHandlerResponse, error) + PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostWithResponse func(ctx context.Context, memoryId string, ...) (*PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse, error) + PreviewSettingsRestoreHandlerWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*PreviewSettingsRestoreHandlerResponse, error) + PreviewSettingsRestoreHandlerWithResponse func(ctx context.Context, body PreviewSettingsRestoreHandlerJSONRequestBody, ...) (*PreviewSettingsRestoreHandlerResponse, error) + PreviewSpaceMergeSpacesSpaceRefMergePreviewPostWithBodyWithResponse func(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse, error) + PreviewSpaceMergeSpacesSpaceRefMergePreviewPostWithResponse func(ctx context.Context, spaceRef string, ...) (*PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse, error) + PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostWithBodyWithResponse func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse, error) + PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostWithResponse func(ctx context.Context, sessionId string, ...) (*PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse, error) + ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostWithResponse func(ctx context.Context, sessionId string, ...) (*ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse, error) + ReconcileThreadTailThreadsThreadIdReconcileTailPostWithBodyWithResponse func(ctx context.Context, threadId string, contentType string, body io.Reader, ...) (*ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse, error) + ReconcileThreadTailThreadsThreadIdReconcileTailPostWithResponse func(ctx context.Context, threadId string, ...) (*ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse, error) + RefetchSourceSourcesSourceIdRefetchPostWithResponse func(ctx context.Context, sourceId string, ...) (*RefetchSourceSourcesSourceIdRefetchPostResponse, error) + RegisterSkillHostSkillsRegistrationHostPostWithResponse func(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*RegisterSkillHostSkillsRegistrationHostPostResponse, error) + ReindexMemoriesBulkMemoriesReindexPostWithBodyWithResponse func(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*ReindexMemoriesBulkMemoriesReindexPostResponse, error) + ReindexMemoriesBulkMemoriesReindexPostWithResponse func(ctx context.Context, params *ReindexMemoriesBulkMemoriesReindexPostParams, ...) (*ReindexMemoriesBulkMemoriesReindexPostResponse, error) + ReindexSearchIndexSearchIndexReindexPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ReindexSearchIndexSearchIndexReindexPostResponse, error) + RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteWithResponse func(ctx context.Context, memoryId string, labelId string, ...) (*RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse, error) + RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteWithResponse func(ctx context.Context, sourceId string, labelId string, ...) (*RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse, error) + ReportSkillOutcomeSkillsSkillIdOutcomePostWithBodyWithResponse func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*ReportSkillOutcomeSkillsSkillIdOutcomePostResponse, error) + ReportSkillOutcomeSkillsSkillIdOutcomePostWithResponse func(ctx context.Context, skillId string, ...) (*ReportSkillOutcomeSkillsSkillIdOutcomePostResponse, error) + ResolveEventAgentFeedEventsEventIdResolvePostWithBodyWithResponse func(ctx context.Context, eventId string, ...) (*ResolveEventAgentFeedEventsEventIdResolvePostResponse, error) + ResolveEventAgentFeedEventsEventIdResolvePostWithResponse func(ctx context.Context, eventId string, ...) (*ResolveEventAgentFeedEventsEventIdResolvePostResponse, error) + ResolveResourceHandlerWithResponse func(ctx context.Context, params *ResolveResourceHandlerParams, ...) (*ResolveResourceHandlerResponse, error) + RestoreMergedSkillHandlerWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*RestoreMergedSkillHandlerResponse, error) + RestoreSettingsHandlerWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*RestoreSettingsHandlerResponse, error) + RestoreSettingsHandlerWithResponse func(ctx context.Context, body RestoreSettingsHandlerJSONRequestBody, ...) (*RestoreSettingsHandlerResponse, error) + RetryEventAgentFeedEventsEventIdRetryPostWithResponse func(ctx context.Context, eventId string, reqEditors ...RequestEditorFn) (*RetryEventAgentFeedEventsEventIdRetryPostResponse, error) + RunSkillEvalSkillsSkillIdEvalRunPostWithResponse func(ctx context.Context, skillId string, ...) (*RunSkillEvalSkillsSkillIdEvalRunPostResponse, error) + SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostWithBodyWithResponse func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse, error) + SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostWithResponse func(ctx context.Context, sessionId string, ...) (*SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse, error) + SaveSessionAgentGraphIntelligenceSessionPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SaveSessionAgentGraphIntelligenceSessionPostResponse, error) + SaveSessionAgentGraphIntelligenceSessionPostWithResponse func(ctx context.Context, ...) (*SaveSessionAgentGraphIntelligenceSessionPostResponse, error) + SaveSessionThreadsSessionsSavePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SaveSessionThreadsSessionsSavePostResponse, error) + SaveSessionThreadsSessionsSavePostWithResponse func(ctx context.Context, body SaveSessionThreadsSessionsSavePostJSONRequestBody, ...) (*SaveSessionThreadsSessionsSavePostResponse, error) + ScheduleDistillationMemoriesDistillSchedulePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ScheduleDistillationMemoriesDistillSchedulePostResponse, error) + ScheduleDistillationMemoriesDistillSchedulePostWithResponse func(ctx context.Context, ...) (*ScheduleDistillationMemoriesDistillSchedulePostResponse, error) + SearchGraphGraphSearchGetWithResponse func(ctx context.Context, params *SearchGraphGraphSearchGetParams, ...) (*SearchGraphGraphSearchGetResponse, error) + SearchMemoriesMemoriesSearchPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SearchMemoriesMemoriesSearchPostResponse, error) + SearchMemoriesMemoriesSearchPostWithResponse func(ctx context.Context, body SearchMemoriesMemoriesSearchPostJSONRequestBody, ...) (*SearchMemoriesMemoriesSearchPostResponse, error) + SearchSourcesSourcesSearchGetWithResponse func(ctx context.Context, params *SearchSourcesSourcesSearchGetParams, ...) (*SearchSourcesSourcesSearchGetResponse, error) + SearchThreadsFullThreadsSearchGetWithResponse func(ctx context.Context, params *SearchThreadsFullThreadsSearchGetParams, ...) (*SearchThreadsFullThreadsSearchGetResponse, error) + SendMessageAgentGraphIntelligenceMessagePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SendMessageAgentGraphIntelligenceMessagePostResponse, error) + SendMessageAgentGraphIntelligenceMessagePostWithResponse func(ctx context.Context, ...) (*SendMessageAgentGraphIntelligenceMessagePostResponse, error) + SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostWithResponse func(ctx context.Context, sessionId string, ...) (*SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse, error) + SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutWithBodyWithResponse func(ctx context.Context, host string, contentType string, body io.Reader, ...) (*SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse, error) + SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutWithResponse func(ctx context.Context, host string, ...) (*SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse, error) + SkillBuilderChatAgentSkillBuilderChatPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderChatAgentSkillBuilderChatPostResponse, error) + SkillBuilderChatAgentSkillBuilderChatPostWithResponse func(ctx context.Context, ...) (*SkillBuilderChatAgentSkillBuilderChatPostResponse, error) + SkillBuilderEditBodyAgentSkillBuilderEditBodyPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse, error) + SkillBuilderEditBodyAgentSkillBuilderEditBodyPostWithResponse func(ctx context.Context, ...) (*SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse, error) + SkillBuilderImportAgentSkillBuilderImportPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderImportAgentSkillBuilderImportPostResponse, error) + SkillBuilderImportAgentSkillBuilderImportPostWithResponse func(ctx context.Context, ...) (*SkillBuilderImportAgentSkillBuilderImportPostResponse, error) + SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetWithResponse func(ctx context.Context, ...) (*SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse, ...) + SkillBuilderProposeAgentSkillBuilderProposePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderProposeAgentSkillBuilderProposePostResponse, error) + SkillBuilderProposeAgentSkillBuilderProposePostWithResponse func(ctx context.Context, ...) (*SkillBuilderProposeAgentSkillBuilderProposePostResponse, error) + SkillBuilderRefineAgentSkillBuilderRefinePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderRefineAgentSkillBuilderRefinePostResponse, error) + SkillBuilderRefineAgentSkillBuilderRefinePostWithResponse func(ctx context.Context, ...) (*SkillBuilderRefineAgentSkillBuilderRefinePostResponse, error) + SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse, error) + SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostWithResponse func(ctx context.Context, ...) (*SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse, error) + SkillDuplicateOfSkillsSkillIdDuplicateOfGetWithResponse func(ctx context.Context, skillId string, reqEditors ...RequestEditorFn) (*SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse, error) + SkillHostRegistrationStatusSkillsRegistrationGetWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*SkillHostRegistrationStatusSkillsRegistrationGetResponse, error) + StartAugmentationJobGraphAugmentationStartPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*StartAugmentationJobGraphAugmentationStartPostResponse, error) + StartAugmentationJobGraphAugmentationStartPostWithResponse func(ctx context.Context, ...) (*StartAugmentationJobGraphAugmentationStartPostResponse, error) + StartWatcherThreadsWatcherStartPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*StartWatcherThreadsWatcherStartPostResponse, error) + StopWatcherThreadsWatcherStopPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*StopWatcherThreadsWatcherStopPostResponse, error) + StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetWithResponse func(ctx context.Context, sessionId string, reqEditors ...RequestEditorFn) (*StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse, error) + StreamSkillEvalSkillsSkillIdEvalStreamGetWithResponse func(ctx context.Context, skillId string, ...) (*StreamSkillEvalSkillsSkillIdEvalStreamGetResponse, error) + StrengthenInsteadSkillsSkillIdStrengthenInsteadPostWithBodyWithResponse func(ctx context.Context, skillId string, contentType string, body io.Reader, ...) (*StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse, error) + StrengthenInsteadSkillsSkillIdStrengthenInsteadPostWithResponse func(ctx context.Context, skillId string, ...) (*StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse, error) + SubmitFeedInputStreamAgentFeedInputStreamPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SubmitFeedInputStreamAgentFeedInputStreamPostResponse, error) + SubmitFeedInputStreamAgentFeedInputStreamPostWithResponse func(ctx context.Context, ...) (*SubmitFeedInputStreamAgentFeedInputStreamPostResponse, error) + SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse, error) + SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostWithResponse func(ctx context.Context, memoryId string, ...) (*SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse, error) + SupersedeMemoryMemoriesMemoryIdSupersedePostWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*SupersedeMemoryMemoriesMemoryIdSupersedePostResponse, error) + SupersedeMemoryMemoriesMemoryIdSupersedePostWithResponse func(ctx context.Context, memoryId string, ...) (*SupersedeMemoryMemoriesMemoryIdSupersedePostResponse, error) + SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse, error) + SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostWithResponse func(ctx context.Context, ...) (*SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse, error) + ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostWithResponse func(ctx context.Context, memoryId string, ...) (*ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse, error) + ToggleThreadFavoriteThreadsThreadIdFavoritePostWithResponse func(ctx context.Context, threadId string, ...) (*ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse, error) + TriageConversationMemoriesDistillTriagePostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*TriageConversationMemoriesDistillTriagePostResponse, error) + TriageConversationMemoriesDistillTriagePostWithResponse func(ctx context.Context, ...) (*TriageConversationMemoriesDistillTriagePostResponse, error) + TriggerCommunityDetectionAgentTriggerCommunityDetectionPostWithResponse func(ctx context.Context, ...) (*TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse, error) + TriggerCrystallizationAgentTriggerCrystallizationPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerCrystallizationAgentTriggerCrystallizationPostResponse, error) + TriggerDailyBriefingAgentTriggerDailyBriefingPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse, error) + TriggerDecayRefreshAgentTriggerDecayRefreshPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse, error) + TriggerGuidanceReviewAgentTriggerRuleReviewPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse, error) + TriggerInsightDetectionAgentTriggerInsightDetectionPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse, error) + TriggerKgExtractionAgentTriggerKgExtractionPostWithResponse func(ctx context.Context, ...) (*TriggerKgExtractionAgentTriggerKgExtractionPostResponse, error) + TriggerLabelConsolidationAgentTriggerLabelConsolidationPostWithResponse func(ctx context.Context, ...) (*TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse, error) + TriggerMemoryCompactionAgentTriggerMemoryCompactionPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse, error) + TriggerSkillCompileAgentTriggerSkillCompilePostWithResponse func(ctx context.Context, ...) (*TriggerSkillCompileAgentTriggerSkillCompilePostResponse, error) + TriggerSkillReviewAgentTriggerSkillReviewPostWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*TriggerSkillReviewAgentTriggerSkillReviewPostResponse, error) + TriggerSourceExtractionSourcesSourceIdExtractPostWithResponse func(ctx context.Context, sourceId string, ...) (*TriggerSourceExtractionSourcesSourceIdExtractPostResponse, error) + TriggerWmRefreshAgentTriggerWmRefreshPostWithResponse func(ctx context.Context, params *TriggerWmRefreshAgentTriggerWmRefreshPostParams, ...) (*TriggerWmRefreshAgentTriggerWmRefreshPostResponse, error) + UnhideProjectThreadsImportConfigUnhideProjectPostWithResponse func(ctx context.Context, ...) (*UnhideProjectThreadsImportConfigUnhideProjectPostResponse, error) + UnhideSessionThreadsImportConfigUnhideSessionPostWithResponse func(ctx context.Context, ...) (*UnhideSessionThreadsImportConfigUnhideSessionPostResponse, error) + UnloadModelModelsUnloadModelTypePostWithResponse func(ctx context.Context, ...) (*UnloadModelModelsUnloadModelTypePostResponse, error) + UnregisterSkillHostSkillsRegistrationHostDeleteWithResponse func(ctx context.Context, host string, reqEditors ...RequestEditorFn) (*UnregisterSkillHostSkillsRegistrationHostDeleteResponse, error) + UpdateAgentProfileSettingsAgentProfilesAgentIdPutWithBodyWithResponse func(ctx context.Context, agentId string, contentType string, body io.Reader, ...) (*UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse, error) + UpdateAgentProfileSettingsAgentProfilesAgentIdPutWithResponse func(ctx context.Context, agentId string, ...) (*UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse, error) + UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchWithBodyWithResponse func(ctx context.Context, sessionId string, contentType string, body io.Reader, ...) (*UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse, error) + UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchWithResponse func(ctx context.Context, sessionId string, ...) (*UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse, error) + UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchWithBodyWithResponse func(ctx context.Context, skillId string, taskId string, contentType string, ...) (*UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse, error) + UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchWithResponse func(ctx context.Context, skillId string, taskId string, ...) (*UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse, error) + UpdateGuidanceRuleSettingsRulesRuleIdPutWithBodyWithResponse func(ctx context.Context, ruleId string, contentType string, body io.Reader, ...) (*UpdateGuidanceRuleSettingsRulesRuleIdPutResponse, error) + UpdateGuidanceRuleSettingsRulesRuleIdPutWithResponse func(ctx context.Context, ruleId string, ...) (*UpdateGuidanceRuleSettingsRulesRuleIdPutResponse, error) + UpdateImportConfigThreadsImportConfigPutWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateImportConfigThreadsImportConfigPutResponse, error) + UpdateImportConfigThreadsImportConfigPutWithResponse func(ctx context.Context, ...) (*UpdateImportConfigThreadsImportConfigPutResponse, error) + UpdateLabelLabelsLabelIdPutWithBodyWithResponse func(ctx context.Context, labelId string, contentType string, body io.Reader, ...) (*UpdateLabelLabelsLabelIdPutResponse, error) + UpdateLabelLabelsLabelIdPutWithResponse func(ctx context.Context, labelId string, ...) (*UpdateLabelLabelsLabelIdPutResponse, error) + UpdateMemoryMemoriesMemoryIdPatchWithBodyWithResponse func(ctx context.Context, memoryId string, contentType string, body io.Reader, ...) (*UpdateMemoryMemoriesMemoryIdPatchResponse, error) + UpdateMemoryMemoriesMemoryIdPatchWithResponse func(ctx context.Context, memoryId string, ...) (*UpdateMemoryMemoriesMemoryIdPatchResponse, error) + UpdateMemoryRelationMemoriesRelationsRelationIdPatchWithBodyWithResponse func(ctx context.Context, relationId string, contentType string, body io.Reader, ...) (*UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse, error) + UpdateMemoryRelationMemoriesRelationsRelationIdPatchWithResponse func(ctx context.Context, relationId string, ...) (*UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse, error) + UpdateSourceContentSourcesSourceIdContentPutWithBodyWithResponse func(ctx context.Context, sourceId string, ...) (*UpdateSourceContentSourcesSourceIdContentPutResponse, error) + UpdateSourceContentSourcesSourceIdContentPutWithResponse func(ctx context.Context, sourceId string, ...) (*UpdateSourceContentSourcesSourceIdContentPutResponse, error) + UpdateSourceSourcesSourceIdPatchWithBodyWithResponse func(ctx context.Context, sourceId string, ...) (*UpdateSourceSourcesSourceIdPatchResponse, error) + UpdateSourceSourcesSourceIdPatchWithResponse func(ctx context.Context, sourceId string, ...) (*UpdateSourceSourcesSourceIdPatchResponse, error) + UpdateSpaceSettingsSpacesConfigPostWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateSpaceSettingsSpacesConfigPostResponse, error) + UpdateSpaceSettingsSpacesConfigPostWithResponse func(ctx context.Context, body UpdateSpaceSettingsSpacesConfigPostJSONRequestBody, ...) (*UpdateSpaceSettingsSpacesConfigPostResponse, error) + UpdateSpaceSpacesSpaceRefPatchWithBodyWithResponse func(ctx context.Context, spaceRef string, contentType string, body io.Reader, ...) (*UpdateSpaceSpacesSpaceRefPatchResponse, error) + UpdateSpaceSpacesSpaceRefPatchWithResponse func(ctx context.Context, spaceRef string, ...) (*UpdateSpaceSpacesSpaceRefPatchResponse, error) + UpdateWorkingMemoryAgentWorkingMemoryPutWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateWorkingMemoryAgentWorkingMemoryPutResponse, error) + UpdateWorkingMemoryAgentWorkingMemoryPutWithResponse func(ctx context.Context, ...) (*UpdateWorkingMemoryAgentWorkingMemoryPutResponse, error) + VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostWithResponse func(ctx context.Context, ...) (*VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse, error) + type CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse(rsp *http.Response) (*CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse, error) + func (r CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse) ContentType() string + func (r CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse) GetBody() []byte + func (r CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse) GetJSON200() *map[string]interface{} + func (r CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse) GetJSON422() *HTTPValidationError + func (r CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse) Status() string + func (r CloseAiNowSessionAgentAiNowSessionsSessionIdClosePostResponse) StatusCode() int + type CommunityContext struct + CommunityId int + MemberCount *int + Name *string + Summary *string + type ConfirmScheduleRequest struct + CapabilityGrant *CapabilityGrant + type ConnectorBinding struct + ConfigFingerprint string + PluginId string + ServerName string + type ConnectorBindingRequest struct + PluginId string + type ConsolidateLabelsLabelsConsolidatePostParams struct + DryRun *bool + MaxGroups *int + type ConsolidateLabelsLabelsConsolidatePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseConsolidateLabelsLabelsConsolidatePostResponse(rsp *http.Response) (*ConsolidateLabelsLabelsConsolidatePostResponse, error) + func (r ConsolidateLabelsLabelsConsolidatePostResponse) ContentType() string + func (r ConsolidateLabelsLabelsConsolidatePostResponse) GetBody() []byte + func (r ConsolidateLabelsLabelsConsolidatePostResponse) GetJSON200() *map[string]interface{} + func (r ConsolidateLabelsLabelsConsolidatePostResponse) GetJSON422() *HTTPValidationError + func (r ConsolidateLabelsLabelsConsolidatePostResponse) Status() string + func (r ConsolidateLabelsLabelsConsolidatePostResponse) StatusCode() int + type ContentStoreHealth struct + CutoverCompleted bool + CutoverReady *bool + DbPath *string + LastError *string + LegacyGraphCleanupCompleted bool + LegacyKuzuAnchorCount *int + LegacyKuzuAnchorScanOffset *int + LegacyKuzuMessageCount *int + SchemaMigrationCount *int + SchemaMinSupportedVersion *int + SchemaVersion *int + SqliteAnchorCount *int + SqliteMessageCount *int + SqliteReady bool + SqliteThreadCount *int + State string + ThreadMessageOwner string + UpdatedAt *string + type ConversationDiscoveryResponse struct + Conversations map[string][]map[string]interface{} + type ConversationExportRawRequest struct + Format *string + Path string + Source string + type ConversationImportRequestModel struct + AutoCompact *bool + Metadata *map[string]interface{} + Path string + PreserveTimestamps *bool + Project *string + SessionId *string + Source string + Summary *string + ThreadIdOverride *string + Workspace *string + type ConversationImportResponse struct + CreatedMemories *[]MemoryNode + ImportSummary string + Messages []MessageNode + SkippedMessages *int + Thread ThreadNode + Warnings *[]string + type ConversationPreviewMessage struct + Content string + Role string + type ConversationPreviewRequest struct + Path string + SessionId *string + Source string + type ConversationPreviewResponse struct + MessageCount int + PreviewMessages *[]ConversationPreviewMessage + type CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostParams struct + BatchSize *int + type CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse(rsp *http.Response) (*CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse, error) + func (r CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse) ContentType() string + func (r CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse) GetBody() []byte + func (r CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse) GetJSON200() *map[string]interface{} + func (r CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse) GetJSON422() *HTTPValidationError + func (r CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse) Status() string + func (r CopyThreadMessagesBatchContentStoreThreadMessagesCopyBatchPostResponse) StatusCode() int + type CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostParams struct + BatchSize *int + MaxBatches *int + type CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse(rsp *http.Response) (*CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse, ...) + func (r CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse) ContentType() string + func (r CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse) GetBody() []byte + func (r CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse) GetJSON200() *map[string]interface{} + func (r CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse) GetJSON422() *HTTPValidationError + func (r CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse) Status() string + func (r CopyThreadMessagesUntilFinishedContentStoreThreadMessagesCopyAllPostResponse) StatusCode() int + type CreateAgentProfileSettingsAgentProfilesPostJSONRequestBody = AgentProfilePayload + type CreateAgentProfileSettingsAgentProfilesPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentProfileResponse + JSON422 *HTTPValidationError + func ParseCreateAgentProfileSettingsAgentProfilesPostResponse(rsp *http.Response) (*CreateAgentProfileSettingsAgentProfilesPostResponse, error) + func (r CreateAgentProfileSettingsAgentProfilesPostResponse) ContentType() string + func (r CreateAgentProfileSettingsAgentProfilesPostResponse) GetBody() []byte + func (r CreateAgentProfileSettingsAgentProfilesPostResponse) GetJSON200() *AgentProfileResponse + func (r CreateAgentProfileSettingsAgentProfilesPostResponse) GetJSON422() *HTTPValidationError + func (r CreateAgentProfileSettingsAgentProfilesPostResponse) Status() string + func (r CreateAgentProfileSettingsAgentProfilesPostResponse) StatusCode() int + type CreateAiNowSessionAgentAiNowSessionsPostJSONRequestBody = AINowSessionCreateRequest + type CreateAiNowSessionAgentAiNowSessionsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCreateAiNowSessionAgentAiNowSessionsPostResponse(rsp *http.Response) (*CreateAiNowSessionAgentAiNowSessionsPostResponse, error) + func (r CreateAiNowSessionAgentAiNowSessionsPostResponse) ContentType() string + func (r CreateAiNowSessionAgentAiNowSessionsPostResponse) GetBody() []byte + func (r CreateAiNowSessionAgentAiNowSessionsPostResponse) GetJSON200() *map[string]interface{} + func (r CreateAiNowSessionAgentAiNowSessionsPostResponse) GetJSON422() *HTTPValidationError + func (r CreateAiNowSessionAgentAiNowSessionsPostResponse) Status() string + func (r CreateAiNowSessionAgentAiNowSessionsPostResponse) StatusCode() int + type CreateEmbeddingsV1EmbeddingsPostJSONRequestBody = OpenAIEmbeddingRequest + type CreateEmbeddingsV1EmbeddingsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OpenAIEmbeddingResponse + JSON422 *HTTPValidationError + func ParseCreateEmbeddingsV1EmbeddingsPostResponse(rsp *http.Response) (*CreateEmbeddingsV1EmbeddingsPostResponse, error) + func (r CreateEmbeddingsV1EmbeddingsPostResponse) ContentType() string + func (r CreateEmbeddingsV1EmbeddingsPostResponse) GetBody() []byte + func (r CreateEmbeddingsV1EmbeddingsPostResponse) GetJSON200() *OpenAIEmbeddingResponse + func (r CreateEmbeddingsV1EmbeddingsPostResponse) GetJSON422() *HTTPValidationError + func (r CreateEmbeddingsV1EmbeddingsPostResponse) Status() string + func (r CreateEmbeddingsV1EmbeddingsPostResponse) StatusCode() int + type CreateGuidanceRuleSettingsRulesPostJSONRequestBody = GuidanceRulePayload + type CreateGuidanceRuleSettingsRulesPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GuidanceRuleResponse + JSON422 *HTTPValidationError + func ParseCreateGuidanceRuleSettingsRulesPostResponse(rsp *http.Response) (*CreateGuidanceRuleSettingsRulesPostResponse, error) + func (r CreateGuidanceRuleSettingsRulesPostResponse) ContentType() string + func (r CreateGuidanceRuleSettingsRulesPostResponse) GetBody() []byte + func (r CreateGuidanceRuleSettingsRulesPostResponse) GetJSON200() *GuidanceRuleResponse + func (r CreateGuidanceRuleSettingsRulesPostResponse) GetJSON422() *HTTPValidationError + func (r CreateGuidanceRuleSettingsRulesPostResponse) Status() string + func (r CreateGuidanceRuleSettingsRulesPostResponse) StatusCode() int + type CreateLabelLabelsPostParams struct + Color *string + Description *string + Name string + type CreateLabelLabelsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelResponse + JSON422 *HTTPValidationError + func ParseCreateLabelLabelsPostResponse(rsp *http.Response) (*CreateLabelLabelsPostResponse, error) + func (r CreateLabelLabelsPostResponse) ContentType() string + func (r CreateLabelLabelsPostResponse) GetBody() []byte + func (r CreateLabelLabelsPostResponse) GetJSON200() *LabelResponse + func (r CreateLabelLabelsPostResponse) GetJSON422() *HTTPValidationError + func (r CreateLabelLabelsPostResponse) Status() string + func (r CreateLabelLabelsPostResponse) StatusCode() int + type CreateMemoryMemoriesPostJSONRequestBody = MemoryCreateRequest + type CreateMemoryMemoriesPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryCreateResponse + JSON422 *HTTPValidationError + func ParseCreateMemoryMemoriesPostResponse(rsp *http.Response) (*CreateMemoryMemoriesPostResponse, error) + func (r CreateMemoryMemoriesPostResponse) ContentType() string + func (r CreateMemoryMemoriesPostResponse) GetBody() []byte + func (r CreateMemoryMemoriesPostResponse) GetJSON200() *MemoryCreateResponse + func (r CreateMemoryMemoriesPostResponse) GetJSON422() *HTTPValidationError + func (r CreateMemoryMemoriesPostResponse) Status() string + func (r CreateMemoryMemoriesPostResponse) StatusCode() int + type CreateMemoryRelationMemoriesMemoryIdRelationsPostJSONRequestBody = MemoryRelationCreateRequest + type CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryRelationPublic + JSON422 *HTTPValidationError + func ParseCreateMemoryRelationMemoriesMemoryIdRelationsPostResponse(rsp *http.Response) (*CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse, error) + func (r CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse) ContentType() string + func (r CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse) GetBody() []byte + func (r CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse) GetJSON200() *MemoryRelationPublic + func (r CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse) GetJSON422() *HTTPValidationError + func (r CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse) Status() string + func (r CreateMemoryRelationMemoriesMemoryIdRelationsPostResponse) StatusCode() int + type CreateScheduleRequest struct + CapabilityGrant *CapabilityGrant + Connectors *[]ConnectorBindingRequest + EnabledPluginIds *[]string + Instruction string + LocalTime WallClockTime + MissedRunPolicy *MissedRunPolicy + ModelPolicy *ModelPolicy + Recurrence Recurrence + SpaceId *string + Timezone string + Title string + type CreateSpaceSpacesPostJSONRequestBody = MemorySpacePayload + type CreateSpaceSpacesPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceSettingsResponse + JSON422 *HTTPValidationError + func ParseCreateSpaceSpacesPostResponse(rsp *http.Response) (*CreateSpaceSpacesPostResponse, error) + func (r CreateSpaceSpacesPostResponse) ContentType() string + func (r CreateSpaceSpacesPostResponse) GetBody() []byte + func (r CreateSpaceSpacesPostResponse) GetJSON200() *MemorySpaceSettingsResponse + func (r CreateSpaceSpacesPostResponse) GetJSON422() *HTTPValidationError + func (r CreateSpaceSpacesPostResponse) Status() string + func (r CreateSpaceSpacesPostResponse) StatusCode() int + type CreateThreadThreadsPostJSONRequestBody = ThreadCreateRequest + type CreateThreadThreadsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadCreateResponse + JSON422 *HTTPValidationError + func ParseCreateThreadThreadsPostResponse(rsp *http.Response) (*CreateThreadThreadsPostResponse, error) + func (r CreateThreadThreadsPostResponse) ContentType() string + func (r CreateThreadThreadsPostResponse) GetBody() []byte + func (r CreateThreadThreadsPostResponse) GetJSON200() *ThreadCreateResponse + func (r CreateThreadThreadsPostResponse) GetJSON422() *HTTPValidationError + func (r CreateThreadThreadsPostResponse) Status() string + func (r CreateThreadThreadsPostResponse) StatusCode() int + type CuratorDryRunSkillsCuratorDryRunGetParams struct + Budget *int + IncludeMerges *bool + type CuratorDryRunSkillsCuratorDryRunGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCuratorDryRunSkillsCuratorDryRunGetResponse(rsp *http.Response) (*CuratorDryRunSkillsCuratorDryRunGetResponse, error) + func (r CuratorDryRunSkillsCuratorDryRunGetResponse) ContentType() string + func (r CuratorDryRunSkillsCuratorDryRunGetResponse) GetBody() []byte + func (r CuratorDryRunSkillsCuratorDryRunGetResponse) GetJSON200() *map[string]interface{} + func (r CuratorDryRunSkillsCuratorDryRunGetResponse) GetJSON422() *HTTPValidationError + func (r CuratorDryRunSkillsCuratorDryRunGetResponse) Status() string + func (r CuratorDryRunSkillsCuratorDryRunGetResponse) StatusCode() int + type CuratorProposalsSkillsCuratorProposalsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseCuratorProposalsSkillsCuratorProposalsGetResponse(rsp *http.Response) (*CuratorProposalsSkillsCuratorProposalsGetResponse, error) + func (r CuratorProposalsSkillsCuratorProposalsGetResponse) ContentType() string + func (r CuratorProposalsSkillsCuratorProposalsGetResponse) GetBody() []byte + func (r CuratorProposalsSkillsCuratorProposalsGetResponse) GetJSON200() *map[string]interface{} + func (r CuratorProposalsSkillsCuratorProposalsGetResponse) Status() string + func (r CuratorProposalsSkillsCuratorProposalsGetResponse) StatusCode() int + type CuratorRunSkillsCuratorRunPostParams struct + Budget *int + type CuratorRunSkillsCuratorRunPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCuratorRunSkillsCuratorRunPostResponse(rsp *http.Response) (*CuratorRunSkillsCuratorRunPostResponse, error) + func (r CuratorRunSkillsCuratorRunPostResponse) ContentType() string + func (r CuratorRunSkillsCuratorRunPostResponse) GetBody() []byte + func (r CuratorRunSkillsCuratorRunPostResponse) GetJSON200() *map[string]interface{} + func (r CuratorRunSkillsCuratorRunPostResponse) GetJSON422() *HTTPValidationError + func (r CuratorRunSkillsCuratorRunPostResponse) Status() string + func (r CuratorRunSkillsCuratorRunPostResponse) StatusCode() int + type CutOverThreadMessagesContentStoreThreadMessagesCutoverPostParams struct + BatchSize *int + MaxBatches *int + type CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseCutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse(rsp *http.Response) (*CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse, error) + func (r CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse) ContentType() string + func (r CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse) GetBody() []byte + func (r CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse) GetJSON200() *map[string]interface{} + func (r CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse) GetJSON422() *HTTPValidationError + func (r CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse) Status() string + func (r CutOverThreadMessagesContentStoreThreadMessagesCutoverPostResponse) StatusCode() int + type DataExportDownloadRequest struct + IncludeCommunities *bool + IncludeEdges *bool + IncludeEntities *bool + IncludeFeedEvents *bool + IncludeLabels *bool + IncludeMemories *bool + IncludeMessages *bool + IncludeSkills *bool + IncludeSourceFiles *bool + IncludeSources *bool + IncludeThreads *bool + IncludeWorkingMemory *bool + IncludeWorkingMemoryArchive *bool + type DataExportRequest struct + Async *bool + Compress *bool + ExportPath string + IncludeCommunities *bool + IncludeEdges *bool + IncludeEntities *bool + IncludeFeedEvents *bool + IncludeLabels *bool + IncludeMemories *bool + IncludeMessages *bool + IncludeSkills *bool + IncludeSourceFiles *bool + IncludeSources *bool + IncludeThreads *bool + IncludeWorkingMemory *bool + IncludeWorkingMemoryArchive *bool + Overwrite *bool + type DataExportResponse struct + func (t *DataExportResponse) FromDataExportStartResponse(v DataExportStartResponse) error + func (t *DataExportResponse) FromDataExportSyncResponse(v DataExportSyncResponse) error + func (t *DataExportResponse) MergeDataExportStartResponse(v DataExportStartResponse) error + func (t *DataExportResponse) MergeDataExportSyncResponse(v DataExportSyncResponse) error + func (t *DataExportResponse) UnmarshalJSON(b []byte) error + func (t DataExportResponse) AsDataExportStartResponse() (DataExportStartResponse, error) + func (t DataExportResponse) AsDataExportSyncResponse() (DataExportSyncResponse, error) + func (t DataExportResponse) MarshalJSON() ([]byte, error) + type DataExportStartResponse struct + JobId string + Message string + Status string + Success bool + type DataExportSyncResponse struct + Counts map[string]interface{} + CreatedAt string + ExportDir *string + ExportId string + ExportPath *string + Format string + ManifestPath *string + Success bool + Version int64 + Warnings []string + type DataImportMode string + const DataImportModeMerge + const DataImportModeOverwrite + const DataImportModeSkip + func (e DataImportMode) Valid() bool + type DataImportRequest struct + ImportPath string + IncludeCommunities *bool + IncludeEdges *bool + IncludeEntities *bool + IncludeFeedEvents *bool + IncludeLabels *bool + IncludeMemories *bool + IncludeMessages *bool + IncludeSkills *bool + IncludeSourceFiles *bool + IncludeSources *bool + IncludeThreads *bool + IncludeWorkingMemory *bool + IncludeWorkingMemoryArchive *bool + Mode *DataImportMode + type DataImportStartResponse struct + JobId string + Message string + Status string + Success *bool + type DataImportStatusResponse struct + CompletedAt *string + Error *string + JobId string + Kind *string + Result *map[string]interface{} + StartedAt *string + Status string + type DataTransferCheckpointResponse struct + Checkpointed bool + Detail *string + Success bool + type DataTransferErrorResponse struct + Detail string + type DatabaseRecoveryNotice struct + BackupDbPath string + BackupSizeBytes *int + ChosenDbPath string + ChosenSizeBytes *int + CreatedAt string + Id string + Reason string + SupportEmail string + type DeactivateSkillSkillsSkillIdDeactivatePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDeactivateSkillSkillsSkillIdDeactivatePostResponse(rsp *http.Response) (*DeactivateSkillSkillsSkillIdDeactivatePostResponse, error) + func (r DeactivateSkillSkillsSkillIdDeactivatePostResponse) ContentType() string + func (r DeactivateSkillSkillsSkillIdDeactivatePostResponse) GetBody() []byte + func (r DeactivateSkillSkillsSkillIdDeactivatePostResponse) GetJSON200() *map[string]interface{} + func (r DeactivateSkillSkillsSkillIdDeactivatePostResponse) GetJSON422() *HTTPValidationError + func (r DeactivateSkillSkillsSkillIdDeactivatePostResponse) Status() string + func (r DeactivateSkillSkillsSkillIdDeactivatePostResponse) StatusCode() int + type DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentProfilesResponse + JSON422 *HTTPValidationError + func ParseDeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse(rsp *http.Response) (*DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse, error) + func (r DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse) ContentType() string + func (r DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse) GetBody() []byte + func (r DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse) GetJSON200() *AgentProfilesResponse + func (r DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse) Status() string + func (r DeleteAgentProfileSettingsAgentProfilesAgentIdDeleteResponse) StatusCode() int + type DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse(rsp *http.Response) (*DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse, error) + func (r DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse) ContentType() string + func (r DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse) GetBody() []byte + func (r DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse) GetJSON200() *map[string]interface{} + func (r DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse) Status() string + func (r DeleteAiNowSessionAgentAiNowSessionsSessionIdDeleteResponse) StatusCode() int + type DeleteEntityHandlerParams struct + ConfirmEntityId string + type DeleteEntityHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EntityMutationResponse + func ParseDeleteEntityHandlerResponse(rsp *http.Response) (*DeleteEntityHandlerResponse, error) + func (r DeleteEntityHandlerResponse) ContentType() string + func (r DeleteEntityHandlerResponse) GetBody() []byte + func (r DeleteEntityHandlerResponse) GetJSON200() *EntityMutationResponse + func (r DeleteEntityHandlerResponse) Status() string + func (r DeleteEntityHandlerResponse) StatusCode() int + type DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse(rsp *http.Response) (*DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse, error) + func (r DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse) ContentType() string + func (r DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse) GetBody() []byte + func (r DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse) GetJSON200() *map[string]interface{} + func (r DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse) Status() string + func (r DeleteEvalCaseSkillsSkillIdEvalCasesTaskIdDeleteResponse) StatusCode() int + type DeleteFeedEventAgentFeedEventsEventIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *FeedEventVisibilityResponse + JSON422 *HTTPValidationError + func ParseDeleteFeedEventAgentFeedEventsEventIdDeleteResponse(rsp *http.Response) (*DeleteFeedEventAgentFeedEventsEventIdDeleteResponse, error) + func (r DeleteFeedEventAgentFeedEventsEventIdDeleteResponse) ContentType() string + func (r DeleteFeedEventAgentFeedEventsEventIdDeleteResponse) GetBody() []byte + func (r DeleteFeedEventAgentFeedEventsEventIdDeleteResponse) GetJSON200() *FeedEventVisibilityResponse + func (r DeleteFeedEventAgentFeedEventsEventIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteFeedEventAgentFeedEventsEventIdDeleteResponse) Status() string + func (r DeleteFeedEventAgentFeedEventsEventIdDeleteResponse) StatusCode() int + type DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RulesResponse + JSON422 *HTTPValidationError + func ParseDeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse(rsp *http.Response) (*DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse, error) + func (r DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse) ContentType() string + func (r DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse) GetBody() []byte + func (r DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse) GetJSON200() *RulesResponse + func (r DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse) Status() string + func (r DeleteGuidanceRuleSettingsRulesRuleIdDeleteResponse) StatusCode() int + type DeleteLabelLabelsLabelIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DeleteLabelResponse + JSON422 *HTTPValidationError + func ParseDeleteLabelLabelsLabelIdDeleteResponse(rsp *http.Response) (*DeleteLabelLabelsLabelIdDeleteResponse, error) + func (r DeleteLabelLabelsLabelIdDeleteResponse) ContentType() string + func (r DeleteLabelLabelsLabelIdDeleteResponse) GetBody() []byte + func (r DeleteLabelLabelsLabelIdDeleteResponse) GetJSON200() *DeleteLabelResponse + func (r DeleteLabelLabelsLabelIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteLabelLabelsLabelIdDeleteResponse) Status() string + func (r DeleteLabelLabelsLabelIdDeleteResponse) StatusCode() int + type DeleteLabelResponse struct + Message string + type DeleteMemoryMemoriesMemoryIdDeleteParams struct + CascadeDelete *bool + SpaceId *string + type DeleteMemoryMemoriesMemoryIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DeleteMemoryResponse + JSON422 *HTTPValidationError + func ParseDeleteMemoryMemoriesMemoryIdDeleteResponse(rsp *http.Response) (*DeleteMemoryMemoriesMemoryIdDeleteResponse, error) + func (r DeleteMemoryMemoriesMemoryIdDeleteResponse) ContentType() string + func (r DeleteMemoryMemoriesMemoryIdDeleteResponse) GetBody() []byte + func (r DeleteMemoryMemoriesMemoryIdDeleteResponse) GetJSON200() *DeleteMemoryResponse + func (r DeleteMemoryMemoriesMemoryIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteMemoryMemoriesMemoryIdDeleteResponse) Status() string + func (r DeleteMemoryMemoriesMemoryIdDeleteResponse) StatusCode() int + type DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryRelationPublic + JSON422 *HTTPValidationError + func ParseDeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse(rsp *http.Response) (*DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse, error) + func (r DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse) ContentType() string + func (r DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse) GetBody() []byte + func (r DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse) GetJSON200() *MemoryRelationPublic + func (r DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse) Status() string + func (r DeleteMemoryRelationMemoriesRelationsRelationIdDeleteResponse) StatusCode() int + type DeleteMemoryResponse struct + AdditionalProperties map[string]interface{} + DeletedEntities int + DeletedRelationships int + Message string + func (a *DeleteMemoryResponse) Set(fieldName string, value interface{}) + func (a *DeleteMemoryResponse) UnmarshalJSON(b []byte) error + func (a DeleteMemoryResponse) Get(fieldName string) (value interface{}, found bool) + func (a DeleteMemoryResponse) MarshalJSON() ([]byte, error) + type DeleteSourceSourcesSourceIdDeleteParams struct + SpaceId *string + type DeleteSourceSourcesSourceIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDeleteSourceSourcesSourceIdDeleteResponse(rsp *http.Response) (*DeleteSourceSourcesSourceIdDeleteResponse, error) + func (r DeleteSourceSourcesSourceIdDeleteResponse) ContentType() string + func (r DeleteSourceSourcesSourceIdDeleteResponse) GetBody() []byte + func (r DeleteSourceSourcesSourceIdDeleteResponse) GetJSON200() *map[string]interface{} + func (r DeleteSourceSourcesSourceIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteSourceSourcesSourceIdDeleteResponse) Status() string + func (r DeleteSourceSourcesSourceIdDeleteResponse) StatusCode() int + type DeleteSpaceSpacesSpaceRefDeleteParams struct + PurgeWorkingMemory *bool + type DeleteSpaceSpacesSpaceRefDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceSettingsResponse + JSON409 *MemorySpaceDeleteConflictResponse + JSON422 *HTTPValidationError + func ParseDeleteSpaceSpacesSpaceRefDeleteResponse(rsp *http.Response) (*DeleteSpaceSpacesSpaceRefDeleteResponse, error) + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) ContentType() string + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) GetBody() []byte + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) GetJSON200() *MemorySpaceSettingsResponse + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) GetJSON409() *MemorySpaceDeleteConflictResponse + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) Status() string + func (r DeleteSpaceSpacesSpaceRefDeleteResponse) StatusCode() int + type DeleteThreadResponse struct + AdditionalProperties map[string]interface{} + CascadeDeletion *bool + DeletedMemories *int + DeletedMessages *int + Message string + func (a *DeleteThreadResponse) Set(fieldName string, value interface{}) + func (a *DeleteThreadResponse) UnmarshalJSON(b []byte) error + func (a DeleteThreadResponse) Get(fieldName string) (value interface{}, found bool) + func (a DeleteThreadResponse) MarshalJSON() ([]byte, error) + type DeleteThreadThreadsThreadIdDeleteParams struct + CascadeDeleteMemories *bool + SpaceId *string + type DeleteThreadThreadsThreadIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DeleteThreadResponse + JSON422 *HTTPValidationError + func ParseDeleteThreadThreadsThreadIdDeleteResponse(rsp *http.Response) (*DeleteThreadThreadsThreadIdDeleteResponse, error) + func (r DeleteThreadThreadsThreadIdDeleteResponse) ContentType() string + func (r DeleteThreadThreadsThreadIdDeleteResponse) GetBody() []byte + func (r DeleteThreadThreadsThreadIdDeleteResponse) GetJSON200() *DeleteThreadResponse + func (r DeleteThreadThreadsThreadIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r DeleteThreadThreadsThreadIdDeleteResponse) Status() string + func (r DeleteThreadThreadsThreadIdDeleteResponse) StatusCode() int + type DeprecateMemoryMemoriesMemoryIdDeprecatePostJSONRequestBody = DeprecateMemoryRequest + type DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDeprecateMemoryMemoriesMemoryIdDeprecatePostResponse(rsp *http.Response) (*DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse, error) + func (r DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse) ContentType() string + func (r DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse) GetBody() []byte + func (r DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse) GetJSON200() *map[string]interface{} + func (r DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse) GetJSON422() *HTTPValidationError + func (r DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse) Status() string + func (r DeprecateMemoryMemoriesMemoryIdDeprecatePostResponse) StatusCode() int + type DeprecateMemoryRequest struct + Reason *string + ReplacementMemoryId *string + SpaceId *string + type DiscardPendingVersionHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DiscardPendingVersionResponse + func ParseDiscardPendingVersionHandlerResponse(rsp *http.Response) (*DiscardPendingVersionHandlerResponse, error) + func (r DiscardPendingVersionHandlerResponse) ContentType() string + func (r DiscardPendingVersionHandlerResponse) GetBody() []byte + func (r DiscardPendingVersionHandlerResponse) GetJSON200() *DiscardPendingVersionResponse + func (r DiscardPendingVersionHandlerResponse) Status() string + func (r DiscardPendingVersionHandlerResponse) StatusCode() int + type DiscardPendingVersionResponse struct + Discarded bool + Id string + type DiscoverConversationsThreadsConversationsDiscoverGetParams struct + Source *string + type DiscoverConversationsThreadsConversationsDiscoverGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ConversationDiscoveryResponse + JSON422 *HTTPValidationError + func ParseDiscoverConversationsThreadsConversationsDiscoverGetResponse(rsp *http.Response) (*DiscoverConversationsThreadsConversationsDiscoverGetResponse, error) + func (r DiscoverConversationsThreadsConversationsDiscoverGetResponse) ContentType() string + func (r DiscoverConversationsThreadsConversationsDiscoverGetResponse) GetBody() []byte + func (r DiscoverConversationsThreadsConversationsDiscoverGetResponse) GetJSON200() *ConversationDiscoveryResponse + func (r DiscoverConversationsThreadsConversationsDiscoverGetResponse) GetJSON422() *HTTPValidationError + func (r DiscoverConversationsThreadsConversationsDiscoverGetResponse) Status() string + func (r DiscoverConversationsThreadsConversationsDiscoverGetResponse) StatusCode() int + type DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse(rsp *http.Response) (*DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse, error) + func (r DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse) ContentType() string + func (r DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse) GetBody() []byte + func (r DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse) GetJSON200() *map[string]interface{} + func (r DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse) GetJSON422() *HTTPValidationError + func (r DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse) Status() string + func (r DismissSkillEnrichmentSkillsSkillIdDismissEnrichmentPostResponse) StatusCode() int + type DismissSkillRequest struct + RejectionReason *string + ResurfaceRule *string + type DismissSkillSkillsSkillIdDismissPostJSONBody = DismissSkillRequest + type DismissSkillSkillsSkillIdDismissPostJSONRequestBody = DismissSkillSkillsSkillIdDismissPostJSONBody + type DismissSkillSkillsSkillIdDismissPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDismissSkillSkillsSkillIdDismissPostResponse(rsp *http.Response) (*DismissSkillSkillsSkillIdDismissPostResponse, error) + func (r DismissSkillSkillsSkillIdDismissPostResponse) ContentType() string + func (r DismissSkillSkillsSkillIdDismissPostResponse) GetBody() []byte + func (r DismissSkillSkillsSkillIdDismissPostResponse) GetJSON200() *map[string]interface{} + func (r DismissSkillSkillsSkillIdDismissPostResponse) GetJSON422() *HTTPValidationError + func (r DismissSkillSkillsSkillIdDismissPostResponse) Status() string + func (r DismissSkillSkillsSkillIdDismissPostResponse) StatusCode() int + type DistillMemoriesFromThreadMemoriesDistillPostJSONRequestBody = DistillationRequest + type DistillMemoriesFromThreadMemoriesDistillPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryCreateResponse + JSON422 *HTTPValidationError + func ParseDistillMemoriesFromThreadMemoriesDistillPostResponse(rsp *http.Response) (*DistillMemoriesFromThreadMemoriesDistillPostResponse, error) + func (r DistillMemoriesFromThreadMemoriesDistillPostResponse) ContentType() string + func (r DistillMemoriesFromThreadMemoriesDistillPostResponse) GetBody() []byte + func (r DistillMemoriesFromThreadMemoriesDistillPostResponse) GetJSON200() *MemoryCreateResponse + func (r DistillMemoriesFromThreadMemoriesDistillPostResponse) GetJSON422() *HTTPValidationError + func (r DistillMemoriesFromThreadMemoriesDistillPostResponse) Status() string + func (r DistillMemoriesFromThreadMemoriesDistillPostResponse) StatusCode() int + type DistillationPlanResponse struct + BackgroundDelaySeconds int + CharCount *int + DirectAllowed bool + DirectCharLimit int + DirectMessageLimit int + MessageCount int + Reason *string + RecommendedExecutionMode string + ThreadId string + type DistillationPreviewResponse struct + BackgroundDelaySeconds *int + CacheKey string + CharCount *int + DirectAllowed *bool + DirectCharLimit *int + DirectMessageLimit *int + DistillationType string + Entities []map[string]interface{} + Error *string + Insights []map[string]interface{} + Memories []map[string]interface{} + MemoryRelations *[]map[string]interface{} + MessageCount *int + ProcessingTime float32 + RecommendedExecutionMode *string + Relationships []map[string]interface{} + Success bool + Summary string + type DistillationRequest struct + CacheKey *string + DistillationType *string + ExistingMemories *[]map[string]interface{} + ExtractionLevel *string + ForceDistill *bool + PreferredLanguage *string + SelectedMessageIndices *[]int + SpaceId *string + ThreadContent *string + ThreadId string + ThreadTitle *string + type DistillationScheduleRequest struct + CacheKey *string + DelaySeconds *int + DistillationType *string + ExistingMemories *[]map[string]interface{} + ExtractionLevel *string + ForceDistill *bool + PreferredLanguage *string + SelectedMessageIndices *[]int + SpaceId *string + ThreadContent *string + ThreadId string + ThreadTitle *string + type DistillationScheduleResponse struct + DelaySeconds int + Message string + RecommendedExecutionMode *string + ScheduledAt string + Success bool + TaskId string + TaskType string + ThreadId string + type DownloadAdminUpgradeDownloadPostJSONRequestBody = UpgradeActionRequest + type DownloadAdminUpgradeDownloadPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDownloadAdminUpgradeDownloadPostResponse(rsp *http.Response) (*DownloadAdminUpgradeDownloadPostResponse, error) + func (r DownloadAdminUpgradeDownloadPostResponse) ContentType() string + func (r DownloadAdminUpgradeDownloadPostResponse) GetBody() []byte + func (r DownloadAdminUpgradeDownloadPostResponse) GetJSON200() *map[string]interface{} + func (r DownloadAdminUpgradeDownloadPostResponse) GetJSON422() *HTTPValidationError + func (r DownloadAdminUpgradeDownloadPostResponse) Status() string + func (r DownloadAdminUpgradeDownloadPostResponse) StatusCode() int + type DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetParams struct + MaxEvidenceResults *int + MemoryId *string + MemoryIds *[]string + Queries *[]string + SpaceId *string + type DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseDryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse(rsp *http.Response) (*DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse, error) + func (r DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse) ContentType() string + func (r DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse) GetBody() []byte + func (r DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse) GetJSON200() *map[string]interface{} + func (r DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse) GetJSON422() *HTTPValidationError + func (r DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse) Status() string + func (r DryRunGuidanceRuleReviewAgentTriggerRuleReviewDryRunGetResponse) StatusCode() int + type EditSkillFileSkillsSkillIdEditFilePostJSONRequestBody = SkillEditFileRequest + type EditSkillFileSkillsSkillIdEditFilePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseEditSkillFileSkillsSkillIdEditFilePostResponse(rsp *http.Response) (*EditSkillFileSkillsSkillIdEditFilePostResponse, error) + func (r EditSkillFileSkillsSkillIdEditFilePostResponse) ContentType() string + func (r EditSkillFileSkillsSkillIdEditFilePostResponse) GetBody() []byte + func (r EditSkillFileSkillsSkillIdEditFilePostResponse) GetJSON200() *map[string]interface{} + func (r EditSkillFileSkillsSkillIdEditFilePostResponse) GetJSON422() *HTTPValidationError + func (r EditSkillFileSkillsSkillIdEditFilePostResponse) Status() string + func (r EditSkillFileSkillsSkillIdEditFilePostResponse) StatusCode() int + type EmbeddingInput struct + func (t *EmbeddingInput) FromEmbeddingInput0(v EmbeddingInput0) error + func (t *EmbeddingInput) FromEmbeddingInput1(v EmbeddingInput1) error + func (t *EmbeddingInput) MergeEmbeddingInput0(v EmbeddingInput0) error + func (t *EmbeddingInput) MergeEmbeddingInput1(v EmbeddingInput1) error + func (t *EmbeddingInput) UnmarshalJSON(b []byte) error + func (t EmbeddingInput) AsEmbeddingInput0() (EmbeddingInput0, error) + func (t EmbeddingInput) AsEmbeddingInput1() (EmbeddingInput1, error) + func (t EmbeddingInput) MarshalJSON() ([]byte, error) + type EmbeddingInput0 = string + type EmbeddingInput1 = []string + type EmbeddingVector struct + func (t *EmbeddingVector) FromEmbeddingVector0(v EmbeddingVector0) error + func (t *EmbeddingVector) FromEmbeddingVector1(v EmbeddingVector1) error + func (t *EmbeddingVector) MergeEmbeddingVector0(v EmbeddingVector0) error + func (t *EmbeddingVector) MergeEmbeddingVector1(v EmbeddingVector1) error + func (t *EmbeddingVector) UnmarshalJSON(b []byte) error + func (t EmbeddingVector) AsEmbeddingVector0() (EmbeddingVector0, error) + func (t EmbeddingVector) AsEmbeddingVector1() (EmbeddingVector1, error) + func (t EmbeddingVector) MarshalJSON() ([]byte, error) + type EmbeddingVector0 = []float32 + type EmbeddingVector1 = string + type EntityDeletePlanResponse struct + CanDelete bool + Counts EntityImpactCounts + Entity EntityLifecycleSummary + MemoriesPreserved bool + type EntityImpactCounts struct + Communities int64 + IncomingRelations int64 + Labels int64 + Mentions int64 + OutgoingRelations int64 + type EntityLifecycleSummary struct + Aliases []string + Description string + EntityType string + Id string + Name string + type EntityMergePlanResponse struct + CanMerge bool + Counts EntityImpactCounts + DuplicateMentions int64 + DuplicateRelationsRemoved int64 + SelfRelationsRemoved int64 + Source EntityLifecycleSummary + Target EntityLifecycleSummary + type EntityMergeRequest struct + ConfirmSourceEntityId *string + TargetEntityId string + type EntityMutationResponse struct + Action string + Counts EntityImpactCounts + DuplicateMentions int64 + DuplicateRelationsRemoved int64 + SelfRelationsRemoved int64 + SourceEntityId string + TargetEntityId *string + Warnings []string + type EntityNode struct + Aliases *[]string + Confidence *float32 + CreatedAt *time.Time + Description *string + EntityCreated *string + EntityEnded *string + EntityType string + Id *string + Metadata *map[string]interface{} + Name string + NodeType *NodeType + TemporalConfidence *float32 + TemporalContext *string + TemporalPrecision *string + UpdatedAt *time.Time + type EntityRelationship struct + Depth int + Relationship RelationshipInfo + SourceEntity EntitySummary + TargetEntity EntitySummary + type EntityRelationshipsData struct + Community *CommunityContext + MentionedIn *[]MemoryMention + RelatesTo *[]EntityRelationship + type EntityRelationshipsMetadata struct + Limit int + TotalMentions int + TotalRelatesTo int + TraversalDepth int + type EntityRelationshipsResponse struct + Entity EntitySummary + Metadata EntityRelationshipsMetadata + Relationships EntityRelationshipsData + type EntitySummary struct + Aliases *[]string + CommunityId *int + Confidence *float32 + CreatedAt *string + Description *string + Id string + Name string + Type string + UpdatedAt *string + type EventStreamEventsStreamGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + func ParseEventStreamEventsStreamGetResponse(rsp *http.Response) (*EventStreamEventsStreamGetResponse, error) + func (r EventStreamEventsStreamGetResponse) ContentType() string + func (r EventStreamEventsStreamGetResponse) GetBody() []byte + func (r EventStreamEventsStreamGetResponse) GetJSON200() *interface{} + func (r EventStreamEventsStreamGetResponse) Status() string + func (r EventStreamEventsStreamGetResponse) StatusCode() int + type EvolvesRevisionApplyRequest struct + AuthoritativeMemoryId *string + Decision string + KeepBothRelation *string + MemoryIds []string + PlanId string + Reason *string + type EvolvesRevisionEdgeResponse struct + Confidence float64 + DetectedBy string + FromMemoryId string + Reason string + Relation string + Reviewed bool + ToMemoryId string + type EvolvesRevisionMemoryResponse struct + CreatedAt interface{} + Id string + IsLatest bool + LifecycleState string + SpaceId string + Title string + type EvolvesRevisionPlanResponse struct + AuthoritativeMemoryId *string + CanApply bool + CurrentEdges []EvolvesRevisionEdgeResponse + Decision string + Memories []EvolvesRevisionMemoryResponse + MemoriesPreserved bool + PlanId string + TargetRelation *string + type EvolvesRevisionPreviewRequest struct + AuthoritativeMemoryId *string + Decision string + KeepBothRelation *string + MemoryIds []string + Reason *string + type EvolvesRevisionResultResponse struct + AlreadyApplied bool + AuthoritativeMemoryId *string + Decision string + LabelsPreserved bool + Memories []EvolvesRevisionMemoryResponse + PlanId string + Relation *string + RemovedEdges int64 + type ExpandNeighborsGraphExpandNodeIdGetParams struct + Depth *int + IncludeMetadata *bool + Limit *int + SpaceId *string + type ExpandNeighborsGraphExpandNodeIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ExpandNeighborsResponse + JSON422 *HTTPValidationError + func ParseExpandNeighborsGraphExpandNodeIdGetResponse(rsp *http.Response) (*ExpandNeighborsGraphExpandNodeIdGetResponse, error) + func (r ExpandNeighborsGraphExpandNodeIdGetResponse) ContentType() string + func (r ExpandNeighborsGraphExpandNodeIdGetResponse) GetBody() []byte + func (r ExpandNeighborsGraphExpandNodeIdGetResponse) GetJSON200() *ExpandNeighborsResponse + func (r ExpandNeighborsGraphExpandNodeIdGetResponse) GetJSON422() *HTTPValidationError + func (r ExpandNeighborsGraphExpandNodeIdGetResponse) Status() string + func (r ExpandNeighborsGraphExpandNodeIdGetResponse) StatusCode() int + type ExpandNeighborsMetadata struct + Error *string + ExpansionDepth int + IncludeMetadata bool + MaxLimit int + QueryType string + type ExpandNeighborsResponse struct + CenterNode string + Depth int + Edges *[]interface{} + Metadata ExpandNeighborsMetadata + Neighbors *[]interface{} + TotalEdges *int + TotalNeighbors *int + type ExploreGraphGraphExploreGetParams struct + Depth *int + Limit *int + MemoryIds string + SpaceId *string + type ExploreGraphGraphExploreGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GraphDataResponse + JSON422 *HTTPValidationError + func ParseExploreGraphGraphExploreGetResponse(rsp *http.Response) (*ExploreGraphGraphExploreGetResponse, error) + func (r ExploreGraphGraphExploreGetResponse) ContentType() string + func (r ExploreGraphGraphExploreGetResponse) GetBody() []byte + func (r ExploreGraphGraphExploreGetResponse) GetJSON200() *GraphDataResponse + func (r ExploreGraphGraphExploreGetResponse) GetJSON422() *HTTPValidationError + func (r ExploreGraphGraphExploreGetResponse) Status() string + func (r ExploreGraphGraphExploreGetResponse) StatusCode() int + type ExportAgentProfileHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentIdentityCard + func ParseExportAgentProfileHandlerResponse(rsp *http.Response) (*ExportAgentProfileHandlerResponse, error) + func (r ExportAgentProfileHandlerResponse) ContentType() string + func (r ExportAgentProfileHandlerResponse) GetBody() []byte + func (r ExportAgentProfileHandlerResponse) GetJSON200() *AgentIdentityCard + func (r ExportAgentProfileHandlerResponse) Status() string + func (r ExportAgentProfileHandlerResponse) StatusCode() int + type ExportConversationRawThreadsConversationsExportRawPostJSONRequestBody = ConversationExportRawRequest + type ExportConversationRawThreadsConversationsExportRawPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseExportConversationRawThreadsConversationsExportRawPostResponse(rsp *http.Response) (*ExportConversationRawThreadsConversationsExportRawPostResponse, error) + func (r ExportConversationRawThreadsConversationsExportRawPostResponse) ContentType() string + func (r ExportConversationRawThreadsConversationsExportRawPostResponse) GetBody() []byte + func (r ExportConversationRawThreadsConversationsExportRawPostResponse) GetJSON200() *interface{} + func (r ExportConversationRawThreadsConversationsExportRawPostResponse) GetJSON422() *HTTPValidationError + func (r ExportConversationRawThreadsConversationsExportRawPostResponse) Status() string + func (r ExportConversationRawThreadsConversationsExportRawPostResponse) StatusCode() int + type ExportDataDataExportPostJSONRequestBody = DataExportRequest + type ExportDataDataExportPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataExportResponse + JSON409 *DataTransferErrorResponse + JSON422 *HTTPValidationError + JSON500 *DataTransferErrorResponse + func ParseExportDataDataExportPostResponse(rsp *http.Response) (*ExportDataDataExportPostResponse, error) + func (r ExportDataDataExportPostResponse) ContentType() string + func (r ExportDataDataExportPostResponse) GetBody() []byte + func (r ExportDataDataExportPostResponse) GetJSON200() *DataExportResponse + func (r ExportDataDataExportPostResponse) GetJSON409() *DataTransferErrorResponse + func (r ExportDataDataExportPostResponse) GetJSON422() *HTTPValidationError + func (r ExportDataDataExportPostResponse) GetJSON500() *DataTransferErrorResponse + func (r ExportDataDataExportPostResponse) Status() string + func (r ExportDataDataExportPostResponse) StatusCode() int + type ExportDataDownloadDataExportDownloadPostJSONRequestBody = DataExportDownloadRequest + type ExportDataDownloadDataExportDownloadPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + JSON500 *DataTransferErrorResponse + func ParseExportDataDownloadDataExportDownloadPostResponse(rsp *http.Response) (*ExportDataDownloadDataExportDownloadPostResponse, error) + func (r ExportDataDownloadDataExportDownloadPostResponse) ContentType() string + func (r ExportDataDownloadDataExportDownloadPostResponse) GetBody() []byte + func (r ExportDataDownloadDataExportDownloadPostResponse) GetJSON200() *interface{} + func (r ExportDataDownloadDataExportDownloadPostResponse) GetJSON422() *HTTPValidationError + func (r ExportDataDownloadDataExportDownloadPostResponse) GetJSON500() *DataTransferErrorResponse + func (r ExportDataDownloadDataExportDownloadPostResponse) Status() string + func (r ExportDataDownloadDataExportDownloadPostResponse) StatusCode() int + type ExportMemoryMemoriesMemoryIdExportGetParams struct + Format *string + IncludeMetadata *bool + type ExportMemoryMemoriesMemoryIdExportGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseExportMemoryMemoriesMemoryIdExportGetResponse(rsp *http.Response) (*ExportMemoryMemoriesMemoryIdExportGetResponse, error) + func (r ExportMemoryMemoriesMemoryIdExportGetResponse) ContentType() string + func (r ExportMemoryMemoriesMemoryIdExportGetResponse) GetBody() []byte + func (r ExportMemoryMemoriesMemoryIdExportGetResponse) GetJSON200() *interface{} + func (r ExportMemoryMemoriesMemoryIdExportGetResponse) GetJSON422() *HTTPValidationError + func (r ExportMemoryMemoriesMemoryIdExportGetResponse) Status() string + func (r ExportMemoryMemoriesMemoryIdExportGetResponse) StatusCode() int + type ExportSettingsBackupHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SettingsBackupArtifact + func ParseExportSettingsBackupHandlerResponse(rsp *http.Response) (*ExportSettingsBackupHandlerResponse, error) + func (r ExportSettingsBackupHandlerResponse) ContentType() string + func (r ExportSettingsBackupHandlerResponse) GetBody() []byte + func (r ExportSettingsBackupHandlerResponse) GetJSON200() *SettingsBackupArtifact + func (r ExportSettingsBackupHandlerResponse) Status() string + func (r ExportSettingsBackupHandlerResponse) StatusCode() int + type ExportThreadThreadsThreadIdExportGetParams struct + Format *string + IncludeMetadata *bool + type ExportThreadThreadsThreadIdExportGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseExportThreadThreadsThreadIdExportGetResponse(rsp *http.Response) (*ExportThreadThreadsThreadIdExportGetResponse, error) + func (r ExportThreadThreadsThreadIdExportGetResponse) ContentType() string + func (r ExportThreadThreadsThreadIdExportGetResponse) GetBody() []byte + func (r ExportThreadThreadsThreadIdExportGetResponse) GetJSON200() *interface{} + func (r ExportThreadThreadsThreadIdExportGetResponse) GetJSON422() *HTTPValidationError + func (r ExportThreadThreadsThreadIdExportGetResponse) Status() string + func (r ExportThreadThreadsThreadIdExportGetResponse) StatusCode() int + type FSDeleteRequest struct + Path string + type FSWriteRequest struct + Body *string + Frontmatter *map[string]interface{} + Path string + RecordVersion *string + type FeedEventVisibilityRequest struct + Hidden bool + type FeedEventVisibilityResponse struct + EventId string + Hidden bool + Success bool + type FeedEventsResponse struct + Events []interface{} + HasMore bool + Limit int64 + Offset int64 + Total *int64 + type FeedInputRequest struct + Content string + Persist *bool + Source *string + SpaceId *string + ThreadId *string + type FiltersApplied struct + AdditionalProperties map[string]interface{} + EdgeTypes *[]string + NodeTypes *[]string + func (a *FiltersApplied) Set(fieldName string, value interface{}) + func (a *FiltersApplied) UnmarshalJSON(b []byte) error + func (a FiltersApplied) Get(fieldName string) (value interface{}, found bool) + func (a FiltersApplied) MarshalJSON() ([]byte, error) + type FindOrphanedEntitiesGraphOrphansGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OrphanedEntitiesResponse + func ParseFindOrphanedEntitiesGraphOrphansGetResponse(rsp *http.Response) (*FindOrphanedEntitiesGraphOrphansGetResponse, error) + func (r FindOrphanedEntitiesGraphOrphansGetResponse) ContentType() string + func (r FindOrphanedEntitiesGraphOrphansGetResponse) GetBody() []byte + func (r FindOrphanedEntitiesGraphOrphansGetResponse) GetJSON200() *OrphanedEntitiesResponse + func (r FindOrphanedEntitiesGraphOrphansGetResponse) Status() string + func (r FindOrphanedEntitiesGraphOrphansGetResponse) StatusCode() int + type FolderIngestSummaryRequest struct + AccumulatedTotals map[string]int + FolderName string + SpaceId *string + type ForceCheckpointHealthCheckpointPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataTransferCheckpointResponse + JSON500 *DataTransferErrorResponse + func ParseForceCheckpointHealthCheckpointPostResponse(rsp *http.Response) (*ForceCheckpointHealthCheckpointPostResponse, error) + func (r ForceCheckpointHealthCheckpointPostResponse) ContentType() string + func (r ForceCheckpointHealthCheckpointPostResponse) GetBody() []byte + func (r ForceCheckpointHealthCheckpointPostResponse) GetJSON200() *DataTransferCheckpointResponse + func (r ForceCheckpointHealthCheckpointPostResponse) GetJSON500() *DataTransferErrorResponse + func (r ForceCheckpointHealthCheckpointPostResponse) Status() string + func (r ForceCheckpointHealthCheckpointPostResponse) StatusCode() int + type ForgetMemoryMemoriesMemoryIdForgetPostJSONRequestBody = MemoryStateRequest + type ForgetMemoryMemoriesMemoryIdForgetPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseForgetMemoryMemoriesMemoryIdForgetPostResponse(rsp *http.Response) (*ForgetMemoryMemoriesMemoryIdForgetPostResponse, error) + func (r ForgetMemoryMemoriesMemoryIdForgetPostResponse) ContentType() string + func (r ForgetMemoryMemoriesMemoryIdForgetPostResponse) GetBody() []byte + func (r ForgetMemoryMemoriesMemoryIdForgetPostResponse) GetJSON200() *map[string]interface{} + func (r ForgetMemoryMemoriesMemoryIdForgetPostResponse) GetJSON422() *HTTPValidationError + func (r ForgetMemoryMemoriesMemoryIdForgetPostResponse) Status() string + func (r ForgetMemoryMemoriesMemoryIdForgetPostResponse) StatusCode() int + type FsCapabilitiesFsCapabilitiesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + func ParseFsCapabilitiesFsCapabilitiesGetResponse(rsp *http.Response) (*FsCapabilitiesFsCapabilitiesGetResponse, error) + func (r FsCapabilitiesFsCapabilitiesGetResponse) ContentType() string + func (r FsCapabilitiesFsCapabilitiesGetResponse) GetBody() []byte + func (r FsCapabilitiesFsCapabilitiesGetResponse) GetJSON200() *interface{} + func (r FsCapabilitiesFsCapabilitiesGetResponse) Status() string + func (r FsCapabilitiesFsCapabilitiesGetResponse) StatusCode() int + type FsCatFsCatGetParams struct + AgentId *string + Fragment *string + HostAgentId *string + IncludeWorkingMemory *bool + Line *int + Lines *int + Path string + Raw *bool + SourceApp *string + SpaceId *string + type FsCatFsCatGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsCatFsCatGetResponse(rsp *http.Response) (*FsCatFsCatGetResponse, error) + func (r FsCatFsCatGetResponse) ContentType() string + func (r FsCatFsCatGetResponse) GetBody() []byte + func (r FsCatFsCatGetResponse) GetJSON200() *interface{} + func (r FsCatFsCatGetResponse) GetJSON422() *HTTPValidationError + func (r FsCatFsCatGetResponse) Status() string + func (r FsCatFsCatGetResponse) StatusCode() int + type FsDeleteFsDeletePostJSONRequestBody = FSDeleteRequest + type FsDeleteFsDeletePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsDeleteFsDeletePostResponse(rsp *http.Response) (*FsDeleteFsDeletePostResponse, error) + func (r FsDeleteFsDeletePostResponse) ContentType() string + func (r FsDeleteFsDeletePostResponse) GetBody() []byte + func (r FsDeleteFsDeletePostResponse) GetJSON200() *interface{} + func (r FsDeleteFsDeletePostResponse) GetJSON422() *HTTPValidationError + func (r FsDeleteFsDeletePostResponse) Status() string + func (r FsDeleteFsDeletePostResponse) StatusCode() int + type FsFindFsFindGetParams struct + Cursor *string + Label *string + Limit *int + Mentions *string + Path *string + Since *string + Type *string + UnitType *string + Until *string + type FsFindFsFindGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsFindFsFindGetResponse(rsp *http.Response) (*FsFindFsFindGetResponse, error) + func (r FsFindFsFindGetResponse) ContentType() string + func (r FsFindFsFindGetResponse) GetBody() []byte + func (r FsFindFsFindGetResponse) GetJSON200() *interface{} + func (r FsFindFsFindGetResponse) GetJSON422() *HTTPValidationError + func (r FsFindFsFindGetResponse) Status() string + func (r FsFindFsFindGetResponse) StatusCode() int + type FsGrepFsGrepGetParams struct + CaseSensitive *bool + Cursor *string + IgnoreCase *bool + Limit *int + Literal *bool + Path *string + Q string + Regex *bool + UnitType *string + type FsGrepFsGrepGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsGrepFsGrepGetResponse(rsp *http.Response) (*FsGrepFsGrepGetResponse, error) + func (r FsGrepFsGrepGetResponse) ContentType() string + func (r FsGrepFsGrepGetResponse) GetBody() []byte + func (r FsGrepFsGrepGetResponse) GetJSON200() *interface{} + func (r FsGrepFsGrepGetResponse) GetJSON422() *HTTPValidationError + func (r FsGrepFsGrepGetResponse) Status() string + func (r FsGrepFsGrepGetResponse) StatusCode() int + type FsLsFsLsGetParams struct + Cursor *string + Limit *int + Path *string + type FsLsFsLsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsLsFsLsGetResponse(rsp *http.Response) (*FsLsFsLsGetResponse, error) + func (r FsLsFsLsGetResponse) ContentType() string + func (r FsLsFsLsGetResponse) GetBody() []byte + func (r FsLsFsLsGetResponse) GetJSON200() *interface{} + func (r FsLsFsLsGetResponse) GetJSON422() *HTTPValidationError + func (r FsLsFsLsGetResponse) Status() string + func (r FsLsFsLsGetResponse) StatusCode() int + type FsRecallFsRecallGetParams struct + K *int + Path *string + Query string + UnitType *string + type FsRecallFsRecallGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsRecallFsRecallGetResponse(rsp *http.Response) (*FsRecallFsRecallGetResponse, error) + func (r FsRecallFsRecallGetResponse) ContentType() string + func (r FsRecallFsRecallGetResponse) GetBody() []byte + func (r FsRecallFsRecallGetResponse) GetJSON200() *interface{} + func (r FsRecallFsRecallGetResponse) GetJSON422() *HTTPValidationError + func (r FsRecallFsRecallGetResponse) Status() string + func (r FsRecallFsRecallGetResponse) StatusCode() int + type FsStatFsStatGetParams struct + AgentId *string + HostAgentId *string + IncludeWorkingMemory *bool + Path string + SourceApp *string + SpaceId *string + type FsStatFsStatGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsStatFsStatGetResponse(rsp *http.Response) (*FsStatFsStatGetResponse, error) + func (r FsStatFsStatGetResponse) ContentType() string + func (r FsStatFsStatGetResponse) GetBody() []byte + func (r FsStatFsStatGetResponse) GetJSON200() *interface{} + func (r FsStatFsStatGetResponse) GetJSON422() *HTTPValidationError + func (r FsStatFsStatGetResponse) Status() string + func (r FsStatFsStatGetResponse) StatusCode() int + type FsWriteFsWritePostJSONRequestBody = FSWriteRequest + type FsWriteFsWritePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseFsWriteFsWritePostResponse(rsp *http.Response) (*FsWriteFsWritePostResponse, error) + func (r FsWriteFsWritePostResponse) ContentType() string + func (r FsWriteFsWritePostResponse) GetBody() []byte + func (r FsWriteFsWritePostResponse) GetJSON200() *interface{} + func (r FsWriteFsWritePostResponse) GetJSON422() *HTTPValidationError + func (r FsWriteFsWritePostResponse) Status() string + func (r FsWriteFsWritePostResponse) StatusCode() int + type GetAgentProfilesSettingsAgentProfilesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentProfilesResponse + func ParseGetAgentProfilesSettingsAgentProfilesGetResponse(rsp *http.Response) (*GetAgentProfilesSettingsAgentProfilesGetResponse, error) + func (r GetAgentProfilesSettingsAgentProfilesGetResponse) ContentType() string + func (r GetAgentProfilesSettingsAgentProfilesGetResponse) GetBody() []byte + func (r GetAgentProfilesSettingsAgentProfilesGetResponse) GetJSON200() *AgentProfilesResponse + func (r GetAgentProfilesSettingsAgentProfilesGetResponse) Status() string + func (r GetAgentProfilesSettingsAgentProfilesGetResponse) StatusCode() int + type GetAgentStatusAgentStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseGetAgentStatusAgentStatusGetResponse(rsp *http.Response) (*GetAgentStatusAgentStatusGetResponse, error) + func (r GetAgentStatusAgentStatusGetResponse) ContentType() string + func (r GetAgentStatusAgentStatusGetResponse) GetBody() []byte + func (r GetAgentStatusAgentStatusGetResponse) GetJSON200() *map[string]interface{} + func (r GetAgentStatusAgentStatusGetResponse) Status() string + func (r GetAgentStatusAgentStatusGetResponse) StatusCode() int + type GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse(rsp *http.Response) (*GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse, error) + func (r GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse) ContentType() string + func (r GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse) GetBody() []byte + func (r GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse) GetJSON200() *map[string]interface{} + func (r GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse) GetJSON422() *HTTPValidationError + func (r GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse) Status() string + func (r GetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApproveGetResponse) StatusCode() int + type GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetAiNowSessionAgentAiNowSessionsSessionIdGetResponse(rsp *http.Response) (*GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse, error) + func (r GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse) ContentType() string + func (r GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse) GetBody() []byte + func (r GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse) GetJSON200() *map[string]interface{} + func (r GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse) Status() string + func (r GetAiNowSessionAgentAiNowSessionsSessionIdGetResponse) StatusCode() int + type GetAugmentationStateGraphAugmentationStateGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AugmentationStateModel + func ParseGetAugmentationStateGraphAugmentationStateGetResponse(rsp *http.Response) (*GetAugmentationStateGraphAugmentationStateGetResponse, error) + func (r GetAugmentationStateGraphAugmentationStateGetResponse) ContentType() string + func (r GetAugmentationStateGraphAugmentationStateGetResponse) GetBody() []byte + func (r GetAugmentationStateGraphAugmentationStateGetResponse) GetJSON200() *AugmentationStateModel + func (r GetAugmentationStateGraphAugmentationStateGetResponse) Status() string + func (r GetAugmentationStateGraphAugmentationStateGetResponse) StatusCode() int + type GetBgeM3StatusModelsBgeM3StatusGetParams struct + ForceRefresh *bool + FullVerify *bool + type GetBgeM3StatusModelsBgeM3StatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BGEM3StatusResponse + JSON422 *HTTPValidationError + func ParseGetBgeM3StatusModelsBgeM3StatusGetResponse(rsp *http.Response) (*GetBgeM3StatusModelsBgeM3StatusGetResponse, error) + func (r GetBgeM3StatusModelsBgeM3StatusGetResponse) ContentType() string + func (r GetBgeM3StatusModelsBgeM3StatusGetResponse) GetBody() []byte + func (r GetBgeM3StatusModelsBgeM3StatusGetResponse) GetJSON200() *BGEM3StatusResponse + func (r GetBgeM3StatusModelsBgeM3StatusGetResponse) GetJSON422() *HTTPValidationError + func (r GetBgeM3StatusModelsBgeM3StatusGetResponse) Status() string + func (r GetBgeM3StatusModelsBgeM3StatusGetResponse) StatusCode() int + type GetCommunityDetailsCommunitiesCommunityIdGetParams struct + EntityLimit *int + type GetCommunityDetailsCommunitiesCommunityIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetCommunityDetailsCommunitiesCommunityIdGetResponse(rsp *http.Response) (*GetCommunityDetailsCommunitiesCommunityIdGetResponse, error) + func (r GetCommunityDetailsCommunitiesCommunityIdGetResponse) ContentType() string + func (r GetCommunityDetailsCommunitiesCommunityIdGetResponse) GetBody() []byte + func (r GetCommunityDetailsCommunitiesCommunityIdGetResponse) GetJSON200() *interface{} + func (r GetCommunityDetailsCommunitiesCommunityIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetCommunityDetailsCommunitiesCommunityIdGetResponse) Status() string + func (r GetCommunityDetailsCommunitiesCommunityIdGetResponse) StatusCode() int + type GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetCommunityMembersGraphCommunityMembersCommunityIdGetResponse(rsp *http.Response) (*GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse, error) + func (r GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse) ContentType() string + func (r GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse) GetBody() []byte + func (r GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse) GetJSON200() *interface{} + func (r GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse) Status() string + func (r GetCommunityMembersGraphCommunityMembersCommunityIdGetResponse) StatusCode() int + type GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetParams struct + Limit *int + type GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse(rsp *http.Response) (...) + func (r GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse) ContentType() string + func (r GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse) GetBody() []byte + func (r GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse) GetJSON200() *interface{} + func (r GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse) GetJSON422() *HTTPValidationError + func (r GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse) Status() string + func (r GetCommunityRecentMemoriesLibraryCommunityCommunityIdRecentMemoriesGetResponse) StatusCode() int + type GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetParams struct + IncludeTopMemories *int + MaxEntities *int + type GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse(rsp *http.Response) (*GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse, error) + func (r GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse) ContentType() string + func (r GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse) GetBody() []byte + func (r GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse) GetJSON200() *interface{} + func (r GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse) GetJSON422() *HTTPValidationError + func (r GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse) Status() string + func (r GetCommunitySubgraphLibraryCommunityCommunityIdSubgraphGetResponse) StatusCode() int + type GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseGetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse(rsp *http.Response) (*GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse, error) + func (r GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse) ContentType() string + func (r GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse) GetBody() []byte + func (r GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse) GetJSON200() *map[string]interface{} + func (r GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse) Status() string + func (r GetContentStoreMigrationStatusContentStoreMigrationStatusGetResponse) StatusCode() int + type GetContextBundleContextBundleGetParams struct + AgentId *string + HostAgentId *string + IncludeWorkingMemory *bool + SourceApp *string + SpaceId *string + type GetContextBundleContextBundleGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetContextBundleContextBundleGetResponse(rsp *http.Response) (*GetContextBundleContextBundleGetResponse, error) + func (r GetContextBundleContextBundleGetResponse) ContentType() string + func (r GetContextBundleContextBundleGetResponse) GetBody() []byte + func (r GetContextBundleContextBundleGetResponse) GetJSON200() *interface{} + func (r GetContextBundleContextBundleGetResponse) GetJSON422() *HTTPValidationError + func (r GetContextBundleContextBundleGetResponse) Status() string + func (r GetContextBundleContextBundleGetResponse) StatusCode() int + type GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetParams struct + Limit *int + type GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse(rsp *http.Response) (*GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse, ...) + func (r GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse) ContentType() string + func (r GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse) GetBody() []byte + func (r GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse) GetJSON200() *interface{} + func (r GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse) GetJSON422() *HTTPValidationError + func (r GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse) Status() string + func (r GetCrystalSourceMemoriesLibraryCrystalCrystalIdSourceMemoriesGetResponse) StatusCode() int + type GetDistillationPlanMemoriesDistillPlanPostJSONRequestBody = DistillationRequest + type GetDistillationPlanMemoriesDistillPlanPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DistillationPlanResponse + JSON422 *HTTPValidationError + func ParseGetDistillationPlanMemoriesDistillPlanPostResponse(rsp *http.Response) (*GetDistillationPlanMemoriesDistillPlanPostResponse, error) + func (r GetDistillationPlanMemoriesDistillPlanPostResponse) ContentType() string + func (r GetDistillationPlanMemoriesDistillPlanPostResponse) GetBody() []byte + func (r GetDistillationPlanMemoriesDistillPlanPostResponse) GetJSON200() *DistillationPlanResponse + func (r GetDistillationPlanMemoriesDistillPlanPostResponse) GetJSON422() *HTTPValidationError + func (r GetDistillationPlanMemoriesDistillPlanPostResponse) Status() string + func (r GetDistillationPlanMemoriesDistillPlanPostResponse) StatusCode() int + type GetEntityRelationshipsEntitiesEntityIdRelationshipsGetParams struct + Depth *int + Limit *int + type GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EntityRelationshipsResponse + JSON422 *HTTPValidationError + func ParseGetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse(rsp *http.Response) (*GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse, error) + func (r GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse) ContentType() string + func (r GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse) GetBody() []byte + func (r GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse) GetJSON200() *EntityRelationshipsResponse + func (r GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse) GetJSON422() *HTTPValidationError + func (r GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse) Status() string + func (r GetEntityRelationshipsEntitiesEntityIdRelationshipsGetResponse) StatusCode() int + type GetEvolvesEdgesAgentEvolvesGetParams struct + ContentRelation *string + Limit *int + MemoryId *string + Offset *int + UnreviewedOnly *bool + type GetEvolvesEdgesAgentEvolvesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetEvolvesEdgesAgentEvolvesGetResponse(rsp *http.Response) (*GetEvolvesEdgesAgentEvolvesGetResponse, error) + func (r GetEvolvesEdgesAgentEvolvesGetResponse) ContentType() string + func (r GetEvolvesEdgesAgentEvolvesGetResponse) GetBody() []byte + func (r GetEvolvesEdgesAgentEvolvesGetResponse) GetJSON200() *map[string]interface{} + func (r GetEvolvesEdgesAgentEvolvesGetResponse) GetJSON422() *HTTPValidationError + func (r GetEvolvesEdgesAgentEvolvesGetResponse) Status() string + func (r GetEvolvesEdgesAgentEvolvesGetResponse) StatusCode() int + type GetExportStatusDataExportStatusJobIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataImportStatusResponse + JSON404 *DataTransferErrorResponse + JSON422 *HTTPValidationError + func ParseGetExportStatusDataExportStatusJobIdGetResponse(rsp *http.Response) (*GetExportStatusDataExportStatusJobIdGetResponse, error) + func (r GetExportStatusDataExportStatusJobIdGetResponse) ContentType() string + func (r GetExportStatusDataExportStatusJobIdGetResponse) GetBody() []byte + func (r GetExportStatusDataExportStatusJobIdGetResponse) GetJSON200() *DataImportStatusResponse + func (r GetExportStatusDataExportStatusJobIdGetResponse) GetJSON404() *DataTransferErrorResponse + func (r GetExportStatusDataExportStatusJobIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetExportStatusDataExportStatusJobIdGetResponse) Status() string + func (r GetExportStatusDataExportStatusJobIdGetResponse) StatusCode() int + type GetFavoriteMemoriesFavoritesMemoriesGetParams struct + Limit *int + type GetFavoriteMemoriesFavoritesMemoriesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]MemoryPublic + JSON422 *HTTPValidationError + func ParseGetFavoriteMemoriesFavoritesMemoriesGetResponse(rsp *http.Response) (*GetFavoriteMemoriesFavoritesMemoriesGetResponse, error) + func (r GetFavoriteMemoriesFavoritesMemoriesGetResponse) ContentType() string + func (r GetFavoriteMemoriesFavoritesMemoriesGetResponse) GetBody() []byte + func (r GetFavoriteMemoriesFavoritesMemoriesGetResponse) GetJSON200() *[]MemoryPublic + func (r GetFavoriteMemoriesFavoritesMemoriesGetResponse) GetJSON422() *HTTPValidationError + func (r GetFavoriteMemoriesFavoritesMemoriesGetResponse) Status() string + func (r GetFavoriteMemoriesFavoritesMemoriesGetResponse) StatusCode() int + type GetFavoriteThreadsFavoritesThreadsGetParams struct + Limit *int + type GetFavoriteThreadsFavoritesThreadsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]NowledgeGraphServerModelsMemoriesApiThreadPublic + JSON422 *HTTPValidationError + func ParseGetFavoriteThreadsFavoritesThreadsGetResponse(rsp *http.Response) (*GetFavoriteThreadsFavoritesThreadsGetResponse, error) + func (r GetFavoriteThreadsFavoritesThreadsGetResponse) ContentType() string + func (r GetFavoriteThreadsFavoritesThreadsGetResponse) GetBody() []byte + func (r GetFavoriteThreadsFavoritesThreadsGetResponse) GetJSON200() *[]NowledgeGraphServerModelsMemoriesApiThreadPublic + func (r GetFavoriteThreadsFavoritesThreadsGetResponse) GetJSON422() *HTTPValidationError + func (r GetFavoriteThreadsFavoritesThreadsGetResponse) Status() string + func (r GetFavoriteThreadsFavoritesThreadsGetResponse) StatusCode() int + type GetFeedEventsAgentFeedEventsGetParams struct + DateFrom *string + DateTo *string + EventType *string + IncludeTotal *bool + LastNDays *int64 + Limit *int64 + Offset *int64 + ReviewOnly *bool + Severity *string + Source *string + SpaceId *string + Tz *string + UnresolvedOnly *bool + type GetFeedEventsAgentFeedEventsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *FeedEventsResponse + JSON422 *HTTPValidationError + func ParseGetFeedEventsAgentFeedEventsGetResponse(rsp *http.Response) (*GetFeedEventsAgentFeedEventsGetResponse, error) + func (r GetFeedEventsAgentFeedEventsGetResponse) ContentType() string + func (r GetFeedEventsAgentFeedEventsGetResponse) GetBody() []byte + func (r GetFeedEventsAgentFeedEventsGetResponse) GetJSON200() *FeedEventsResponse + func (r GetFeedEventsAgentFeedEventsGetResponse) GetJSON422() *HTTPValidationError + func (r GetFeedEventsAgentFeedEventsGetResponse) Status() string + func (r GetFeedEventsAgentFeedEventsGetResponse) StatusCode() int + type GetGraphAnalysisGraphAnalysisGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GraphAnalysisResponseModel + func ParseGetGraphAnalysisGraphAnalysisGetResponse(rsp *http.Response) (*GetGraphAnalysisGraphAnalysisGetResponse, error) + func (r GetGraphAnalysisGraphAnalysisGetResponse) ContentType() string + func (r GetGraphAnalysisGraphAnalysisGetResponse) GetBody() []byte + func (r GetGraphAnalysisGraphAnalysisGetResponse) GetJSON200() *GraphAnalysisResponseModel + func (r GetGraphAnalysisGraphAnalysisGetResponse) Status() string + func (r GetGraphAnalysisGraphAnalysisGetResponse) StatusCode() int + type GetGraphDataGraphSampleGetParams struct + Depth *int + FilterType *string + Limit *int + SpaceId *string + type GetGraphDataGraphSampleGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GraphDataResponse + JSON422 *HTTPValidationError + func ParseGetGraphDataGraphSampleGetResponse(rsp *http.Response) (*GetGraphDataGraphSampleGetResponse, error) + func (r GetGraphDataGraphSampleGetResponse) ContentType() string + func (r GetGraphDataGraphSampleGetResponse) GetBody() []byte + func (r GetGraphDataGraphSampleGetResponse) GetJSON200() *GraphDataResponse + func (r GetGraphDataGraphSampleGetResponse) GetJSON422() *HTTPValidationError + func (r GetGraphDataGraphSampleGetResponse) Status() string + func (r GetGraphDataGraphSampleGetResponse) StatusCode() int + type GetGraphOverviewGraphOverviewGetParams struct + Limit *int + SpaceId *string + type GetGraphOverviewGraphOverviewGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetGraphOverviewGraphOverviewGetResponse(rsp *http.Response) (*GetGraphOverviewGraphOverviewGetResponse, error) + func (r GetGraphOverviewGraphOverviewGetResponse) ContentType() string + func (r GetGraphOverviewGraphOverviewGetResponse) GetBody() []byte + func (r GetGraphOverviewGraphOverviewGetResponse) GetJSON200() *interface{} + func (r GetGraphOverviewGraphOverviewGetResponse) GetJSON422() *HTTPValidationError + func (r GetGraphOverviewGraphOverviewGetResponse) Status() string + func (r GetGraphOverviewGraphOverviewGetResponse) StatusCode() int + type GetGuidanceRulesSettingsRulesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RulesResponse + func ParseGetGuidanceRulesSettingsRulesGetResponse(rsp *http.Response) (*GetGuidanceRulesSettingsRulesGetResponse, error) + func (r GetGuidanceRulesSettingsRulesGetResponse) ContentType() string + func (r GetGuidanceRulesSettingsRulesGetResponse) GetBody() []byte + func (r GetGuidanceRulesSettingsRulesGetResponse) GetJSON200() *RulesResponse + func (r GetGuidanceRulesSettingsRulesGetResponse) Status() string + func (r GetGuidanceRulesSettingsRulesGetResponse) StatusCode() int + type GetImportConfigThreadsImportConfigGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ImportConfigModel + func ParseGetImportConfigThreadsImportConfigGetResponse(rsp *http.Response) (*GetImportConfigThreadsImportConfigGetResponse, error) + func (r GetImportConfigThreadsImportConfigGetResponse) ContentType() string + func (r GetImportConfigThreadsImportConfigGetResponse) GetBody() []byte + func (r GetImportConfigThreadsImportConfigGetResponse) GetJSON200() *ImportConfigModel + func (r GetImportConfigThreadsImportConfigGetResponse) Status() string + func (r GetImportConfigThreadsImportConfigGetResponse) StatusCode() int + type GetImportStatusDataImportStatusJobIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataImportStatusResponse + JSON404 *DataTransferErrorResponse + JSON422 *HTTPValidationError + func ParseGetImportStatusDataImportStatusJobIdGetResponse(rsp *http.Response) (*GetImportStatusDataImportStatusJobIdGetResponse, error) + func (r GetImportStatusDataImportStatusJobIdGetResponse) ContentType() string + func (r GetImportStatusDataImportStatusJobIdGetResponse) GetBody() []byte + func (r GetImportStatusDataImportStatusJobIdGetResponse) GetJSON200() *DataImportStatusResponse + func (r GetImportStatusDataImportStatusJobIdGetResponse) GetJSON404() *DataTransferErrorResponse + func (r GetImportStatusDataImportStatusJobIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetImportStatusDataImportStatusJobIdGetResponse) Status() string + func (r GetImportStatusDataImportStatusJobIdGetResponse) StatusCode() int + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedKind string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedKindRecurring + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedKindReminder + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedKindScheduler + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedKind) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedStatus string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedStatusActive + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedStatusDraft + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedStatusPaused + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyQueuedStatus) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringKind string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringKindRecurring + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringKindReminder + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringKindScheduler + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringKind) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringStatus string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringStatusActive + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringStatusDraft + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringStatusPaused + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRecurringStatus) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningKind string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningKindRecurring + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningKindReminder + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningKindScheduler + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningKind) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningStatus string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningStatusActive + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningStatusDraft + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningStatusPaused + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyRunningStatus) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceKind string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceKindRecurring + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceKindReminder + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceKindScheduler + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceKind) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceStatus string + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceStatusActive + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceStatusDraft + const GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceStatusPaused + func (e GetInFlightOverviewAgentTasksOverviewGet200JSONResponseBodyScheduledOnceStatus) Valid() bool + type GetInFlightOverviewAgentTasksOverviewGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 ... + func ParseGetInFlightOverviewAgentTasksOverviewGetResponse(rsp *http.Response) (*GetInFlightOverviewAgentTasksOverviewGetResponse, error) + func (r GetInFlightOverviewAgentTasksOverviewGetResponse) ContentType() string + func (r GetInFlightOverviewAgentTasksOverviewGetResponse) GetBody() []byte + func (r GetInFlightOverviewAgentTasksOverviewGetResponse) GetJSON200() ... + func (r GetInFlightOverviewAgentTasksOverviewGetResponse) Status() string + func (r GetInFlightOverviewAgentTasksOverviewGetResponse) StatusCode() int + type GetJobStatusGraphAugmentationStatusJobIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AugmentationJobStatusResponse + JSON422 *HTTPValidationError + func ParseGetJobStatusGraphAugmentationStatusJobIdGetResponse(rsp *http.Response) (*GetJobStatusGraphAugmentationStatusJobIdGetResponse, error) + func (r GetJobStatusGraphAugmentationStatusJobIdGetResponse) ContentType() string + func (r GetJobStatusGraphAugmentationStatusJobIdGetResponse) GetBody() []byte + func (r GetJobStatusGraphAugmentationStatusJobIdGetResponse) GetJSON200() *AugmentationJobStatusResponse + func (r GetJobStatusGraphAugmentationStatusJobIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetJobStatusGraphAugmentationStatusJobIdGetResponse) Status() string + func (r GetJobStatusGraphAugmentationStatusJobIdGetResponse) StatusCode() int + type GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetParams struct + IncludeDedup *bool + IncludeHistory *bool + IncludeLedgers *bool + IncludeSettings *bool + IncludeUsage *bool + type GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse(rsp *http.Response) (*GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse, error) + func (r GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse) ContentType() string + func (r GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse) GetBody() []byte + func (r GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse) GetJSON200() *map[string]interface{} + func (r GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse) GetJSON422() *HTTPValidationError + func (r GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse) Status() string + func (r GetKnowledgeProcessingStatusAgentKnowledgeProcessingStatusGetResponse) StatusCode() int + type GetLabelLabelsLabelIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelResponse + JSON422 *HTTPValidationError + func ParseGetLabelLabelsLabelIdGetResponse(rsp *http.Response) (*GetLabelLabelsLabelIdGetResponse, error) + func (r GetLabelLabelsLabelIdGetResponse) ContentType() string + func (r GetLabelLabelsLabelIdGetResponse) GetBody() []byte + func (r GetLabelLabelsLabelIdGetResponse) GetJSON200() *LabelResponse + func (r GetLabelLabelsLabelIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetLabelLabelsLabelIdGetResponse) Status() string + func (r GetLabelLabelsLabelIdGetResponse) StatusCode() int + type GetLibraryOkfExportLibraryOkfExportGetParams struct + EntityLimit *int + MaxMentionsPerEntity *int + TopPerCommunity *int + type GetLibraryOkfExportLibraryOkfExportGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetLibraryOkfExportLibraryOkfExportGetResponse(rsp *http.Response) (*GetLibraryOkfExportLibraryOkfExportGetResponse, error) + func (r GetLibraryOkfExportLibraryOkfExportGetResponse) ContentType() string + func (r GetLibraryOkfExportLibraryOkfExportGetResponse) GetBody() []byte + func (r GetLibraryOkfExportLibraryOkfExportGetResponse) GetJSON200() *interface{} + func (r GetLibraryOkfExportLibraryOkfExportGetResponse) GetJSON422() *HTTPValidationError + func (r GetLibraryOkfExportLibraryOkfExportGetResponse) Status() string + func (r GetLibraryOkfExportLibraryOkfExportGetResponse) StatusCode() int + type GetLibraryWikiExportLibraryWikiExportGetParams struct + EntityLimit *int + MaxMentionsPerEntity *int + TopPerCommunity *int + type GetLibraryWikiExportLibraryWikiExportGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetLibraryWikiExportLibraryWikiExportGetResponse(rsp *http.Response) (*GetLibraryWikiExportLibraryWikiExportGetResponse, error) + func (r GetLibraryWikiExportLibraryWikiExportGetResponse) ContentType() string + func (r GetLibraryWikiExportLibraryWikiExportGetResponse) GetBody() []byte + func (r GetLibraryWikiExportLibraryWikiExportGetResponse) GetJSON200() *interface{} + func (r GetLibraryWikiExportLibraryWikiExportGetResponse) GetJSON422() *HTTPValidationError + func (r GetLibraryWikiExportLibraryWikiExportGetResponse) Status() string + func (r GetLibraryWikiExportLibraryWikiExportGetResponse) StatusCode() int + type GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + func ParseGetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse(rsp *http.Response) (*GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse, error) + func (r GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse) ContentType() string + func (r GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse) GetBody() []byte + func (r GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse) GetJSON200() *interface{} + func (r GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse) Status() string + func (r GetLibraryWikiExportSummaryLibraryWikiExportSummaryGetResponse) StatusCode() int + type GetLibraryWikiIndexLibraryWikiIndexGetParams struct + CommunityLimit *int + IncludeTopMemories *int + TopPerCommunity *int + type GetLibraryWikiIndexLibraryWikiIndexGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetLibraryWikiIndexLibraryWikiIndexGetResponse(rsp *http.Response) (*GetLibraryWikiIndexLibraryWikiIndexGetResponse, error) + func (r GetLibraryWikiIndexLibraryWikiIndexGetResponse) ContentType() string + func (r GetLibraryWikiIndexLibraryWikiIndexGetResponse) GetBody() []byte + func (r GetLibraryWikiIndexLibraryWikiIndexGetResponse) GetJSON200() *interface{} + func (r GetLibraryWikiIndexLibraryWikiIndexGetResponse) GetJSON422() *HTTPValidationError + func (r GetLibraryWikiIndexLibraryWikiIndexGetResponse) Status() string + func (r GetLibraryWikiIndexLibraryWikiIndexGetResponse) StatusCode() int + type GetLivePreviewGraphGraphLivePreviewGetParams struct + LimitPerSeed *int + NodeIds string + SpaceId *string + type GetLivePreviewGraphGraphLivePreviewGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GraphDataResponse + JSON422 *HTTPValidationError + func ParseGetLivePreviewGraphGraphLivePreviewGetResponse(rsp *http.Response) (*GetLivePreviewGraphGraphLivePreviewGetResponse, error) + func (r GetLivePreviewGraphGraphLivePreviewGetResponse) ContentType() string + func (r GetLivePreviewGraphGraphLivePreviewGetResponse) GetBody() []byte + func (r GetLivePreviewGraphGraphLivePreviewGetResponse) GetJSON200() *GraphDataResponse + func (r GetLivePreviewGraphGraphLivePreviewGetResponse) GetJSON422() *HTTPValidationError + func (r GetLivePreviewGraphGraphLivePreviewGetResponse) Status() string + func (r GetLivePreviewGraphGraphLivePreviewGetResponse) StatusCode() int + type GetLivePreviewNeighborsGraphLivePreviewNodeIdGetParams struct + IncludeMetadata *bool + Limit *int + SpaceId *string + type GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ExpandNeighborsResponse + JSON422 *HTTPValidationError + func ParseGetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse(rsp *http.Response) (*GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse, error) + func (r GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse) ContentType() string + func (r GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse) GetBody() []byte + func (r GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse) GetJSON200() *ExpandNeighborsResponse + func (r GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse) Status() string + func (r GetLivePreviewNeighborsGraphLivePreviewNodeIdGetResponse) StatusCode() int + type GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelsResponse + JSON422 *HTTPValidationError + func ParseGetMemoryLabelsMemoriesMemoryIdLabelsGetResponse(rsp *http.Response) (*GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse, error) + func (r GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse) ContentType() string + func (r GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse) GetBody() []byte + func (r GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse) GetJSON200() *LabelsResponse + func (r GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse) GetJSON422() *HTTPValidationError + func (r GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse) Status() string + func (r GetMemoryLabelsMemoriesMemoryIdLabelsGetResponse) StatusCode() int + type GetMemoryMemoriesMemoryIdGetParams struct + SpaceId *string + type GetMemoryMemoriesMemoryIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryPublic + JSON422 *HTTPValidationError + func ParseGetMemoryMemoriesMemoryIdGetResponse(rsp *http.Response) (*GetMemoryMemoriesMemoryIdGetResponse, error) + func (r GetMemoryMemoriesMemoryIdGetResponse) ContentType() string + func (r GetMemoryMemoriesMemoryIdGetResponse) GetBody() []byte + func (r GetMemoryMemoriesMemoryIdGetResponse) GetJSON200() *MemoryPublic + func (r GetMemoryMemoriesMemoryIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetMemoryMemoriesMemoryIdGetResponse) Status() string + func (r GetMemoryMemoriesMemoryIdGetResponse) StatusCode() int + type GetModelMemoryStatusModelsMemoryStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ModelMemoryStatusResponse + func ParseGetModelMemoryStatusModelsMemoryStatusGetResponse(rsp *http.Response) (*GetModelMemoryStatusModelsMemoryStatusGetResponse, error) + func (r GetModelMemoryStatusModelsMemoryStatusGetResponse) ContentType() string + func (r GetModelMemoryStatusModelsMemoryStatusGetResponse) GetBody() []byte + func (r GetModelMemoryStatusModelsMemoryStatusGetResponse) GetJSON200() *ModelMemoryStatusResponse + func (r GetModelMemoryStatusModelsMemoryStatusGetResponse) Status() string + func (r GetModelMemoryStatusModelsMemoryStatusGetResponse) StatusCode() int + type GetNodeDetailsGraphNodeDetailsNodeIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetNodeDetailsGraphNodeDetailsNodeIdGetResponse(rsp *http.Response) (*GetNodeDetailsGraphNodeDetailsNodeIdGetResponse, error) + func (r GetNodeDetailsGraphNodeDetailsNodeIdGetResponse) ContentType() string + func (r GetNodeDetailsGraphNodeDetailsNodeIdGetResponse) GetBody() []byte + func (r GetNodeDetailsGraphNodeDetailsNodeIdGetResponse) GetJSON200() *interface{} + func (r GetNodeDetailsGraphNodeDetailsNodeIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetNodeDetailsGraphNodeDetailsNodeIdGetResponse) Status() string + func (r GetNodeDetailsGraphNodeDetailsNodeIdGetResponse) StatusCode() int + type GetReindexStatusMemoriesReindexStatusGetParams struct + IncludeIds *bool + type GetReindexStatusMemoriesReindexStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ReindexStatusResponse + JSON422 *HTTPValidationError + func ParseGetReindexStatusMemoriesReindexStatusGetResponse(rsp *http.Response) (*GetReindexStatusMemoriesReindexStatusGetResponse, error) + func (r GetReindexStatusMemoriesReindexStatusGetResponse) ContentType() string + func (r GetReindexStatusMemoriesReindexStatusGetResponse) GetBody() []byte + func (r GetReindexStatusMemoriesReindexStatusGetResponse) GetJSON200() *ReindexStatusResponse + func (r GetReindexStatusMemoriesReindexStatusGetResponse) GetJSON422() *HTTPValidationError + func (r GetReindexStatusMemoriesReindexStatusGetResponse) Status() string + func (r GetReindexStatusMemoriesReindexStatusGetResponse) StatusCode() int + type GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetParams struct + Limit *int + type GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse(rsp *http.Response) (*GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse, error) + func (r GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse) ContentType() string + func (r GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse) GetBody() []byte + func (r GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse) GetJSON200() *interface{} + func (r GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse) GetJSON422() *HTTPValidationError + func (r GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse) Status() string + func (r GetRelatedCommunitiesLibraryCommunityCommunityIdRelatedGetResponse) StatusCode() int + type GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SearchIndexReindexRuntimeStatusResponse + func ParseGetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse(rsp *http.Response) (*GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse, error) + func (r GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse) ContentType() string + func (r GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse) GetBody() []byte + func (r GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse) GetJSON200() *SearchIndexReindexRuntimeStatusResponse + func (r GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse) Status() string + func (r GetSearchIndexReindexStatusSearchIndexReindexStatusGetResponse) StatusCode() int + type GetSearchIndexStatusSearchIndexStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SearchIndexStatusResponse + func ParseGetSearchIndexStatusSearchIndexStatusGetResponse(rsp *http.Response) (*GetSearchIndexStatusSearchIndexStatusGetResponse, error) + func (r GetSearchIndexStatusSearchIndexStatusGetResponse) ContentType() string + func (r GetSearchIndexStatusSearchIndexStatusGetResponse) GetBody() []byte + func (r GetSearchIndexStatusSearchIndexStatusGetResponse) GetJSON200() *SearchIndexStatusResponse + func (r GetSearchIndexStatusSearchIndexStatusGetResponse) Status() string + func (r GetSearchIndexStatusSearchIndexStatusGetResponse) StatusCode() int + type GetShortestPathGraphShortestPathGetParams struct + FromId string + MaxDepth *int + ToId string + type GetShortestPathGraphShortestPathGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetShortestPathGraphShortestPathGetResponse(rsp *http.Response) (*GetShortestPathGraphShortestPathGetResponse, error) + func (r GetShortestPathGraphShortestPathGetResponse) ContentType() string + func (r GetShortestPathGraphShortestPathGetResponse) GetBody() []byte + func (r GetShortestPathGraphShortestPathGetResponse) GetJSON200() *interface{} + func (r GetShortestPathGraphShortestPathGetResponse) GetJSON422() *HTTPValidationError + func (r GetShortestPathGraphShortestPathGetResponse) Status() string + func (r GetShortestPathGraphShortestPathGetResponse) StatusCode() int + type GetSkillActivitySkillsActivityGetParams struct + Limit *int + SkillId *string + SpaceId *string + type GetSkillActivitySkillsActivityGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetSkillActivitySkillsActivityGetResponse(rsp *http.Response) (*GetSkillActivitySkillsActivityGetResponse, error) + func (r GetSkillActivitySkillsActivityGetResponse) ContentType() string + func (r GetSkillActivitySkillsActivityGetResponse) GetBody() []byte + func (r GetSkillActivitySkillsActivityGetResponse) GetJSON200() *map[string]interface{} + func (r GetSkillActivitySkillsActivityGetResponse) GetJSON422() *HTTPValidationError + func (r GetSkillActivitySkillsActivityGetResponse) Status() string + func (r GetSkillActivitySkillsActivityGetResponse) StatusCode() int + type GetSkillEvalSkillsSkillIdEvalGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetSkillEvalSkillsSkillIdEvalGetResponse(rsp *http.Response) (*GetSkillEvalSkillsSkillIdEvalGetResponse, error) + func (r GetSkillEvalSkillsSkillIdEvalGetResponse) ContentType() string + func (r GetSkillEvalSkillsSkillIdEvalGetResponse) GetBody() []byte + func (r GetSkillEvalSkillsSkillIdEvalGetResponse) GetJSON200() *map[string]interface{} + func (r GetSkillEvalSkillsSkillIdEvalGetResponse) GetJSON422() *HTTPValidationError + func (r GetSkillEvalSkillsSkillIdEvalGetResponse) Status() string + func (r GetSkillEvalSkillsSkillIdEvalGetResponse) StatusCode() int + type GetSkillSkillsSkillIdGetParams struct + IncludeBody *bool + IncludeFiles *bool + type GetSkillSkillsSkillIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetSkillSkillsSkillIdGetResponse(rsp *http.Response) (*GetSkillSkillsSkillIdGetResponse, error) + func (r GetSkillSkillsSkillIdGetResponse) ContentType() string + func (r GetSkillSkillsSkillIdGetResponse) GetBody() []byte + func (r GetSkillSkillsSkillIdGetResponse) GetJSON200() *map[string]interface{} + func (r GetSkillSkillsSkillIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetSkillSkillsSkillIdGetResponse) Status() string + func (r GetSkillSkillsSkillIdGetResponse) StatusCode() int + type GetSourceContentSourcesSourceIdContentGetParams struct + Limit *int + Offset *int + SpaceId *string + type GetSourceContentSourcesSourceIdContentGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SourceContentResponse + JSON422 *HTTPValidationError + func ParseGetSourceContentSourcesSourceIdContentGetResponse(rsp *http.Response) (*GetSourceContentSourcesSourceIdContentGetResponse, error) + func (r GetSourceContentSourcesSourceIdContentGetResponse) ContentType() string + func (r GetSourceContentSourcesSourceIdContentGetResponse) GetBody() []byte + func (r GetSourceContentSourcesSourceIdContentGetResponse) GetJSON200() *SourceContentResponse + func (r GetSourceContentSourcesSourceIdContentGetResponse) GetJSON422() *HTTPValidationError + func (r GetSourceContentSourcesSourceIdContentGetResponse) Status() string + func (r GetSourceContentSourcesSourceIdContentGetResponse) StatusCode() int + type GetSourceDetailSourcesSourceIdGetParams struct + SpaceId *string + type GetSourceDetailSourcesSourceIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SourceDetailResponse + JSON422 *HTTPValidationError + func ParseGetSourceDetailSourcesSourceIdGetResponse(rsp *http.Response) (*GetSourceDetailSourcesSourceIdGetResponse, error) + func (r GetSourceDetailSourcesSourceIdGetResponse) ContentType() string + func (r GetSourceDetailSourcesSourceIdGetResponse) GetBody() []byte + func (r GetSourceDetailSourcesSourceIdGetResponse) GetJSON200() *SourceDetailResponse + func (r GetSourceDetailSourcesSourceIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetSourceDetailSourcesSourceIdGetResponse) Status() string + func (r GetSourceDetailSourcesSourceIdGetResponse) StatusCode() int + type GetSourceImageSourcesSourceIdImagesFilenameGetParams struct + SpaceId *string + type GetSourceImageSourcesSourceIdImagesFilenameGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetSourceImageSourcesSourceIdImagesFilenameGetResponse(rsp *http.Response) (*GetSourceImageSourcesSourceIdImagesFilenameGetResponse, error) + func (r GetSourceImageSourcesSourceIdImagesFilenameGetResponse) ContentType() string + func (r GetSourceImageSourcesSourceIdImagesFilenameGetResponse) GetBody() []byte + func (r GetSourceImageSourcesSourceIdImagesFilenameGetResponse) GetJSON200() *interface{} + func (r GetSourceImageSourcesSourceIdImagesFilenameGetResponse) GetJSON422() *HTTPValidationError + func (r GetSourceImageSourcesSourceIdImagesFilenameGetResponse) Status() string + func (r GetSourceImageSourcesSourceIdImagesFilenameGetResponse) StatusCode() int + type GetSourceLabelsSourcesSourceIdLabelsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelsResponse + JSON422 *HTTPValidationError + func ParseGetSourceLabelsSourcesSourceIdLabelsGetResponse(rsp *http.Response) (*GetSourceLabelsSourcesSourceIdLabelsGetResponse, error) + func (r GetSourceLabelsSourcesSourceIdLabelsGetResponse) ContentType() string + func (r GetSourceLabelsSourcesSourceIdLabelsGetResponse) GetBody() []byte + func (r GetSourceLabelsSourcesSourceIdLabelsGetResponse) GetJSON200() *LabelsResponse + func (r GetSourceLabelsSourcesSourceIdLabelsGetResponse) GetJSON422() *HTTPValidationError + func (r GetSourceLabelsSourcesSourceIdLabelsGetResponse) Status() string + func (r GetSourceLabelsSourcesSourceIdLabelsGetResponse) StatusCode() int + type GetSourceRawSourcesSourceIdRawGetParams struct + SpaceId *string + type GetSourceRawSourcesSourceIdRawGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetSourceRawSourcesSourceIdRawGetResponse(rsp *http.Response) (*GetSourceRawSourcesSourceIdRawGetResponse, error) + func (r GetSourceRawSourcesSourceIdRawGetResponse) ContentType() string + func (r GetSourceRawSourcesSourceIdRawGetResponse) GetBody() []byte + func (r GetSourceRawSourcesSourceIdRawGetResponse) GetJSON200() *interface{} + func (r GetSourceRawSourcesSourceIdRawGetResponse) GetJSON422() *HTTPValidationError + func (r GetSourceRawSourcesSourceIdRawGetResponse) Status() string + func (r GetSourceRawSourcesSourceIdRawGetResponse) StatusCode() int + type GetSpaceRosterSpacesRosterGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceSettingsResponse + func ParseGetSpaceRosterSpacesRosterGetResponse(rsp *http.Response) (*GetSpaceRosterSpacesRosterGetResponse, error) + func (r GetSpaceRosterSpacesRosterGetResponse) ContentType() string + func (r GetSpaceRosterSpacesRosterGetResponse) GetBody() []byte + func (r GetSpaceRosterSpacesRosterGetResponse) GetJSON200() *MemorySpaceSettingsResponse + func (r GetSpaceRosterSpacesRosterGetResponse) Status() string + func (r GetSpaceRosterSpacesRosterGetResponse) StatusCode() int + type GetSpaceSpacesSpaceRefGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceResponse + JSON422 *HTTPValidationError + func ParseGetSpaceSpacesSpaceRefGetResponse(rsp *http.Response) (*GetSpaceSpacesSpaceRefGetResponse, error) + func (r GetSpaceSpacesSpaceRefGetResponse) ContentType() string + func (r GetSpaceSpacesSpaceRefGetResponse) GetBody() []byte + func (r GetSpaceSpacesSpaceRefGetResponse) GetJSON200() *MemorySpaceResponse + func (r GetSpaceSpacesSpaceRefGetResponse) GetJSON422() *HTTPValidationError + func (r GetSpaceSpacesSpaceRefGetResponse) Status() string + func (r GetSpaceSpacesSpaceRefGetResponse) StatusCode() int + type GetSpacesSpacesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceSettingsResponse + func ParseGetSpacesSpacesGetResponse(rsp *http.Response) (*GetSpacesSpacesGetResponse, error) + func (r GetSpacesSpacesGetResponse) ContentType() string + func (r GetSpacesSpacesGetResponse) GetBody() []byte + func (r GetSpacesSpacesGetResponse) GetJSON200() *MemorySpaceSettingsResponse + func (r GetSpacesSpacesGetResponse) Status() string + func (r GetSpacesSpacesGetResponse) StatusCode() int + type GetStatusAgentGraphIntelligenceStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + func ParseGetStatusAgentGraphIntelligenceStatusGetResponse(rsp *http.Response) (*GetStatusAgentGraphIntelligenceStatusGetResponse, error) + func (r GetStatusAgentGraphIntelligenceStatusGetResponse) ContentType() string + func (r GetStatusAgentGraphIntelligenceStatusGetResponse) GetBody() []byte + func (r GetStatusAgentGraphIntelligenceStatusGetResponse) GetJSON200() *interface{} + func (r GetStatusAgentGraphIntelligenceStatusGetResponse) Status() string + func (r GetStatusAgentGraphIntelligenceStatusGetResponse) StatusCode() int + type GetStorageInfoStorageInfoGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *StorageInfoResponse + func ParseGetStorageInfoStorageInfoGetResponse(rsp *http.Response) (*GetStorageInfoStorageInfoGetResponse, error) + func (r GetStorageInfoStorageInfoGetResponse) ContentType() string + func (r GetStorageInfoStorageInfoGetResponse) GetBody() []byte + func (r GetStorageInfoStorageInfoGetResponse) GetJSON200() *StorageInfoResponse + func (r GetStorageInfoStorageInfoGetResponse) Status() string + func (r GetStorageInfoStorageInfoGetResponse) StatusCode() int + type GetThreadCoverageThreadsThreadIdCoverageGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadCoverageResponse + JSON422 *HTTPValidationError + func ParseGetThreadCoverageThreadsThreadIdCoverageGetResponse(rsp *http.Response) (*GetThreadCoverageThreadsThreadIdCoverageGetResponse, error) + func (r GetThreadCoverageThreadsThreadIdCoverageGetResponse) ContentType() string + func (r GetThreadCoverageThreadsThreadIdCoverageGetResponse) GetBody() []byte + func (r GetThreadCoverageThreadsThreadIdCoverageGetResponse) GetJSON200() *ThreadCoverageResponse + func (r GetThreadCoverageThreadsThreadIdCoverageGetResponse) GetJSON422() *HTTPValidationError + func (r GetThreadCoverageThreadsThreadIdCoverageGetResponse) Status() string + func (r GetThreadCoverageThreadsThreadIdCoverageGetResponse) StatusCode() int + type GetThreadSourcesThreadsSourcesGetParams struct + SpaceId *string + type GetThreadSourcesThreadsSourcesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadSourceListResponse + JSON422 *HTTPValidationError + func ParseGetThreadSourcesThreadsSourcesGetResponse(rsp *http.Response) (*GetThreadSourcesThreadsSourcesGetResponse, error) + func (r GetThreadSourcesThreadsSourcesGetResponse) ContentType() string + func (r GetThreadSourcesThreadsSourcesGetResponse) GetBody() []byte + func (r GetThreadSourcesThreadsSourcesGetResponse) GetJSON200() *ThreadSourceListResponse + func (r GetThreadSourcesThreadsSourcesGetResponse) GetJSON422() *HTTPValidationError + func (r GetThreadSourcesThreadsSourcesGetResponse) Status() string + func (r GetThreadSourcesThreadsSourcesGetResponse) StatusCode() int + type GetThreadSummariesThreadsSummariesGetParams struct + SpaceId *string + type GetThreadSummariesThreadsSummariesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadSummariesResponse + JSON422 *HTTPValidationError + func ParseGetThreadSummariesThreadsSummariesGetResponse(rsp *http.Response) (*GetThreadSummariesThreadsSummariesGetResponse, error) + func (r GetThreadSummariesThreadsSummariesGetResponse) ContentType() string + func (r GetThreadSummariesThreadsSummariesGetResponse) GetBody() []byte + func (r GetThreadSummariesThreadsSummariesGetResponse) GetJSON200() *ThreadSummariesResponse + func (r GetThreadSummariesThreadsSummariesGetResponse) GetJSON422() *HTTPValidationError + func (r GetThreadSummariesThreadsSummariesGetResponse) Status() string + func (r GetThreadSummariesThreadsSummariesGetResponse) StatusCode() int + type GetThreadThreadsThreadIdGetParams struct + Limit *int + Offset *int + SpaceId *string + type GetThreadThreadsThreadIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadFetchResponse + JSON422 *HTTPValidationError + func ParseGetThreadThreadsThreadIdGetResponse(rsp *http.Response) (*GetThreadThreadsThreadIdGetResponse, error) + func (r GetThreadThreadsThreadIdGetResponse) ContentType() string + func (r GetThreadThreadsThreadIdGetResponse) GetBody() []byte + func (r GetThreadThreadsThreadIdGetResponse) GetJSON200() *ThreadFetchResponse + func (r GetThreadThreadsThreadIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetThreadThreadsThreadIdGetResponse) Status() string + func (r GetThreadThreadsThreadIdGetResponse) StatusCode() int + type GetTokenUsageSummaryAgentTokenUsageGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseGetTokenUsageSummaryAgentTokenUsageGetResponse(rsp *http.Response) (*GetTokenUsageSummaryAgentTokenUsageGetResponse, error) + func (r GetTokenUsageSummaryAgentTokenUsageGetResponse) ContentType() string + func (r GetTokenUsageSummaryAgentTokenUsageGetResponse) GetBody() []byte + func (r GetTokenUsageSummaryAgentTokenUsageGetResponse) GetJSON200() *map[string]interface{} + func (r GetTokenUsageSummaryAgentTokenUsageGetResponse) Status() string + func (r GetTokenUsageSummaryAgentTokenUsageGetResponse) StatusCode() int + type GetUserProfileSettingsProfileGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *UserProfileResponse + func ParseGetUserProfileSettingsProfileGetResponse(rsp *http.Response) (*GetUserProfileSettingsProfileGetResponse, error) + func (r GetUserProfileSettingsProfileGetResponse) ContentType() string + func (r GetUserProfileSettingsProfileGetResponse) GetBody() []byte + func (r GetUserProfileSettingsProfileGetResponse) GetJSON200() *UserProfileResponse + func (r GetUserProfileSettingsProfileGetResponse) Status() string + func (r GetUserProfileSettingsProfileGetResponse) StatusCode() int + type GetWatcherStatusThreadsWatcherStatusGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WatcherStatusModel + func ParseGetWatcherStatusThreadsWatcherStatusGetResponse(rsp *http.Response) (*GetWatcherStatusThreadsWatcherStatusGetResponse, error) + func (r GetWatcherStatusThreadsWatcherStatusGetResponse) ContentType() string + func (r GetWatcherStatusThreadsWatcherStatusGetResponse) GetBody() []byte + func (r GetWatcherStatusThreadsWatcherStatusGetResponse) GetJSON200() *WatcherStatusModel + func (r GetWatcherStatusThreadsWatcherStatusGetResponse) Status() string + func (r GetWatcherStatusThreadsWatcherStatusGetResponse) StatusCode() int + type GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse(rsp *http.Response) (*GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse, error) + func (r GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse) ContentType() string + func (r GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse) GetBody() []byte + func (r GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse) GetJSON200() *interface{} + func (r GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse) Status() string + func (r GetWikiPageCrystalLibraryWikiPageCrystalCrystalIdGetResponse) StatusCode() int + type GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetParams struct + MentionLimit *int + type GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse(rsp *http.Response) (*GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse, error) + func (r GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse) ContentType() string + func (r GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse) GetBody() []byte + func (r GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse) GetJSON200() *interface{} + func (r GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse) GetJSON422() *HTTPValidationError + func (r GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse) Status() string + func (r GetWikiPageEntityLibraryWikiPageEntityIdOrNameGetResponse) StatusCode() int + type GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetParams struct + TopPerCommunity *int + type GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseGetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse(rsp *http.Response) (*GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse, error) + func (r GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse) ContentType() string + func (r GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse) GetBody() []byte + func (r GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse) GetJSON200() *interface{} + func (r GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse) GetJSON422() *HTTPValidationError + func (r GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse) Status() string + func (r GetWikiPageTopicLibraryWikiPageTopicCommunityIdGetResponse) StatusCode() int + type GetWorkingMemoryAgentWorkingMemoryGetParams struct + Date *string + SpaceId *string + type GetWorkingMemoryAgentWorkingMemoryGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetWorkingMemoryAgentWorkingMemoryGetResponse(rsp *http.Response) (*GetWorkingMemoryAgentWorkingMemoryGetResponse, error) + func (r GetWorkingMemoryAgentWorkingMemoryGetResponse) ContentType() string + func (r GetWorkingMemoryAgentWorkingMemoryGetResponse) GetBody() []byte + func (r GetWorkingMemoryAgentWorkingMemoryGetResponse) GetJSON200() *map[string]interface{} + func (r GetWorkingMemoryAgentWorkingMemoryGetResponse) GetJSON422() *HTTPValidationError + func (r GetWorkingMemoryAgentWorkingMemoryGetResponse) Status() string + func (r GetWorkingMemoryAgentWorkingMemoryGetResponse) StatusCode() int + type GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetParams struct + Limit *int + SpaceId *string + type GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseGetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse(rsp *http.Response) (*GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse, error) + func (r GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse) ContentType() string + func (r GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse) GetBody() []byte + func (r GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse) GetJSON200() *map[string]interface{} + func (r GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse) GetJSON422() *HTTPValidationError + func (r GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse) Status() string + func (r GetWorkingMemoryHistoryAgentWorkingMemoryHistoryGetResponse) StatusCode() int + type GraphAnalysisCapabilitiesModel struct + CommunityDetection bool + LlmSummarization bool + PagerankCalculation bool + UnifiedGraphAnalysis bool + type GraphAnalysisHealthCheckModel struct + AlgoExtensionLoaded bool + Capabilities GraphAnalysisCapabilitiesModel + CheckedAt *string + DbConnection string + Error *string + Status string + type GraphAnalysisHealthGraphHealthGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GraphAnalysisHealthCheckModel + func ParseGraphAnalysisHealthGraphHealthGetResponse(rsp *http.Response) (*GraphAnalysisHealthGraphHealthGetResponse, error) + func (r GraphAnalysisHealthGraphHealthGetResponse) ContentType() string + func (r GraphAnalysisHealthGraphHealthGetResponse) GetBody() []byte + func (r GraphAnalysisHealthGraphHealthGetResponse) GetJSON200() *GraphAnalysisHealthCheckModel + func (r GraphAnalysisHealthGraphHealthGetResponse) Status() string + func (r GraphAnalysisHealthGraphHealthGetResponse) StatusCode() int + type GraphAnalysisResponseModel struct + AnalysisSummary AnalysisSummaryModel + CentralityMeasures *map[string]interface{} + Communities *[]interface{} + CommunityMetrics *map[string]interface{} + GraphStatistics *map[string]interface{} + RetrievedAt interface{} + type GraphCommunity struct + AdditionalProperties map[string]interface{} + Algorithm *string + Description *string + Id string + MemberCount *int + Metadata *map[string]interface{} + Name string + Resolution *float32 + Strength *float32 + func (a *GraphCommunity) Set(fieldName string, value interface{}) + func (a *GraphCommunity) UnmarshalJSON(b []byte) error + func (a GraphCommunity) Get(fieldName string) (value interface{}, found bool) + func (a GraphCommunity) MarshalJSON() ([]byte, error) + type GraphCommunityHull struct + AdditionalProperties map[string]interface{} + Color *string + CommunityId string + CommunityName string + HullType *string + MemberCount int + MemberNodes *[]string + Metadata *map[string]interface{} + Opacity *float32 + StrokeColor *string + StrokeWidth *int + func (a *GraphCommunityHull) Set(fieldName string, value interface{}) + func (a *GraphCommunityHull) UnmarshalJSON(b []byte) error + func (a GraphCommunityHull) Get(fieldName string) (value interface{}, found bool) + func (a GraphCommunityHull) MarshalJSON() ([]byte, error) + type GraphDataResponse struct + AdditionalProperties map[string]interface{} + Communities *[]GraphCommunity + CommunityHulls *[]GraphCommunityHull + Edges *[]GraphEdge + Metadata *GraphMetadata + Nodes *[]GraphNode + VisualizationConfig *VisualizationConfig + func (a *GraphDataResponse) Set(fieldName string, value interface{}) + func (a *GraphDataResponse) UnmarshalJSON(b []byte) error + func (a GraphDataResponse) Get(fieldName string) (value interface{}, found bool) + func (a GraphDataResponse) MarshalJSON() ([]byte, error) + type GraphEdge struct + AdditionalProperties map[string]interface{} + EdgeType string + Id string + Label *string + Metadata *GraphEdgeMetadata + RelevanceScore *float32 + Source string + Target string + Weight float32 + func (a *GraphEdge) Set(fieldName string, value interface{}) + func (a *GraphEdge) UnmarshalJSON(b []byte) error + func (a GraphEdge) Get(fieldName string) (value interface{}, found bool) + func (a GraphEdge) MarshalJSON() ([]byte, error) + type GraphEdgeMetadata struct + AdditionalProperties map[string]interface{} + Conditions *string + Confidence *float32 + Context *string + Description *string + HopCount *int + PathLength *int + PathPosition *int + RelationType *string + RelationshipType *string + SourceId *string + SourceName *string + SourceReference *string + Strength *float32 + TargetId *string + TargetName *string + TemporalInfo *string + TotalPathLength *int + Visualization *map[string]interface{} + func (a *GraphEdgeMetadata) Set(fieldName string, value interface{}) + func (a *GraphEdgeMetadata) UnmarshalJSON(b []byte) error + func (a GraphEdgeMetadata) Get(fieldName string) (value interface{}, found bool) + func (a GraphEdgeMetadata) MarshalJSON() ([]byte, error) + type GraphIntelligenceMessageRequest struct + Content string + GraphContext *string + SessionId *string + SpaceId *string + type GraphMetadata struct + AdditionalProperties map[string]interface{} + EntityNodes *int + Error *string + FilterType *string + MemoryNodes *int + MentionEdges *int + QueryMethod *string + RelationshipEdges *int + TotalCommunities *int + TotalEdges *int + TotalNodes *int + TraversalDepth *int + func (a *GraphMetadata) Set(fieldName string, value interface{}) + func (a *GraphMetadata) UnmarshalJSON(b []byte) error + func (a GraphMetadata) Get(fieldName string) (value interface{}, found bool) + func (a GraphMetadata) MarshalJSON() ([]byte, error) + type GraphNode struct + AdditionalProperties map[string]interface{} + Color string + Community *string + HopCount *int + Id string + Importance *float32 + Label string + Metadata *GraphNodeMetadata + NodeSubtype *string + NodeType string + PagerankScore *float32 + Size float32 + ThreadId *string + func (a *GraphNode) Set(fieldName string, value interface{}) + func (a *GraphNode) UnmarshalJSON(b []byte) error + func (a GraphNode) Get(fieldName string) (value interface{}, found bool) + func (a GraphNode) MarshalJSON() ([]byte, error) + type GraphNodeMetadata struct + AdditionalProperties map[string]interface{} + CommunityId *int + Confidence *float32 + Content *string + CreatedAt *string + Degree *int + Description *string + EntityCount *int + EntityType *string + HopCount *int + Importance *float32 + PagerankScore *float32 + Source *string + ThreadId *string + Title *string + UpdatedAt *string + func (a *GraphNodeMetadata) Set(fieldName string, value interface{}) + func (a *GraphNodeMetadata) UnmarshalJSON(b []byte) error + func (a GraphNodeMetadata) Get(fieldName string) (value interface{}, found bool) + func (a GraphNodeMetadata) MarshalJSON() ([]byte, error) + type GraphSearchResponse struct + AdditionalProperties map[string]interface{} + Communities *[]GraphCommunity + CommunityHulls *[]GraphCommunityHull + Edges *[]GraphEdge + Metadata *GraphMetadata + Nodes *[]GraphNode + Query string + SearchMetadata *SearchMetadata + VisualizationConfig *VisualizationConfig + func (a *GraphSearchResponse) Set(fieldName string, value interface{}) + func (a *GraphSearchResponse) UnmarshalJSON(b []byte) error + func (a GraphSearchResponse) Get(fieldName string) (value interface{}, found bool) + func (a GraphSearchResponse) MarshalJSON() ([]byte, error) + type GraphStatsSummary struct + AdditionalProperties map[string]interface{} + CommunityNodes *int + EntityNodes *int + MemoryNodes *int + MentionEdges *int + RelationEdges *int + func (a *GraphStatsSummary) Set(fieldName string, value interface{}) + func (a *GraphStatsSummary) UnmarshalJSON(b []byte) error + func (a GraphStatsSummary) Get(fieldName string) (value interface{}, found bool) + func (a GraphStatsSummary) MarshalJSON() ([]byte, error) + type GraphVisGraphVisGetParams struct + Depth *int + Limit *int + MemoryIds *string + Query *string + SearchBar *bool + type GraphVisGraphVisGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON422 *HTTPValidationError + func ParseGraphVisGraphVisGetResponse(rsp *http.Response) (*GraphVisGraphVisGetResponse, error) + func (r GraphVisGraphVisGetResponse) ContentType() string + func (r GraphVisGraphVisGetResponse) GetBody() []byte + func (r GraphVisGraphVisGetResponse) GetJSON422() *HTTPValidationError + func (r GraphVisGraphVisGetResponse) Status() string + func (r GraphVisGraphVisGetResponse) StatusCode() int + type GuidanceRulePayload struct + AgentProfileId *string + ArchivedAt *string + ArchivedBy *string + ArchivedReason *string + Body *string + Confidence *float32 + EvidenceMemoryIds *[]string + Id *string + Priority *int + Rationale *string + Scope *string + Source *string + SpaceId *string + Status *string + SupportCount *int + SupportedEvidenceMemoryIds *[]string + Tags *[]string + Title *string + UnsupportedEvidenceMemoryIds *[]string + type GuidanceRuleResponse struct + AgentProfileId *string + ArchivedAt *string + ArchivedBy *string + ArchivedReason *string + Body string + Confidence *float32 + CreatedAt *string + EvidenceMemoryIds *[]string + Id string + Priority *int + Rationale *string + Scope *GuidanceRuleResponseScope + Source *string + SpaceId *string + Status *GuidanceRuleResponseStatus + SupportCount *int + SupportedEvidenceMemoryIds *[]string + Tags *[]string + Title string + UnsupportedEvidenceMemoryIds *[]string + UpdatedAt *string + type GuidanceRuleResponseScope string + const GuidanceRuleResponseScopeAgent + const GuidanceRuleResponseScopeGlobal + const GuidanceRuleResponseScopeSpace + func (e GuidanceRuleResponseScope) Valid() bool + type GuidanceRuleResponseStatus string + const GuidanceRuleResponseStatusActive + const GuidanceRuleResponseStatusArchived + const GuidanceRuleResponseStatusDraft + func (e GuidanceRuleResponseStatus) Valid() bool + type HTTPValidationError struct + Detail *[]ValidationError + type HardenSkillEndpointSkillsSkillIdHardenPostParams struct + MaxRounds *int + type HardenSkillEndpointSkillsSkillIdHardenPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseHardenSkillEndpointSkillsSkillIdHardenPostResponse(rsp *http.Response) (*HardenSkillEndpointSkillsSkillIdHardenPostResponse, error) + func (r HardenSkillEndpointSkillsSkillIdHardenPostResponse) ContentType() string + func (r HardenSkillEndpointSkillsSkillIdHardenPostResponse) GetBody() []byte + func (r HardenSkillEndpointSkillsSkillIdHardenPostResponse) GetJSON200() *map[string]interface{} + func (r HardenSkillEndpointSkillsSkillIdHardenPostResponse) GetJSON422() *HTTPValidationError + func (r HardenSkillEndpointSkillsSkillIdHardenPostResponse) Status() string + func (r HardenSkillEndpointSkillsSkillIdHardenPostResponse) StatusCode() int + type HealthCheckHealthGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *HealthResponse + func ParseHealthCheckHealthGetResponse(rsp *http.Response) (*HealthCheckHealthGetResponse, error) + func (r HealthCheckHealthGetResponse) ContentType() string + func (r HealthCheckHealthGetResponse) GetBody() []byte + func (r HealthCheckHealthGetResponse) GetJSON200() *HealthResponse + func (r HealthCheckHealthGetResponse) Status() string + func (r HealthCheckHealthGetResponse) StatusCode() int + type HealthResponse struct + BufferPoolAutoCapMb *int + BufferPoolAutoEscalatedMb *int + BufferPoolAutoFloorMb *int + BufferPoolAutoMode *bool + BufferPoolCurrentMb *int + BufferPoolExhausted *bool + BufferPoolNextStartMb *int + BufferPoolRestartReason *string + BufferPoolRestartRequired *bool + BufferPoolSource *string + ContentStore *ContentStoreHealth + DatabaseConnected bool + DbRecoveryNotice *DatabaseRecoveryNotice + PluginUpdates *[]PluginUpdateInfo + ServicesReady bool + Status string + Timestamp time.Time + Version string + type HideProjectThreadsImportConfigHideProjectPostParams struct + ProjectEncoded string + type HideProjectThreadsImportConfigHideProjectPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseHideProjectThreadsImportConfigHideProjectPostResponse(rsp *http.Response) (*HideProjectThreadsImportConfigHideProjectPostResponse, error) + func (r HideProjectThreadsImportConfigHideProjectPostResponse) ContentType() string + func (r HideProjectThreadsImportConfigHideProjectPostResponse) GetBody() []byte + func (r HideProjectThreadsImportConfigHideProjectPostResponse) GetJSON200() *map[string]interface{} + func (r HideProjectThreadsImportConfigHideProjectPostResponse) GetJSON422() *HTTPValidationError + func (r HideProjectThreadsImportConfigHideProjectPostResponse) Status() string + func (r HideProjectThreadsImportConfigHideProjectPostResponse) StatusCode() int + type HideSessionThreadsImportConfigHideSessionPostParams struct + SessionId string + type HideSessionThreadsImportConfigHideSessionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseHideSessionThreadsImportConfigHideSessionPostResponse(rsp *http.Response) (*HideSessionThreadsImportConfigHideSessionPostResponse, error) + func (r HideSessionThreadsImportConfigHideSessionPostResponse) ContentType() string + func (r HideSessionThreadsImportConfigHideSessionPostResponse) GetBody() []byte + func (r HideSessionThreadsImportConfigHideSessionPostResponse) GetJSON200() *map[string]interface{} + func (r HideSessionThreadsImportConfigHideSessionPostResponse) GetJSON422() *HTTPValidationError + func (r HideSessionThreadsImportConfigHideSessionPostResponse) Status() string + func (r HideSessionThreadsImportConfigHideSessionPostResponse) StatusCode() int + type HostConfigDir struct + ConfigDir *string + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type ImportAgentProfileHandlerJSONRequestBody = AgentIdentityImportPayload + type ImportAgentProfileHandlerParams struct + Force *bool + type ImportAgentProfileHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentIdentityImportResponse + func ParseImportAgentProfileHandlerResponse(rsp *http.Response) (*ImportAgentProfileHandlerResponse, error) + func (r ImportAgentProfileHandlerResponse) ContentType() string + func (r ImportAgentProfileHandlerResponse) GetBody() []byte + func (r ImportAgentProfileHandlerResponse) GetJSON200() *AgentIdentityImportResponse + func (r ImportAgentProfileHandlerResponse) Status() string + func (r ImportAgentProfileHandlerResponse) StatusCode() int + type ImportConfigModel struct + AutoImportRules *[]AutoImportRuleModel + CursorPollInterval *float32 + DedupWindowSeconds *int + HiddenProjects *[]string + HiddenSessions *[]string + ShowHiddenByDefault *bool + WatchedPlatforms *[]string + WatchedProjects *[]string + WatcherEnabled *bool + type ImportConfigUpdateRequest struct + AutoImportRules *[]AutoImportRuleModel + CursorPollInterval *float32 + DedupWindowSeconds *int + HiddenProjects *[]string + HiddenSessions *[]string + ShowHiddenByDefault *bool + WatchedPlatforms *[]string + WatchedProjects *[]string + WatcherEnabled *bool + type ImportConversationThreadsConversationsImportPostJSONRequestBody = ConversationImportRequestModel + type ImportConversationThreadsConversationsImportPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ConversationImportResponse + JSON422 *HTTPValidationError + func ParseImportConversationThreadsConversationsImportPostResponse(rsp *http.Response) (*ImportConversationThreadsConversationsImportPostResponse, error) + func (r ImportConversationThreadsConversationsImportPostResponse) ContentType() string + func (r ImportConversationThreadsConversationsImportPostResponse) GetBody() []byte + func (r ImportConversationThreadsConversationsImportPostResponse) GetJSON200() *ConversationImportResponse + func (r ImportConversationThreadsConversationsImportPostResponse) GetJSON422() *HTTPValidationError + func (r ImportConversationThreadsConversationsImportPostResponse) Status() string + func (r ImportConversationThreadsConversationsImportPostResponse) StatusCode() int + type ImportDataDataImportPostJSONRequestBody = DataImportRequest + type ImportDataDataImportPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataImportStartResponse + JSON409 *DataTransferErrorResponse + JSON422 *HTTPValidationError + JSON500 *DataTransferErrorResponse + func ParseImportDataDataImportPostResponse(rsp *http.Response) (*ImportDataDataImportPostResponse, error) + func (r ImportDataDataImportPostResponse) ContentType() string + func (r ImportDataDataImportPostResponse) GetBody() []byte + func (r ImportDataDataImportPostResponse) GetJSON200() *DataImportStartResponse + func (r ImportDataDataImportPostResponse) GetJSON409() *DataTransferErrorResponse + func (r ImportDataDataImportPostResponse) GetJSON422() *HTTPValidationError + func (r ImportDataDataImportPostResponse) GetJSON500() *DataTransferErrorResponse + func (r ImportDataDataImportPostResponse) Status() string + func (r ImportDataDataImportPostResponse) StatusCode() int + type ImportDataUploadDataImportUploadPostMultipartBody struct + File openapi_types.File + IncludeCommunities *bool + IncludeEdges *bool + IncludeEntities *bool + IncludeFeedEvents *bool + IncludeLabels *bool + IncludeMemories *bool + IncludeMessages *bool + IncludeSkills *bool + IncludeSourceFiles *bool + IncludeSources *bool + IncludeThreads *bool + IncludeWorkingMemory *bool + IncludeWorkingMemoryArchive *bool + Mode *DataImportMode + type ImportDataUploadDataImportUploadPostMultipartRequestBody ImportDataUploadDataImportUploadPostMultipartBody + type ImportDataUploadDataImportUploadPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataImportStartResponse + JSON409 *DataTransferErrorResponse + JSON422 *HTTPValidationError + JSON500 *DataTransferErrorResponse + func ParseImportDataUploadDataImportUploadPostResponse(rsp *http.Response) (*ImportDataUploadDataImportUploadPostResponse, error) + func (r ImportDataUploadDataImportUploadPostResponse) ContentType() string + func (r ImportDataUploadDataImportUploadPostResponse) GetBody() []byte + func (r ImportDataUploadDataImportUploadPostResponse) GetJSON200() *DataImportStartResponse + func (r ImportDataUploadDataImportUploadPostResponse) GetJSON409() *DataTransferErrorResponse + func (r ImportDataUploadDataImportUploadPostResponse) GetJSON422() *HTTPValidationError + func (r ImportDataUploadDataImportUploadPostResponse) GetJSON500() *DataTransferErrorResponse + func (r ImportDataUploadDataImportUploadPostResponse) Status() string + func (r ImportDataUploadDataImportUploadPostResponse) StatusCode() int + type ImportThreadsThreadsImportPostJSONRequestBody = ThreadImportRequest + type ImportThreadsThreadsImportPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadImportResponse + JSON422 *HTTPValidationError + func ParseImportThreadsThreadsImportPostResponse(rsp *http.Response) (*ImportThreadsThreadsImportPostResponse, error) + func (r ImportThreadsThreadsImportPostResponse) ContentType() string + func (r ImportThreadsThreadsImportPostResponse) GetBody() []byte + func (r ImportThreadsThreadsImportPostResponse) GetJSON200() *ThreadImportResponse + func (r ImportThreadsThreadsImportPostResponse) GetJSON422() *HTTPValidationError + func (r ImportThreadsThreadsImportPostResponse) Status() string + func (r ImportThreadsThreadsImportPostResponse) StatusCode() int + type IngestBatchSourcesIngestBatchPostJSONRequestBody = BatchIngestRequest + type IngestBatchSourcesIngestBatchPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BatchIngestResponse + JSON422 *HTTPValidationError + func ParseIngestBatchSourcesIngestBatchPostResponse(rsp *http.Response) (*IngestBatchSourcesIngestBatchPostResponse, error) + func (r IngestBatchSourcesIngestBatchPostResponse) ContentType() string + func (r IngestBatchSourcesIngestBatchPostResponse) GetBody() []byte + func (r IngestBatchSourcesIngestBatchPostResponse) GetJSON200() *BatchIngestResponse + func (r IngestBatchSourcesIngestBatchPostResponse) GetJSON422() *HTTPValidationError + func (r IngestBatchSourcesIngestBatchPostResponse) Status() string + func (r IngestBatchSourcesIngestBatchPostResponse) StatusCode() int + type IngestContentRequest struct + Content string + Labels *[]string + Name string + SpaceId *string + UserComment *string + type IngestContentSourcesIngestContentPostJSONRequestBody = IngestContentRequest + type IngestContentSourcesIngestContentPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *IngestResponse + JSON422 *HTTPValidationError + func ParseIngestContentSourcesIngestContentPostResponse(rsp *http.Response) (*IngestContentSourcesIngestContentPostResponse, error) + func (r IngestContentSourcesIngestContentPostResponse) ContentType() string + func (r IngestContentSourcesIngestContentPostResponse) GetBody() []byte + func (r IngestContentSourcesIngestContentPostResponse) GetJSON200() *IngestResponse + func (r IngestContentSourcesIngestContentPostResponse) GetJSON422() *HTTPValidationError + func (r IngestContentSourcesIngestContentPostResponse) Status() string + func (r IngestContentSourcesIngestContentPostResponse) StatusCode() int + type IngestFilePathRequest struct + FilePath string + Labels *[]string + PdfRenderScale *float32 + ProcessingMode *SourceProcessingMode + SpaceId *string + UserComment *string + type IngestFilePathSourcesIngestFilePathPostJSONRequestBody = IngestFilePathRequest + type IngestFilePathSourcesIngestFilePathPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *IngestResponse + JSON422 *HTTPValidationError + func ParseIngestFilePathSourcesIngestFilePathPostResponse(rsp *http.Response) (*IngestFilePathSourcesIngestFilePathPostResponse, error) + func (r IngestFilePathSourcesIngestFilePathPostResponse) ContentType() string + func (r IngestFilePathSourcesIngestFilePathPostResponse) GetBody() []byte + func (r IngestFilePathSourcesIngestFilePathPostResponse) GetJSON200() *IngestResponse + func (r IngestFilePathSourcesIngestFilePathPostResponse) GetJSON422() *HTTPValidationError + func (r IngestFilePathSourcesIngestFilePathPostResponse) Status() string + func (r IngestFilePathSourcesIngestFilePathPostResponse) StatusCode() int + type IngestFileSourcesIngestFilePostMultipartRequestBody = IngestFileUploadRequest + type IngestFileSourcesIngestFilePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *IngestResponse + JSON422 *HTTPValidationError + func ParseIngestFileSourcesIngestFilePostResponse(rsp *http.Response) (*IngestFileSourcesIngestFilePostResponse, error) + func (r IngestFileSourcesIngestFilePostResponse) ContentType() string + func (r IngestFileSourcesIngestFilePostResponse) GetBody() []byte + func (r IngestFileSourcesIngestFilePostResponse) GetJSON200() *IngestResponse + func (r IngestFileSourcesIngestFilePostResponse) GetJSON422() *HTTPValidationError + func (r IngestFileSourcesIngestFilePostResponse) Status() string + func (r IngestFileSourcesIngestFilePostResponse) StatusCode() int + type IngestFileUploadRequest struct + File openapi_types.File + Labels *string + Metadata *string + PdfRenderScale *float32 + ProcessingMode *SourceProcessingMode + SpaceId *string + UserComment *string + type IngestFolderSummarySourcesIngestFolderSummaryPostJSONRequestBody = FolderIngestSummaryRequest + type IngestFolderSummarySourcesIngestFolderSummaryPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BatchIngestResponse + JSON422 *HTTPValidationError + func ParseIngestFolderSummarySourcesIngestFolderSummaryPostResponse(rsp *http.Response) (*IngestFolderSummarySourcesIngestFolderSummaryPostResponse, error) + func (r IngestFolderSummarySourcesIngestFolderSummaryPostResponse) ContentType() string + func (r IngestFolderSummarySourcesIngestFolderSummaryPostResponse) GetBody() []byte + func (r IngestFolderSummarySourcesIngestFolderSummaryPostResponse) GetJSON200() *BatchIngestResponse + func (r IngestFolderSummarySourcesIngestFolderSummaryPostResponse) GetJSON422() *HTTPValidationError + func (r IngestFolderSummarySourcesIngestFolderSummaryPostResponse) Status() string + func (r IngestFolderSummarySourcesIngestFolderSummaryPostResponse) StatusCode() int + type IngestFolderUploadSourcesIngestFolderUploadPostMultipartRequestBody = BodyIngestFolderUploadSourcesIngestFolderUploadPost + type IngestFolderUploadSourcesIngestFolderUploadPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BatchIngestResponse + JSON422 *HTTPValidationError + func ParseIngestFolderUploadSourcesIngestFolderUploadPostResponse(rsp *http.Response) (*IngestFolderUploadSourcesIngestFolderUploadPostResponse, error) + func (r IngestFolderUploadSourcesIngestFolderUploadPostResponse) ContentType() string + func (r IngestFolderUploadSourcesIngestFolderUploadPostResponse) GetBody() []byte + func (r IngestFolderUploadSourcesIngestFolderUploadPostResponse) GetJSON200() *BatchIngestResponse + func (r IngestFolderUploadSourcesIngestFolderUploadPostResponse) GetJSON422() *HTTPValidationError + func (r IngestFolderUploadSourcesIngestFolderUploadPostResponse) Status() string + func (r IngestFolderUploadSourcesIngestFolderUploadPostResponse) StatusCode() int + type IngestResponse struct + IsDuplicate *bool + LifecycleState string + Message *string + OriginalName string + SourceId string + type IngestUrlRequest struct + Labels *[]string + PdfRenderScale *float32 + SpaceId *string + Url string + UserComment *string + type IngestUrlSourcesIngestUrlPostJSONRequestBody = IngestUrlRequest + type IngestUrlSourcesIngestUrlPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *IngestResponse + JSON422 *HTTPValidationError + func ParseIngestUrlSourcesIngestUrlPostResponse(rsp *http.Response) (*IngestUrlSourcesIngestUrlPostResponse, error) + func (r IngestUrlSourcesIngestUrlPostResponse) ContentType() string + func (r IngestUrlSourcesIngestUrlPostResponse) GetBody() []byte + func (r IngestUrlSourcesIngestUrlPostResponse) GetJSON200() *IngestResponse + func (r IngestUrlSourcesIngestUrlPostResponse) GetJSON422() *HTTPValidationError + func (r IngestUrlSourcesIngestUrlPostResponse) Status() string + func (r IngestUrlSourcesIngestUrlPostResponse) StatusCode() int + type InstallAdminUpgradeInstallPostJSONRequestBody = UpgradeApplyRequest + type InstallAdminUpgradeInstallPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON202 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseInstallAdminUpgradeInstallPostResponse(rsp *http.Response) (*InstallAdminUpgradeInstallPostResponse, error) + func (r InstallAdminUpgradeInstallPostResponse) ContentType() string + func (r InstallAdminUpgradeInstallPostResponse) GetBody() []byte + func (r InstallAdminUpgradeInstallPostResponse) GetJSON202() *map[string]interface{} + func (r InstallAdminUpgradeInstallPostResponse) GetJSON422() *HTTPValidationError + func (r InstallAdminUpgradeInstallPostResponse) Status() string + func (r InstallAdminUpgradeInstallPostResponse) StatusCode() int + type InstallBgeM3ModelsBgeM3InstallPostJSONRequestBody = BGEM3InstallRequest + type InstallBgeM3ModelsBgeM3InstallPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BGEM3InstallResponse + JSON422 *HTTPValidationError + func ParseInstallBgeM3ModelsBgeM3InstallPostResponse(rsp *http.Response) (*InstallBgeM3ModelsBgeM3InstallPostResponse, error) + func (r InstallBgeM3ModelsBgeM3InstallPostResponse) ContentType() string + func (r InstallBgeM3ModelsBgeM3InstallPostResponse) GetBody() []byte + func (r InstallBgeM3ModelsBgeM3InstallPostResponse) GetJSON200() *BGEM3InstallResponse + func (r InstallBgeM3ModelsBgeM3InstallPostResponse) GetJSON422() *HTTPValidationError + func (r InstallBgeM3ModelsBgeM3InstallPostResponse) Status() string + func (r InstallBgeM3ModelsBgeM3InstallPostResponse) StatusCode() int + type KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostJSONRequestBody = MemoryCleanupKeepRequest + type KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseKeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse(rsp *http.Response) (*KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse, error) + func (r KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse) ContentType() string + func (r KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse) GetBody() []byte + func (r KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse) GetJSON200() *map[string]interface{} + func (r KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse) GetJSON422() *HTTPValidationError + func (r KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse) Status() string + func (r KeepMemoryCleanupCandidatesAgentTriggerMemoryCleanupKeepPostResponse) StatusCode() int + type LabelAffectedIdsResponse struct + Entities []string + LimitPerType int + Memories []string + Sources []string + Threads []string + Truncated bool + type LabelApplyRequest struct + PlanId string + type LabelHealthLabelsHealthGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseLabelHealthLabelsHealthGetResponse(rsp *http.Response) (*LabelHealthLabelsHealthGetResponse, error) + func (r LabelHealthLabelsHealthGetResponse) ContentType() string + func (r LabelHealthLabelsHealthGetResponse) GetBody() []byte + func (r LabelHealthLabelsHealthGetResponse) GetJSON200() *map[string]interface{} + func (r LabelHealthLabelsHealthGetResponse) Status() string + func (r LabelHealthLabelsHealthGetResponse) StatusCode() int + type LabelImpactCountsResponse struct + Entities int64 + Memories int64 + Sources int64 + Threads int64 + Total int64 + type LabelLifecyclePlanResponse struct + Action string + Affected LabelImpactCountsResponse + AffectedIds LabelAffectedIdsResponse + CanApply bool + DuplicateAssignments int64 + MemoriesPreserved bool + PlanId string + Source LabelLifecycleSummaryResponse + Target *LabelLifecycleSummaryResponse + type LabelLifecycleSummaryResponse struct + CanonicalName string + Color string + Description string + Id string + Name string + type LabelMergeApplyRequest struct + PlanId string + TargetLabelId string + type LabelMergeCandidatesLabelsMergeCandidatesGetParams struct + MaxLabels *int + MaxPairs *int + SimFloor *float32 + type LabelMergeCandidatesLabelsMergeCandidatesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseLabelMergeCandidatesLabelsMergeCandidatesGetResponse(rsp *http.Response) (*LabelMergeCandidatesLabelsMergeCandidatesGetResponse, error) + func (r LabelMergeCandidatesLabelsMergeCandidatesGetResponse) ContentType() string + func (r LabelMergeCandidatesLabelsMergeCandidatesGetResponse) GetBody() []byte + func (r LabelMergeCandidatesLabelsMergeCandidatesGetResponse) GetJSON200() *map[string]interface{} + func (r LabelMergeCandidatesLabelsMergeCandidatesGetResponse) GetJSON422() *HTTPValidationError + func (r LabelMergeCandidatesLabelsMergeCandidatesGetResponse) Status() string + func (r LabelMergeCandidatesLabelsMergeCandidatesGetResponse) StatusCode() int + type LabelMergePreviewRequest struct + TargetLabelId string + type LabelMutationResponse struct + Action string + Affected LabelImpactCountsResponse + AffectedIds LabelAffectedIdsResponse + AlreadyApplied bool + DuplicateAssignments int64 + PlanId string + SourceLabelId string + TargetLabelId *string + type LabelResponse struct + AdditionalProperties map[string]interface{} + Color string + CreatedAt *string + Description *string + Id string + Name string + UpdatedAt *string + UsageCount *int + func (a *LabelResponse) Set(fieldName string, value interface{}) + func (a *LabelResponse) UnmarshalJSON(b []byte) error + func (a LabelResponse) Get(fieldName string) (value interface{}, found bool) + func (a LabelResponse) MarshalJSON() ([]byte, error) + type LabelsResponse struct + AdditionalProperties map[string]interface{} + Labels *[]map[string]interface{} + func (a *LabelsResponse) Set(fieldName string, value interface{}) + func (a *LabelsResponse) UnmarshalJSON(b []byte) error + func (a LabelsResponse) Get(fieldName string) (value interface{}, found bool) + func (a LabelsResponse) MarshalJSON() ([]byte, error) + type ListAiNowSessionsAgentAiNowSessionsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseListAiNowSessionsAgentAiNowSessionsGetResponse(rsp *http.Response) (*ListAiNowSessionsAgentAiNowSessionsGetResponse, error) + func (r ListAiNowSessionsAgentAiNowSessionsGetResponse) ContentType() string + func (r ListAiNowSessionsAgentAiNowSessionsGetResponse) GetBody() []byte + func (r ListAiNowSessionsAgentAiNowSessionsGetResponse) GetJSON200() *map[string]interface{} + func (r ListAiNowSessionsAgentAiNowSessionsGetResponse) Status() string + func (r ListAiNowSessionsAgentAiNowSessionsGetResponse) StatusCode() int + type ListAugmentationJobsGraphAugmentationJobsGetParams struct + Limit *int + StatusFilter *string + type ListAugmentationJobsGraphAugmentationJobsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AugmentationJobListResponse + JSON422 *HTTPValidationError + func ParseListAugmentationJobsGraphAugmentationJobsGetResponse(rsp *http.Response) (*ListAugmentationJobsGraphAugmentationJobsGetResponse, error) + func (r ListAugmentationJobsGraphAugmentationJobsGetResponse) ContentType() string + func (r ListAugmentationJobsGraphAugmentationJobsGetResponse) GetBody() []byte + func (r ListAugmentationJobsGraphAugmentationJobsGetResponse) GetJSON200() *AugmentationJobListResponse + func (r ListAugmentationJobsGraphAugmentationJobsGetResponse) GetJSON422() *HTTPValidationError + func (r ListAugmentationJobsGraphAugmentationJobsGetResponse) Status() string + func (r ListAugmentationJobsGraphAugmentationJobsGetResponse) StatusCode() int + type ListCommunitiesCommunitiesGetParams struct + Limit *int + type ListCommunitiesCommunitiesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseListCommunitiesCommunitiesGetResponse(rsp *http.Response) (*ListCommunitiesCommunitiesGetResponse, error) + func (r ListCommunitiesCommunitiesGetResponse) ContentType() string + func (r ListCommunitiesCommunitiesGetResponse) GetBody() []byte + func (r ListCommunitiesCommunitiesGetResponse) GetJSON200() *interface{} + func (r ListCommunitiesCommunitiesGetResponse) GetJSON422() *HTTPValidationError + func (r ListCommunitiesCommunitiesGetResponse) Status() string + func (r ListCommunitiesCommunitiesGetResponse) StatusCode() int + type ListEntitiesEntitiesGetParams struct + EntityType *string + IncludeStats *bool + Limit *int + type ListEntitiesEntitiesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseListEntitiesEntitiesGetResponse(rsp *http.Response) (*ListEntitiesEntitiesGetResponse, error) + func (r ListEntitiesEntitiesGetResponse) ContentType() string + func (r ListEntitiesEntitiesGetResponse) GetBody() []byte + func (r ListEntitiesEntitiesGetResponse) GetJSON200() *interface{} + func (r ListEntitiesEntitiesGetResponse) GetJSON422() *HTTPValidationError + func (r ListEntitiesEntitiesGetResponse) Status() string + func (r ListEntitiesEntitiesGetResponse) StatusCode() int + type ListEvalCasesSkillsSkillIdEvalCasesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseListEvalCasesSkillsSkillIdEvalCasesGetResponse(rsp *http.Response) (*ListEvalCasesSkillsSkillIdEvalCasesGetResponse, error) + func (r ListEvalCasesSkillsSkillIdEvalCasesGetResponse) ContentType() string + func (r ListEvalCasesSkillsSkillIdEvalCasesGetResponse) GetBody() []byte + func (r ListEvalCasesSkillsSkillIdEvalCasesGetResponse) GetJSON200() *map[string]interface{} + func (r ListEvalCasesSkillsSkillIdEvalCasesGetResponse) GetJSON422() *HTTPValidationError + func (r ListEvalCasesSkillsSkillIdEvalCasesGetResponse) Status() string + func (r ListEvalCasesSkillsSkillIdEvalCasesGetResponse) StatusCode() int + type ListLabelsLabelsGetParams struct + Limit *int + Offset *int + OrderBy *string + OrderDesc *bool + type ListLabelsLabelsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]LabelResponse + JSON422 *HTTPValidationError + func ParseListLabelsLabelsGetResponse(rsp *http.Response) (*ListLabelsLabelsGetResponse, error) + func (r ListLabelsLabelsGetResponse) ContentType() string + func (r ListLabelsLabelsGetResponse) GetBody() []byte + func (r ListLabelsLabelsGetResponse) GetJSON200() *[]LabelResponse + func (r ListLabelsLabelsGetResponse) GetJSON422() *HTTPValidationError + func (r ListLabelsLabelsGetResponse) Status() string + func (r ListLabelsLabelsGetResponse) StatusCode() int + type ListMemoriesMemoriesGetParams struct + ImportanceMin *float32 + IsCrystal *bool + Limit *int + Offset *int + SpaceId *string + State *string + UnitType *string + type ListMemoriesMemoriesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryListResponse + JSON422 *HTTPValidationError + func ParseListMemoriesMemoriesGetResponse(rsp *http.Response) (*ListMemoriesMemoriesGetResponse, error) + func (r ListMemoriesMemoriesGetResponse) ContentType() string + func (r ListMemoriesMemoriesGetResponse) GetBody() []byte + func (r ListMemoriesMemoriesGetResponse) GetJSON200() *MemoryListResponse + func (r ListMemoriesMemoriesGetResponse) GetJSON422() *HTTPValidationError + func (r ListMemoriesMemoriesGetResponse) Status() string + func (r ListMemoriesMemoriesGetResponse) StatusCode() int + type ListMemoryRelationsMemoriesMemoryIdRelationsGetParams struct + Direction *ListMemoryRelationsMemoriesMemoryIdRelationsGetParamsDirection + Limit *int + Offset *int + SpaceId *string + Status *string + Types *string + type ListMemoryRelationsMemoriesMemoryIdRelationsGetParamsDirection string + const Both + const In + const Out + func (e ListMemoryRelationsMemoriesMemoryIdRelationsGetParamsDirection) Valid() bool + type ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryRelationListResponse + JSON422 *HTTPValidationError + func ParseListMemoryRelationsMemoriesMemoryIdRelationsGetResponse(rsp *http.Response) (*ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse, error) + func (r ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse) ContentType() string + func (r ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse) GetBody() []byte + func (r ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse) GetJSON200() *MemoryRelationListResponse + func (r ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse) GetJSON422() *HTTPValidationError + func (r ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse) Status() string + func (r ListMemoryRelationsMemoriesMemoryIdRelationsGetResponse) StatusCode() int + type ListModelsV1ModelsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OpenAIModelListResponse + func ParseListModelsV1ModelsGetResponse(rsp *http.Response) (*ListModelsV1ModelsGetResponse, error) + func (r ListModelsV1ModelsGetResponse) ContentType() string + func (r ListModelsV1ModelsGetResponse) GetBody() []byte + func (r ListModelsV1ModelsGetResponse) GetJSON200() *OpenAIModelListResponse + func (r ListModelsV1ModelsGetResponse) Status() string + func (r ListModelsV1ModelsGetResponse) StatusCode() int + type ListSkillsSkillsGetParams struct + Limit *int + Offset *int + SpaceId *string + Stage *string + type ListSkillsSkillsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseListSkillsSkillsGetResponse(rsp *http.Response) (*ListSkillsSkillsGetResponse, error) + func (r ListSkillsSkillsGetResponse) ContentType() string + func (r ListSkillsSkillsGetResponse) GetBody() []byte + func (r ListSkillsSkillsGetResponse) GetJSON200() *map[string]interface{} + func (r ListSkillsSkillsGetResponse) GetJSON422() *HTTPValidationError + func (r ListSkillsSkillsGetResponse) Status() string + func (r ListSkillsSkillsGetResponse) StatusCode() int + type ListSourcesSourcesGetParams struct + Label *[]string + Labels *[]string + LifecycleState *string + Limit *int + Metadata *[]string + Offset *int + SourceType *string + SpaceId *string + type ListSourcesSourcesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SourceListResponse + JSON422 *HTTPValidationError + func ParseListSourcesSourcesGetResponse(rsp *http.Response) (*ListSourcesSourcesGetResponse, error) + func (r ListSourcesSourcesGetResponse) ContentType() string + func (r ListSourcesSourcesGetResponse) GetBody() []byte + func (r ListSourcesSourcesGetResponse) GetJSON200() *SourceListResponse + func (r ListSourcesSourcesGetResponse) GetJSON422() *HTTPValidationError + func (r ListSourcesSourcesGetResponse) Status() string + func (r ListSourcesSourcesGetResponse) StatusCode() int + type ListThreadsThreadsGetParams struct + Limit *int + Offset *int + Source *string + SpaceId *string + type ListThreadsThreadsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadListResponse + JSON422 *HTTPValidationError + func ParseListThreadsThreadsGetResponse(rsp *http.Response) (*ListThreadsThreadsGetResponse, error) + func (r ListThreadsThreadsGetResponse) ContentType() string + func (r ListThreadsThreadsGetResponse) GetBody() []byte + func (r ListThreadsThreadsGetResponse) GetJSON200() *ThreadListResponse + func (r ListThreadsThreadsGetResponse) GetJSON422() *HTTPValidationError + func (r ListThreadsThreadsGetResponse) Status() string + func (r ListThreadsThreadsGetResponse) StatusCode() int + type LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseLoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse(rsp *http.Response) (*LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse, error) + func (r LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse) ContentType() string + func (r LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse) GetBody() []byte + func (r LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse) GetJSON200() *map[string]interface{} + func (r LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse) GetJSON422() *HTTPValidationError + func (r LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse) Status() string + func (r LoadAiNowMessagesAgentAiNowSessionsSessionIdMessagesGetResponse) StatusCode() int + type LoadSessionAgentGraphIntelligenceSessionGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + func ParseLoadSessionAgentGraphIntelligenceSessionGetResponse(rsp *http.Response) (*LoadSessionAgentGraphIntelligenceSessionGetResponse, error) + func (r LoadSessionAgentGraphIntelligenceSessionGetResponse) ContentType() string + func (r LoadSessionAgentGraphIntelligenceSessionGetResponse) GetBody() []byte + func (r LoadSessionAgentGraphIntelligenceSessionGetResponse) GetJSON200() *interface{} + func (r LoadSessionAgentGraphIntelligenceSessionGetResponse) Status() string + func (r LoadSessionAgentGraphIntelligenceSessionGetResponse) StatusCode() int + type MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostJSONRequestBody = ThreadHistorySyncCompletedRequest + type MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse(rsp *http.Response) (*MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse, error) + func (r MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse) ContentType() string + func (r MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse) GetBody() []byte + func (r MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse) GetJSON200() *map[string]interface{} + func (r MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse) GetJSON422() *HTTPValidationError + func (r MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse) Status() string + func (r MarkThreadHistorySyncCompletedThreadsHistorySyncCompletedPostResponse) StatusCode() int + type MatchSkillsEndpointSkillsMatchGetParams struct + Limit *int + Q string + type MatchSkillsEndpointSkillsMatchGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMatchSkillsEndpointSkillsMatchGetResponse(rsp *http.Response) (*MatchSkillsEndpointSkillsMatchGetResponse, error) + func (r MatchSkillsEndpointSkillsMatchGetResponse) ContentType() string + func (r MatchSkillsEndpointSkillsMatchGetResponse) GetBody() []byte + func (r MatchSkillsEndpointSkillsMatchGetResponse) GetJSON200() *map[string]interface{} + func (r MatchSkillsEndpointSkillsMatchGetResponse) GetJSON422() *HTTPValidationError + func (r MatchSkillsEndpointSkillsMatchGetResponse) Status() string + func (r MatchSkillsEndpointSkillsMatchGetResponse) StatusCode() int + type MemoryCleanupArchiveRequest struct + MemoryIds *[]string + ReviewToken *string + SpaceId *string + type MemoryCleanupCompactionRequest struct + MemoryIds *[]string + ReviewToken *string + SpaceId *string + type MemoryCleanupKeepRequest struct + MemoryIds *[]string + ReviewToken *string + SpaceId *string + type MemoryCreateRequest struct + AgentId *string + Confidence *float64 + Content string + EventEnd *string + EventStart *string + HostAgentId *string + Id *string + Importance *float64 + Labels *[]string + Metadata *map[string]interface{} + Source *string + SourceApp *string + SourceMessageId *string + SourceMessageIndices *[]int64 + SourceMessageRange *map[string]int64 + SourceThreadId *string + SpaceId *string + TemporalContext *string + Title *string + UnitType *string + type MemoryCreateResponse struct + Action *string + AssignedLabels *[]string + CreatedRelationships *int + ExtractedEntities *[]EntityNode + Memory MemoryNode + Warnings *[]string + type MemoryKGApplyRequest struct + Entities []interface{} + ExtractionConfidence float32 + Relationships []interface{} + type MemoryKGApplyResponse struct + EntitiesCreated int + Error *string + MemoryId string + MetadataUpdated bool + RelationshipsCreated int + Success bool + type MemoryKGContentExtractionRequest struct + ExtractionLevel *string + ForceReextraction *bool + MemoryContent string + MemoryId *string + MemoryTitle string + PreferredLanguage *string + UseRemoteLlm *bool + type MemoryKGExtractionRequest struct + ExtractionLevel *string + ForceReextraction *bool + PreferredLanguage *string + UseRemoteLlm *bool + type MemoryKGExtractionResponse struct + CanExtract bool + Entities []map[string]interface{} + EntitiesCount int + ExtractionConfidence float32 + KgAlreadyExtracted bool + MemoryContent string + MemoryId string + MemoryTitle string + Relationships []map[string]interface{} + RelationshipsCount int + WritePlan *map[string]interface{} + type MemoryListResponse struct + AdditionalProperties map[string]interface{} + Memories *[]MemoryPublic + Pagination PaginationInfo + func (a *MemoryListResponse) Set(fieldName string, value interface{}) + func (a *MemoryListResponse) UnmarshalJSON(b []byte) error + func (a MemoryListResponse) Get(fieldName string) (value interface{}, found bool) + func (a MemoryListResponse) MarshalJSON() ([]byte, error) + type MemoryMention struct + Confidence float32 + Memory MemorySummary + MentionCount int + type MemoryNode struct + AccessCount *int + Appearances *int + Clicks *int + Confidence *float32 + Content string + CreatedAt *time.Time + CrystalTitle *string + DecayScoreCached *float32 + Embedding *[]float32 + EventEnd *string + EventStart *string + ExtractionMethod *string + Id *string + Importance *float32 + IsCrystal *bool + IsLatest *bool + LastAccessedAt *time.Time + LastClickedAt *time.Time + LastEvaluatedAt *time.Time + LastReindexedAt *time.Time + Metadata *map[string]interface{} + NodeType *NodeType + PagerankScore *float32 + ReindexNeeded *bool + ReviewStatus *string + SemanticField *string + Source *string + SourceRange *map[string]int + SourceUnitCount *int + SpaceId *string + TemporalConfidence *float32 + TemporalContext *string + TemporalPrecision *string + TemporalType *string + Title *string + TotalDwellTimeMs *int + UnitType *string + UpdatedAt *time.Time + Version *int + type MemoryPublic struct + AdditionalProperties map[string]interface{} + Confidence *float32 + Content string + Id string + Importance float32 + IsFavorite *bool + LabelIds *[]string + Metadata *map[string]interface{} + Rating int + Source string + SourceThread *SourceThreadInfo + SpaceId *string + Time string + Title string + UnitType *string + func (a *MemoryPublic) Set(fieldName string, value interface{}) + func (a *MemoryPublic) UnmarshalJSON(b []byte) error + func (a MemoryPublic) Get(fieldName string) (value interface{}, found bool) + func (a MemoryPublic) MarshalJSON() ([]byte, error) + type MemoryReindexRequest struct + MemoryIds *[]string + type MemoryReindexSample struct + Id string + LastReindexedAt *string + Title string + UpdatedAt *string + type MemoryRelationCreateRequest struct + AgentId *string + AuthorId *string + Bidirectional *bool + Confidence *float32 + Properties *map[string]interface{} + Reason *string + RelationType string + Reviewed *bool + Source *string + SourceApp *string + SpaceId *string + Status *MemoryRelationCreateRequestStatus + Strength *float32 + TargetMemoryId string + type MemoryRelationCreateRequestStatus string + const MemoryRelationCreateRequestStatusActive + const MemoryRelationCreateRequestStatusDismissed + const MemoryRelationCreateRequestStatusSuggested + func (e MemoryRelationCreateRequestStatus) Valid() bool + type MemoryRelationListResponse struct + MemoryId string + Relations []MemoryRelationPublic + Total int + type MemoryRelationPublic struct + AgentId *string + AuthorId *string + Bidirectional *bool + Confidence *float32 + CreatedAt interface{} + Direction *string + Id string + Properties *map[string]interface{} + Reason *string + RelationType string + Reviewed *bool + Source *string + SourceApp *string + SourceMemoryId string + SourceSpaceId string + SourceTitle *string + Status *string + Strength *float32 + TargetMemoryId string + TargetSpaceId string + TargetTitle *string + UpdatedAt interface{} + type MemoryRelationSuggestRequest struct + KnownRelationTypes *[]string + PreferredLanguage *string + TargetMemoryId string + type MemoryRelationSuggestionPublic struct + Bidirectional *bool + Confidence *float32 + DisplayLabel *string + Reason *string + RelationType *string + ShouldLink bool + type MemoryRelationUpdateRequest struct + AgentId *string + AuthorId *string + Bidirectional *bool + Confidence *float32 + Properties *map[string]interface{} + Reason *string + RelationType *string + Reviewed *bool + Source *string + SourceApp *string + Status *MemoryRelationUpdateRequestStatus + Strength *float32 + type MemoryRelationUpdateRequestStatus string + const MemoryRelationUpdateRequestStatusActive + const MemoryRelationUpdateRequestStatusDeleted + const MemoryRelationUpdateRequestStatusDismissed + const MemoryRelationUpdateRequestStatusSuggested + func (e MemoryRelationUpdateRequestStatus) Valid() bool + type MemorySearchRequest struct + EventDateFrom *string + EventDateTo *string + FilterLabels *[]string + IncludeEntities *bool + Limit *int + MetadataFilters *[]string + Mode *string + Query string + RecordedDateFrom *string + RecordedDateTo *string + SpaceId *string + TemporalContext *string + UnitType *string + type MemorySearchResult struct + EvolvesContext *map[string]interface{} + Memory *MemoryNode + RelatedEntities *[]EntityNode + RelatedMemoryLinks *[]map[string]interface{} + RelevanceReason *string + SimilarityScore float32 + type MemorySpaceDeleteConflictResponse struct + CanPurgeWorkingMemory *bool + Message string + Reason MemorySpaceDeleteConflictResponseReason + SpaceId string + Type *MemorySpaceDeleteConflictResponseType + Usage *MemorySpaceUsageResponse + type MemorySpaceDeleteConflictResponseReason string + const PrimaryRecords + const WorkingMemory + func (e MemorySpaceDeleteConflictResponseReason) Valid() bool + type MemorySpaceDeleteConflictResponseType string + const SpaceDeleteBlocked + func (e MemorySpaceDeleteConflictResponseType) Valid() bool + type MemorySpacePayload struct + DefaultRetrievalMode *string + Description *string + Icon *string + Id *string + Instructions *string + Key *string + Name string + SharedSpaceIds *[]string + type MemorySpaceResponse struct + Aliases *[]string + DefaultRetrievalMode *string + Description *string + HasProfile *bool + Icon *string + Id string + Instructions *string + Key *string + Name string + Observed *bool + SharedSpaceIds *[]string + Usage *MemorySpaceUsageResponse + type MemorySpaceSettingsResponse struct + Enabled *bool + Spaces *[]MemorySpaceResponse + type MemorySpaceSettingsUpdate struct + Enabled bool + type MemorySpaceUpdatePayload struct + DefaultRetrievalMode *string + Description *string + Icon *string + Instructions *string + Name *string + SharedSpaceIds *[]string + type MemorySpaceUsageResponse struct + HasWorkingMemory *bool + Memories *int + Sources *int + Threads *int + type MemoryStateRequest struct + Reason *string + SpaceId *string + type MemorySummary struct + Content *string + Id string + Title *string + type MergeEntityHandlerJSONRequestBody = EntityMergeRequest + type MergeEntityHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EntityMutationResponse + func ParseMergeEntityHandlerResponse(rsp *http.Response) (*MergeEntityHandlerResponse, error) + func (r MergeEntityHandlerResponse) ContentType() string + func (r MergeEntityHandlerResponse) GetBody() []byte + func (r MergeEntityHandlerResponse) GetJSON200() *EntityMutationResponse + func (r MergeEntityHandlerResponse) Status() string + func (r MergeEntityHandlerResponse) StatusCode() int + type MergeIntoRequest struct + IntoSkillId string + type MergeIntoSkillsSkillIdMergeIntoPostJSONRequestBody = MergeIntoRequest + type MergeIntoSkillsSkillIdMergeIntoPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMergeIntoSkillsSkillIdMergeIntoPostResponse(rsp *http.Response) (*MergeIntoSkillsSkillIdMergeIntoPostResponse, error) + func (r MergeIntoSkillsSkillIdMergeIntoPostResponse) ContentType() string + func (r MergeIntoSkillsSkillIdMergeIntoPostResponse) GetBody() []byte + func (r MergeIntoSkillsSkillIdMergeIntoPostResponse) GetJSON200() *map[string]interface{} + func (r MergeIntoSkillsSkillIdMergeIntoPostResponse) GetJSON422() *HTTPValidationError + func (r MergeIntoSkillsSkillIdMergeIntoPostResponse) Status() string + func (r MergeIntoSkillsSkillIdMergeIntoPostResponse) StatusCode() int + type MergeLabelsEndpointLabelsMergePostParams struct + SourceId string + TargetId string + type MergeLabelsEndpointLabelsMergePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMergeLabelsEndpointLabelsMergePostResponse(rsp *http.Response) (*MergeLabelsEndpointLabelsMergePostResponse, error) + func (r MergeLabelsEndpointLabelsMergePostResponse) ContentType() string + func (r MergeLabelsEndpointLabelsMergePostResponse) GetBody() []byte + func (r MergeLabelsEndpointLabelsMergePostResponse) GetJSON200() *map[string]interface{} + func (r MergeLabelsEndpointLabelsMergePostResponse) GetJSON422() *HTTPValidationError + func (r MergeLabelsEndpointLabelsMergePostResponse) Status() string + func (r MergeLabelsEndpointLabelsMergePostResponse) StatusCode() int + type MergeSpaceSpacesSpaceRefMergePostJSONRequestBody = SpaceMergeRequest + type MergeSpaceSpacesSpaceRefMergePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SpaceMergeResult + JSON409 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMergeSpaceSpacesSpaceRefMergePostResponse(rsp *http.Response) (*MergeSpaceSpacesSpaceRefMergePostResponse, error) + func (r MergeSpaceSpacesSpaceRefMergePostResponse) ContentType() string + func (r MergeSpaceSpacesSpaceRefMergePostResponse) GetBody() []byte + func (r MergeSpaceSpacesSpaceRefMergePostResponse) GetJSON200() *SpaceMergeResult + func (r MergeSpaceSpacesSpaceRefMergePostResponse) GetJSON409() *map[string]interface{} + func (r MergeSpaceSpacesSpaceRefMergePostResponse) GetJSON422() *HTTPValidationError + func (r MergeSpaceSpacesSpaceRefMergePostResponse) Status() string + func (r MergeSpaceSpacesSpaceRefMergePostResponse) StatusCode() int + type MessageCreateRequest struct + Content string + Metadata *map[string]interface{} + Role string + Timestamp *time.Time + type MessageNode struct + Content string + CreatedAt *time.Time + Id *string + Metadata *map[string]interface{} + NodeType *NodeType + OrderIndex int + Role string + Timestamp *time.Time + TokenCount *int + UpdatedAt *time.Time + type MessageResponse struct + AdditionalProperties map[string]interface{} + Message string + func (a *MessageResponse) Set(fieldName string, value interface{}) + func (a *MessageResponse) UnmarshalJSON(b []byte) error + func (a MessageResponse) Get(fieldName string) (value interface{}, found bool) + func (a MessageResponse) MarshalJSON() ([]byte, error) + type MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostParams struct + BatchSize *int + MaxBatches *int + type MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse(rsp *http.Response) (...) + func (r MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse) ContentType() string + func (r MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse) GetBody() []byte + func (r MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse) GetJSON200() *map[string]interface{} + func (r MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse) GetJSON422() *HTTPValidationError + func (r MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse) Status() string + func (r MigrateThreadMessageAnchorsContentStoreThreadMessagesMigrateAnchorsPostResponse) StatusCode() int + type MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostParams struct + BatchSize *int + MaxBatches *int + type MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseMigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse(rsp *http.Response) (...) + func (r MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse) ContentType() string + func (r MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse) GetBody() []byte + func (r MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse) GetJSON200() *map[string]interface{} + func (r MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse) GetJSON422() *HTTPValidationError + func (r MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse) Status() string + func (r MigrateThreadMessagesThroughCutoverContentStoreThreadMessagesMigrateThroughCutoverPostResponse) StatusCode() int + type MissedRunPolicy string + const MissedRunPolicyRunOnce + const MissedRunPolicySkip + func (e MissedRunPolicy) Valid() bool + type ModelMemoryEntry struct + Backend *ModelMemoryEntryBackend + EstimatedMb *int + Loaded *bool + type ModelMemoryEntryBackend string + const ModelMemoryEntryBackendLocal + const ModelMemoryEntryBackendNone + const ModelMemoryEntryBackendRemote + func (e ModelMemoryEntryBackend) Valid() bool + type ModelMemoryStatusResponse struct + Embedding *ModelMemoryEntry + Llm *ModelMemoryEntry + type ModelPolicy struct + MaxOutputTokens int32 + MaxToolCalls int32 + Model *string + Provider *string + type ModelUnloadResponse struct + Message *string + Model string + Success bool + type NodeType string + const Community + const Entity + const Label + const Memory + const Message + const Skill + const Source + const Thread + func (e NodeType) Valid() bool + type NowledgeGraphServerApiRoutersThreadsModuleSchemasThreadPublic struct + AdditionalProperties map[string]interface{} + Date string + Id string + IsFavorite *bool + Messages int + Source string + SpaceId *string + Summary *string + Title string + func (a *NowledgeGraphServerApiRoutersThreadsModuleSchemasThreadPublic) Set(fieldName string, value interface{}) + func (a *NowledgeGraphServerApiRoutersThreadsModuleSchemasThreadPublic) UnmarshalJSON(b []byte) error + func (a NowledgeGraphServerApiRoutersThreadsModuleSchemasThreadPublic) Get(fieldName string) (value interface{}, found bool) + func (a NowledgeGraphServerApiRoutersThreadsModuleSchemasThreadPublic) MarshalJSON() ([]byte, error) + type NowledgeGraphServerModelsMemoriesApiThreadPublic struct + AdditionalProperties map[string]interface{} + CreatedAt *string + Date string + Id string + IsFavorite *bool + LastActivity *string + Messages int + Source string + Title string + func (a *NowledgeGraphServerModelsMemoriesApiThreadPublic) Set(fieldName string, value interface{}) + func (a *NowledgeGraphServerModelsMemoriesApiThreadPublic) UnmarshalJSON(b []byte) error + func (a NowledgeGraphServerModelsMemoriesApiThreadPublic) Get(fieldName string) (value interface{}, found bool) + func (a NowledgeGraphServerModelsMemoriesApiThreadPublic) MarshalJSON() ([]byte, error) + type OccurrenceLease struct + LastTool *string + OccurrenceId string + RuntimeId string + StartedAt string + ToolCallsStarted *int32 + type OccurrenceOutcome struct + CompletedAt string + ErrorCode *string + OccurrenceId string + ScheduledFor string + StartedAt string + Status OccurrenceStatus + Summary string + ToolCalls int32 + type OccurrenceStatus string + const Cancelled + const Failed + const Partial + const Queued + const Running + const Skipped + const Succeeded + func (e OccurrenceStatus) Valid() bool + type OpenAIEmbeddingData struct + Embedding EmbeddingVector + Index int + Object string + type OpenAIEmbeddingRequest struct + Dimensions *int + EncodingFormat *string + Input EmbeddingInput + InputType *string + Model *string + User *string + type OpenAIEmbeddingResponse struct + Data []OpenAIEmbeddingData + Model string + Object string + Usage OpenAIEmbeddingUsage + type OpenAIEmbeddingUsage struct + PromptTokens int + TotalTokens int + type OpenAIModelData struct + Created int64 + Id string + Object string + OwnedBy string + Parent *string + Permission []interface{} + Root string + type OpenAIModelListResponse struct + Data []OpenAIModelData + Object string + type OpenapiConfirmScheduleJSONRequestBody = ConfirmScheduleRequest + type OpenapiConfirmScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleResponse + JSON400 *ScheduleErrorResponse + JSON409 *ScheduleErrorResponse + func ParseOpenapiConfirmScheduleResponse(rsp *http.Response) (*OpenapiConfirmScheduleResponse, error) + func (r OpenapiConfirmScheduleResponse) ContentType() string + func (r OpenapiConfirmScheduleResponse) GetBody() []byte + func (r OpenapiConfirmScheduleResponse) GetJSON200() *ScheduleResponse + func (r OpenapiConfirmScheduleResponse) GetJSON400() *ScheduleErrorResponse + func (r OpenapiConfirmScheduleResponse) GetJSON409() *ScheduleErrorResponse + func (r OpenapiConfirmScheduleResponse) Status() string + func (r OpenapiConfirmScheduleResponse) StatusCode() int + type OpenapiCreateScheduleJSONRequestBody = CreateScheduleRequest + type OpenapiCreateScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *ScheduleResponse + JSON400 *ScheduleErrorResponse + func ParseOpenapiCreateScheduleResponse(rsp *http.Response) (*OpenapiCreateScheduleResponse, error) + func (r OpenapiCreateScheduleResponse) ContentType() string + func (r OpenapiCreateScheduleResponse) GetBody() []byte + func (r OpenapiCreateScheduleResponse) GetJSON201() *ScheduleResponse + func (r OpenapiCreateScheduleResponse) GetJSON400() *ScheduleErrorResponse + func (r OpenapiCreateScheduleResponse) Status() string + func (r OpenapiCreateScheduleResponse) StatusCode() int + type OpenapiDeleteScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleDeleteResponse + JSON404 *ScheduleErrorResponse + func ParseOpenapiDeleteScheduleResponse(rsp *http.Response) (*OpenapiDeleteScheduleResponse, error) + func (r OpenapiDeleteScheduleResponse) ContentType() string + func (r OpenapiDeleteScheduleResponse) GetBody() []byte + func (r OpenapiDeleteScheduleResponse) GetJSON200() *ScheduleDeleteResponse + func (r OpenapiDeleteScheduleResponse) GetJSON404() *ScheduleErrorResponse + func (r OpenapiDeleteScheduleResponse) Status() string + func (r OpenapiDeleteScheduleResponse) StatusCode() int + type OpenapiGetScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleResponse + JSON404 *ScheduleErrorResponse + func ParseOpenapiGetScheduleResponse(rsp *http.Response) (*OpenapiGetScheduleResponse, error) + func (r OpenapiGetScheduleResponse) ContentType() string + func (r OpenapiGetScheduleResponse) GetBody() []byte + func (r OpenapiGetScheduleResponse) GetJSON200() *ScheduleResponse + func (r OpenapiGetScheduleResponse) GetJSON404() *ScheduleErrorResponse + func (r OpenapiGetScheduleResponse) Status() string + func (r OpenapiGetScheduleResponse) StatusCode() int + type OpenapiListSchedulesParams struct + IncludeDeleted *bool + type OpenapiListSchedulesResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleListResponse + func ParseOpenapiListSchedulesResponse(rsp *http.Response) (*OpenapiListSchedulesResponse, error) + func (r OpenapiListSchedulesResponse) ContentType() string + func (r OpenapiListSchedulesResponse) GetBody() []byte + func (r OpenapiListSchedulesResponse) GetJSON200() *ScheduleListResponse + func (r OpenapiListSchedulesResponse) Status() string + func (r OpenapiListSchedulesResponse) StatusCode() int + type OpenapiPauseScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleResponse + func ParseOpenapiPauseScheduleResponse(rsp *http.Response) (*OpenapiPauseScheduleResponse, error) + func (r OpenapiPauseScheduleResponse) ContentType() string + func (r OpenapiPauseScheduleResponse) GetBody() []byte + func (r OpenapiPauseScheduleResponse) GetJSON200() *ScheduleResponse + func (r OpenapiPauseScheduleResponse) Status() string + func (r OpenapiPauseScheduleResponse) StatusCode() int + type OpenapiPreviewScheduleJSONRequestBody = PreviewScheduleRequest + type OpenapiPreviewScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SchedulePreviewResponse + JSON400 *ScheduleErrorResponse + func ParseOpenapiPreviewScheduleResponse(rsp *http.Response) (*OpenapiPreviewScheduleResponse, error) + func (r OpenapiPreviewScheduleResponse) ContentType() string + func (r OpenapiPreviewScheduleResponse) GetBody() []byte + func (r OpenapiPreviewScheduleResponse) GetJSON200() *SchedulePreviewResponse + func (r OpenapiPreviewScheduleResponse) GetJSON400() *ScheduleErrorResponse + func (r OpenapiPreviewScheduleResponse) Status() string + func (r OpenapiPreviewScheduleResponse) StatusCode() int + type OpenapiResumeScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleResponse + JSON400 *ScheduleErrorResponse + JSON409 *ScheduleErrorResponse + func ParseOpenapiResumeScheduleResponse(rsp *http.Response) (*OpenapiResumeScheduleResponse, error) + func (r OpenapiResumeScheduleResponse) ContentType() string + func (r OpenapiResumeScheduleResponse) GetBody() []byte + func (r OpenapiResumeScheduleResponse) GetJSON200() *ScheduleResponse + func (r OpenapiResumeScheduleResponse) GetJSON400() *ScheduleErrorResponse + func (r OpenapiResumeScheduleResponse) GetJSON409() *ScheduleErrorResponse + func (r OpenapiResumeScheduleResponse) Status() string + func (r OpenapiResumeScheduleResponse) StatusCode() int + type OpenapiScheduleRunsParams struct + Limit *int + type OpenapiScheduleRunsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleRunsResponse + func ParseOpenapiScheduleRunsResponse(rsp *http.Response) (*OpenapiScheduleRunsResponse, error) + func (r OpenapiScheduleRunsResponse) ContentType() string + func (r OpenapiScheduleRunsResponse) GetBody() []byte + func (r OpenapiScheduleRunsResponse) GetJSON200() *ScheduleRunsResponse + func (r OpenapiScheduleRunsResponse) Status() string + func (r OpenapiScheduleRunsResponse) StatusCode() int + type OpenapiSetFeedEventVisibilityJSONRequestBody = FeedEventVisibilityRequest + type OpenapiSetFeedEventVisibilityResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *FeedEventVisibilityResponse + func ParseOpenapiSetFeedEventVisibilityResponse(rsp *http.Response) (*OpenapiSetFeedEventVisibilityResponse, error) + func (r OpenapiSetFeedEventVisibilityResponse) ContentType() string + func (r OpenapiSetFeedEventVisibilityResponse) GetBody() []byte + func (r OpenapiSetFeedEventVisibilityResponse) GetJSON200() *FeedEventVisibilityResponse + func (r OpenapiSetFeedEventVisibilityResponse) Status() string + func (r OpenapiSetFeedEventVisibilityResponse) StatusCode() int + type OpenapiUpdateScheduleJSONRequestBody = UpdateScheduleRequest + type OpenapiUpdateScheduleResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ScheduleResponse + JSON400 *ScheduleErrorResponse + JSON409 *ScheduleErrorResponse + func ParseOpenapiUpdateScheduleResponse(rsp *http.Response) (*OpenapiUpdateScheduleResponse, error) + func (r OpenapiUpdateScheduleResponse) ContentType() string + func (r OpenapiUpdateScheduleResponse) GetBody() []byte + func (r OpenapiUpdateScheduleResponse) GetJSON200() *ScheduleResponse + func (r OpenapiUpdateScheduleResponse) GetJSON400() *ScheduleErrorResponse + func (r OpenapiUpdateScheduleResponse) GetJSON409() *ScheduleErrorResponse + func (r OpenapiUpdateScheduleResponse) Status() string + func (r OpenapiUpdateScheduleResponse) StatusCode() int + type OptimizeStorageResponse struct + AfterBytes *int + BeforeBytes *int + FreedBytes *int + Message *string + Success bool + type OptimizeStorageStorageOptimizePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *OptimizeStorageResponse + func ParseOptimizeStorageStorageOptimizePostResponse(rsp *http.Response) (*OptimizeStorageStorageOptimizePostResponse, error) + func (r OptimizeStorageStorageOptimizePostResponse) ContentType() string + func (r OptimizeStorageStorageOptimizePostResponse) GetBody() []byte + func (r OptimizeStorageStorageOptimizePostResponse) GetJSON200() *OptimizeStorageResponse + func (r OptimizeStorageStorageOptimizePostResponse) Status() string + func (r OptimizeStorageStorageOptimizePostResponse) StatusCode() int + type OrphanedEntitiesResponse struct + Count int + OrphanedEntities []OrphanedEntityItem + Success bool + type OrphanedEntityItem struct + EntityId string + EntityName string + EntityType *string + type PaginationInfo struct + AdditionalProperties map[string]interface{} + HasMore bool + Limit int + Offset int + Total int + func (a *PaginationInfo) Set(fieldName string, value interface{}) + func (a *PaginationInfo) UnmarshalJSON(b []byte) error + func (a PaginationInfo) Get(fieldName string) (value interface{}, found bool) + func (a PaginationInfo) MarshalJSON() ([]byte, error) + type ParseThreadContentThreadsParsePostJSONRequestBody = ThreadParseRequest + type ParseThreadContentThreadsParsePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadParseResponse + JSON422 *HTTPValidationError + func ParseParseThreadContentThreadsParsePostResponse(rsp *http.Response) (*ParseThreadContentThreadsParsePostResponse, error) + func (r ParseThreadContentThreadsParsePostResponse) ContentType() string + func (r ParseThreadContentThreadsParsePostResponse) GetBody() []byte + func (r ParseThreadContentThreadsParsePostResponse) GetJSON200() *ThreadParseResponse + func (r ParseThreadContentThreadsParsePostResponse) GetJSON422() *HTTPValidationError + func (r ParseThreadContentThreadsParsePostResponse) Status() string + func (r ParseThreadContentThreadsParsePostResponse) StatusCode() int + type PatchAgentProfileSettingsAgentProfilesAgentIdPatchJSONRequestBody = AgentProfilePatchPayload + type PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentProfileResponse + JSON422 *HTTPValidationError + func ParsePatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse(rsp *http.Response) (*PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse, error) + func (r PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse) ContentType() string + func (r PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse) GetBody() []byte + func (r PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse) GetJSON200() *AgentProfileResponse + func (r PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse) GetJSON422() *HTTPValidationError + func (r PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse) Status() string + func (r PatchAgentProfileSettingsAgentProfilesAgentIdPatchResponse) StatusCode() int + type PauseReason string + const CredentialsMissing + const PermissionChanged + const PersistentFailure + const RecoveryRequired + const User + func (e PauseReason) Valid() bool + type PersistQuestionAgentFeedInputPersistQuestionPostJSONRequestBody = PersistQuestionRequest + type PersistQuestionAgentFeedInputPersistQuestionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePersistQuestionAgentFeedInputPersistQuestionPostResponse(rsp *http.Response) (*PersistQuestionAgentFeedInputPersistQuestionPostResponse, error) + func (r PersistQuestionAgentFeedInputPersistQuestionPostResponse) ContentType() string + func (r PersistQuestionAgentFeedInputPersistQuestionPostResponse) GetBody() []byte + func (r PersistQuestionAgentFeedInputPersistQuestionPostResponse) GetJSON200() *map[string]interface{} + func (r PersistQuestionAgentFeedInputPersistQuestionPostResponse) GetJSON422() *HTTPValidationError + func (r PersistQuestionAgentFeedInputPersistQuestionPostResponse) Status() string + func (r PersistQuestionAgentFeedInputPersistQuestionPostResponse) StatusCode() int + type PersistQuestionRequest struct + AgentResponse string + Question string + RelatedMemoryIds *[]string + Source *string + SpaceId *string + ThreadId *string + ToolCalls *[]map[string]interface{} + type PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetParams struct + GenerateAiSummary *bool + Resolution *float32 + ScanLimit *int + SummaryLimit *int + type PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse(rsp *http.Response) (*PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse, error) + func (r PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse) ContentType() string + func (r PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse) GetBody() []byte + func (r PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse) Status() string + func (r PlanCommunityDetectionAgentTriggerCommunityDetectionPlanGetResponse) StatusCode() int + type PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetParams struct + BatchSize *int + RepairEmpty *bool + ScanLimit *int + type PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse(rsp *http.Response) (*PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse, error) + func (r PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse) ContentType() string + func (r PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse) GetBody() []byte + func (r PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse) Status() string + func (r PlanKgExtractionBackfillAgentTriggerKgExtractionPlanGetResponse) StatusCode() int + type PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetParams struct + EmitEvent *bool + Limit *int + ScanLimit *int + SpaceId *string + type PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse(rsp *http.Response) (*PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse, error) + func (r PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse) ContentType() string + func (r PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse) GetBody() []byte + func (r PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse) Status() string + func (r PlanMemoryCleanupAgentTriggerMemoryCleanupPlanGetResponse) StatusCode() int + type PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetParams struct + Limit *int + SpaceId *string + type PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse(rsp *http.Response) (*PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse, error) + func (r PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse) ContentType() string + func (r PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse) GetBody() []byte + func (r PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse) Status() string + func (r PlanMemoryCompactionAgentTriggerMemoryCompactionPlanGetResponse) StatusCode() int + type PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParsePlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse(rsp *http.Response) (*PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse, error) + func (r PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse) ContentType() string + func (r PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse) GetBody() []byte + func (r PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse) Status() string + func (r PlanMemoryCreatedEventsAgentTriggerMemoryCreatedPlanGetResponse) StatusCode() int + type PlanPagerankRefreshGraphAugmentationPagerankPlanGetParams struct + Force *bool + MinEdges *int + MinNodes *int + type PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse(rsp *http.Response) (*PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse, error) + func (r PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse) ContentType() string + func (r PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse) GetBody() []byte + func (r PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse) Status() string + func (r PlanPagerankRefreshGraphAugmentationPagerankPlanGetResponse) StatusCode() int + type PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetParams struct + SpaceId *string + type PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse(rsp *http.Response) (*PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse, error) + func (r PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse) ContentType() string + func (r PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse) GetBody() []byte + func (r PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse) Status() string + func (r PlanScheduledAgentContextAgentTriggerTaskTypeContextPlanGetResponse) StatusCode() int + type PlanThreadDistillationBatchMemoriesDistillBatchPlanPostJSONRequestBody = ThreadDistillationBatchPlanRequest + type PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadDistillationBatchPlanResponse + JSON422 *HTTPValidationError + func ParsePlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse(rsp *http.Response) (*PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse, error) + func (r PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse) ContentType() string + func (r PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse) GetBody() []byte + func (r PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse) GetJSON200() *ThreadDistillationBatchPlanResponse + func (r PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse) GetJSON422() *HTTPValidationError + func (r PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse) Status() string + func (r PlanThreadDistillationBatchMemoriesDistillBatchPlanPostResponse) StatusCode() int + type PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetParams struct + MaxTasks *int + type PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse(rsp *http.Response) (*PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse, error) + func (r PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse) ContentType() string + func (r PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse) GetBody() []byte + func (r PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse) GetJSON200() *map[string]interface{} + func (r PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse) GetJSON422() *HTTPValidationError + func (r PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse) Status() string + func (r PlanThreadSyncedEventsAgentTriggerThreadSyncedPlanGetResponse) StatusCode() int + type PluginUpdateInfo struct + AvailableVersion string + Id string + InstalledVersion *string + Name string + type PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostJSONRequestBody = BulkMoveMemoriesRequest + type PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkMovePreviewResponse + JSON422 *HTTPValidationError + func ParsePreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse(rsp *http.Response) (*PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse, error) + func (r PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse) ContentType() string + func (r PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse) GetBody() []byte + func (r PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse) GetJSON200() *BulkMovePreviewResponse + func (r PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse) Status() string + func (r PreviewBulkMoveMemoriesMemoriesBulkMovePreviewPostResponse) StatusCode() int + type PreviewBulkMoveThreadsThreadsBulkMovePreviewPostJSONRequestBody = BulkMoveThreadsRequest + type PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *BulkMoveThreadsPreviewResponse + JSON422 *HTTPValidationError + func ParsePreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse(rsp *http.Response) (*PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse, error) + func (r PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse) ContentType() string + func (r PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse) GetBody() []byte + func (r PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse) GetJSON200() *BulkMoveThreadsPreviewResponse + func (r PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse) Status() string + func (r PreviewBulkMoveThreadsThreadsBulkMovePreviewPostResponse) StatusCode() int + type PreviewConversationThreadsConversationsPreviewPostJSONRequestBody = ConversationPreviewRequest + type PreviewConversationThreadsConversationsPreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ConversationPreviewResponse + JSON422 *HTTPValidationError + func ParsePreviewConversationThreadsConversationsPreviewPostResponse(rsp *http.Response) (*PreviewConversationThreadsConversationsPreviewPostResponse, error) + func (r PreviewConversationThreadsConversationsPreviewPostResponse) ContentType() string + func (r PreviewConversationThreadsConversationsPreviewPostResponse) GetBody() []byte + func (r PreviewConversationThreadsConversationsPreviewPostResponse) GetJSON200() *ConversationPreviewResponse + func (r PreviewConversationThreadsConversationsPreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewConversationThreadsConversationsPreviewPostResponse) Status() string + func (r PreviewConversationThreadsConversationsPreviewPostResponse) StatusCode() int + type PreviewDistillationMemoriesDistillPreviewPostJSONRequestBody = DistillationRequest + type PreviewDistillationMemoriesDistillPreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DistillationPreviewResponse + JSON422 *HTTPValidationError + func ParsePreviewDistillationMemoriesDistillPreviewPostResponse(rsp *http.Response) (*PreviewDistillationMemoriesDistillPreviewPostResponse, error) + func (r PreviewDistillationMemoriesDistillPreviewPostResponse) ContentType() string + func (r PreviewDistillationMemoriesDistillPreviewPostResponse) GetBody() []byte + func (r PreviewDistillationMemoriesDistillPreviewPostResponse) GetJSON200() *DistillationPreviewResponse + func (r PreviewDistillationMemoriesDistillPreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewDistillationMemoriesDistillPreviewPostResponse) Status() string + func (r PreviewDistillationMemoriesDistillPreviewPostResponse) StatusCode() int + type PreviewEntityDeleteHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EntityDeletePlanResponse + func ParsePreviewEntityDeleteHandlerResponse(rsp *http.Response) (*PreviewEntityDeleteHandlerResponse, error) + func (r PreviewEntityDeleteHandlerResponse) ContentType() string + func (r PreviewEntityDeleteHandlerResponse) GetBody() []byte + func (r PreviewEntityDeleteHandlerResponse) GetJSON200() *EntityDeletePlanResponse + func (r PreviewEntityDeleteHandlerResponse) Status() string + func (r PreviewEntityDeleteHandlerResponse) StatusCode() int + type PreviewEntityMergeHandlerJSONRequestBody = EntityMergeRequest + type PreviewEntityMergeHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EntityMergePlanResponse + func ParsePreviewEntityMergeHandlerResponse(rsp *http.Response) (*PreviewEntityMergeHandlerResponse, error) + func (r PreviewEntityMergeHandlerResponse) ContentType() string + func (r PreviewEntityMergeHandlerResponse) GetBody() []byte + func (r PreviewEntityMergeHandlerResponse) GetJSON200() *EntityMergePlanResponse + func (r PreviewEntityMergeHandlerResponse) Status() string + func (r PreviewEntityMergeHandlerResponse) StatusCode() int + type PreviewEvolvesRevisionHandlerJSONRequestBody = EvolvesRevisionPreviewRequest + type PreviewEvolvesRevisionHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *EvolvesRevisionPlanResponse + func ParsePreviewEvolvesRevisionHandlerResponse(rsp *http.Response) (*PreviewEvolvesRevisionHandlerResponse, error) + func (r PreviewEvolvesRevisionHandlerResponse) ContentType() string + func (r PreviewEvolvesRevisionHandlerResponse) GetBody() []byte + func (r PreviewEvolvesRevisionHandlerResponse) GetJSON200() *EvolvesRevisionPlanResponse + func (r PreviewEvolvesRevisionHandlerResponse) Status() string + func (r PreviewEvolvesRevisionHandlerResponse) StatusCode() int + type PreviewLabelConsolidationLabelsConsolidationPreviewPostParams struct + MaxLabels *int + MaxPairs *int + SimFloor *float32 + type PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParsePreviewLabelConsolidationLabelsConsolidationPreviewPostResponse(rsp *http.Response) (*PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse, error) + func (r PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse) ContentType() string + func (r PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse) GetBody() []byte + func (r PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse) GetJSON200() *map[string]interface{} + func (r PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse) Status() string + func (r PreviewLabelConsolidationLabelsConsolidationPreviewPostResponse) StatusCode() int + type PreviewLabelDeleteHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelLifecyclePlanResponse + func ParsePreviewLabelDeleteHandlerResponse(rsp *http.Response) (*PreviewLabelDeleteHandlerResponse, error) + func (r PreviewLabelDeleteHandlerResponse) ContentType() string + func (r PreviewLabelDeleteHandlerResponse) GetBody() []byte + func (r PreviewLabelDeleteHandlerResponse) GetJSON200() *LabelLifecyclePlanResponse + func (r PreviewLabelDeleteHandlerResponse) Status() string + func (r PreviewLabelDeleteHandlerResponse) StatusCode() int + type PreviewLabelMergeHandlerJSONRequestBody = LabelMergePreviewRequest + type PreviewLabelMergeHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelLifecyclePlanResponse + func ParsePreviewLabelMergeHandlerResponse(rsp *http.Response) (*PreviewLabelMergeHandlerResponse, error) + func (r PreviewLabelMergeHandlerResponse) ContentType() string + func (r PreviewLabelMergeHandlerResponse) GetBody() []byte + func (r PreviewLabelMergeHandlerResponse) GetJSON200() *LabelLifecyclePlanResponse + func (r PreviewLabelMergeHandlerResponse) Status() string + func (r PreviewLabelMergeHandlerResponse) StatusCode() int + type PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostJSONRequestBody = MemoryKGContentExtractionRequest + type PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryKGExtractionResponse + JSON422 *HTTPValidationError + func ParsePreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse(rsp *http.Response) (*PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse, ...) + func (r PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse) ContentType() string + func (r PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse) GetBody() []byte + func (r PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse) GetJSON200() *MemoryKGExtractionResponse + func (r PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse) Status() string + func (r PreviewMemoryKgExtractionContentMemoriesExtractKgPreviewContentPostResponse) StatusCode() int + type PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostJSONRequestBody = MemoryKGExtractionRequest + type PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryKGExtractionResponse + JSON422 *HTTPValidationError + func ParsePreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse(rsp *http.Response) (*PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse, error) + func (r PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse) ContentType() string + func (r PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse) GetBody() []byte + func (r PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse) GetJSON200() *MemoryKGExtractionResponse + func (r PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse) Status() string + func (r PreviewMemoryKgExtractionMemoriesMemoryIdExtractKgPreviewPostResponse) StatusCode() int + type PreviewScheduleRequest struct + After *string + Count *int + LocalTime WallClockTime + Recurrence Recurrence + Timezone string + type PreviewSettingsRestoreHandlerJSONRequestBody = SettingsBackupArtifact + type PreviewSettingsRestoreHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SettingsRestorePreview + func ParsePreviewSettingsRestoreHandlerResponse(rsp *http.Response) (*PreviewSettingsRestoreHandlerResponse, error) + func (r PreviewSettingsRestoreHandlerResponse) ContentType() string + func (r PreviewSettingsRestoreHandlerResponse) GetBody() []byte + func (r PreviewSettingsRestoreHandlerResponse) GetJSON200() *SettingsRestorePreview + func (r PreviewSettingsRestoreHandlerResponse) Status() string + func (r PreviewSettingsRestoreHandlerResponse) StatusCode() int + type PreviewSpaceMergeSpacesSpaceRefMergePreviewPostJSONRequestBody = SpaceMergeRequest + type PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SpaceMergePlan + JSON422 *HTTPValidationError + func ParsePreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse(rsp *http.Response) (*PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse, error) + func (r PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse) ContentType() string + func (r PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse) GetBody() []byte + func (r PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse) GetJSON200() *SpaceMergePlan + func (r PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse) GetJSON422() *HTTPValidationError + func (r PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse) Status() string + func (r PreviewSpaceMergeSpacesSpaceRefMergePreviewPostResponse) StatusCode() int + type PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostJSONRequestBody = AINowPromptRequest + type PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParsePromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse(rsp *http.Response) (*PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse, error) + func (r PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse) ContentType() string + func (r PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse) GetBody() []byte + func (r PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse) GetJSON200() *interface{} + func (r PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse) GetJSON422() *HTTPValidationError + func (r PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse) Status() string + func (r PromptAiNowSessionAgentAiNowSessionsSessionIdPromptPostResponse) StatusCode() int + type QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostJSONRequestBody = MemoryCleanupCompactionRequest + type QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseQueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse(rsp *http.Response) (*QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse, ...) + func (r QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse) ContentType() string + func (r QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse) GetBody() []byte + func (r QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse) GetJSON200() *map[string]interface{} + func (r QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse) GetJSON422() *HTTPValidationError + func (r QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse) Status() string + func (r QueueMemoryCleanupCompactionAgentTriggerMemoryCleanupCompactionPostResponse) StatusCode() int + type ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostJSONRequestBody = AINowFileReadRequest + type ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse(rsp *http.Response) (*ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse, error) + func (r ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse) ContentType() string + func (r ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse) GetBody() []byte + func (r ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse) GetJSON200() *map[string]interface{} + func (r ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse) GetJSON422() *HTTPValidationError + func (r ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse) Status() string + func (r ReadAiNowSessionFileAgentAiNowSessionsSessionIdFilesReadPostResponse) StatusCode() int + type ReconcileTailResponse struct + AdditionalProperties map[string]interface{} + MessagesAdded int + MessagesReplaced int + Success bool + ThreadId string + TotalMessages int + func (a *ReconcileTailResponse) Set(fieldName string, value interface{}) + func (a *ReconcileTailResponse) UnmarshalJSON(b []byte) error + func (a ReconcileTailResponse) Get(fieldName string) (value interface{}, found bool) + func (a ReconcileTailResponse) MarshalJSON() ([]byte, error) + type ReconcileThreadTailThreadsThreadIdReconcileTailPostJSONBody map[string]interface + type ReconcileThreadTailThreadsThreadIdReconcileTailPostJSONRequestBody ReconcileThreadTailThreadsThreadIdReconcileTailPostJSONBody + type ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ReconcileTailResponse + JSON422 *HTTPValidationError + func ParseReconcileThreadTailThreadsThreadIdReconcileTailPostResponse(rsp *http.Response) (*ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse, error) + func (r ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse) ContentType() string + func (r ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse) GetBody() []byte + func (r ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse) GetJSON200() *ReconcileTailResponse + func (r ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse) GetJSON422() *HTTPValidationError + func (r ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse) Status() string + func (r ReconcileThreadTailThreadsThreadIdReconcileTailPostResponse) StatusCode() int + type Recurrence struct + DayOfMonth *int32 + Kind RecurrenceKind + Weekdays *[]int32 + type RecurrenceKind string + const Daily + const Monthly + const SelectedWeekdays + const Weekdays + const Weekly + func (e RecurrenceKind) Valid() bool + type RecurringTask struct + CapabilityFingerprint string + CapabilityGrant CapabilityGrant + ConnectorBindings *[]ConnectorBinding + ConsecutiveFailures *int32 + ContractVersion int32 + CreatedAt string + EnabledPluginIds *[]string + Id string + InFlight *OccurrenceLease + Instruction string + InstructionRevision int64 + LastOutcome *OccurrenceOutcome + LastSettledAt *string + LocalTime WallClockTime + MissedRunPolicy MissedRunPolicy + ModelPolicy ModelPolicy + NextRunAt string + PauseReason *PauseReason + ProjectDir string + Recurrence Recurrence + RequiredGrantRevision int64 + SpaceId *string + Status ScheduleStatus + Timezone string + Title string + UpdatedAt string + type RefetchSourceSourcesSourceIdRefetchPostParams struct + SpaceId *string + type RefetchSourceSourcesSourceIdRefetchPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + JSON422 *HTTPValidationError + func ParseRefetchSourceSourcesSourceIdRefetchPostResponse(rsp *http.Response) (*RefetchSourceSourcesSourceIdRefetchPostResponse, error) + func (r RefetchSourceSourcesSourceIdRefetchPostResponse) ContentType() string + func (r RefetchSourceSourcesSourceIdRefetchPostResponse) GetBody() []byte + func (r RefetchSourceSourcesSourceIdRefetchPostResponse) GetJSON200() *map[string]string + func (r RefetchSourceSourcesSourceIdRefetchPostResponse) GetJSON422() *HTTPValidationError + func (r RefetchSourceSourcesSourceIdRefetchPostResponse) Status() string + func (r RefetchSourceSourcesSourceIdRefetchPostResponse) StatusCode() int + type RegisterSkillHostSkillsRegistrationHostPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseRegisterSkillHostSkillsRegistrationHostPostResponse(rsp *http.Response) (*RegisterSkillHostSkillsRegistrationHostPostResponse, error) + func (r RegisterSkillHostSkillsRegistrationHostPostResponse) ContentType() string + func (r RegisterSkillHostSkillsRegistrationHostPostResponse) GetBody() []byte + func (r RegisterSkillHostSkillsRegistrationHostPostResponse) GetJSON200() *map[string]interface{} + func (r RegisterSkillHostSkillsRegistrationHostPostResponse) GetJSON422() *HTTPValidationError + func (r RegisterSkillHostSkillsRegistrationHostPostResponse) Status() string + func (r RegisterSkillHostSkillsRegistrationHostPostResponse) StatusCode() int + type ReindexDetail struct + EmbeddingDimension *int + Error *string + MemoryId string + Reason *string + Status string + type ReindexMemoriesBulkMemoriesReindexPostJSONRequestBody = MemoryReindexRequest + type ReindexMemoriesBulkMemoriesReindexPostParams struct + BatchSize *int + type ReindexMemoriesBulkMemoriesReindexPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ReindexResponse + JSON422 *HTTPValidationError + func ParseReindexMemoriesBulkMemoriesReindexPostResponse(rsp *http.Response) (*ReindexMemoriesBulkMemoriesReindexPostResponse, error) + func (r ReindexMemoriesBulkMemoriesReindexPostResponse) ContentType() string + func (r ReindexMemoriesBulkMemoriesReindexPostResponse) GetBody() []byte + func (r ReindexMemoriesBulkMemoriesReindexPostResponse) GetJSON200() *ReindexResponse + func (r ReindexMemoriesBulkMemoriesReindexPostResponse) GetJSON422() *HTTPValidationError + func (r ReindexMemoriesBulkMemoriesReindexPostResponse) Status() string + func (r ReindexMemoriesBulkMemoriesReindexPostResponse) StatusCode() int + type ReindexResponse struct + Details []ReindexDetail + Error *string + Failed int + Processed int + Success bool + type ReindexSearchIndexSearchIndexReindexPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SearchIndexReindexResponse + func ParseReindexSearchIndexSearchIndexReindexPostResponse(rsp *http.Response) (*ReindexSearchIndexSearchIndexReindexPostResponse, error) + func (r ReindexSearchIndexSearchIndexReindexPostResponse) ContentType() string + func (r ReindexSearchIndexSearchIndexReindexPostResponse) GetBody() []byte + func (r ReindexSearchIndexSearchIndexReindexPostResponse) GetJSON200() *SearchIndexReindexResponse + func (r ReindexSearchIndexSearchIndexReindexPostResponse) Status() string + func (r ReindexSearchIndexSearchIndexReindexPostResponse) StatusCode() int + type ReindexStatusResponse struct + AllMemoryIds *[]string + CountNeedingReindex int64 + HasMemoriesNeedingReindex bool + SampleMemories []MemoryReindexSample + type RelationshipInfo struct + Confidence float32 + Strength float32 + Type string + type RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MessageResponse + JSON422 *HTTPValidationError + func ParseRemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse(rsp *http.Response) (*RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse, error) + func (r RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse) ContentType() string + func (r RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse) GetBody() []byte + func (r RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse) GetJSON200() *MessageResponse + func (r RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse) Status() string + func (r RemoveLabelFromMemoryMemoriesMemoryIdLabelsLabelIdDeleteResponse) StatusCode() int + type RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MessageResponse + JSON422 *HTTPValidationError + func ParseRemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse(rsp *http.Response) (*RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse, error) + func (r RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse) ContentType() string + func (r RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse) GetBody() []byte + func (r RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse) GetJSON200() *MessageResponse + func (r RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse) GetJSON422() *HTTPValidationError + func (r RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse) Status() string + func (r RemoveLabelFromSourceSourcesSourceIdLabelsLabelIdDeleteResponse) StatusCode() int + type ReportSkillOutcomeSkillsSkillIdOutcomePostJSONRequestBody = SkillOutcomeRequest + type ReportSkillOutcomeSkillsSkillIdOutcomePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseReportSkillOutcomeSkillsSkillIdOutcomePostResponse(rsp *http.Response) (*ReportSkillOutcomeSkillsSkillIdOutcomePostResponse, error) + func (r ReportSkillOutcomeSkillsSkillIdOutcomePostResponse) ContentType() string + func (r ReportSkillOutcomeSkillsSkillIdOutcomePostResponse) GetBody() []byte + func (r ReportSkillOutcomeSkillsSkillIdOutcomePostResponse) GetJSON200() *map[string]interface{} + func (r ReportSkillOutcomeSkillsSkillIdOutcomePostResponse) GetJSON422() *HTTPValidationError + func (r ReportSkillOutcomeSkillsSkillIdOutcomePostResponse) Status() string + func (r ReportSkillOutcomeSkillsSkillIdOutcomePostResponse) StatusCode() int + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type ResolveEventAgentFeedEventsEventIdResolvePostJSONBody = TimelineReviewResolveRequest + type ResolveEventAgentFeedEventsEventIdResolvePostJSONRequestBody = ResolveEventAgentFeedEventsEventIdResolvePostJSONBody + type ResolveEventAgentFeedEventsEventIdResolvePostParams struct + Action *string + MemoryIds *string + Resolution *string + ResolutionNote *string + ReviewAction *TimelineReviewAction + type ResolveEventAgentFeedEventsEventIdResolvePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *TimelineReviewResolveResponse + JSON422 *HTTPValidationError + func ParseResolveEventAgentFeedEventsEventIdResolvePostResponse(rsp *http.Response) (*ResolveEventAgentFeedEventsEventIdResolvePostResponse, error) + func (r ResolveEventAgentFeedEventsEventIdResolvePostResponse) ContentType() string + func (r ResolveEventAgentFeedEventsEventIdResolvePostResponse) GetBody() []byte + func (r ResolveEventAgentFeedEventsEventIdResolvePostResponse) GetJSON200() *TimelineReviewResolveResponse + func (r ResolveEventAgentFeedEventsEventIdResolvePostResponse) GetJSON422() *HTTPValidationError + func (r ResolveEventAgentFeedEventsEventIdResolvePostResponse) Status() string + func (r ResolveEventAgentFeedEventsEventIdResolvePostResponse) StatusCode() int + type ResolveResourceHandlerParams struct + AgentId *string + HostAgentId *string + IncludeWorkingMemory *bool + SourceApp *string + SpaceId *string + Uri string + type ResolveResourceHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ResolvedResourceResponse + func ParseResolveResourceHandlerResponse(rsp *http.Response) (*ResolveResourceHandlerResponse, error) + func (r ResolveResourceHandlerResponse) ContentType() string + func (r ResolveResourceHandlerResponse) GetBody() []byte + func (r ResolveResourceHandlerResponse) GetJSON200() *ResolvedResourceResponse + func (r ResolveResourceHandlerResponse) Status() string + func (r ResolveResourceHandlerResponse) StatusCode() int + type ResolvedResourceResponse struct + Body string + CanonicalUri string + Frontmatter interface{} + Kind string + MimeType string + Path string + RequestedUri string + type RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostJSONRequestBody = AINowPermissionResponseRequest + type RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseRespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse(rsp *http.Response) (...) + func (r RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse) ContentType() string + func (r RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse) GetBody() []byte + func (r RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse) GetJSON200() *map[string]interface{} + func (r RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse) GetJSON422() *HTTPValidationError + func (r RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse) Status() string + func (r RespondAiNowPermissionAgentAiNowSessionsSessionIdPermissionsRequestIdPostResponse) StatusCode() int + type RestoreMergedSkillHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *RestoreMergedSkillResponse + func ParseRestoreMergedSkillHandlerResponse(rsp *http.Response) (*RestoreMergedSkillHandlerResponse, error) + func (r RestoreMergedSkillHandlerResponse) ContentType() string + func (r RestoreMergedSkillHandlerResponse) GetBody() []byte + func (r RestoreMergedSkillHandlerResponse) GetJSON200() *RestoreMergedSkillResponse + func (r RestoreMergedSkillHandlerResponse) Status() string + func (r RestoreMergedSkillHandlerResponse) StatusCode() int + type RestoreMergedSkillResponse struct + Id string + Stage string + UnmergedFrom string + type RestoreSettingsHandlerJSONRequestBody = SettingsBackupArtifact + type RestoreSettingsHandlerResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SettingsRestoreResponse + func ParseRestoreSettingsHandlerResponse(rsp *http.Response) (*RestoreSettingsHandlerResponse, error) + func (r RestoreSettingsHandlerResponse) ContentType() string + func (r RestoreSettingsHandlerResponse) GetBody() []byte + func (r RestoreSettingsHandlerResponse) GetJSON200() *SettingsRestoreResponse + func (r RestoreSettingsHandlerResponse) Status() string + func (r RestoreSettingsHandlerResponse) StatusCode() int + type RetryEventAgentFeedEventsEventIdRetryPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseRetryEventAgentFeedEventsEventIdRetryPostResponse(rsp *http.Response) (*RetryEventAgentFeedEventsEventIdRetryPostResponse, error) + func (r RetryEventAgentFeedEventsEventIdRetryPostResponse) ContentType() string + func (r RetryEventAgentFeedEventsEventIdRetryPostResponse) GetBody() []byte + func (r RetryEventAgentFeedEventsEventIdRetryPostResponse) GetJSON200() *map[string]interface{} + func (r RetryEventAgentFeedEventsEventIdRetryPostResponse) GetJSON422() *HTTPValidationError + func (r RetryEventAgentFeedEventsEventIdRetryPostResponse) Status() string + func (r RetryEventAgentFeedEventsEventIdRetryPostResponse) StatusCode() int + type RulesResponse struct + Rules *[]GuidanceRuleResponse + type RunSkillEvalSkillsSkillIdEvalRunPostParams struct + Strict *bool + type RunSkillEvalSkillsSkillIdEvalRunPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseRunSkillEvalSkillsSkillIdEvalRunPostResponse(rsp *http.Response) (*RunSkillEvalSkillsSkillIdEvalRunPostResponse, error) + func (r RunSkillEvalSkillsSkillIdEvalRunPostResponse) ContentType() string + func (r RunSkillEvalSkillsSkillIdEvalRunPostResponse) GetBody() []byte + func (r RunSkillEvalSkillsSkillIdEvalRunPostResponse) GetJSON200() *map[string]interface{} + func (r RunSkillEvalSkillsSkillIdEvalRunPostResponse) GetJSON422() *HTTPValidationError + func (r RunSkillEvalSkillsSkillIdEvalRunPostResponse) Status() string + func (r RunSkillEvalSkillsSkillIdEvalRunPostResponse) StatusCode() int + type SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostJSONRequestBody = AINowMessagesRequest + type SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse(rsp *http.Response) (*SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse, error) + func (r SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse) ContentType() string + func (r SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse) GetBody() []byte + func (r SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse) GetJSON200() *map[string]interface{} + func (r SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse) GetJSON422() *HTTPValidationError + func (r SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse) Status() string + func (r SaveAiNowMessagesAgentAiNowSessionsSessionIdMessagesPostResponse) StatusCode() int + type SaveSessionAgentGraphIntelligenceSessionPostJSONRequestBody = SaveSessionRequest + type SaveSessionAgentGraphIntelligenceSessionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseSaveSessionAgentGraphIntelligenceSessionPostResponse(rsp *http.Response) (*SaveSessionAgentGraphIntelligenceSessionPostResponse, error) + func (r SaveSessionAgentGraphIntelligenceSessionPostResponse) ContentType() string + func (r SaveSessionAgentGraphIntelligenceSessionPostResponse) GetBody() []byte + func (r SaveSessionAgentGraphIntelligenceSessionPostResponse) GetJSON200() *interface{} + func (r SaveSessionAgentGraphIntelligenceSessionPostResponse) GetJSON422() *HTTPValidationError + func (r SaveSessionAgentGraphIntelligenceSessionPostResponse) Status() string + func (r SaveSessionAgentGraphIntelligenceSessionPostResponse) StatusCode() int + type SaveSessionRequest struct + Messages *[]map[string]interface{} + type SaveSessionThreadsSessionsSavePostJSONRequestBody = SessionSaveRequest + type SaveSessionThreadsSessionsSavePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SessionSaveResponse + JSON422 *HTTPValidationError + func ParseSaveSessionThreadsSessionsSavePostResponse(rsp *http.Response) (*SaveSessionThreadsSessionsSavePostResponse, error) + func (r SaveSessionThreadsSessionsSavePostResponse) ContentType() string + func (r SaveSessionThreadsSessionsSavePostResponse) GetBody() []byte + func (r SaveSessionThreadsSessionsSavePostResponse) GetJSON200() *SessionSaveResponse + func (r SaveSessionThreadsSessionsSavePostResponse) GetJSON422() *HTTPValidationError + func (r SaveSessionThreadsSessionsSavePostResponse) Status() string + func (r SaveSessionThreadsSessionsSavePostResponse) StatusCode() int + type ScheduleDeleteResponse struct + Ok bool + type ScheduleDistillationMemoriesDistillSchedulePostJSONRequestBody = DistillationScheduleRequest + type ScheduleDistillationMemoriesDistillSchedulePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DistillationScheduleResponse + JSON422 *HTTPValidationError + func ParseScheduleDistillationMemoriesDistillSchedulePostResponse(rsp *http.Response) (*ScheduleDistillationMemoriesDistillSchedulePostResponse, error) + func (r ScheduleDistillationMemoriesDistillSchedulePostResponse) ContentType() string + func (r ScheduleDistillationMemoriesDistillSchedulePostResponse) GetBody() []byte + func (r ScheduleDistillationMemoriesDistillSchedulePostResponse) GetJSON200() *DistillationScheduleResponse + func (r ScheduleDistillationMemoriesDistillSchedulePostResponse) GetJSON422() *HTTPValidationError + func (r ScheduleDistillationMemoriesDistillSchedulePostResponse) Status() string + func (r ScheduleDistillationMemoriesDistillSchedulePostResponse) StatusCode() int + type ScheduleErrorResponse struct + Detail string + type ScheduleListResponse struct + Schedules []RecurringTask + type SchedulePreviewResponse struct + Occurrences []string + type ScheduleResponse struct + Schedule RecurringTask + type ScheduleRunsResponse struct + Runs []OccurrenceOutcome + type ScheduleStatus string + const ScheduleStatusActive + const ScheduleStatusDeleted + const ScheduleStatusDraft + const ScheduleStatusPaused + func (e ScheduleStatus) Valid() bool + type SearchGraphGraphSearchGetParams struct + Depth *int + EdgeTypes *[]string + IncludeMetadata *bool + Limit *int + NodeTypes *[]string + Query string + SpaceId *string + type SearchGraphGraphSearchGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GraphSearchResponse + JSON422 *HTTPValidationError + func ParseSearchGraphGraphSearchGetResponse(rsp *http.Response) (*SearchGraphGraphSearchGetResponse, error) + func (r SearchGraphGraphSearchGetResponse) ContentType() string + func (r SearchGraphGraphSearchGetResponse) GetBody() []byte + func (r SearchGraphGraphSearchGetResponse) GetJSON200() *GraphSearchResponse + func (r SearchGraphGraphSearchGetResponse) GetJSON422() *HTTPValidationError + func (r SearchGraphGraphSearchGetResponse) Status() string + func (r SearchGraphGraphSearchGetResponse) StatusCode() int + type SearchIndexReindexResponse struct + Communities *int + Entities *int + Errors *[]string + Memories *int + Message *string + Messages *int + RestartRecommended *bool + SourceChunks *int + Sources *int + Success bool + type SearchIndexReindexRuntimeStatusResponse struct + Active bool + Errors *[]string + FinishedAt *string + Message *string + Progress *float32 + RunId *string + Stage *string + StartedAt *string + Stats *map[string]interface{} + Success *bool + UpdatedAt *string + type SearchIndexStatusResponse struct + Available bool + EmbeddingMode *string + Message string + ModelCached bool + ModelName *string + RemoteModel *string + RemoteProvider *string + type SearchMemoriesMemoriesSearchPostJSONRequestBody = MemorySearchRequest + type SearchMemoriesMemoriesSearchPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]MemorySearchResult + JSON422 *HTTPValidationError + func ParseSearchMemoriesMemoriesSearchPostResponse(rsp *http.Response) (*SearchMemoriesMemoriesSearchPostResponse, error) + func (r SearchMemoriesMemoriesSearchPostResponse) ContentType() string + func (r SearchMemoriesMemoriesSearchPostResponse) GetBody() []byte + func (r SearchMemoriesMemoriesSearchPostResponse) GetJSON200() *[]MemorySearchResult + func (r SearchMemoriesMemoriesSearchPostResponse) GetJSON422() *HTTPValidationError + func (r SearchMemoriesMemoriesSearchPostResponse) Status() string + func (r SearchMemoriesMemoriesSearchPostResponse) StatusCode() int + type SearchMetadata struct + AdditionalProperties map[string]interface{} + FiltersApplied *FiltersApplied + GraphStats *GraphStatsSummary + SearchMethod string + SearchResults *SearchResultsSummary + UnifiedQuery *bool + VisualizationReady *bool + func (a *SearchMetadata) Set(fieldName string, value interface{}) + func (a *SearchMetadata) UnmarshalJSON(b []byte) error + func (a SearchMetadata) Get(fieldName string) (value interface{}, found bool) + func (a SearchMetadata) MarshalJSON() ([]byte, error) + type SearchResultsSummary struct + AdditionalProperties map[string]interface{} + CommunitiesFound *int + EntitiesFound *int + MemoriesFound *int + ThreadsFound *int + func (a *SearchResultsSummary) Set(fieldName string, value interface{}) + func (a *SearchResultsSummary) UnmarshalJSON(b []byte) error + func (a SearchResultsSummary) Get(fieldName string) (value interface{}, found bool) + func (a SearchResultsSummary) MarshalJSON() ([]byte, error) + type SearchSourcesSourcesSearchGetParams struct + Label *[]string + Labels *[]string + Limit *int + Metadata *[]string + Q string + SpaceId *string + type SearchSourcesSourcesSearchGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SourceSearchResponse + JSON422 *HTTPValidationError + func ParseSearchSourcesSourcesSearchGetResponse(rsp *http.Response) (*SearchSourcesSourcesSearchGetResponse, error) + func (r SearchSourcesSourcesSearchGetResponse) ContentType() string + func (r SearchSourcesSourcesSearchGetResponse) GetBody() []byte + func (r SearchSourcesSourcesSearchGetResponse) GetJSON200() *SourceSearchResponse + func (r SearchSourcesSourcesSearchGetResponse) GetJSON422() *HTTPValidationError + func (r SearchSourcesSourcesSearchGetResponse) Status() string + func (r SearchSourcesSourcesSearchGetResponse) StatusCode() int + type SearchThreadsFullThreadsSearchGetParams struct + Limit *int + Mode *string + Query string + Source *string + SpaceId *string + type SearchThreadsFullThreadsSearchGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ThreadSearchResponse + JSON422 *HTTPValidationError + func ParseSearchThreadsFullThreadsSearchGetResponse(rsp *http.Response) (*SearchThreadsFullThreadsSearchGetResponse, error) + func (r SearchThreadsFullThreadsSearchGetResponse) ContentType() string + func (r SearchThreadsFullThreadsSearchGetResponse) GetBody() []byte + func (r SearchThreadsFullThreadsSearchGetResponse) GetJSON200() *ThreadSearchResponse + func (r SearchThreadsFullThreadsSearchGetResponse) GetJSON422() *HTTPValidationError + func (r SearchThreadsFullThreadsSearchGetResponse) Status() string + func (r SearchThreadsFullThreadsSearchGetResponse) StatusCode() int + type SendMessageAgentGraphIntelligenceMessagePostJSONRequestBody = GraphIntelligenceMessageRequest + type SendMessageAgentGraphIntelligenceMessagePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseSendMessageAgentGraphIntelligenceMessagePostResponse(rsp *http.Response) (*SendMessageAgentGraphIntelligenceMessagePostResponse, error) + func (r SendMessageAgentGraphIntelligenceMessagePostResponse) ContentType() string + func (r SendMessageAgentGraphIntelligenceMessagePostResponse) GetBody() []byte + func (r SendMessageAgentGraphIntelligenceMessagePostResponse) GetJSON200() *interface{} + func (r SendMessageAgentGraphIntelligenceMessagePostResponse) GetJSON422() *HTTPValidationError + func (r SendMessageAgentGraphIntelligenceMessagePostResponse) Status() string + func (r SendMessageAgentGraphIntelligenceMessagePostResponse) StatusCode() int + type SessionSaveRequest struct + Client string + PersistMode *string + ProjectPath string + SessionId *string + Summary *string + TruncateLargeContent *bool + type SessionSaveResponse struct + Client string + Error *string + Hint *string + PersistMode string + ProjectPath string + Results *[]SessionSaveResultItem + Status string + type SessionSaveResultItem struct + Action string + File *string + MessageCount int + MessagesAdded *int + SessionId string + ThreadId string + type SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostJSONRequestBody = AINowAutoApproveRequest + type SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse(rsp *http.Response) (*SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse, error) + func (r SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse) ContentType() string + func (r SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse) GetBody() []byte + func (r SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse) GetJSON200() *map[string]interface{} + func (r SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse) GetJSON422() *HTTPValidationError + func (r SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse) Status() string + func (r SetAiNowAutoApproveAgentAiNowSessionsSessionIdAutoApprovePostResponse) StatusCode() int + type SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutJSONRequestBody = HostConfigDir + type SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse(rsp *http.Response) (*SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse, error) + func (r SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse) ContentType() string + func (r SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse) GetBody() []byte + func (r SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse) GetJSON200() *map[string]interface{} + func (r SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse) GetJSON422() *HTTPValidationError + func (r SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse) Status() string + func (r SetSkillHostConfigDirSkillsRegistrationHostConfigDirPutResponse) StatusCode() int + type SettingsBackupArtifact struct + ExportedAt string + Format string + Omitted []string + Providers interface{} + Settings interface{} + Version int32 + type SettingsRestorePreview struct + CredentialsIncluded bool + ProviderCount int + Sections []string + Valid bool + Version int32 + Warnings []string + type SettingsRestoreResponse struct + CredentialsRestored bool + ProviderCount int + Restored bool + Sections []string + Warnings []string + type SkillBuilderChatAgentSkillBuilderChatPostJSONRequestBody = SkillBuilderChatRequest + type SkillBuilderChatAgentSkillBuilderChatPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderChatAgentSkillBuilderChatPostResponse(rsp *http.Response) (*SkillBuilderChatAgentSkillBuilderChatPostResponse, error) + func (r SkillBuilderChatAgentSkillBuilderChatPostResponse) ContentType() string + func (r SkillBuilderChatAgentSkillBuilderChatPostResponse) GetBody() []byte + func (r SkillBuilderChatAgentSkillBuilderChatPostResponse) GetJSON200() *interface{} + func (r SkillBuilderChatAgentSkillBuilderChatPostResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderChatAgentSkillBuilderChatPostResponse) Status() string + func (r SkillBuilderChatAgentSkillBuilderChatPostResponse) StatusCode() int + type SkillBuilderChatContext struct + DraftName *string + DraftNote *string + HasAssets *bool + HasDuplicate *bool + HasPending *bool + SkillDescription *string + SkillName *string + SkillStage *string + View *string + type SkillBuilderChatRequest struct + Context *SkillBuilderChatContext + History *[]map[string]string + Message string + SpaceId *string + type SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseSkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse(rsp *http.Response) (*SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse, ...) + func (r SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse) ContentType() string + func (r SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse) GetBody() []byte + func (r SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse) GetJSON200() *map[string]interface{} + func (r SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse) Status() string + func (r SkillBuilderDiscoverImportableAgentSkillBuilderDiscoverImportableGetResponse) StatusCode() int + type SkillBuilderEditBodyAgentSkillBuilderEditBodyPostJSONRequestBody = SkillEditBodyRequest + type SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse(rsp *http.Response) (*SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse, error) + func (r SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse) ContentType() string + func (r SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse) GetBody() []byte + func (r SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse) GetJSON200() *map[string]interface{} + func (r SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse) Status() string + func (r SkillBuilderEditBodyAgentSkillBuilderEditBodyPostResponse) StatusCode() int + type SkillBuilderImportAgentSkillBuilderImportPostJSONRequestBody = SkillImportRequest + type SkillBuilderImportAgentSkillBuilderImportPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderImportAgentSkillBuilderImportPostResponse(rsp *http.Response) (*SkillBuilderImportAgentSkillBuilderImportPostResponse, error) + func (r SkillBuilderImportAgentSkillBuilderImportPostResponse) ContentType() string + func (r SkillBuilderImportAgentSkillBuilderImportPostResponse) GetBody() []byte + func (r SkillBuilderImportAgentSkillBuilderImportPostResponse) GetJSON200() *map[string]interface{} + func (r SkillBuilderImportAgentSkillBuilderImportPostResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderImportAgentSkillBuilderImportPostResponse) Status() string + func (r SkillBuilderImportAgentSkillBuilderImportPostResponse) StatusCode() int + type SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetParams struct + Path string + type SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse(rsp *http.Response) (*SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse, ...) + func (r SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse) ContentType() string + func (r SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse) GetBody() []byte + func (r SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse) GetJSON200() *map[string]interface{} + func (r SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse) Status() string + func (r SkillBuilderPreviewImportableAgentSkillBuilderPreviewImportableGetResponse) StatusCode() int + type SkillBuilderProposeAgentSkillBuilderProposePostJSONRequestBody = SkillBuilderProposeRequest + type SkillBuilderProposeAgentSkillBuilderProposePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderProposeAgentSkillBuilderProposePostResponse(rsp *http.Response) (*SkillBuilderProposeAgentSkillBuilderProposePostResponse, error) + func (r SkillBuilderProposeAgentSkillBuilderProposePostResponse) ContentType() string + func (r SkillBuilderProposeAgentSkillBuilderProposePostResponse) GetBody() []byte + func (r SkillBuilderProposeAgentSkillBuilderProposePostResponse) GetJSON200() *interface{} + func (r SkillBuilderProposeAgentSkillBuilderProposePostResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderProposeAgentSkillBuilderProposePostResponse) Status() string + func (r SkillBuilderProposeAgentSkillBuilderProposePostResponse) StatusCode() int + type SkillBuilderProposeRequest struct + Deep *bool + Goal string + History *[]map[string]string + SpaceId *string + type SkillBuilderRefineAgentSkillBuilderRefinePostJSONRequestBody = SkillRefineRequest + type SkillBuilderRefineAgentSkillBuilderRefinePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderRefineAgentSkillBuilderRefinePostResponse(rsp *http.Response) (*SkillBuilderRefineAgentSkillBuilderRefinePostResponse, error) + func (r SkillBuilderRefineAgentSkillBuilderRefinePostResponse) ContentType() string + func (r SkillBuilderRefineAgentSkillBuilderRefinePostResponse) GetBody() []byte + func (r SkillBuilderRefineAgentSkillBuilderRefinePostResponse) GetJSON200() *map[string]interface{} + func (r SkillBuilderRefineAgentSkillBuilderRefinePostResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderRefineAgentSkillBuilderRefinePostResponse) Status() string + func (r SkillBuilderRefineAgentSkillBuilderRefinePostResponse) StatusCode() int + type SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostJSONRequestBody = SkillRefineRequest + type SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseSkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse(rsp *http.Response) (*SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse, error) + func (r SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse) ContentType() string + func (r SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse) GetBody() []byte + func (r SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse) GetJSON200() *interface{} + func (r SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse) GetJSON422() *HTTPValidationError + func (r SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse) Status() string + func (r SkillBuilderRefineStreamAgentSkillBuilderRefineStreamPostResponse) StatusCode() int + type SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse(rsp *http.Response) (*SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse, error) + func (r SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse) ContentType() string + func (r SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse) GetBody() []byte + func (r SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse) GetJSON200() *map[string]interface{} + func (r SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse) GetJSON422() *HTTPValidationError + func (r SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse) Status() string + func (r SkillDuplicateOfSkillsSkillIdDuplicateOfGetResponse) StatusCode() int + type SkillEditBodyRequest struct + Body string + Rationale *string + SkillId string + type SkillEditFileRequest struct + Content string + Path string + type SkillHostRegistrationStatusSkillsRegistrationGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + func ParseSkillHostRegistrationStatusSkillsRegistrationGetResponse(rsp *http.Response) (*SkillHostRegistrationStatusSkillsRegistrationGetResponse, error) + func (r SkillHostRegistrationStatusSkillsRegistrationGetResponse) ContentType() string + func (r SkillHostRegistrationStatusSkillsRegistrationGetResponse) GetBody() []byte + func (r SkillHostRegistrationStatusSkillsRegistrationGetResponse) GetJSON200() *map[string]interface{} + func (r SkillHostRegistrationStatusSkillsRegistrationGetResponse) Status() string + func (r SkillHostRegistrationStatusSkillsRegistrationGetResponse) StatusCode() int + type SkillImportRequest struct + Files *map[string]string + Force *bool + Path *string + SkillMd *string + TakeOwnership *bool + Url *string + type SkillOutcomeRequest struct + Deviations *string + Failure *string + Missing *string + Outcome string + SkillVersion int + Source *string + type SkillRefineRequest struct + Instruction *string + SkillId string + type SourceContentResponse struct + Content string + ContentType *string + HasMore *bool + Offset *int + OriginalName string + ReturnedLength *int + SourceId string + TotalLength *int + type SourceDetailResponse struct + Memories *[]map[string]interface{} + Revisions *[]map[string]interface{} + Source SourceResponse + type SourceListResponse struct + Sources []SourceResponse + Total int + type SourceProcessingMode string + const Complete + const Interactive + func (e SourceProcessingMode) Valid() bool + type SourceResponse struct + ChunkCount *int + CreatedAt *string + ErrorMessage *string + FilePath *string + Id string + LabelIds *[]string + LifecycleState *string + MemoryCount *int + Metadata *map[string]interface{} + MimeType *string + OriginalName string + ParsedPath *string + SectionTree *string + Sha256 *string + SizeBytes *int + SourceType string + SourceUrl *string + SpaceId *string + Summary *string + UpdatedAt *string + Version *int + type SourceSearchResponse struct + Results []map[string]interface{} + Total int + type SourceThreadInfo struct + AdditionalProperties map[string]interface{} + Id string + SpaceId *string + Title string + func (a *SourceThreadInfo) Set(fieldName string, value interface{}) + func (a *SourceThreadInfo) UnmarshalJSON(b []byte) error + func (a SourceThreadInfo) Get(fieldName string) (value interface{}, found bool) + func (a SourceThreadInfo) MarshalJSON() ([]byte, error) + type SpaceMergeEntityCounts struct + Memories int + Sources int + Threads int + type SpaceMergePlan struct + CanMerge bool + Conflicts []map[string]interface{} + Counts SpaceMergeEntityCounts + PreservesSourceAliases bool + Source map[string]interface{} + Target map[string]interface{} + WorkingMemory map[string]interface{} + type SpaceMergeRequest struct + TargetSpaceId string + type SpaceMergeResult struct + ContentUpdated *map[string]interface{} + Counts SpaceMergeEntityCounts + IndexUpdated *map[string]interface{} + Merged bool + Settings map[string]interface{} + SourceSpaceId string + TargetSpaceId string + Warnings []string + WorkingMemoryMoved bool + type StartAugmentationJobGraphAugmentationStartPostJSONRequestBody = AugmentationStartRequest + type StartAugmentationJobGraphAugmentationStartPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AugmentationJobStartResponse + JSON422 *HTTPValidationError + func ParseStartAugmentationJobGraphAugmentationStartPostResponse(rsp *http.Response) (*StartAugmentationJobGraphAugmentationStartPostResponse, error) + func (r StartAugmentationJobGraphAugmentationStartPostResponse) ContentType() string + func (r StartAugmentationJobGraphAugmentationStartPostResponse) GetBody() []byte + func (r StartAugmentationJobGraphAugmentationStartPostResponse) GetJSON200() *AugmentationJobStartResponse + func (r StartAugmentationJobGraphAugmentationStartPostResponse) GetJSON422() *HTTPValidationError + func (r StartAugmentationJobGraphAugmentationStartPostResponse) Status() string + func (r StartAugmentationJobGraphAugmentationStartPostResponse) StatusCode() int + type StartWatcherThreadsWatcherStartPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WatcherStatusModel + func ParseStartWatcherThreadsWatcherStartPostResponse(rsp *http.Response) (*StartWatcherThreadsWatcherStartPostResponse, error) + func (r StartWatcherThreadsWatcherStartPostResponse) ContentType() string + func (r StartWatcherThreadsWatcherStartPostResponse) GetBody() []byte + func (r StartWatcherThreadsWatcherStartPostResponse) GetJSON200() *WatcherStatusModel + func (r StartWatcherThreadsWatcherStartPostResponse) Status() string + func (r StartWatcherThreadsWatcherStartPostResponse) StatusCode() int + type StopWatcherThreadsWatcherStopPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *WatcherStatusModel + func ParseStopWatcherThreadsWatcherStopPostResponse(rsp *http.Response) (*StopWatcherThreadsWatcherStopPostResponse, error) + func (r StopWatcherThreadsWatcherStopPostResponse) ContentType() string + func (r StopWatcherThreadsWatcherStopPostResponse) GetBody() []byte + func (r StopWatcherThreadsWatcherStopPostResponse) GetJSON200() *WatcherStatusModel + func (r StopWatcherThreadsWatcherStopPostResponse) Status() string + func (r StopWatcherThreadsWatcherStopPostResponse) StatusCode() int + type StorageInfoResponse struct + GraphDbBytes *int + MessageStoreBytes *int + SearchIndexBytes *int + TotalBytes *int + type StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseStreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse(rsp *http.Response) (*StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse, error) + func (r StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse) ContentType() string + func (r StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse) GetBody() []byte + func (r StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse) GetJSON200() *interface{} + func (r StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse) GetJSON422() *HTTPValidationError + func (r StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse) Status() string + func (r StreamAiNowSessionEventsAgentAiNowSessionsSessionIdEventsGetResponse) StatusCode() int + type StreamSkillEvalSkillsSkillIdEvalStreamGetParams struct + Strict *bool + type StreamSkillEvalSkillsSkillIdEvalStreamGetResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseStreamSkillEvalSkillsSkillIdEvalStreamGetResponse(rsp *http.Response) (*StreamSkillEvalSkillsSkillIdEvalStreamGetResponse, error) + func (r StreamSkillEvalSkillsSkillIdEvalStreamGetResponse) ContentType() string + func (r StreamSkillEvalSkillsSkillIdEvalStreamGetResponse) GetBody() []byte + func (r StreamSkillEvalSkillsSkillIdEvalStreamGetResponse) GetJSON200() *interface{} + func (r StreamSkillEvalSkillsSkillIdEvalStreamGetResponse) GetJSON422() *HTTPValidationError + func (r StreamSkillEvalSkillsSkillIdEvalStreamGetResponse) Status() string + func (r StreamSkillEvalSkillsSkillIdEvalStreamGetResponse) StatusCode() int + type StrengthenInsteadRequest struct + TargetSkillId string + type StrengthenInsteadSkillsSkillIdStrengthenInsteadPostJSONRequestBody = StrengthenInsteadRequest + type StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseStrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse(rsp *http.Response) (*StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse, error) + func (r StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse) ContentType() string + func (r StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse) GetBody() []byte + func (r StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse) GetJSON200() *map[string]interface{} + func (r StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse) GetJSON422() *HTTPValidationError + func (r StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse) Status() string + func (r StrengthenInsteadSkillsSkillIdStrengthenInsteadPostResponse) StatusCode() int + type SubmitFeedInputStreamAgentFeedInputStreamPostJSONRequestBody = FeedInputRequest + type SubmitFeedInputStreamAgentFeedInputStreamPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *interface{} + JSON422 *HTTPValidationError + func ParseSubmitFeedInputStreamAgentFeedInputStreamPostResponse(rsp *http.Response) (*SubmitFeedInputStreamAgentFeedInputStreamPostResponse, error) + func (r SubmitFeedInputStreamAgentFeedInputStreamPostResponse) ContentType() string + func (r SubmitFeedInputStreamAgentFeedInputStreamPostResponse) GetBody() []byte + func (r SubmitFeedInputStreamAgentFeedInputStreamPostResponse) GetJSON200() *interface{} + func (r SubmitFeedInputStreamAgentFeedInputStreamPostResponse) GetJSON422() *HTTPValidationError + func (r SubmitFeedInputStreamAgentFeedInputStreamPostResponse) Status() string + func (r SubmitFeedInputStreamAgentFeedInputStreamPostResponse) StatusCode() int + type SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostJSONRequestBody = MemoryRelationSuggestRequest + type SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryRelationSuggestionPublic + JSON422 *HTTPValidationError + func ParseSuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse(rsp *http.Response) (*SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse, error) + func (r SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse) ContentType() string + func (r SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse) GetBody() []byte + func (r SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse) GetJSON200() *MemoryRelationSuggestionPublic + func (r SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse) GetJSON422() *HTTPValidationError + func (r SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse) Status() string + func (r SuggestMemoryRelationMemoriesMemoryIdRelationsSuggestPostResponse) StatusCode() int + type SupersedeMemoryMemoriesMemoryIdSupersedePostJSONRequestBody = SupersedeMemoryRequest + type SupersedeMemoryMemoriesMemoryIdSupersedePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSupersedeMemoryMemoriesMemoryIdSupersedePostResponse(rsp *http.Response) (*SupersedeMemoryMemoriesMemoryIdSupersedePostResponse, error) + func (r SupersedeMemoryMemoriesMemoryIdSupersedePostResponse) ContentType() string + func (r SupersedeMemoryMemoriesMemoryIdSupersedePostResponse) GetBody() []byte + func (r SupersedeMemoryMemoriesMemoryIdSupersedePostResponse) GetJSON200() *map[string]interface{} + func (r SupersedeMemoryMemoriesMemoryIdSupersedePostResponse) GetJSON422() *HTTPValidationError + func (r SupersedeMemoryMemoriesMemoryIdSupersedePostResponse) Status() string + func (r SupersedeMemoryMemoriesMemoryIdSupersedePostResponse) StatusCode() int + type SupersedeMemoryRequest struct + NewerMemoryId string + Reason *string + SpaceId *string + type SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostJSONRequestBody = AINowSkillPromptsRequest + type SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseSyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse(rsp *http.Response) (*SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse, error) + func (r SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse) ContentType() string + func (r SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse) GetBody() []byte + func (r SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse) GetJSON200() *map[string]interface{} + func (r SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse) GetJSON422() *HTTPValidationError + func (r SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse) Status() string + func (r SyncAiNowSkillPromptsAgentAiNowSkillPromptsPostResponse) StatusCode() int + type ThreadCoverageResponse struct + AdditionalProperties map[string]interface{} + CoveredMessages int + Memories int + Metadata *map[string]interface{} + ThreadId string + TotalMessages int + func (a *ThreadCoverageResponse) Set(fieldName string, value interface{}) + func (a *ThreadCoverageResponse) UnmarshalJSON(b []byte) error + func (a ThreadCoverageResponse) Get(fieldName string) (value interface{}, found bool) + func (a ThreadCoverageResponse) MarshalJSON() ([]byte, error) + type ThreadCreateRequest struct + ImportDate *time.Time + Messages []MessageCreateRequest + Metadata *map[string]interface{} + Participants *[]string + Project *string + Source *string + SpaceId *string + ThreadId string + Title *string + ToolVersion *string + Workspace *string + type ThreadCreateResponse struct + AutoExtractionPerformed *bool + AutoGeneratedSummary *string + CreatedRelationships *int + ExtractedMemories *[]MemoryNode + Messages []MessageNode + Thread ThreadNode + type ThreadDistillationBatchPlanRequest struct + MaxMessagesPerRun *int + MaxScan *int + MaxThreadsPerRun *int + MinMessagesForCandidate *int + Selection BulkThreadSelection + type ThreadDistillationBatchPlanResponse struct + Message string + Plan map[string]interface{} + ScanLimited bool + ScannedThreads int + SelectionCount int + SelectionMode string + Source *ThreadDistillationBatchPlanResponseSource + SourceSpaceId string + Version *int + type ThreadDistillationBatchPlanResponseSource string + const ApiThreadBatchPlan + func (e ThreadDistillationBatchPlanResponseSource) Valid() bool + type ThreadFetchResponse struct + CoveredMessageIds *[]string + Entities *[]string + Messages []MessageNode + RelatedMemories *[]MemoryNode + Thread ThreadNode + TotalMessages int + TotalTokens *int + type ThreadHistorySyncCompletedRequest struct + Client string + CreatedCount *int + FailedCount *int + ImportedCount *int + ImportedMessageCount *int + SpaceId *string + UpdatedCount *int + type ThreadImportItem struct + ExpectedMessageCount *int64 + IdempotencyKey *string + MarkdownContent *string + Messages *[]ThreadImportMessage + Metadata *map[string]interface{} + Participants *[]string + Project *string + Source *string + SpaceId *string + ThreadId *string + Title *string + ToolVersion *string + Workspace *string + type ThreadImportMessage struct + Content string + Metadata *map[string]interface{} + Role string + Timestamp *string + type ThreadImportRequest struct + ExpectedMessageCount *int64 + IdempotencyKey *string + MarkdownContent *string + Messages *[]ThreadImportMessage + Metadata *map[string]interface{} + Participants *[]string + Project *string + Source *string + SpaceId *string + ThreadId *string + Threads *[]ThreadImportItem + Title *string + ToolVersion *string + Workspace *string + type ThreadImportResponse struct + AutoReview interface{} + FailedCount int64 + ImportedCount int64 + Results []ThreadImportResultItem + SkippedCount int64 + Success bool + type ThreadImportResultItem struct + AlreadyExisted bool + AppendMode *string + Error *string + ErrorCode *string + MessageCount int64 + MessagesAdded int64 + Success bool + ThreadId string + Title *string + type ThreadListResponse struct + AdditionalProperties map[string]interface{} + Pagination ThreadPaginationInfo + Threads *[]NowledgeGraphServerApiRoutersThreadsModuleSchemasThreadPublic + func (a *ThreadListResponse) Set(fieldName string, value interface{}) + func (a *ThreadListResponse) UnmarshalJSON(b []byte) error + func (a ThreadListResponse) Get(fieldName string) (value interface{}, found bool) + func (a ThreadListResponse) MarshalJSON() ([]byte, error) + type ThreadNode struct + CreatedAt *time.Time + Id *string + ImportDate *time.Time + MessageCount *int + Metadata *map[string]interface{} + NodeType *NodeType + Participants *[]string + Project *string + Source *string + SpaceId *string + Summary *string + ThreadId string + Title *string + ToolVersion *string + UpdatedAt *time.Time + Workspace *string + type ThreadPaginationInfo struct + AdditionalProperties map[string]interface{} + HasMore bool + Limit int + Offset int + Total int + func (a *ThreadPaginationInfo) Set(fieldName string, value interface{}) + func (a *ThreadPaginationInfo) UnmarshalJSON(b []byte) error + func (a ThreadPaginationInfo) Get(fieldName string) (value interface{}, found bool) + func (a ThreadPaginationInfo) MarshalJSON() ([]byte, error) + type ThreadParseRequest struct + FileContent string + FileName string + type ThreadParseResponse struct + Error *string + FormatDetected *string + ParsedThread *map[string]interface{} + Success bool + type ThreadSearchMetadata struct + AdditionalProperties map[string]interface{} + Error *string + MatchedMessagesCount *int + Mode string + Query string + func (a *ThreadSearchMetadata) Set(fieldName string, value interface{}) + func (a *ThreadSearchMetadata) UnmarshalJSON(b []byte) error + func (a ThreadSearchMetadata) Get(fieldName string) (value interface{}, found bool) + func (a ThreadSearchMetadata) MarshalJSON() ([]byte, error) + type ThreadSearchResponse struct + AdditionalProperties map[string]interface{} + SearchMetadata ThreadSearchMetadata + Threads *[]map[string]interface{} + TotalFound int + func (a *ThreadSearchResponse) Set(fieldName string, value interface{}) + func (a *ThreadSearchResponse) UnmarshalJSON(b []byte) error + func (a ThreadSearchResponse) Get(fieldName string) (value interface{}, found bool) + func (a ThreadSearchResponse) MarshalJSON() ([]byte, error) + type ThreadSourceListResponse struct + AdditionalProperties map[string]interface{} + Sources *[]ThreadSourceSummary + func (a *ThreadSourceListResponse) Set(fieldName string, value interface{}) + func (a *ThreadSourceListResponse) UnmarshalJSON(b []byte) error + func (a ThreadSourceListResponse) Get(fieldName string) (value interface{}, found bool) + func (a ThreadSourceListResponse) MarshalJSON() ([]byte, error) + type ThreadSourceSummary struct + AdditionalProperties map[string]interface{} + Source string + ThreadCount int + func (a *ThreadSourceSummary) Set(fieldName string, value interface{}) + func (a *ThreadSourceSummary) UnmarshalJSON(b []byte) error + func (a ThreadSourceSummary) Get(fieldName string) (value interface{}, found bool) + func (a ThreadSourceSummary) MarshalJSON() ([]byte, error) + type ThreadSummariesResponse struct + AdditionalProperties map[string]interface{} + Summaries *[]map[string]interface{} + func (a *ThreadSummariesResponse) Set(fieldName string, value interface{}) + func (a *ThreadSummariesResponse) UnmarshalJSON(b []byte) error + func (a ThreadSummariesResponse) Get(fieldName string) (value interface{}, found bool) + func (a ThreadSummariesResponse) MarshalJSON() ([]byte, error) + type TimelineReviewAction string + const CustomNoteOnly + const Dismiss + const KeepBothLinked + const KeepNewerAsLatest + const KeepOlderAsLatest + const NoChangeNeeded + func (e TimelineReviewAction) Valid() bool + type TimelineReviewResolveRequest struct + Action *string + MemoryIds *[]string + Resolution *string + ResolutionMetadata interface{} + ResolutionNote *string + ReviewAction *TimelineReviewAction + type TimelineReviewResolveResponse struct + Action *string + ActionResult interface{} + AlreadyResolved bool + EventId string + Resolution string + ResolutionNote *string + Success bool + type ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostParams struct + IsFavorite bool + type ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MessageResponse + JSON422 *HTTPValidationError + func ParseToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse(rsp *http.Response) (*ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse, error) + func (r ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse) ContentType() string + func (r ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse) GetBody() []byte + func (r ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse) GetJSON200() *MessageResponse + func (r ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse) GetJSON422() *HTTPValidationError + func (r ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse) Status() string + func (r ToggleMemoryFavoriteMemoriesMemoryIdFavoritePostResponse) StatusCode() int + type ToggleThreadFavoriteThreadsThreadIdFavoritePostParams struct + IsFavorite bool + SpaceId *string + type ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MessageResponse + JSON422 *HTTPValidationError + func ParseToggleThreadFavoriteThreadsThreadIdFavoritePostResponse(rsp *http.Response) (*ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse, error) + func (r ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse) ContentType() string + func (r ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse) GetBody() []byte + func (r ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse) GetJSON200() *MessageResponse + func (r ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse) GetJSON422() *HTTPValidationError + func (r ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse) Status() string + func (r ToggleThreadFavoriteThreadsThreadIdFavoritePostResponse) StatusCode() int + type ToolCapability struct + AllowUnknownArguments *bool + Arguments *map[string]ArgumentGrant + Operation ToolOperation + ResourceLabel *string + Server string + Tool string + type ToolOperation string + const Read + const Write + func (e ToolOperation) Valid() bool + type TriageConversationMemoriesDistillTriagePostJSONRequestBody = TriageRequest + type TriageConversationMemoriesDistillTriagePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseTriageConversationMemoriesDistillTriagePostResponse(rsp *http.Response) (*TriageConversationMemoriesDistillTriagePostResponse, error) + func (r TriageConversationMemoriesDistillTriagePostResponse) ContentType() string + func (r TriageConversationMemoriesDistillTriagePostResponse) GetBody() []byte + func (r TriageConversationMemoriesDistillTriagePostResponse) GetJSON200() *map[string]interface{} + func (r TriageConversationMemoriesDistillTriagePostResponse) GetJSON422() *HTTPValidationError + func (r TriageConversationMemoriesDistillTriagePostResponse) Status() string + func (r TriageConversationMemoriesDistillTriagePostResponse) StatusCode() int + type TriageRequest struct + PreferredLanguage *string + ThreadContent string + type TriggerCommunityDetectionAgentTriggerCommunityDetectionPostParams struct + GenerateAiSummary *bool + Resolution *float32 + SummaryLimit *int + type TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + JSON422 *HTTPValidationError + func ParseTriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse(rsp *http.Response) (*TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse, error) + func (r TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse) ContentType() string + func (r TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse) GetBody() []byte + func (r TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse) GetJSON200() *map[string]string + func (r TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse) GetJSON422() *HTTPValidationError + func (r TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse) Status() string + func (r TriggerCommunityDetectionAgentTriggerCommunityDetectionPostResponse) StatusCode() int + type TriggerCrystallizationAgentTriggerCrystallizationPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerCrystallizationAgentTriggerCrystallizationPostResponse(rsp *http.Response) (*TriggerCrystallizationAgentTriggerCrystallizationPostResponse, error) + func (r TriggerCrystallizationAgentTriggerCrystallizationPostResponse) ContentType() string + func (r TriggerCrystallizationAgentTriggerCrystallizationPostResponse) GetBody() []byte + func (r TriggerCrystallizationAgentTriggerCrystallizationPostResponse) GetJSON200() *map[string]string + func (r TriggerCrystallizationAgentTriggerCrystallizationPostResponse) Status() string + func (r TriggerCrystallizationAgentTriggerCrystallizationPostResponse) StatusCode() int + type TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerDailyBriefingAgentTriggerDailyBriefingPostResponse(rsp *http.Response) (*TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse, error) + func (r TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse) ContentType() string + func (r TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse) GetBody() []byte + func (r TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse) GetJSON200() *map[string]string + func (r TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse) Status() string + func (r TriggerDailyBriefingAgentTriggerDailyBriefingPostResponse) StatusCode() int + type TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerDecayRefreshAgentTriggerDecayRefreshPostResponse(rsp *http.Response) (*TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse, error) + func (r TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse) ContentType() string + func (r TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse) GetBody() []byte + func (r TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse) GetJSON200() *map[string]string + func (r TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse) Status() string + func (r TriggerDecayRefreshAgentTriggerDecayRefreshPostResponse) StatusCode() int + type TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerGuidanceReviewAgentTriggerRuleReviewPostResponse(rsp *http.Response) (*TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse, error) + func (r TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse) ContentType() string + func (r TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse) GetBody() []byte + func (r TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse) GetJSON200() *map[string]string + func (r TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse) Status() string + func (r TriggerGuidanceReviewAgentTriggerRuleReviewPostResponse) StatusCode() int + type TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerInsightDetectionAgentTriggerInsightDetectionPostResponse(rsp *http.Response) (*TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse, error) + func (r TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse) ContentType() string + func (r TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse) GetBody() []byte + func (r TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse) GetJSON200() *map[string]string + func (r TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse) Status() string + func (r TriggerInsightDetectionAgentTriggerInsightDetectionPostResponse) StatusCode() int + type TriggerKgExtractionAgentTriggerKgExtractionPostParams struct + Backfill *bool + BatchSize *int + MemoryIds *string + RepairEmpty *bool + ScanLimit *int + type TriggerKgExtractionAgentTriggerKgExtractionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + JSON422 *HTTPValidationError + func ParseTriggerKgExtractionAgentTriggerKgExtractionPostResponse(rsp *http.Response) (*TriggerKgExtractionAgentTriggerKgExtractionPostResponse, error) + func (r TriggerKgExtractionAgentTriggerKgExtractionPostResponse) ContentType() string + func (r TriggerKgExtractionAgentTriggerKgExtractionPostResponse) GetBody() []byte + func (r TriggerKgExtractionAgentTriggerKgExtractionPostResponse) GetJSON200() *map[string]string + func (r TriggerKgExtractionAgentTriggerKgExtractionPostResponse) GetJSON422() *HTTPValidationError + func (r TriggerKgExtractionAgentTriggerKgExtractionPostResponse) Status() string + func (r TriggerKgExtractionAgentTriggerKgExtractionPostResponse) StatusCode() int + type TriggerLabelConsolidationAgentTriggerLabelConsolidationPostParams struct + DryRun *bool + type TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + JSON422 *HTTPValidationError + func ParseTriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse(rsp *http.Response) (*TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse, error) + func (r TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse) ContentType() string + func (r TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse) GetBody() []byte + func (r TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse) GetJSON200() *map[string]string + func (r TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse) GetJSON422() *HTTPValidationError + func (r TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse) Status() string + func (r TriggerLabelConsolidationAgentTriggerLabelConsolidationPostResponse) StatusCode() int + type TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse(rsp *http.Response) (*TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse, error) + func (r TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse) ContentType() string + func (r TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse) GetBody() []byte + func (r TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse) GetJSON200() *map[string]string + func (r TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse) Status() string + func (r TriggerMemoryCompactionAgentTriggerMemoryCompactionPostResponse) StatusCode() int + type TriggerSkillCompileAgentTriggerSkillCompilePostParams struct + SkillId string + type TriggerSkillCompileAgentTriggerSkillCompilePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + JSON422 *HTTPValidationError + func ParseTriggerSkillCompileAgentTriggerSkillCompilePostResponse(rsp *http.Response) (*TriggerSkillCompileAgentTriggerSkillCompilePostResponse, error) + func (r TriggerSkillCompileAgentTriggerSkillCompilePostResponse) ContentType() string + func (r TriggerSkillCompileAgentTriggerSkillCompilePostResponse) GetBody() []byte + func (r TriggerSkillCompileAgentTriggerSkillCompilePostResponse) GetJSON200() *map[string]string + func (r TriggerSkillCompileAgentTriggerSkillCompilePostResponse) GetJSON422() *HTTPValidationError + func (r TriggerSkillCompileAgentTriggerSkillCompilePostResponse) Status() string + func (r TriggerSkillCompileAgentTriggerSkillCompilePostResponse) StatusCode() int + type TriggerSkillReviewAgentTriggerSkillReviewPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]string + func ParseTriggerSkillReviewAgentTriggerSkillReviewPostResponse(rsp *http.Response) (*TriggerSkillReviewAgentTriggerSkillReviewPostResponse, error) + func (r TriggerSkillReviewAgentTriggerSkillReviewPostResponse) ContentType() string + func (r TriggerSkillReviewAgentTriggerSkillReviewPostResponse) GetBody() []byte + func (r TriggerSkillReviewAgentTriggerSkillReviewPostResponse) GetJSON200() *map[string]string + func (r TriggerSkillReviewAgentTriggerSkillReviewPostResponse) Status() string + func (r TriggerSkillReviewAgentTriggerSkillReviewPostResponse) StatusCode() int + type TriggerSourceExtractionSourcesSourceIdExtractPostParams struct + SpaceId *string + type TriggerSourceExtractionSourcesSourceIdExtractPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON202 *map[string]interface{} + JSON422 *HTTPValidationError + JSON503 *map[string]interface{} + func ParseTriggerSourceExtractionSourcesSourceIdExtractPostResponse(rsp *http.Response) (*TriggerSourceExtractionSourcesSourceIdExtractPostResponse, error) + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) ContentType() string + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) GetBody() []byte + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) GetJSON202() *map[string]interface{} + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) GetJSON422() *HTTPValidationError + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) GetJSON503() *map[string]interface{} + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) Status() string + func (r TriggerSourceExtractionSourcesSourceIdExtractPostResponse) StatusCode() int + type TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostJSONBody = UnitTypeReclassificationRequest + type TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostJSONRequestBody = TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostJSONBody + type TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseTriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse(rsp *http.Response) (...) + func (r TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse) ContentType() string + func (r TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse) GetBody() []byte + func (r TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse) GetJSON200() *map[string]interface{} + func (r TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse) GetJSON422() *HTTPValidationError + func (r TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse) Status() string + func (r TriggerUnitTypeReclassificationAgentTriggerUnitTypeReclassificationPostResponse) StatusCode() int + type TriggerWmRefreshAgentTriggerWmRefreshPostParams struct + MemoryIds *string + SpaceId *string + type TriggerWmRefreshAgentTriggerWmRefreshPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseTriggerWmRefreshAgentTriggerWmRefreshPostResponse(rsp *http.Response) (*TriggerWmRefreshAgentTriggerWmRefreshPostResponse, error) + func (r TriggerWmRefreshAgentTriggerWmRefreshPostResponse) ContentType() string + func (r TriggerWmRefreshAgentTriggerWmRefreshPostResponse) GetBody() []byte + func (r TriggerWmRefreshAgentTriggerWmRefreshPostResponse) GetJSON200() *map[string]interface{} + func (r TriggerWmRefreshAgentTriggerWmRefreshPostResponse) GetJSON422() *HTTPValidationError + func (r TriggerWmRefreshAgentTriggerWmRefreshPostResponse) Status() string + func (r TriggerWmRefreshAgentTriggerWmRefreshPostResponse) StatusCode() int + type UnhideProjectThreadsImportConfigUnhideProjectPostParams struct + ProjectEncoded string + type UnhideProjectThreadsImportConfigUnhideProjectPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseUnhideProjectThreadsImportConfigUnhideProjectPostResponse(rsp *http.Response) (*UnhideProjectThreadsImportConfigUnhideProjectPostResponse, error) + func (r UnhideProjectThreadsImportConfigUnhideProjectPostResponse) ContentType() string + func (r UnhideProjectThreadsImportConfigUnhideProjectPostResponse) GetBody() []byte + func (r UnhideProjectThreadsImportConfigUnhideProjectPostResponse) GetJSON200() *map[string]interface{} + func (r UnhideProjectThreadsImportConfigUnhideProjectPostResponse) GetJSON422() *HTTPValidationError + func (r UnhideProjectThreadsImportConfigUnhideProjectPostResponse) Status() string + func (r UnhideProjectThreadsImportConfigUnhideProjectPostResponse) StatusCode() int + type UnhideSessionThreadsImportConfigUnhideSessionPostParams struct + SessionId string + type UnhideSessionThreadsImportConfigUnhideSessionPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseUnhideSessionThreadsImportConfigUnhideSessionPostResponse(rsp *http.Response) (*UnhideSessionThreadsImportConfigUnhideSessionPostResponse, error) + func (r UnhideSessionThreadsImportConfigUnhideSessionPostResponse) ContentType() string + func (r UnhideSessionThreadsImportConfigUnhideSessionPostResponse) GetBody() []byte + func (r UnhideSessionThreadsImportConfigUnhideSessionPostResponse) GetJSON200() *map[string]interface{} + func (r UnhideSessionThreadsImportConfigUnhideSessionPostResponse) GetJSON422() *HTTPValidationError + func (r UnhideSessionThreadsImportConfigUnhideSessionPostResponse) Status() string + func (r UnhideSessionThreadsImportConfigUnhideSessionPostResponse) StatusCode() int + type UnitTypeReclassificationRequest struct + DryRun *bool + Limit *int + MinConfidence *float32 + ScanLimit *int + SpaceId *string + TargetUnitTypes *[]string + UnitTypes *[]string + type UnloadModelModelsUnloadModelTypePostParamsModelType string + const Embedding + const Llm + func (e UnloadModelModelsUnloadModelTypePostParamsModelType) Valid() bool + type UnloadModelModelsUnloadModelTypePostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ModelUnloadResponse + JSON422 *HTTPValidationError + func ParseUnloadModelModelsUnloadModelTypePostResponse(rsp *http.Response) (*UnloadModelModelsUnloadModelTypePostResponse, error) + func (r UnloadModelModelsUnloadModelTypePostResponse) ContentType() string + func (r UnloadModelModelsUnloadModelTypePostResponse) GetBody() []byte + func (r UnloadModelModelsUnloadModelTypePostResponse) GetJSON200() *ModelUnloadResponse + func (r UnloadModelModelsUnloadModelTypePostResponse) GetJSON422() *HTTPValidationError + func (r UnloadModelModelsUnloadModelTypePostResponse) Status() string + func (r UnloadModelModelsUnloadModelTypePostResponse) StatusCode() int + type UnregisterSkillHostSkillsRegistrationHostDeleteResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseUnregisterSkillHostSkillsRegistrationHostDeleteResponse(rsp *http.Response) (*UnregisterSkillHostSkillsRegistrationHostDeleteResponse, error) + func (r UnregisterSkillHostSkillsRegistrationHostDeleteResponse) ContentType() string + func (r UnregisterSkillHostSkillsRegistrationHostDeleteResponse) GetBody() []byte + func (r UnregisterSkillHostSkillsRegistrationHostDeleteResponse) GetJSON200() *map[string]interface{} + func (r UnregisterSkillHostSkillsRegistrationHostDeleteResponse) GetJSON422() *HTTPValidationError + func (r UnregisterSkillHostSkillsRegistrationHostDeleteResponse) Status() string + func (r UnregisterSkillHostSkillsRegistrationHostDeleteResponse) StatusCode() int + type UpdateAgentProfileSettingsAgentProfilesAgentIdPutJSONRequestBody = AgentProfilePayload + type UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *AgentProfileResponse + JSON422 *HTTPValidationError + func ParseUpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse(rsp *http.Response) (*UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse, error) + func (r UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse) ContentType() string + func (r UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse) GetBody() []byte + func (r UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse) GetJSON200() *AgentProfileResponse + func (r UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse) GetJSON422() *HTTPValidationError + func (r UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse) Status() string + func (r UpdateAgentProfileSettingsAgentProfilesAgentIdPutResponse) StatusCode() int + type UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchJSONRequestBody = AINowSessionUpdateRequest + type UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseUpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse(rsp *http.Response) (*UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse, error) + func (r UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse) ContentType() string + func (r UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse) GetBody() []byte + func (r UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse) GetJSON200() *map[string]interface{} + func (r UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse) GetJSON422() *HTTPValidationError + func (r UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse) Status() string + func (r UpdateAiNowSessionAgentAiNowSessionsSessionIdPatchResponse) StatusCode() int + type UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchJSONBody map[string]interface + type UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchJSONRequestBody UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchJSONBody + type UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseUpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse(rsp *http.Response) (*UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse, error) + func (r UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse) ContentType() string + func (r UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse) GetBody() []byte + func (r UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse) GetJSON200() *map[string]interface{} + func (r UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse) GetJSON422() *HTTPValidationError + func (r UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse) Status() string + func (r UpdateEvalCaseSkillsSkillIdEvalCasesTaskIdPatchResponse) StatusCode() int + type UpdateGuidanceRuleSettingsRulesRuleIdPutJSONRequestBody = GuidanceRulePayload + type UpdateGuidanceRuleSettingsRulesRuleIdPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *GuidanceRuleResponse + JSON422 *HTTPValidationError + func ParseUpdateGuidanceRuleSettingsRulesRuleIdPutResponse(rsp *http.Response) (*UpdateGuidanceRuleSettingsRulesRuleIdPutResponse, error) + func (r UpdateGuidanceRuleSettingsRulesRuleIdPutResponse) ContentType() string + func (r UpdateGuidanceRuleSettingsRulesRuleIdPutResponse) GetBody() []byte + func (r UpdateGuidanceRuleSettingsRulesRuleIdPutResponse) GetJSON200() *GuidanceRuleResponse + func (r UpdateGuidanceRuleSettingsRulesRuleIdPutResponse) GetJSON422() *HTTPValidationError + func (r UpdateGuidanceRuleSettingsRulesRuleIdPutResponse) Status() string + func (r UpdateGuidanceRuleSettingsRulesRuleIdPutResponse) StatusCode() int + type UpdateImportConfigThreadsImportConfigPutJSONRequestBody = ImportConfigUpdateRequest + type UpdateImportConfigThreadsImportConfigPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ImportConfigModel + JSON422 *HTTPValidationError + func ParseUpdateImportConfigThreadsImportConfigPutResponse(rsp *http.Response) (*UpdateImportConfigThreadsImportConfigPutResponse, error) + func (r UpdateImportConfigThreadsImportConfigPutResponse) ContentType() string + func (r UpdateImportConfigThreadsImportConfigPutResponse) GetBody() []byte + func (r UpdateImportConfigThreadsImportConfigPutResponse) GetJSON200() *ImportConfigModel + func (r UpdateImportConfigThreadsImportConfigPutResponse) GetJSON422() *HTTPValidationError + func (r UpdateImportConfigThreadsImportConfigPutResponse) Status() string + func (r UpdateImportConfigThreadsImportConfigPutResponse) StatusCode() int + type UpdateLabelLabelsLabelIdPutJSONRequestBody = UpdateLabelRequest + type UpdateLabelLabelsLabelIdPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *LabelResponse + JSON422 *HTTPValidationError + func ParseUpdateLabelLabelsLabelIdPutResponse(rsp *http.Response) (*UpdateLabelLabelsLabelIdPutResponse, error) + func (r UpdateLabelLabelsLabelIdPutResponse) ContentType() string + func (r UpdateLabelLabelsLabelIdPutResponse) GetBody() []byte + func (r UpdateLabelLabelsLabelIdPutResponse) GetJSON200() *LabelResponse + func (r UpdateLabelLabelsLabelIdPutResponse) GetJSON422() *HTTPValidationError + func (r UpdateLabelLabelsLabelIdPutResponse) Status() string + func (r UpdateLabelLabelsLabelIdPutResponse) StatusCode() int + type UpdateLabelRequest struct + Color *string + Description *string + Name *string + type UpdateMemoryMemoriesMemoryIdPatchJSONBody map[string]interface + type UpdateMemoryMemoriesMemoryIdPatchJSONRequestBody UpdateMemoryMemoriesMemoryIdPatchJSONBody + type UpdateMemoryMemoriesMemoryIdPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryPublic + JSON422 *HTTPValidationError + func ParseUpdateMemoryMemoriesMemoryIdPatchResponse(rsp *http.Response) (*UpdateMemoryMemoriesMemoryIdPatchResponse, error) + func (r UpdateMemoryMemoriesMemoryIdPatchResponse) ContentType() string + func (r UpdateMemoryMemoriesMemoryIdPatchResponse) GetBody() []byte + func (r UpdateMemoryMemoriesMemoryIdPatchResponse) GetJSON200() *MemoryPublic + func (r UpdateMemoryMemoriesMemoryIdPatchResponse) GetJSON422() *HTTPValidationError + func (r UpdateMemoryMemoriesMemoryIdPatchResponse) Status() string + func (r UpdateMemoryMemoriesMemoryIdPatchResponse) StatusCode() int + type UpdateMemoryRelationMemoriesRelationsRelationIdPatchJSONRequestBody = MemoryRelationUpdateRequest + type UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemoryRelationPublic + JSON422 *HTTPValidationError + func ParseUpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse(rsp *http.Response) (*UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse, error) + func (r UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse) ContentType() string + func (r UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse) GetBody() []byte + func (r UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse) GetJSON200() *MemoryRelationPublic + func (r UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse) GetJSON422() *HTTPValidationError + func (r UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse) Status() string + func (r UpdateMemoryRelationMemoriesRelationsRelationIdPatchResponse) StatusCode() int + type UpdateScheduleRequest struct + CapabilityGrant *CapabilityGrant + Connectors *[]ConnectorBindingRequest + EnabledPluginIds *[]string + Instruction *string + LocalTime *WallClockTime + MissedRunPolicy *MissedRunPolicy + ModelPolicy *ModelPolicy + Recurrence *Recurrence + SpaceId *string + Timezone *string + Title *string + type UpdateSourceContentRequest struct + Content string + type UpdateSourceContentSourcesSourceIdContentPutJSONRequestBody = UpdateSourceContentRequest + type UpdateSourceContentSourcesSourceIdContentPutParams struct + SpaceId *string + type UpdateSourceContentSourcesSourceIdContentPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SourceResponse + JSON422 *HTTPValidationError + func ParseUpdateSourceContentSourcesSourceIdContentPutResponse(rsp *http.Response) (*UpdateSourceContentSourcesSourceIdContentPutResponse, error) + func (r UpdateSourceContentSourcesSourceIdContentPutResponse) ContentType() string + func (r UpdateSourceContentSourcesSourceIdContentPutResponse) GetBody() []byte + func (r UpdateSourceContentSourcesSourceIdContentPutResponse) GetJSON200() *SourceResponse + func (r UpdateSourceContentSourcesSourceIdContentPutResponse) GetJSON422() *HTTPValidationError + func (r UpdateSourceContentSourcesSourceIdContentPutResponse) Status() string + func (r UpdateSourceContentSourcesSourceIdContentPutResponse) StatusCode() int + type UpdateSourceRequest struct + Action *string + PdfRenderScale *float32 + SpaceId *string + TargetSpaceId *string + type UpdateSourceSourcesSourceIdPatchJSONRequestBody = UpdateSourceRequest + type UpdateSourceSourcesSourceIdPatchParams struct + SpaceId *string + type UpdateSourceSourcesSourceIdPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *SourceResponse + JSON422 *HTTPValidationError + func ParseUpdateSourceSourcesSourceIdPatchResponse(rsp *http.Response) (*UpdateSourceSourcesSourceIdPatchResponse, error) + func (r UpdateSourceSourcesSourceIdPatchResponse) ContentType() string + func (r UpdateSourceSourcesSourceIdPatchResponse) GetBody() []byte + func (r UpdateSourceSourcesSourceIdPatchResponse) GetJSON200() *SourceResponse + func (r UpdateSourceSourcesSourceIdPatchResponse) GetJSON422() *HTTPValidationError + func (r UpdateSourceSourcesSourceIdPatchResponse) Status() string + func (r UpdateSourceSourcesSourceIdPatchResponse) StatusCode() int + type UpdateSpaceSettingsSpacesConfigPostJSONRequestBody = MemorySpaceSettingsUpdate + type UpdateSpaceSettingsSpacesConfigPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceSettingsResponse + JSON422 *HTTPValidationError + func ParseUpdateSpaceSettingsSpacesConfigPostResponse(rsp *http.Response) (*UpdateSpaceSettingsSpacesConfigPostResponse, error) + func (r UpdateSpaceSettingsSpacesConfigPostResponse) ContentType() string + func (r UpdateSpaceSettingsSpacesConfigPostResponse) GetBody() []byte + func (r UpdateSpaceSettingsSpacesConfigPostResponse) GetJSON200() *MemorySpaceSettingsResponse + func (r UpdateSpaceSettingsSpacesConfigPostResponse) GetJSON422() *HTTPValidationError + func (r UpdateSpaceSettingsSpacesConfigPostResponse) Status() string + func (r UpdateSpaceSettingsSpacesConfigPostResponse) StatusCode() int + type UpdateSpaceSpacesSpaceRefPatchJSONRequestBody = MemorySpaceUpdatePayload + type UpdateSpaceSpacesSpaceRefPatchResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *MemorySpaceSettingsResponse + JSON422 *HTTPValidationError + func ParseUpdateSpaceSpacesSpaceRefPatchResponse(rsp *http.Response) (*UpdateSpaceSpacesSpaceRefPatchResponse, error) + func (r UpdateSpaceSpacesSpaceRefPatchResponse) ContentType() string + func (r UpdateSpaceSpacesSpaceRefPatchResponse) GetBody() []byte + func (r UpdateSpaceSpacesSpaceRefPatchResponse) GetJSON200() *MemorySpaceSettingsResponse + func (r UpdateSpaceSpacesSpaceRefPatchResponse) GetJSON422() *HTTPValidationError + func (r UpdateSpaceSpacesSpaceRefPatchResponse) Status() string + func (r UpdateSpaceSpacesSpaceRefPatchResponse) StatusCode() int + type UpdateWorkingMemoryAgentWorkingMemoryPutJSONRequestBody = UpdateWorkingMemoryRequest + type UpdateWorkingMemoryAgentWorkingMemoryPutResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseUpdateWorkingMemoryAgentWorkingMemoryPutResponse(rsp *http.Response) (*UpdateWorkingMemoryAgentWorkingMemoryPutResponse, error) + func (r UpdateWorkingMemoryAgentWorkingMemoryPutResponse) ContentType() string + func (r UpdateWorkingMemoryAgentWorkingMemoryPutResponse) GetBody() []byte + func (r UpdateWorkingMemoryAgentWorkingMemoryPutResponse) GetJSON200() *map[string]interface{} + func (r UpdateWorkingMemoryAgentWorkingMemoryPutResponse) GetJSON422() *HTTPValidationError + func (r UpdateWorkingMemoryAgentWorkingMemoryPutResponse) Status() string + func (r UpdateWorkingMemoryAgentWorkingMemoryPutResponse) StatusCode() int + type UpdateWorkingMemoryRequest struct + Content string + SpaceId *string + type UpgradeActionRequest struct + Tag string + type UpgradeApplyRequest struct + Confirm string + Tag string + type UpgradeCheckResponse struct + AutoUpdateAvailable bool + AutoUpdateReason *string + CurrentVersion string + IsDockerDeploy bool + LastCheckedAt *float32 + LatestVersion *string + Pulled *bool + RegistryError *string + UpdateAvailable bool + type UserProfileResponse struct + Aliases *string + Context *string + CustomInstructions *string + Name *string + PreferredLanguage *string + type ValidationError struct + Ctx *map[string]interface{} + Input interface{} + Loc []ValidationError_Loc_Item + Msg string + Type string + type ValidationErrorLoc0 = string + type ValidationErrorLoc1 = int + type ValidationError_Loc_Item struct + func (t *ValidationError_Loc_Item) FromValidationErrorLoc0(v ValidationErrorLoc0) error + func (t *ValidationError_Loc_Item) FromValidationErrorLoc1(v ValidationErrorLoc1) error + func (t *ValidationError_Loc_Item) MergeValidationErrorLoc0(v ValidationErrorLoc0) error + func (t *ValidationError_Loc_Item) MergeValidationErrorLoc1(v ValidationErrorLoc1) error + func (t *ValidationError_Loc_Item) UnmarshalJSON(b []byte) error + func (t ValidationError_Loc_Item) AsValidationErrorLoc0() (ValidationErrorLoc0, error) + func (t ValidationError_Loc_Item) AsValidationErrorLoc1() (ValidationErrorLoc1, error) + func (t ValidationError_Loc_Item) MarshalJSON() ([]byte, error) + type VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostParams struct + BatchSize *int + type VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *map[string]interface{} + JSON422 *HTTPValidationError + func ParseVerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse(rsp *http.Response) (*VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse, error) + func (r VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse) ContentType() string + func (r VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse) GetBody() []byte + func (r VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse) GetJSON200() *map[string]interface{} + func (r VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse) GetJSON422() *HTTPValidationError + func (r VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse) Status() string + func (r VerifyThreadMessageCopyContentStoreThreadMessagesVerifyPostResponse) StatusCode() int + type VisualizationConfig struct + AdditionalProperties map[string]interface{} + EdgeWeightRange *[]int + LayoutRecommendations *map[string]interface{} + NodeSizeRange *[]int + func (a *VisualizationConfig) Set(fieldName string, value interface{}) + func (a *VisualizationConfig) UnmarshalJSON(b []byte) error + func (a VisualizationConfig) Get(fieldName string) (value interface{}, found bool) + func (a VisualizationConfig) MarshalJSON() ([]byte, error) + type WallClockTime struct + Hour int32 + Minute int32 + type WatcherStatusModel struct + AutoImportCount *int + Errors *[]string + LastCheck *float32 + Running bool + WatchedPaths *[]string