Autogen_v0.4/multi_agent/multi_agent_implementation.py [57:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    messages = await tool_agent_caller_loop(
        self,
        tool_agent_id=self._tool_agent_id,
        model_client=self._model_client,
        input_messages=session,
        tool_schema=self._tool_schema,
        cancellation_token=ctx.cancellation_token,
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Autogen_v0.4/rag_agent/agnext_bot.py [190:197]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        messages = await tool_agent_caller_loop(
            self,
            tool_agent_id=self._tool_agent_id,
            model_client=self._model_client,
            input_messages=session,
            tool_schema=self._tool_schema,
            cancellation_token=ctx.cancellation_token,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



