Developing your own AI-Enabled Applications Flashcards

(30 cards)

1
Q

What is the ABAP AI SDK powered by Intelligent Scenario Lifecycle Management (ISLM)?

A

An ABAP library for generative AI in ABAP apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does the SDK connect to LLMs?

A

Via the AI API client to SAP AI Core and the generative AI hub.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What AI features does the SDK provide?

A

Prompt completion and function calls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does ISLM do in the SDK?

A

Manages lifecycle and connectivity to LLMs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are intelligent scenarios?

A

Transportable objects containing info about AI models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the ABAP AI SDK used for?

A

To build AI features in ABAP using LLMs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where are the LLMs hosted?

A

On the generative AI hub in SAP AI Core.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the architecture role of the SDK and ISLM?

A

Bridge between apps and LLMs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What must you keep in mind when using LLMs?

A

They have constraints and may be deprecated or changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the ABAP AI SDK?

A

An ABAP reuse library to access large language models from SAP AI Core.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the ABAP AI SDK simplify for ABAP developers?

A

Consuming LLMs with standardized access and reusable features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What common LLM usage patterns does the SDK support?

A

Prompt completion, prompt library, function calling, and exception handling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the role of ISLM in this integration?

A

It manages AI connectivity, lifecycle, and intelligent scenarios.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is an intelligent scenario in ISLM?

A

Transportable objects containing all info to ship and run a generative AI-based solution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does ISLM support prompt management?

A

It allows creating and managing prompt templates for business use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does “auto enablement” in ISLM mean?

A

Generative AI use cases are pre-configured and ready to use.

17
Q

What are intelligent scenarios and models used for?

A

To store LLM settings like model, version, and prompt templates.

18
Q

How do developers interact with LLMs in ABAP?

A

Using the ABAP AI SDK’s application programming interfaces (APIs).

19
Q

Who manages connections to the generative AI hub?

A

ISLM, via connectivity mapping and scenario destinations.

20
Q

What is the function of the generative AI hub?

A

It provides access to LLMs hosted by providers.

21
Q

What setup is required for using ABAP AI SDK in customer systems?

A

SAP AI Core + AI hub instance and connection via communication scenario SAP_COM_0A69.

22
Q

What risk does generative AI bring to ABAP apps?

A

It can return incorrect or hallucinated results.

23
Q

Why can LLMs become unavailable in your application?

A

Third-party vendors may deprecate or remove them.

24
Q

Why might some LLMs not be supported in ABAP AI SDK?

A

They may be newer than the SDK’s latest release.

25
What must a system administrator set up for the ABAP AI SDK to access LLMs?
System connections to SAP AI Core via the generative AI hub.
26
What communication scenario is used to connect ABAP to SAP AI Core?
SAP_COM_0A69
27
Where are service instances and keys for SAP AI Core created?
In the SAP BTP cockpit.
28
What does the developer define in the setup process?
The large language model and prompt templates.
29
What is stored in intelligent scenario models?
LLM configuration and optional prompt templates.
30
What tool does a system admin use to manage intelligent scenarios?
The Intelligent Scenario Management app in the SAP Fiori launchpad.