Class: Ecoportal::API::GraphQL::Base::AiSummaryVersion

Inherits:
Logic::BaseModel show all
Defined in:
lib/ecoportal/api/graphql/base/ai_summary_version.rb

Overview

Represents one generation version of an AiSummary field. Returned by generateAiSummary — tracks the prompt, output, token usage, and status.

Direct Known Subclasses

Model::AiSummaryVersion

Constant Summary

Constants included from Common::GraphQL::Model::Diffable

Common::GraphQL::Model::Diffable::DIFF_CLASS

Method Summary

Methods included from Concerns::SnakeCamelAccess

#method_missing, #respond_to_missing?

Methods included from Common::GraphQL::Model::AsInput

#as_input

Methods included from Common::GraphQL::Model::Diffable

#as_update, #dirty?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess