Skip to content

Commit

Permalink
Adjust inline docs for 'text' field in citations
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina Gum committed Dec 12, 2024
1 parent d2ca0a7 commit 513053b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class ClientCitationAppearance
public string Name { get; set; } = string.Empty;

/// <summary>
/// Optional. The citation appreance text. It is ignored in Teams.
/// Optional. The citation appearance text.
/// </summary>
[JsonProperty(PropertyName = "text")]
public string? Text { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion python/packages/ai/teams/ai/citations/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Appearance(Model):
Attributes:
@type (str): Required; must be 'DigitalDocument'
name (str): The name of the document
text (str): Optional; ignored in Teams
text (str): Optional; the text of the citation.
url (str): The url of the document
abstract (str): Content of the citation. Must be clipped if longer than 480 characters
encodingFormat (str): Encoding format of the `citation.appearance.text` field.
Expand Down

0 comments on commit 513053b

Please sign in to comment.