Class SystemMessage
- Namespace
- AutoGen.Anthropic.DTO
- Assembly
- AutoGen.Anthropic.dll
public class SystemMessage
- Inheritance
-
SystemMessage
- Inherited Members
-
Properties
CacheControl
[JsonPropertyName("cache_control")]
public CacheControl? CacheControl { get; set; }
Property Value
- CacheControl
Text
[JsonPropertyName("text")]
public string? Text { get; set; }
Property Value
- string
Type
[JsonPropertyName("type")]
public string? Type { get; }
Property Value
- string
Methods
CreateSystemMessage(string)
public static SystemMessage CreateSystemMessage(string systemMessage)
Parameters
systemMessage
string
Returns
- SystemMessage
CreateSystemMessageWithCacheControl(string)
public static SystemMessage CreateSystemMessageWithCacheControl(string systemMessage)
Parameters
systemMessage
string
Returns
- SystemMessage