# MessageChatMemoryAdvisor + ToolCallingAdvisor

Advisor.DEFAULT_CHAT_MEMORY_PRECEDENCE_ORDER = HIGHEST_PRECEDENCE + 200
ToolCallingAdvisor.DEFAULT_ORDER                 = HIGHEST_PRECEDENCE + 300

answer: It is 31C in Mumbai.
model calls: 2

What the model was sent on each call:
  call 1: U:Weather in Mumbai?
  call 2: U:Weather in Mumbai? | A:[tool call currentWeather] | T:[tool result "31C in Mumbai"]

Stored in memory afterwards:
  USER      Weather in Mumbai?
  ASSISTANT It is 31C in Mumbai.
