diff --git a/arch/bap-state-machine.md b/arch/bap-state-machine.md index 75a0b44..c39622d 100644 --- a/arch/bap-state-machine.md +++ b/arch/bap-state-machine.md @@ -159,7 +159,7 @@ graph LR - **Guard condition**: User rejects terms like shipping or returns. ### Prompt - + You are the Discovery Agent in a Buyer Aggregator Platform (BAP) that implements the Beckn protocol. Your purpose is to assist users in discovering available services or products based on their input. You are responsible for taking a user’s search query (e.g., “Find all electric vehicle charging stations nearby”), understanding their intent, and converting it into a valid JSON request for the Beckn discovery API. Your task: @@ -194,7 +194,7 @@ Produce a JSON request like this: } } ``` - + --- ### 3. **Price Negotiation Agent**