C#으로 진행했습니다
기본 세팅
1.
소스 코드 clone 해오기
2.
M03-give-your-ai-agent-skills/M03-Project 프로젝트 경로로 터미널을 열기
음악 라이브러리 플러그인 만들기
1.
다음과 같이 M03-give-your-ai-agent-skills/M03-Project/Plugins/MusicLibrary.cs 파일 생성
2.
다음과 같이 M03-give-your-ai-agent-skills/M03-Project/data/recentlyplayed.txt 파일 생성
3.
Program.cs 파일 업데이트
4.
M03-Project에서 dotnet run 명령어로 프로젝트를 실행하면 출력 확인 가능(단, yourDeploymentName, yourEndpoint, apiKey의 값을 넣어줘야 가능)
자료






