Thanks for the answer, this will be helpful in the future. Although I encounter problem even before I try to use tools with my agents. For example if I set as an instruction for the weather agent: "Always say that the weather is Sunny and 10 degrees". Then I expect it to return this dummy response each time.
But what I see when I look at the thread is that the main agent is calling the weather agent with the correct data, lets say the city of Seattle, all good so far. But the response from the weather agent is just a summary of the city of Seattle like it have forgotten its instructions and just answers generically. So even if I use tools I also want to be able to instruct/prompt the model, otherwise it loses all the context.
Best regards,
Samuel