Slide 21
Slide 21 text
Filling Angular forms with human language input – TypeScript-only
protected readonly formGroup
= this.fb.group({
firstName: [’’],
lastName: [’’],
addressLine1: [’’],
addressLine2: [’’],
city: [’’],
state: [’’],
zip: [’’],
country: [’’]
});
'Talk to your systems'
Strukturierte Daten & Tool-Integration - LLM-Anbindung einfach gemacht
Smart form filling
OK, nice – so here is my address
then:: Peter Schmitt, Rheinstr. 7 in
Schkeuditz – postcode is 04435,
BTW.
Smart
Form
Filler
(TS code
& LLM)
21