PromptEmbeddedContextCapabilities.fromJson constructor

PromptEmbeddedContextCapabilities.fromJson(
  1. Map<String, Object?> json
)

Decodes a schema-validated JSON object.

Implementation

factory PromptEmbeddedContextCapabilities.fromJson(
  Map<String, Object?> json,
) => _$PromptEmbeddedContextCapabilitiesFromJson(json);