#  Copyright (c) 2026 Cisco Systems, Inc. and its affiliates
#  SPDX-License-Identifier: Apache-2.0
# Overlay — offline mock LLM (tutorials, CI)
apiVersion: mas/v1
kind: Overlay
metadata:
  name: mock-llm
spec:
  patch:
    execution:
      mocking:
        enabled: true
    llm:
      provider: mock
    infra_refs:
      - standard:mock-llm
