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 for managing user interactions and tool executions.
oci.generative_ai_agent_runtime.models.ChatResult The response of a chat request.
oci.generative_ai_agent_runtime.models.Citation The source of information for the agent’s response.
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.FunctionCall Represent a function call the client need to execute in order to fulfill the required action.
oci.generative_ai_agent_runtime.models.FunctionCallingPerformedAction Represents an action for recording the result of a function call.
oci.generative_ai_agent_runtime.models.FunctionCallingRequiredAction Represents an action for submitting function call outputs.
oci.generative_ai_agent_runtime.models.GenerationTrace The trace information about the generated response.
oci.generative_ai_agent_runtime.models.HumanApprovalPerformedAction An action describing user approval to the agent.
oci.generative_ai_agent_runtime.models.KnowledgeBaseMetadataSummary Represents metadata about a field including its name, type, supported operations, and possible values.
oci.generative_ai_agent_runtime.models.KnowledgeBaseMetadataValue Represents a metadata value and the number of appearances in knowledge base.
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.MetadataFilter Filter for retrieving specific metadata
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.Paragraph The paragraph of the generated message that contains a citation.
oci.generative_ai_agent_runtime.models.ParagraphCitation The source of information for the paragraph of agent’s response.
oci.generative_ai_agent_runtime.models.PerformedAction The base structure for an action that has already been performed.
oci.generative_ai_agent_runtime.models.RequiredAction Represents an action that needs to be performed by the user or client.
oci.generative_ai_agent_runtime.models.RetrievalTrace The trace that displays the retrieval information.
oci.generative_ai_agent_runtime.models.RetrieveMetadataDetails Details to retrieve metadata
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.