Generative Ai Agent Runtime

oci.generative_ai_agent_runtime.GenerativeAiAgentRuntimeClient OCI Generative AI Agents is a fully managed service that combines the power of large language models (LLMs) with an intelligent retrieval system to create contextually relevant answers by searching your knowledge base, making your AI applications smart and efficient.
oci.generative_ai_agent_runtime.GenerativeAiAgentRuntimeClientCompositeOperations This class provides a wrapper around GenerativeAiAgentRuntimeClient and offers convenience methods for operations that would otherwise need to be chained together.

Models

oci.generative_ai_agent_runtime.models.ChatDetails Chat details.
oci.generative_ai_agent_runtime.models.ChatResult The response of a chat request.
oci.generative_ai_agent_runtime.models.Citation The citation displays the location of source text that is the agent uses to create the responses.
oci.generative_ai_agent_runtime.models.CreateSessionDetails Information about the new session.
oci.generative_ai_agent_runtime.models.ErrorTrace The trace information about the error.
oci.generative_ai_agent_runtime.models.GenerationTrace The trace information about the generated response.
oci.generative_ai_agent_runtime.models.Message The Message resource generated by the agent.
oci.generative_ai_agent_runtime.models.MessageContent The content of the message.
oci.generative_ai_agent_runtime.models.OciDatabaseSourceLocation The location of the OCI Database that the agent will use.
oci.generative_ai_agent_runtime.models.OciObjectStorageSourceLocation The OCI Object Storage that contains the data files.
oci.generative_ai_agent_runtime.models.OciOpenSearchSourceLocation The location of the OCI Search with OpenSearch that the agent will use.
oci.generative_ai_agent_runtime.models.RetrievalTrace The trace that displays the retrieval information.
oci.generative_ai_agent_runtime.models.Session A session represents an interactive conversation initiated by a user through an API to engage with an agent.
oci.generative_ai_agent_runtime.models.SourceLocation The location of the data files that the agent will use.
oci.generative_ai_agent_runtime.models.Trace The trace that displays the internal progression, such as reasoning and actions during an execution.
oci.generative_ai_agent_runtime.models.UpdateSessionDetails Information about the updated session.