repo_name
string
dataset
string
owner
string
lang
string
func_name
string
code
string
docstring
string
url
string
sha
string
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterBackendsWithHttpInfo
public listCharacterBackendsWithHttpInfo(characterUid: string, _options?: Configuration): Promise<HttpInfo<Array<CharacterBackendDetailsDTO>>> { const result = this.api.listCharacterBackendsWithHttpInfo(characterUid, _options); return result.toPromise(); }
/** * List character backends. * List Character Backends * @param characterUid The characterUid to be queried */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1780-L1783
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterBackends
public listCharacterBackends(characterUid: string, _options?: Configuration): Promise<Array<CharacterBackendDetailsDTO>> { const result = this.api.listCharacterBackends(characterUid, _options); return result.toPromise(); }
/** * List character backends. * List Character Backends * @param characterUid The characterUid to be queried */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1790-L1793
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterDocumentsWithHttpInfo
public listCharacterDocumentsWithHttpInfo(characterUid: string, _options?: Configuration): Promise<HttpInfo<Array<string>>> { const result = this.api.listCharacterDocumentsWithHttpInfo(characterUid, _options); return result.toPromise(); }
/** * List documents of the character. * List Character Documents * @param characterUid Character unique identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1800-L1803
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterDocuments
public listCharacterDocuments(characterUid: string, _options?: Configuration): Promise<Array<string>> { const result = this.api.listCharacterDocuments(characterUid, _options); return result.toPromise(); }
/** * List documents of the character. * List Character Documents * @param characterUid Character unique identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1810-L1813
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterPicturesWithHttpInfo
public listCharacterPicturesWithHttpInfo(characterUid: string, _options?: Configuration): Promise<HttpInfo<Array<string>>> { const result = this.api.listCharacterPicturesWithHttpInfo(characterUid, _options); return result.toPromise(); }
/** * List pictures of the character. * List Character Pictures * @param characterUid Character unique identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1820-L1823
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterPictures
public listCharacterPictures(characterUid: string, _options?: Configuration): Promise<Array<string>> { const result = this.api.listCharacterPictures(characterUid, _options); return result.toPromise(); }
/** * List pictures of the character. * List Character Pictures * @param characterUid Character unique identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1830-L1833
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterVersionsByNameWithHttpInfo
public listCharacterVersionsByNameWithHttpInfo(name: string, _options?: Configuration): Promise<HttpInfo<Array<CharacterItemForNameDTO>>> { const result = this.api.listCharacterVersionsByNameWithHttpInfo(name, _options); return result.toPromise(); }
/** * List the versions and corresponding characterIds by character name. * List Versions by Character Name * @param name Character name */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1840-L1843
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterVersionsByName
public listCharacterVersionsByName(name: string, _options?: Configuration): Promise<Array<CharacterItemForNameDTO>> { const result = this.api.listCharacterVersionsByName(name, _options); return result.toPromise(); }
/** * List the versions and corresponding characterIds by character name. * List Versions by Character Name * @param name Character name */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1850-L1853
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterVoicesWithHttpInfo
public listCharacterVoicesWithHttpInfo(characterBackendId: string, _options?: Configuration): Promise<HttpInfo<Array<string>>> { const result = this.api.listCharacterVoicesWithHttpInfo(characterBackendId, _options); return result.toPromise(); }
/** * List voices of the character. * List Character Voices * @param characterBackendId The characterBackendId */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1860-L1863
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.listCharacterVoices
public listCharacterVoices(characterBackendId: string, _options?: Configuration): Promise<Array<string>> { const result = this.api.listCharacterVoices(characterBackendId, _options); return result.toPromise(); }
/** * List voices of the character. * List Character Voices * @param characterBackendId The characterBackendId */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1870-L1873
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.newCharacterNameWithHttpInfo
public newCharacterNameWithHttpInfo(desired: string, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.newCharacterNameWithHttpInfo(desired, _options); return result.toPromise(); }
/** * Create a new character name starting with a desired name. * Create New Character Name * @param desired Desired name */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1880-L1883
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.newCharacterName
public newCharacterName(desired: string, _options?: Configuration): Promise<string> { const result = this.api.newCharacterName(desired, _options); return result.toPromise(); }
/** * Create a new character name starting with a desired name. * Create New Character Name * @param desired Desired name */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1890-L1893
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.publishCharacterWithHttpInfo
public publishCharacterWithHttpInfo(characterId: number, visibility: string, _options?: Configuration): Promise<HttpInfo<number>> { const result = this.api.publishCharacterWithHttpInfo(characterId, visibility, _options); return result.toPromise(); }
/** * Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication. * Publish Character * @param characterId The characterId to be published * @param visibility Visibility: public | private | ... */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1901-L1904
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.publishCharacter
public publishCharacter(characterId: number, visibility: string, _options?: Configuration): Promise<number> { const result = this.api.publishCharacter(characterId, visibility, _options); return result.toPromise(); }
/** * Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication. * Publish Character * @param characterId The characterId to be published * @param visibility Visibility: public | private | ... */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1912-L1915
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.publishCharacter1WithHttpInfo
public publishCharacter1WithHttpInfo(characterId: number, _options?: Configuration): Promise<HttpInfo<number>> { const result = this.api.publishCharacter1WithHttpInfo(characterId, _options); return result.toPromise(); }
/** * Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication. * Publish Character * @param characterId The characterId to be published */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1922-L1925
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.publishCharacter1
public publishCharacter1(characterId: number, _options?: Configuration): Promise<number> { const result = this.api.publishCharacter1(characterId, _options); return result.toPromise(); }
/** * Publish character, draft content becomes formal content, version number increases by 1. After successful publication, a new characterId will be generated and returned. You need to specify the visibility for publication. * Publish Character * @param characterId The characterId to be published */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1932-L1935
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.removeCharacterBackendWithHttpInfo
public removeCharacterBackendWithHttpInfo(characterBackendId: string, _options?: Configuration): Promise<HttpInfo<boolean>> { const result = this.api.removeCharacterBackendWithHttpInfo(characterBackendId, _options); return result.toPromise(); }
/** * Remove a backend configuration. * Remove Character Backend * @param characterBackendId The characterBackendId to be removed */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1942-L1945
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.removeCharacterBackend
public removeCharacterBackend(characterBackendId: string, _options?: Configuration): Promise<boolean> { const result = this.api.removeCharacterBackend(characterBackendId, _options); return result.toPromise(); }
/** * Remove a backend configuration. * Remove Character Backend * @param characterBackendId The characterBackendId to be removed */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1952-L1955
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.searchCharacterDetailsWithHttpInfo
public searchCharacterDetailsWithHttpInfo(characterQueryDTO: CharacterQueryDTO, _options?: Configuration): Promise<HttpInfo<Array<CharacterDetailsDTO>>> { const result = this.api.searchCharacterDetailsWithHttpInfo(characterQueryDTO, _options); return result.toPromise(); }
/** * Same as /api/v2/character/search, but returns detailed information of the character. * Search Character Details * @param characterQueryDTO Query conditions */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1962-L1965
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.searchCharacterDetails
public searchCharacterDetails(characterQueryDTO: CharacterQueryDTO, _options?: Configuration): Promise<Array<CharacterDetailsDTO>> { const result = this.api.searchCharacterDetails(characterQueryDTO, _options); return result.toPromise(); }
/** * Same as /api/v2/character/search, but returns detailed information of the character. * Search Character Details * @param characterQueryDTO Query conditions */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1972-L1975
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.searchCharacterSummaryWithHttpInfo
public searchCharacterSummaryWithHttpInfo(characterQueryDTO: CharacterQueryDTO, _options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryDTO>>> { const result = this.api.searchCharacterSummaryWithHttpInfo(characterQueryDTO, _options); return result.toPromise(); }
/** * Search characters: - Specifiable query fields, and relationship: - Scope: private, public_org or public. Private can only search this account. - Username: exact match, only valid when searching public, public_org. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination. * Search Character Summary * @param characterQueryDTO Query conditions */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1982-L1985
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.searchCharacterSummary
public searchCharacterSummary(characterQueryDTO: CharacterQueryDTO, _options?: Configuration): Promise<Array<CharacterSummaryDTO>> { const result = this.api.searchCharacterSummary(characterQueryDTO, _options); return result.toPromise(); }
/** * Search characters: - Specifiable query fields, and relationship: - Scope: private, public_org or public. Private can only search this account. - Username: exact match, only valid when searching public, public_org. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination. * Search Character Summary * @param characterQueryDTO Query conditions */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L1992-L1995
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.searchPublicCharacterSummaryWithHttpInfo
public searchPublicCharacterSummaryWithHttpInfo(characterQueryDTO: CharacterQueryDTO, _options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryDTO>>> { const result = this.api.searchPublicCharacterSummaryWithHttpInfo(characterQueryDTO, _options); return result.toPromise(); }
/** * Search characters: - Specifiable query fields, and relationship: - Scope: public(fixed). - Username: exact match. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination. * Search Public Character Summary * @param characterQueryDTO Query conditions */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2002-L2005
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.searchPublicCharacterSummary
public searchPublicCharacterSummary(characterQueryDTO: CharacterQueryDTO, _options?: Configuration): Promise<Array<CharacterSummaryDTO>> { const result = this.api.searchPublicCharacterSummary(characterQueryDTO, _options); return result.toPromise(); }
/** * Search characters: - Specifiable query fields, and relationship: - Scope: public(fixed). - Username: exact match. If not specified, search all users. - Tags: exact match (support and, or logic). - Name: left match. - Language, exact match. - General: name, description, profile, chat style, experience, fuzzy match, one hit is enough; public scope + all user\'s general search does not guarantee timeliness. - A certain sorting rule can be specified, such as view count, reference count, rating, time, descending or ascending. - The search result is the character summary content. - Support pagination. * Search Public Character Summary * @param characterQueryDTO Query conditions */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2012-L2015
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.setDefaultCharacterBackendWithHttpInfo
public setDefaultCharacterBackendWithHttpInfo(characterBackendId: string, _options?: Configuration): Promise<HttpInfo<boolean>> { const result = this.api.setDefaultCharacterBackendWithHttpInfo(characterBackendId, _options); return result.toPromise(); }
/** * Set the default backend configuration. * Set Default Character Backend * @param characterBackendId The characterBackendId to be set to default */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2022-L2025
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.setDefaultCharacterBackend
public setDefaultCharacterBackend(characterBackendId: string, _options?: Configuration): Promise<boolean> { const result = this.api.setDefaultCharacterBackend(characterBackendId, _options); return result.toPromise(); }
/** * Set the default backend configuration. * Set Default Character Backend * @param characterBackendId The characterBackendId to be set to default */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2032-L2035
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.updateCharacterWithHttpInfo
public updateCharacterWithHttpInfo(characterId: number, characterUpdateDTO: CharacterUpdateDTO, _options?: Configuration): Promise<HttpInfo<boolean>> { const result = this.api.updateCharacterWithHttpInfo(characterId, characterUpdateDTO, _options); return result.toPromise(); }
/** * Update character, refer to /api/v2/character/create, required field: characterId. Returns success or failure. * Update Character * @param characterId The characterId to be updated * @param characterUpdateDTO The character information to be updated */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2043-L2046
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.updateCharacter
public updateCharacter(characterId: number, characterUpdateDTO: CharacterUpdateDTO, _options?: Configuration): Promise<boolean> { const result = this.api.updateCharacter(characterId, characterUpdateDTO, _options); return result.toPromise(); }
/** * Update character, refer to /api/v2/character/create, required field: characterId. Returns success or failure. * Update Character * @param characterId The characterId to be updated * @param characterUpdateDTO The character information to be updated */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2054-L2057
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.updateCharacterBackendWithHttpInfo
public updateCharacterBackendWithHttpInfo(characterBackendId: string, characterBackendDTO: CharacterBackendDTO, _options?: Configuration): Promise<HttpInfo<boolean>> { const result = this.api.updateCharacterBackendWithHttpInfo(characterBackendId, characterBackendDTO, _options); return result.toPromise(); }
/** * Update a backend configuration. * Update Character Backend * @param characterBackendId The characterBackendId to be updated * @param characterBackendDTO The character backend configuration to be updated */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2065-L2068
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.updateCharacterBackend
public updateCharacterBackend(characterBackendId: string, characterBackendDTO: CharacterBackendDTO, _options?: Configuration): Promise<boolean> { const result = this.api.updateCharacterBackend(characterBackendId, characterBackendDTO, _options); return result.toPromise(); }
/** * Update a backend configuration. * Update Character Backend * @param characterBackendId The characterBackendId to be updated * @param characterBackendDTO The character backend configuration to be updated */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2076-L2079
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterAvatarWithHttpInfo
public uploadCharacterAvatarWithHttpInfo(characterUid: string, file: HttpFile, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.uploadCharacterAvatarWithHttpInfo(characterUid, file, _options); return result.toPromise(); }
/** * Upload an avatar of the character. * Upload Character Avatar * @param characterUid Character unique identifier * @param file Character avatar */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2087-L2090
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterAvatar
public uploadCharacterAvatar(characterUid: string, file: HttpFile, _options?: Configuration): Promise<string> { const result = this.api.uploadCharacterAvatar(characterUid, file, _options); return result.toPromise(); }
/** * Upload an avatar of the character. * Upload Character Avatar * @param characterUid Character unique identifier * @param file Character avatar */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2098-L2101
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterDocumentWithHttpInfo
public uploadCharacterDocumentWithHttpInfo(characterUid: string, file: HttpFile, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.uploadCharacterDocumentWithHttpInfo(characterUid, file, _options); return result.toPromise(); }
/** * Upload a document of the character. * Upload Character Document * @param characterUid Character unique identifier * @param file Character document */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2109-L2112
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterDocument
public uploadCharacterDocument(characterUid: string, file: HttpFile, _options?: Configuration): Promise<string> { const result = this.api.uploadCharacterDocument(characterUid, file, _options); return result.toPromise(); }
/** * Upload a document of the character. * Upload Character Document * @param characterUid Character unique identifier * @param file Character document */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2120-L2123
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterPictureWithHttpInfo
public uploadCharacterPictureWithHttpInfo(characterUid: string, file: HttpFile, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.uploadCharacterPictureWithHttpInfo(characterUid, file, _options); return result.toPromise(); }
/** * Upload a picture of the character. * Upload Character Picture * @param characterUid Character unique identifier * @param file Character picture */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2131-L2134
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterPicture
public uploadCharacterPicture(characterUid: string, file: HttpFile, _options?: Configuration): Promise<string> { const result = this.api.uploadCharacterPicture(characterUid, file, _options); return result.toPromise(); }
/** * Upload a picture of the character. * Upload Character Picture * @param characterUid Character unique identifier * @param file Character picture */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2142-L2145
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterVoiceWithHttpInfo
public uploadCharacterVoiceWithHttpInfo(characterBackendId: string, file: HttpFile, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.uploadCharacterVoiceWithHttpInfo(characterBackendId, file, _options); return result.toPromise(); }
/** * Upload a voice of the character. * Upload Character Voice * @param characterBackendId The characterBackendId * @param file Character voice */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2153-L2156
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseCharacterApi.uploadCharacterVoice
public uploadCharacterVoice(characterBackendId: string, file: HttpFile, _options?: Configuration): Promise<string> { const result = this.api.uploadCharacterVoice(characterBackendId, file, _options); return result.toPromise(); }
/** * Upload a voice of the character. * Upload Character Voice * @param characterBackendId The characterBackendId * @param file Character voice */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2164-L2167
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.clearMemoryWithHttpInfo
public clearMemoryWithHttpInfo(chatId: string, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.clearMemoryWithHttpInfo(chatId, _options); return result.toPromise(); }
/** * Clear memory of the chat session. * Clear Memory * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2193-L2196
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.clearMemory
public clearMemory(chatId: string, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.clearMemory(chatId, _options); return result.toPromise(); }
/** * Clear memory of the chat session. * Clear Memory * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2203-L2206
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.deleteChatWithHttpInfo
public deleteChatWithHttpInfo(chatId: string, _options?: Configuration): Promise<HttpInfo<boolean>> { const result = this.api.deleteChatWithHttpInfo(chatId, _options); return result.toPromise(); }
/** * Delete the chat session. * Delete Chat Session * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2213-L2216
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.deleteChat
public deleteChat(chatId: string, _options?: Configuration): Promise<boolean> { const result = this.api.deleteChat(chatId, _options); return result.toPromise(); }
/** * Delete the chat session. * Delete Chat Session * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2223-L2226
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.getDefaultChatIdWithHttpInfo
public getDefaultChatIdWithHttpInfo(characterUid: string, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.getDefaultChatIdWithHttpInfo(characterUid, _options); return result.toPromise(); }
/** * Get default chat id of current user and the character. * Get Default Chat * @param characterUid Character uid */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2233-L2236
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.getDefaultChatId
public getDefaultChatId(characterUid: string, _options?: Configuration): Promise<string> { const result = this.api.getDefaultChatId(characterUid, _options); return result.toPromise(); }
/** * Get default chat id of current user and the character. * Get Default Chat * @param characterUid Character uid */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2243-L2246
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.getMemoryUsageWithHttpInfo
public getMemoryUsageWithHttpInfo(chatId: string, _options?: Configuration): Promise<HttpInfo<MemoryUsageDTO>> { const result = this.api.getMemoryUsageWithHttpInfo(chatId, _options); return result.toPromise(); }
/** * Get memory usage of a chat. * Get Memory Usage * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2253-L2256
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.getMemoryUsage
public getMemoryUsage(chatId: string, _options?: Configuration): Promise<MemoryUsageDTO> { const result = this.api.getMemoryUsage(chatId, _options); return result.toPromise(); }
/** * Get memory usage of a chat. * Get Memory Usage * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2263-L2266
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listChatsWithHttpInfo
public listChatsWithHttpInfo(_options?: Configuration): Promise<HttpInfo<Array<ChatSessionDTO>>> { const result = this.api.listChatsWithHttpInfo(_options); return result.toPromise(); }
/** * List chats of current user. * List Chats */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2272-L2275
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listChats
public listChats(_options?: Configuration): Promise<Array<ChatSessionDTO>> { const result = this.api.listChats(_options); return result.toPromise(); }
/** * List chats of current user. * List Chats */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2281-L2284
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listDebugMessagesWithHttpInfo
public listDebugMessagesWithHttpInfo(chatId: string, limit: number, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.listDebugMessagesWithHttpInfo(chatId, limit, _options); return result.toPromise(); }
/** * List debug messages of a chat. * List Chat Debug Messages * @param chatId Chat session identifier * @param limit Messages limit */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2292-L2295
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listDebugMessages
public listDebugMessages(chatId: string, limit: number, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.listDebugMessages(chatId, limit, _options); return result.toPromise(); }
/** * List debug messages of a chat. * List Chat Debug Messages * @param chatId Chat session identifier * @param limit Messages limit */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2303-L2306
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listDebugMessages1WithHttpInfo
public listDebugMessages1WithHttpInfo(chatId: string, limit: number, offset: number, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.listDebugMessages1WithHttpInfo(chatId, limit, offset, _options); return result.toPromise(); }
/** * List debug messages of a chat. * List Chat Debug Messages * @param chatId Chat session identifier * @param limit Messages limit * @param offset Messages offset (from new to old) */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2315-L2318
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listDebugMessages1
public listDebugMessages1(chatId: string, limit: number, offset: number, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.listDebugMessages1(chatId, limit, offset, _options); return result.toPromise(); }
/** * List debug messages of a chat. * List Chat Debug Messages * @param chatId Chat session identifier * @param limit Messages limit * @param offset Messages offset (from new to old) */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2327-L2330
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listDebugMessages2WithHttpInfo
public listDebugMessages2WithHttpInfo(chatId: string, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.listDebugMessages2WithHttpInfo(chatId, _options); return result.toPromise(); }
/** * List debug messages of a chat. * List Chat Debug Messages * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2337-L2340
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listDebugMessages2
public listDebugMessages2(chatId: string, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.listDebugMessages2(chatId, _options); return result.toPromise(); }
/** * List debug messages of a chat. * List Chat Debug Messages * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2347-L2350
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listMessagesWithHttpInfo
public listMessagesWithHttpInfo(chatId: string, limit: number, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.listMessagesWithHttpInfo(chatId, limit, _options); return result.toPromise(); }
/** * List messages of a chat. * List Chat Messages * @param chatId Chat session identifier * @param limit Messages limit */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2358-L2361
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listMessages
public listMessages(chatId: string, limit: number, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.listMessages(chatId, limit, _options); return result.toPromise(); }
/** * List messages of a chat. * List Chat Messages * @param chatId Chat session identifier * @param limit Messages limit */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2369-L2372
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listMessages1WithHttpInfo
public listMessages1WithHttpInfo(chatId: string, limit: number, offset: number, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.listMessages1WithHttpInfo(chatId, limit, offset, _options); return result.toPromise(); }
/** * List messages of a chat. * List Chat Messages * @param chatId Chat session identifier * @param limit Messages limit * @param offset Messages offset (from new to old) */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2381-L2384
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listMessages1
public listMessages1(chatId: string, limit: number, offset: number, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.listMessages1(chatId, limit, offset, _options); return result.toPromise(); }
/** * List messages of a chat. * List Chat Messages * @param chatId Chat session identifier * @param limit Messages limit * @param offset Messages offset (from new to old) */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2393-L2396
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listMessages2WithHttpInfo
public listMessages2WithHttpInfo(chatId: string, _options?: Configuration): Promise<HttpInfo<Array<ChatMessageRecordDTO>>> { const result = this.api.listMessages2WithHttpInfo(chatId, _options); return result.toPromise(); }
/** * List messages of a chat. * List Chat Messages * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2403-L2406
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.listMessages2
public listMessages2(chatId: string, _options?: Configuration): Promise<Array<ChatMessageRecordDTO>> { const result = this.api.listMessages2(chatId, _options); return result.toPromise(); }
/** * List messages of a chat. * List Chat Messages * @param chatId Chat session identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2413-L2416
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.rollbackMessagesWithHttpInfo
public rollbackMessagesWithHttpInfo(chatId: string, count: number, _options?: Configuration): Promise<HttpInfo<Array<number>>> { const result = this.api.rollbackMessagesWithHttpInfo(chatId, count, _options); return result.toPromise(); }
/** * Rollback messages of a chat. * Rollback Chat Messages * @param chatId Chat session identifier * @param count Message count to be rolled back */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2424-L2427
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.rollbackMessages
public rollbackMessages(chatId: string, count: number, _options?: Configuration): Promise<Array<number>> { const result = this.api.rollbackMessages(chatId, count, _options); return result.toPromise(); }
/** * Rollback messages of a chat. * Rollback Chat Messages * @param chatId Chat session identifier * @param count Message count to be rolled back */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2435-L2438
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.sendAssistantWithHttpInfo
public sendAssistantWithHttpInfo(chatId: string, assistantUid: string, _options?: Configuration): Promise<HttpInfo<LlmResultDTO>> { const result = this.api.sendAssistantWithHttpInfo(chatId, assistantUid, _options); return result.toPromise(); }
/** * Send a message to assistant for a new chat message. * Send Assistant for Chat Message * @param chatId Chat session identifier * @param assistantUid Assistant uid */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2446-L2449
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.sendAssistant
public sendAssistant(chatId: string, assistantUid: string, _options?: Configuration): Promise<LlmResultDTO> { const result = this.api.sendAssistant(chatId, assistantUid, _options); return result.toPromise(); }
/** * Send a message to assistant for a new chat message. * Send Assistant for Chat Message * @param chatId Chat session identifier * @param assistantUid Assistant uid */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2457-L2460
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.sendMessageWithHttpInfo
public sendMessageWithHttpInfo(chatId: string, chatMessageDTO: ChatMessageDTO, _options?: Configuration): Promise<HttpInfo<LlmResultDTO>> { const result = this.api.sendMessageWithHttpInfo(chatId, chatMessageDTO, _options); return result.toPromise(); }
/** * Send a chat message to character. * Send Chat Message * @param chatId Chat session identifier * @param chatMessageDTO Chat message */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2468-L2471
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.sendMessage
public sendMessage(chatId: string, chatMessageDTO: ChatMessageDTO, _options?: Configuration): Promise<LlmResultDTO> { const result = this.api.sendMessage(chatId, chatMessageDTO, _options); return result.toPromise(); }
/** * Send a chat message to character. * Send Chat Message * @param chatId Chat session identifier * @param chatMessageDTO Chat message */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2479-L2482
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.startChatWithHttpInfo
public startChatWithHttpInfo(chatCreateDTO: ChatCreateDTO, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.startChatWithHttpInfo(chatCreateDTO, _options); return result.toPromise(); }
/** * Start a chat session. * Start Chat Session * @param chatCreateDTO Parameters for starting a chat session */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2489-L2492
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.startChat
public startChat(chatCreateDTO: ChatCreateDTO, _options?: Configuration): Promise<string> { const result = this.api.startChat(chatCreateDTO, _options); return result.toPromise(); }
/** * Start a chat session. * Start Chat Session * @param chatCreateDTO Parameters for starting a chat session */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2499-L2502
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.streamSendAssistantWithHttpInfo
public streamSendAssistantWithHttpInfo(chatId: string, assistantUid: string, _options?: Configuration): Promise<HttpInfo<SseEmitter>> { const result = this.api.streamSendAssistantWithHttpInfo(chatId, assistantUid, _options); return result.toPromise(); }
/** * Refer to /api/v2/chat/send/assistant/{chatId}/{assistantUid}, stream back chunks of the response. * Send Assistant for Chat Message by Streaming Back * @param chatId Chat session identifier * @param assistantUid Assistant uid */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2510-L2513
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.streamSendAssistant
public streamSendAssistant(chatId: string, assistantUid: string, _options?: Configuration): Promise<SseEmitter> { const result = this.api.streamSendAssistant(chatId, assistantUid, _options); return result.toPromise(); }
/** * Refer to /api/v2/chat/send/assistant/{chatId}/{assistantUid}, stream back chunks of the response. * Send Assistant for Chat Message by Streaming Back * @param chatId Chat session identifier * @param assistantUid Assistant uid */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2521-L2524
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.streamSendMessageWithHttpInfo
public streamSendMessageWithHttpInfo(chatId: string, chatMessageDTO: ChatMessageDTO, _options?: Configuration): Promise<HttpInfo<SseEmitter>> { const result = this.api.streamSendMessageWithHttpInfo(chatId, chatMessageDTO, _options); return result.toPromise(); }
/** * Refer to /api/v2/chat/send/{chatId}, stream back chunks of the response. * Send Chat Message by Streaming Back * @param chatId Chat session identifier * @param chatMessageDTO Chat message */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2532-L2535
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.streamSendMessage
public streamSendMessage(chatId: string, chatMessageDTO: ChatMessageDTO, _options?: Configuration): Promise<SseEmitter> { const result = this.api.streamSendMessage(chatId, chatMessageDTO, _options); return result.toPromise(); }
/** * Refer to /api/v2/chat/send/{chatId}, stream back chunks of the response. * Send Chat Message by Streaming Back * @param chatId Chat session identifier * @param chatMessageDTO Chat message */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2543-L2546
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.updateChatWithHttpInfo
public updateChatWithHttpInfo(chatId: string, chatUpdateDTO: ChatUpdateDTO, _options?: Configuration): Promise<HttpInfo<boolean>> { const result = this.api.updateChatWithHttpInfo(chatId, chatUpdateDTO, _options); return result.toPromise(); }
/** * Update the chat session. * Update Chat Session * @param chatId Chat session identifier * @param chatUpdateDTO The chat session information to be updated */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2554-L2557
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseChatApi.updateChat
public updateChat(chatId: string, chatUpdateDTO: ChatUpdateDTO, _options?: Configuration): Promise<boolean> { const result = this.api.updateChat(chatId, chatUpdateDTO, _options); return result.toPromise(); }
/** * Update the chat session. * Update Chat Session * @param chatId Chat session identifier * @param chatUpdateDTO The chat session information to be updated */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2565-L2568
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseEncryptionManagerForAdminApi.encryptTextWithHttpInfo
public encryptTextWithHttpInfo(text: string, _options?: Configuration): Promise<HttpInfo<string>> { const result = this.api.encryptTextWithHttpInfo(text, _options); return result.toPromise(); }
/** * Encrypt a piece of text with the built-in key. * Encrypt Text * @param text Text to be encrypted */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2594-L2597
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseEncryptionManagerForAdminApi.encryptText
public encryptText(text: string, _options?: Configuration): Promise<string> { const result = this.api.encryptText(text, _options); return result.toPromise(); }
/** * Encrypt a piece of text with the built-in key. * Encrypt Text * @param text Text to be encrypted */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2604-L2607
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.addStatisticWithHttpInfo
public addStatisticWithHttpInfo(infoType: string, infoId: string, statsType: string, delta: number, _options?: Configuration): Promise<HttpInfo<number>> { const result = this.api.addStatisticWithHttpInfo(infoType, infoId, statsType, delta, _options); return result.toPromise(); }
/** * Add the statistics of the corresponding metrics of the corresponding resources. The increment can be negative. Return the latest statistics. * Add Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param delta Delta in statistical value */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2636-L2639
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.addStatistic
public addStatistic(infoType: string, infoId: string, statsType: string, delta: number, _options?: Configuration): Promise<number> { const result = this.api.addStatistic(infoType, infoId, statsType, delta, _options); return result.toPromise(); }
/** * Add the statistics of the corresponding metrics of the corresponding resources. The increment can be negative. Return the latest statistics. * Add Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param delta Delta in statistical value */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2649-L2652
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.getScoreWithHttpInfo
public getScoreWithHttpInfo(infoType: string, infoId: string, _options?: Configuration): Promise<HttpInfo<number>> { const result = this.api.getScoreWithHttpInfo(infoType, infoId, _options); return result.toPromise(); }
/** * Get the current user\'s score for the corresponding resource. * Get Score for Resource * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2660-L2663
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.getScore
public getScore(infoType: string, infoId: string, _options?: Configuration): Promise<number> { const result = this.api.getScore(infoType, infoId, _options); return result.toPromise(); }
/** * Get the current user\'s score for the corresponding resource. * Get Score for Resource * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2671-L2674
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.getStatisticWithHttpInfo
public getStatisticWithHttpInfo(infoType: string, infoId: string, statsType: string, _options?: Configuration): Promise<HttpInfo<number>> { const result = this.api.getStatisticWithHttpInfo(infoType, infoId, statsType, _options); return result.toPromise(); }
/** * Get the statistics of the corresponding metrics of the corresponding resources. * Get Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier * @param statsType Statistics type: view_count | refer_count | recommend_count | score */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2683-L2686
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.getStatistic
public getStatistic(infoType: string, infoId: string, statsType: string, _options?: Configuration): Promise<number> { const result = this.api.getStatistic(infoType, infoId, statsType, _options); return result.toPromise(); }
/** * Get the statistics of the corresponding metrics of the corresponding resources. * Get Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier * @param statsType Statistics type: view_count | refer_count | recommend_count | score */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2695-L2698
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.getStatisticsWithHttpInfo
public getStatisticsWithHttpInfo(infoType: string, infoId: string, _options?: Configuration): Promise<HttpInfo<InteractiveStatsDTO>> { const result = this.api.getStatisticsWithHttpInfo(infoType, infoId, _options); return result.toPromise(); }
/** * Get all statistics of the corresponding resources. * Get All Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2706-L2709
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.getStatistics
public getStatistics(infoType: string, infoId: string, _options?: Configuration): Promise<InteractiveStatsDTO> { const result = this.api.getStatistics(infoType, infoId, _options); return result.toPromise(); }
/** * Get all statistics of the corresponding resources. * Get All Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2717-L2720
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.increaseStatisticWithHttpInfo
public increaseStatisticWithHttpInfo(infoType: string, infoId: string, statsType: string, _options?: Configuration): Promise<HttpInfo<number>> { const result = this.api.increaseStatisticWithHttpInfo(infoType, infoId, statsType, _options); return result.toPromise(); }
/** * Increase the statistics of the corresponding metrics of the corresponding resources by one. Return the latest statistics. * Increase Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier * @param statsType Statistics type: view_count | refer_count | recommend_count | score */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2729-L2732
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.increaseStatistic
public increaseStatistic(infoType: string, infoId: string, statsType: string, _options?: Configuration): Promise<number> { const result = this.api.increaseStatistic(infoType, infoId, statsType, _options); return result.toPromise(); }
/** * Increase the statistics of the corresponding metrics of the corresponding resources by one. Return the latest statistics. * Increase Statistics * @param infoType Info type: prompt | agent | plugin | character * @param infoId Unique resource identifier * @param statsType Statistics type: view_count | refer_count | recommend_count | score */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2741-L2744
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listAgentsByStatisticWithHttpInfo
public listAgentsByStatisticWithHttpInfo(statsType: string, pageSize: number, asc?: string, _options?: Configuration): Promise<HttpInfo<Array<AgentSummaryStatsDTO>>> { const result = this.api.listAgentsByStatisticWithHttpInfo(statsType, pageSize, asc, _options); return result.toPromise(); }
/** * List agents based on statistics, including interactive statistical data. * List Agents by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2753-L2756
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listAgentsByStatistic
public listAgentsByStatistic(statsType: string, pageSize: number, asc?: string, _options?: Configuration): Promise<Array<AgentSummaryStatsDTO>> { const result = this.api.listAgentsByStatistic(statsType, pageSize, asc, _options); return result.toPromise(); }
/** * List agents based on statistics, including interactive statistical data. * List Agents by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2765-L2768
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listAgentsByStatistic1WithHttpInfo
public listAgentsByStatistic1WithHttpInfo(statsType: string, pageSize: number, pageNum: number, asc?: string, _options?: Configuration): Promise<HttpInfo<Array<AgentSummaryStatsDTO>>> { const result = this.api.listAgentsByStatistic1WithHttpInfo(statsType, pageSize, pageNum, asc, _options); return result.toPromise(); }
/** * List agents based on statistics, including interactive statistical data. * List Agents by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param pageNum Current page number * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2778-L2781
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listAgentsByStatistic1
public listAgentsByStatistic1(statsType: string, pageSize: number, pageNum: number, asc?: string, _options?: Configuration): Promise<Array<AgentSummaryStatsDTO>> { const result = this.api.listAgentsByStatistic1(statsType, pageSize, pageNum, asc, _options); return result.toPromise(); }
/** * List agents based on statistics, including interactive statistical data. * List Agents by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param pageNum Current page number * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2791-L2794
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listAgentsByStatistic2WithHttpInfo
public listAgentsByStatistic2WithHttpInfo(statsType: string, asc?: string, _options?: Configuration): Promise<HttpInfo<Array<AgentSummaryStatsDTO>>> { const result = this.api.listAgentsByStatistic2WithHttpInfo(statsType, asc, _options); return result.toPromise(); }
/** * List agents based on statistics, including interactive statistical data. * List Agents by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2802-L2805
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listAgentsByStatistic2
public listAgentsByStatistic2(statsType: string, asc?: string, _options?: Configuration): Promise<Array<AgentSummaryStatsDTO>> { const result = this.api.listAgentsByStatistic2(statsType, asc, _options); return result.toPromise(); }
/** * List agents based on statistics, including interactive statistical data. * List Agents by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2813-L2816
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listCharactersByStatisticWithHttpInfo
public listCharactersByStatisticWithHttpInfo(statsType: string, asc?: string, _options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryStatsDTO>>> { const result = this.api.listCharactersByStatisticWithHttpInfo(statsType, asc, _options); return result.toPromise(); }
/** * List characters based on statistics, including interactive statistical data. * List Characters by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2824-L2827
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listCharactersByStatistic
public listCharactersByStatistic(statsType: string, asc?: string, _options?: Configuration): Promise<Array<CharacterSummaryStatsDTO>> { const result = this.api.listCharactersByStatistic(statsType, asc, _options); return result.toPromise(); }
/** * List characters based on statistics, including interactive statistical data. * List Characters by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2835-L2838
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listCharactersByStatistic1WithHttpInfo
public listCharactersByStatistic1WithHttpInfo(statsType: string, pageSize: number, asc?: string, _options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryStatsDTO>>> { const result = this.api.listCharactersByStatistic1WithHttpInfo(statsType, pageSize, asc, _options); return result.toPromise(); }
/** * List characters based on statistics, including interactive statistical data. * List Characters by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2847-L2850
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listCharactersByStatistic1
public listCharactersByStatistic1(statsType: string, pageSize: number, asc?: string, _options?: Configuration): Promise<Array<CharacterSummaryStatsDTO>> { const result = this.api.listCharactersByStatistic1(statsType, pageSize, asc, _options); return result.toPromise(); }
/** * List characters based on statistics, including interactive statistical data. * List Characters by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2859-L2862
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listCharactersByStatistic2WithHttpInfo
public listCharactersByStatistic2WithHttpInfo(statsType: string, pageSize: number, pageNum: number, asc?: string, _options?: Configuration): Promise<HttpInfo<Array<CharacterSummaryStatsDTO>>> { const result = this.api.listCharactersByStatistic2WithHttpInfo(statsType, pageSize, pageNum, asc, _options); return result.toPromise(); }
/** * List characters based on statistics, including interactive statistical data. * List Characters by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param pageNum Current page number * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2872-L2875
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listCharactersByStatistic2
public listCharactersByStatistic2(statsType: string, pageSize: number, pageNum: number, asc?: string, _options?: Configuration): Promise<Array<CharacterSummaryStatsDTO>> { const result = this.api.listCharactersByStatistic2(statsType, pageSize, pageNum, asc, _options); return result.toPromise(); }
/** * List characters based on statistics, including interactive statistical data. * List Characters by Statistics * @param statsType Statistics type: view_count | refer_count | recommend_count | score * @param pageSize Maximum quantity * @param pageNum Current page number * @param [asc] Default is descending order, set asc&#x3D;1 for ascending order */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2885-L2888
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listHotTagsWithHttpInfo
public listHotTagsWithHttpInfo(infoType: string, pageSize: number, text?: string, _options?: Configuration): Promise<HttpInfo<Array<HotTagDTO>>> { const result = this.api.listHotTagsWithHttpInfo(infoType, pageSize, text, _options); return result.toPromise(); }
/** * Get popular tags for a specified info type. * Hot Tags * @param infoType Info type: prompt | agent | plugin | character * @param pageSize Maximum quantity * @param [text] Key word */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2897-L2900
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db
freechat
github_2023
freechat-fun
typescript
PromiseInteractiveStatisticsApi.listHotTags
public listHotTags(infoType: string, pageSize: number, text?: string, _options?: Configuration): Promise<Array<HotTagDTO>> { const result = this.api.listHotTags(infoType, pageSize, text, _options); return result.toPromise(); }
/** * Get popular tags for a specified info type. * Hot Tags * @param infoType Info type: prompt | agent | plugin | character * @param pageSize Maximum quantity * @param [text] Key word */
https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/PromiseAPI.ts#L2909-L2912
cb80c3708b85cf52c02a91bdc0c9e9ddc14856db