Class ResponseWebSearchResultLocationCitation
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class ResponseWebSearchResultLocationCitation : Citation
Properties
| Edit this page View SourceEncryptedIndex
Required.
Declaration
[JsonProperty("encrypted_index")]
public string EncryptedIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Required. Maximum length: 512
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required.
Declaration
[JsonProperty("type")]
public override CitationType Type { get; }
Property Value
| Type | Description |
|---|---|
| CitationType |
Overrides
| Edit this page View SourceUrl
Required.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |