ParagraphCitation

class oci.generative_ai_agent_runtime.models.ParagraphCitation(**kwargs)

Bases: object

The source of information for the paragraph of agent’s response.

Methods

__init__(**kwargs) Initializes a new ParagraphCitation object with values from keyword arguments.

Attributes

citations Gets the citations of this ParagraphCitation.
paragraph [Required] Gets the paragraph of this ParagraphCitation.
__init__(**kwargs)

Initializes a new ParagraphCitation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
citations

Gets the citations of this ParagraphCitation. A list of citations for the paragraph of the generated message.

Returns:The citations of this ParagraphCitation.
Return type:list[oci.generative_ai_agent_runtime.models.Citation]
paragraph

[Required] Gets the paragraph of this ParagraphCitation.

Returns:The paragraph of this ParagraphCitation.
Return type:oci.generative_ai_agent_runtime.models.Paragraph