PromptEmbeddedContextCapabilities.fromJson constructor
Decodes a schema-validated JSON object.
Implementation
factory PromptEmbeddedContextCapabilities.fromJson(
Map<String, Object?> json,
) => _$PromptEmbeddedContextCapabilitiesFromJson(json);
Decodes a schema-validated JSON object.
factory PromptEmbeddedContextCapabilities.fromJson(
Map<String, Object?> json,
) => _$PromptEmbeddedContextCapabilitiesFromJson(json);