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