# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # yaml-language-server: $schema=../../playbooks/playbook.schema.json name: "FAST Setup PoC with Env" env: - MY_SECRET_ID steps: - user_input: "Hi, please activate the fast-setup-poc skill and let's configure FAST." expected_outcome: "The agent should greet the user, confirm it is the FAST Setup Wizard, and ask for the Google Cloud Project ID." - user_input: "${MY_SECRET_ID}" expected_outcome: "The agent should acknowledge the Project ID and ask for the preferred Region." - user_input: "europe-west1" expected_outcome: "The agent should acknowledge the Region and ask for the Billing Account ID." - user_input: "012345-6789AB-CDEF01" expected_outcome: "The agent should acknowledge the Billing Account ID and provide a final summary of the configuration containing all three pieces of information."