Class ResponseWebSearchResultLocationCitation
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class ResponseWebSearchResultLocationCitation : Citation
Properties
EncryptedIndex
Required.
Declaration
public string EncryptedIndex { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required. Maximum length: 512
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required.
Declaration
public override CitationType Type { get; }
Property Value
Type | Description |
---|---|
CitationType |
Overrides
Url
Required.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |