Slide 11
Slide 11 text
•Textmasterformat bearbeiten
• Zweite Ebene
Mastertextformat bearbeiten
11
uiChatResource
private readonly chat = uiChatResource({
model: this.config.model,
system: `You are an assistant that helps with booking flights …`,
tools: [
findFlightsTool,
getLoadedFlights,
getBookedFlights,
[…]
],
components: [
flightWidget,
messageWidget
],
});