Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tizen.AIAvatar] Add FacialAnimations && LLM Sample #6220

Open
wants to merge 2 commits into
base: DevelNUI
Choose a base branch
from

Conversation

huiyueun
Copy link
Contributor

Description of Change
AIAvatar Facial Animation 기능 추가
LLM을 이용한 샘플 추가

Signed-off-by: huiyu.eun <[email protected]>
Signed-off-by: huiyu.eun <[email protected]>
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 10, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.AIAvatar.Avatar::StartFaceAnimation(System.String)

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.AIAvatar.Avatar::StopFaceAnimation()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.AIAvatar.IRestClient

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Threading.Tasks.Task`1<System.String> Tizen.AIAvatar.IRestClient::SendRequestAsync(System.Net.Http.HttpMethod,System.String,System.String,System.String)

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.AIAvatar.RestClient

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Threading.Tasks.Task`1<System.String> Tizen.AIAvatar.RestClient::SendRequestAsync(System.Net.Http.HttpMethod,System.String,System.String,System.String)

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.AIAvatar.RestClient::Dispose()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.AIAvatar.RestClientFactory

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.AIAvatar.RestClientFactory::.ctor()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.AIAvatar.IRestClient Tizen.AIAvatar.RestClientFactory::CreateClient(System.String)

Copy link

@AnglerLee AnglerLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

migration 확인 하였습니다.

Copy link
Contributor

@hinohie hinohie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link

github-actions bot commented Oct 1, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants