Table of Contents

Class ContentBase

Namespace
AutoGen.Anthropic.DTO
Assembly
AutoGen.Anthropic.dll
public abstract class ContentBase
Inheritance
ContentBase
Derived
Inherited Members

Properties

CacheControl

[JsonPropertyName("cache_control")]
public CacheControl? CacheControl { get; set; }

Property Value

CacheControl

Type

[JsonPropertyName("type")]
public abstract string Type { get; }

Property Value

string