Add job application demo (#476)

This commit is contained in:
Kerem Yilmaz
2024-06-15 22:44:34 -07:00
committed by GitHub
parent 536736a7bf
commit 161e25bf04
3 changed files with 21 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ const templateSamples: {
title: "bci_seguros",
description: "Generate an auto insurance quote",
},
job_application: {
title: "Job Application",
description: "Fill a job application form",
},
};
function TaskTemplates() {