Skip to content

Agent Inference Passage Invoke Response v2

Source schema: doc/schemas/agent.inference-passage-invoke.response.v2.schema.json

Successful Agent passage invocation response preserving the exact product and its provider-neutral execution provenance. Refusals use the capability refusal envelope.

Governing Basis

Project Lineage

Fields

Field Required Shape Description
schema yes const: agent.inference-passage-invoke.response.v2
status yes const: completed
replayed yes boolean
product yes ref: agent.inference-passage-product.v1.schema.json
execution/provenance yes ref: inference-execution-provenance.v1.schema.json
## Field Semantics

schema

  • Required: yes
  • Shape: const: agent.inference-passage-invoke.response.v2

status

  • Required: yes
  • Shape: const: completed

replayed

  • Required: yes
  • Shape: boolean

product

  • Required: yes
  • Shape: ref: agent.inference-passage-product.v1.schema.json

execution/provenance

  • Required: yes
  • Shape: ref: inference-execution-provenance.v1.schema.json