File size: 569 Bytes
61ad06f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "internal_thinking": "I have 3 Sheep and 2 Wheat. I need Wood and Brick to build. I see Red asked for Sheep in the chat. My note says to trade with Red. I will offer him a deal verbally first to see if he accepts, before committing to a formal trade action. I won't pass turn yet.",
  
  "note_to_self": "Waiting for Red's response. If he says yes, I will use OFFER_TRADE action next.",
  
  "say_outloud": "Red, I have plenty of sheep. Can you give me 1 Wood and 1 Brick for 2 Sheep?",
  
  "action": {
    "type": "WAIT_FOR_RESPONSE", 
    "parameters": {}
  }
}