Oracle Cloud Infrastructure 2025 Generative AI Professional 1z0-1127-25 Question # 20 Topic 3 Discussion

Oracle Cloud Infrastructure 2025 Generative AI Professional 1z0-1127-25 Question # 20 Topic 3 Discussion

1z0-1127-25 Exam Topic 3 Question 20 Discussion:
Question #: 20
Topic #: 3

Given the following code block:

history = StreamlitChatMessageHistory(key="chat_messages")

memory = ConversationBufferMemory(chat_memory=history)

Which statement is NOT true about StreamlitChatMessageHistory?


A.

StreamlitChatMessageHistory will store messages in Streamlit session state at the specified key.


B.

A given StreamlitChatMessageHistory will NOT be persisted.


C.

A given StreamlitChatMessageHistory will not be shared across user sessions.


D.

StreamlitChatMessageHistory can be used in any type of LLM application.


Get Premium 1z0-1127-25 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.