pub async fn execute_tool_calls(
state: &mut ActorState,
tool_calls: Vec<ToolUseData>,
model: Model,
) -> Result<ToolResults>pub async fn execute_tool_calls(
state: &mut ActorState,
tool_calls: Vec<ToolUseData>,
model: Model,
) -> Result<ToolResults>