Skip to content

QueryStrategy

QueryStrategy = "query" | "update"

Defined in: packages/core/src/agent/actor.ts:25

Controls how query and composite_query methods are executed.

  • 'query' — standard non-replicated query call (default).
  • 'update' — send query methods as update calls that go through consensus.